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

Method onMount

Engine/source/T3D/shapeBase.cpp:1854–1862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1852//----------------------------------------------------------------------------
1853
1854void ShapeBase::onMount( SceneObject *obj, S32 node )
1855{
1856 mConvexList->nukeList();
1857
1858 // Are we mounting to a ShapeBase object?
1859 mShapeBaseMount = dynamic_cast<ShapeBase*>( obj );
1860
1861 Parent::onMount( obj, node );
1862}
1863
1864void ShapeBase::onUnmount( SceneObject *obj, S32 node )
1865{

Callers

nothing calls this directly

Calls 1

nukeListMethod · 0.80

Tested by

no test coverage detected