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

Function addVariableEntry

Engine/source/console/console.cpp:830–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828}
829
830Dictionary::Entry *addVariableEntry(const char *name)
831{
832 name = prependDollar(name);
833 return gEvalState.globalVars.add(StringTable->insert(name));
834}
835
836Dictionary::Entry *getAddVariableEntry(const char *name)
837{

Callers

nothing calls this directly

Calls 3

prependDollarFunction · 0.85
addMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected