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

Function removeVariableNotify

Engine/source/console/console.cpp:1109–1112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1107}
1108
1109void removeVariableNotify( const char *name, const NotifyDelegate &callback )
1110{
1111 gEvalState.globalVars.removeVariableNotify( name, callback );
1112}
1113
1114//---------------------------------------------------------------------------
1115

Callers 2

onRemoveMethod · 0.85

Calls 1

removeVariableNotifyMethod · 0.80

Tested by

no test coverage detected