Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ process
Method
process
Engine/source/afx/afxMagicMissile.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
{
69
public:
70
void process(SimObject *object)
71
{
72
object->deleteObject();
73
}
74
};
75
76
IMPLEMENT_CO_DATABLOCK_V1(afxMagicMissileData);
Callers
nothing calls this directly
Calls
1
deleteObject
Method · 0.45
Tested by
no test coverage detected