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

Method setVariable

Engine/source/console/consoleInternal.cpp:671–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669}
670
671void Dictionary::setVariable(StringTableEntry name, const char *value)
672{
673 Entry *ent = add(name);
674 if(!value)
675 value = "";
676 ent->setStringValue(value);
677}
678
679Dictionary::Entry* Dictionary::addVariable( const char *name,
680 S32 type,

Callers 3

setVariableFunction · 0.45
setLocalVariableFunction · 0.45

Calls 2

addFunction · 0.50
setStringValueMethod · 0.45

Tested by

no test coverage detected