MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / front

Method front

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

Source from the content-addressed store, hash-verified

145 typedef SimObjectList::iterator iterator;
146 typedef SimObjectList::value_type value;
147 SimObject* front() { return objectList.front(); }
148 SimObject* first() { return objectList.first(); }
149 SimObject* last() { return objectList.last(); }
150 bool empty() const { return objectList.empty(); }

Callers 11

writeElementMethod · 0.45
writeValueMethod · 0.45
writeAttributeMethod · 0.45
_loadNonStreamedMethod · 0.45
needPacketMethod · 0.45
addSelectionMethod · 0.45
deleteSelectionMethod · 0.45
onMouseDownMethod · 0.45
renderSplinePathMethod · 0.45
buildNextTileMethod · 0.45
clampStackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected