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

Method add

Engine/source/platform/async/asyncUpdate.h:70–73  ·  view source on GitHub ↗

Add the structure to the update list. It will stay on this list, until its update() method returns false. @note This can be called on different threads.

Source from the content-addressed store, hash-verified

68 ///
69 /// @note This can be called on different threads.
70 virtual void add( IPolled* ptr )
71 {
72 mUpdateList.pushBack( ptr );
73 }
74};
75
76//--------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

pushBackMethod · 0.45

Tested by

no test coverage detected