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

Method removeVariable

Engine/source/console/consoleInternal.cpp:646–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644}
645
646bool Dictionary::removeVariable(StringTableEntry name)
647{
648 if (Entry *ent = lookup(name))
649 {
650 remove(ent);
651 return true;
652 }
653 return false;
654}
655
656void Dictionary::addVariableNotify(const char *name, const Con::NotifyDelegate &callback)
657{

Callers 1

removeVariableFunction · 0.80

Calls 1

lookupFunction · 0.85

Tested by

no test coverage detected