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

Method onUnmount

Engine/source/scene/sceneObject.cpp:1330–1339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1328//-----------------------------------------------------------------------------
1329
1330void SceneObject::onUnmount( SceneObject *obj, S32 node )
1331{
1332 clearNotify(obj);
1333
1334 if ( !isGhost() )
1335 {
1336 setMaskBits( MountedMask );
1337 //onUnmount_callback( node );
1338 }
1339}
1340
1341//-----------------------------------------------------------------------------
1342

Callers 1

unmountObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected