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

Method getFloatVariable

Engine/source/gui/core/guiControl.cpp:1748–1753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1746//-----------------------------------------------------------------------------
1747
1748F32 GuiControl::getFloatVariable()
1749{
1750 if (mConsoleVariable[0])
1751 return Con::getFloatVariable(mConsoleVariable);
1752 else return 0.0f;
1753}
1754
1755//-----------------------------------------------------------------------------
1756

Callers

nothing calls this directly

Calls 1

getFloatVariableFunction · 0.85

Tested by

no test coverage detected