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

Function DefineEngineMethod

Engine/source/console/simObject.cpp:3119–3123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3117//-----------------------------------------------------------------------------
3118
3119DefineEngineMethod( SimObject, delete, void, (),,
3120 "Delete and remove the object." )
3121{
3122 object->deleteObject();
3123}
3124
3125//-----------------------------------------------------------------------------
3126

Callers 7

simObject.cppFile · 0.70
SimXMLDocument.cppFile · 0.70
simSet.cppFile · 0.70
fileObject.cppFile · 0.50
streamObject.cppFile · 0.50
zipObject.cppFile · 0.50

Calls 1

deleteObjectMethod · 0.45

Tested by

no test coverage detected