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

Method getContainer

Engine/source/scene/sceneObject.h:421–421  ·  view source on GitHub ↗

Returns a pointer to the container that contains this object

Source from the content-addressed store, hash-verified

419
420 /// Returns a pointer to the container that contains this object
421 SceneContainer* getContainer() { return mContainer; }
422
423 /// @}
424

Callers 9

isOccludedByTerrainMethod · 0.45
_zoneInsertMethod · 0.45
updateWorkingListMethod · 0.45
registerGlobalLightsMethod · 0.45
lightVectorMethod · 0.45
getMoveListMethod · 0.45
testObjectsMethod · 0.45
explosion.cppFile · 0.45
findHeightMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected