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

Method removeVariableNotify

Engine/source/console/consoleInternal.cpp:734–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732}
733
734void Dictionary::removeVariableNotify( const char *name, const Con::NotifyDelegate &callback )
735{
736 Entry *ent = lookup(StringTable->insert(name));
737 if ( ent && ent->notify )
738 ent->notify->remove( callback );
739}
740
741void Dictionary::validate()
742{

Callers 1

removeVariableNotifyFunction · 0.80

Calls 2

insertMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected