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

Function addVariableNotify

Engine/source/console/console.cpp:1052–1055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1050}
1051
1052void addVariableNotify( const char *name, const NotifyDelegate &callback )
1053{
1054 gEvalState.globalVars.addVariableNotify( name, callback );
1055}
1056
1057void removeVariableNotify( const char *name, const NotifyDelegate &callback )
1058{

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