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

Method safeDeleteObject

Engine/source/console/simObject.cpp:750–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748};
749
750void SimObject::safeDeleteObject()
751{
752 Sim::postEvent( this, new SimObjectDeleteEvent, Sim::getCurrentTime() + 1 );
753}
754
755//-----------------------------------------------------------------------------
756

Callers 5

onRemoveMethod · 0.80
loadMaterialMethod · 0.80
~TerrainMaterialAssetMethod · 0.80
loadMaterialMethod · 0.80
removeColorRangeMethod · 0.80

Calls 2

postEventFunction · 0.70
getCurrentTimeFunction · 0.70

Tested by

no test coverage detected