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

Method registerReference

Engine/source/console/simObject.cpp:1755–1762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1753//-----------------------------------------------------------------------------
1754
1755void SimObject::registerReference(SimObject **ptr)
1756{
1757 Notify *note = allocNotify();
1758 note->ptr = (void *) ptr;
1759 note->next = mNotifyList;
1760 note->type = Notify::ObjectRef;
1761 mNotifyList = note;
1762}
1763
1764//-----------------------------------------------------------------------------
1765

Callers 1

setCopySourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected