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

Function removeVariableNotify

Engine/source/console/console.cpp:1057–1060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1055}
1056
1057void removeVariableNotify( const char *name, const NotifyDelegate &callback )
1058{
1059 gEvalState.globalVars.removeVariableNotify( name, callback );
1060}
1061
1062//---------------------------------------------------------------------------
1063

Callers 2

onRemoveMethod · 0.85

Calls 1

removeVariableNotifyMethod · 0.80

Tested by

no test coverage detected