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

Function getVariableEntry

Engine/source/console/console.cpp:824–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822}
823
824Dictionary::Entry *getVariableEntry(const char *name)
825{
826 name = prependDollar(name);
827 return gEvalState.globalVars.lookup(StringTable->insert(name));
828}
829
830Dictionary::Entry *addVariableEntry(const char *name)
831{

Callers 4

getVariableFunction · 0.85
getBoolVariableFunction · 0.85
getIntVariableFunction · 0.85
getFloatVariableFunction · 0.85

Calls 3

prependDollarFunction · 0.85
lookupMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected