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

Method getMountedObjectCount

Engine/source/scene/sceneObject.cpp:1164–1170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1162//-----------------------------------------------------------------------------
1163
1164S32 SceneObject::getMountedObjectCount()
1165{
1166 S32 count = 0;
1167 for (SceneObject* itr = mMount.list; itr; itr = itr->mMount.link)
1168 count++;
1169 return count;
1170}
1171
1172//-----------------------------------------------------------------------------
1173

Callers 2

sceneObject.cppFile · 0.80
checkInLosMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected