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

Function DefineConsoleMethod

Engine/source/console/simObject.cpp:2930–2934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2928//-----------------------------------------------------------------------------
2929
2930DefineConsoleMethod( SimObject, delete, void, (),,
2931 "Delete and remove the object." )
2932{
2933 object->deleteObject();
2934}
2935
2936//-----------------------------------------------------------------------------
2937

Callers 4

simObject.cppFile · 0.70
SimXMLDocument.cppFile · 0.70
simSet.cppFile · 0.70

Calls 1

deleteObjectMethod · 0.45

Tested by

no test coverage detected