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

Method isMounted

Engine/source/scene/sceneObject.cpp:1155–1160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1153//-------------------------------------------------------------------------
1154
1155bool SceneObject::isMounted()
1156{
1157 resolveMountPID();
1158
1159 return mMount.object != NULL;
1160}
1161
1162//-----------------------------------------------------------------------------
1163

Callers 2

sceneObject.cppFile · 0.80
onRenderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected