mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Allows traversing an xml document by element without needing to know the element name Blind traversal allows more dynamic loading of xml docs and logic to wrap different outcomes new script functions: prevElement nextElement nextChildElement <main> <--- we are here <child> <-- nextChildElement will take us here </child> <child2> <-- after nextChildElement nextElement will take us here </child2> </main> <main2> <-- next element will bring us here </main2> |
||
|---|---|---|
| .. | ||
| bin | ||
| lib | ||
| modules/Verve | ||
| source | ||
| CMakeLists.txt | ||