MCPcopy 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{
69public:
70 void process(SimObject *object)
71 {
72 object->deleteObject();
73 }
74};
75
76IMPLEMENT_CO_DATABLOCK_V1(afxMagicMissileData);

Callers

nothing calls this directly

Calls 1

deleteObjectMethod · 0.45

Tested by

no test coverage detected