Sorted Set
by Tejaswin · in Torque Game Builder · 08/05/2010 (10:23 am) · 3 replies
Hi,
Is there anything like the STL Set (like in C++), which is a Sorted container. I need to make a Priority Queue which contains objects and depending on the objects member, I have to sort and flush the queue from starting.
Is the SimSet an sorted set?
Thanks in advance,
Tejaswin.
Is there anything like the STL Set (like in C++), which is a Sorted container. I need to make a Priority Queue which contains objects and depending on the objects member, I have to sort and flush the queue from starting.
Is the SimSet an sorted set?
Thanks in advance,
Tejaswin.
Torque Owner Aditya Kulkarni
Loon Games
http://www.torquepowered.com/community/forums/viewthread/112443
I have no idea what a STL set is, but you can easily sort the objects in a simset to make a queue.