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

Method front

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

Source from the content-addressed store, hash-verified

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

Callers 10

renderLinearPathMethod · 0.45
renderLinearPathMethod · 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