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

Method onAdd

Engine/source/util/messaging/message.cpp:98–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 );
97
98bool Message::onAdd()
99{
100 if(! Parent::onAdd())
101 return false;
102
103 linkNamespaces();
104 onAdd_callback();
105 //Con::executef(this, "onAdd");
106 return true;
107}
108
109IMPLEMENT_CALLBACK(Message, onRemove, void, (),(),
110 "Script callback when a message is deleted.\n\n"

Callers

nothing calls this directly

Calls 1

linkNamespacesFunction · 0.85

Tested by

no test coverage detected