MCPcopy Create free account
hub / github.com/carbonengine/trinity / AddPostUpdateCallback

Method AddPostUpdateCallback

trinity/TriDevice.cpp:1190–1193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1188}
1189
1190void TriDevice::AddPostUpdateCallback( IBlueCallbackMan::CallbackFunc cb, void* context )
1191{
1192 m_postUpdateCallbacks->Add( cb, context, IBlueCallbackMan::BCBF_NONE, nullptr );
1193}
1194
1195namespace
1196{

Callers 1

UpdateValueMethod · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected