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

Function removeVariable

Engine/source/console/console.cpp:1098–1102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1096}
1097
1098bool removeVariable(const char *name)
1099{
1100 name = StringTable->lookup(prependDollar(name));
1101 return name!=0 && gEvalState.globalVars.removeVariable(name);
1102}
1103
1104void addVariableNotify( const char *name, const NotifyDelegate &callback )
1105{

Callers 2

~SFXDeviceMethod · 0.85
~SFXSystemMethod · 0.85

Calls 3

prependDollarFunction · 0.85
removeVariableMethod · 0.80
lookupMethod · 0.45

Tested by

no test coverage detected