Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
693
public:
694
void process(SimObject *object)
695
{
696
object->deleteObject();
697
}
698
};
699
700
void SimObject::safeDeleteObject()
Callers
nothing calls this directly
Calls
1
deleteObject
Method · 0.45
Tested by
no test coverage detected