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

Method process

Engine/source/console/simObject.cpp:694–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692{
693public:
694 void process(SimObject *object)
695 {
696 object->deleteObject();
697 }
698};
699
700void SimObject::safeDeleteObject()

Callers

nothing calls this directly

Calls 1

deleteObjectMethod · 0.45

Tested by

no test coverage detected