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

Function addVariableNotify

Engine/source/console/console.cpp:1104–1107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1102}
1103
1104void addVariableNotify( const char *name, const NotifyDelegate &callback )
1105{
1106 gEvalState.globalVars.addVariableNotify( name, callback );
1107}
1108
1109void removeVariableNotify( const char *name, const NotifyDelegate &callback )
1110{

Callers 6

AFTER_MODULE_INITFunction · 0.85
initGLStateMethod · 0.85
MaterialManagerMethod · 0.85
AFTER_MODULE_INITFunction · 0.85
onAddMethod · 0.85

Calls 1

addVariableNotifyMethod · 0.80

Tested by

no test coverage detected