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

Method getMountedObjectCount

Engine/source/scene/sceneObject.cpp:984–990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

982//-----------------------------------------------------------------------------
983
984S32 SceneObject::getMountedObjectCount()
985{
986 S32 count = 0;
987 for (SceneObject* itr = mMount.list; itr; itr = itr->mMount.link)
988 count++;
989 return count;
990}
991
992//-----------------------------------------------------------------------------
993

Callers 2

sceneObject.cppFile · 0.80
checkInLosMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected