Torque3D/Engine
marauder2k7 c53d79a8cf XML Document element traversal
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>
2025-11-15 19:02:45 +00:00
..
bin add missing exe files 2024-05-01 15:54:03 +01:00
lib usse vcpkg just for the libsndfile build chain 2025-10-29 01:40:27 +00:00
modules/Verve (Mostly) updated verve implementation. 2019-03-07 16:23:41 -06:00
source XML Document element traversal 2025-11-15 19:02:45 +00:00
CMakeLists.txt * Adjustment: Initial CMake reworking. 2022-05-13 23:42:41 -04:00