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

Method setFloatVariable

Engine/source/gui/core/guiControl.cpp:1722–1726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1720//-----------------------------------------------------------------------------
1721
1722void GuiControl::setFloatVariable(F32 value)
1723{
1724 if (mConsoleVariable[0])
1725 Con::setFloatVariable(mConsoleVariable, value);
1726}
1727
1728//-----------------------------------------------------------------------------
1729

Callers

nothing calls this directly

Calls 1

setFloatVariableFunction · 0.85

Tested by

no test coverage detected