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

Method onAdd

Engine/source/sim/actionMap.cpp:218–226  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

216
217//------------------------------------------------------------------------------
218bool ActionMap::onAdd()
219{
220 if (Parent::onAdd() == false)
221 return false;
222
223 Sim::getActionMapGroup()->addObject(this);
224
225 return true;
226}
227
228//--------------------------------------------------------------------------
229void ActionMap::dumpActionMap(const char* fileName, const bool append) const

Callers

nothing calls this directly

Calls 1

addObjectMethod · 0.45

Tested by

no test coverage detected