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

Method onAdd

Engine/source/console/simObject.cpp:1628–1635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1626//-----------------------------------------------------------------------------
1627
1628bool SimObject::onAdd()
1629{
1630 mFlags.set(Added);
1631
1632 linkNamespaces();
1633
1634 return true;
1635}
1636
1637//-----------------------------------------------------------------------------
1638

Callers

nothing calls this directly

Calls 2

linkNamespacesFunction · 0.85
setMethod · 0.45

Tested by

no test coverage detected