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

Method safeDeleteObject

Engine/source/console/simObject.cpp:700–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698};
699
700void SimObject::safeDeleteObject()
701{
702 Sim::postEvent( this, new SimObjectDeleteEvent, Sim::getCurrentTime() + 1 );
703}
704
705//-----------------------------------------------------------------------------
706

Callers 3

removeComponentMethod · 0.80
onRemoveMethod · 0.80
removeColorRangeMethod · 0.80

Calls 2

postEventFunction · 0.70
getCurrentTimeFunction · 0.70

Tested by

no test coverage detected