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

Function addVariableEntry

Engine/source/console/console.cpp:772–776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770}
771
772Dictionary::Entry *addVariableEntry(const char *name)
773{
774 name = prependDollar(name);
775 return gEvalState.globalVars.add(StringTable->insert(name));
776}
777
778Dictionary::Entry *getAddVariableEntry(const char *name)
779{

Callers

nothing calls this directly

Calls 3

prependDollarFunction · 0.85
addMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected