MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / at

Method at

Engine/source/console/simSet.h:167–167  ·  view source on GitHub ↗

Return the object at the given index.

Source from the content-addressed store, hash-verified

165
166 /// Return the object at the given index.
167 SimObject* at(S32 index) const { return mObjectList.at(index); }
168
169 /// Remove all objects from this set.
170 virtual void clear();

Callers 15

execMethod · 0.45
_updateSourcesMethod · 0.45
onAddMethod · 0.45
findNavMeshMethod · 0.45
getIgnoreListObjectMethod · 0.45
getSnappableWindowsMethod · 0.45
updateRectsMethod · 0.45
getValueMethod · 0.45
setValueMethod · 0.45
inspectGroupMethod · 0.45

Calls

no outgoing calls

Tested by 3

updateRectsMethod · 0.36
getValueMethod · 0.36
setValueMethod · 0.36