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

Function getVariableEntry

Engine/source/console/console.cpp:766–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

764}
765
766Dictionary::Entry *getVariableEntry(const char *name)
767{
768 name = prependDollar(name);
769 return gEvalState.globalVars.lookup(StringTable->insert(name));
770}
771
772Dictionary::Entry *addVariableEntry(const char *name)
773{

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