![]() TGE Version 1.5.2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
SimObjectList Class Reference#include <simBase.h>
Inheritance diagram for SimObjectList: ![]() Detailed DescriptionA vector of SimObjects.As this inherits from VectorPtr, it has the full range of vector methods.
Member Function Documentation
Add the SimObject* to the end of the list, unless it's already in the list.
Add the SimObject* to the end of the list, moving it there if it's already present in the list.
Remove the SimObject* from the list; may disrupt order of the list.
Remove the SimObject* from the list; guaranteed to preserve list order.
Sort the list by object ID.
|