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

Function getLocalVariableEntry

Engine/source/console/console.cpp:818–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816}
817
818Dictionary::Entry *getLocalVariableEntry(const char *name)
819{
820 name = prependPercent(name);
821 return gEvalState.getCurrentFrame().lookup(StringTable->insert(name));
822}
823
824Dictionary::Entry *getVariableEntry(const char *name)
825{

Callers

nothing calls this directly

Calls 3

prependPercentFunction · 0.85
lookupMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected