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

Method removeVariableNotify

Engine/source/console/consoleInternal.cpp:668–673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666}
667
668void Dictionary::removeVariableNotify(const char *name, const Con::NotifyDelegate &callback)
669{
670 Entry *ent = lookup(StringTable->insert(name));
671 if (ent && ent->notify)
672 ent->notify->remove(callback);
673}
674
675void Dictionary::validate()
676{

Callers 1

removeVariableNotifyFunction · 0.80

Calls 3

lookupFunction · 0.85
insertMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected