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

Method registerReference

Engine/source/console/simObject.cpp:1609–1616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1607//-----------------------------------------------------------------------------
1608
1609void SimObject::registerReference(SimObject **ptr)
1610{
1611 Notify *note = allocNotify();
1612 note->ptr = (void *) ptr;
1613 note->next = mNotifyList;
1614 note->type = Notify::ObjectRef;
1615 mNotifyList = note;
1616}
1617
1618//-----------------------------------------------------------------------------
1619

Callers 1

setCopySourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected