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

Method onAdd

Engine/source/console/simObject.cpp:1482–1489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1480//-----------------------------------------------------------------------------
1481
1482bool SimObject::onAdd()
1483{
1484 mFlags.set(Added);
1485
1486 linkNamespaces();
1487
1488 return true;
1489}
1490
1491//-----------------------------------------------------------------------------
1492

Callers

nothing calls this directly

Calls 2

linkNamespacesFunction · 0.85
setMethod · 0.45

Tested by

no test coverage detected