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

Method onMount

Engine/source/scene/sceneObject.cpp:1317–1326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1315//-----------------------------------------------------------------------------
1316
1317void SceneObject::onMount( SceneObject *obj, S32 node )
1318{
1319 deleteNotify( obj );
1320
1321 if ( !isGhost() )
1322 {
1323 setMaskBits( MountedMask );
1324 //onMount_callback( node );
1325 }
1326}
1327
1328//-----------------------------------------------------------------------------
1329

Callers 1

mountObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected