Can not find built in data structure
by Phil Wu · in Torque Game Builder · 11/03/2008 (7:31 pm) · 2 replies
Checking the reference documentation for data structures like link list, map, hash, I am unable to find any. So does this mean that I have to roll out my own? or there is download-able patch that expands the torque script functionalities on this part?
#2
11/03/2008 (9:46 pm)
@Phil Wu - In script, you have access to simset and simgroup. In the engine, you can use Vector.
Torque Owner Ben Versaw