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

Method setFloatVariable

Engine/source/gui/core/guiControl.cpp:1707–1711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1705//-----------------------------------------------------------------------------
1706
1707void GuiControl::setFloatVariable(F32 value)
1708{
1709 if (mConsoleVariable[0])
1710 Con::setFloatVariable(mConsoleVariable, value);
1711}
1712
1713//-----------------------------------------------------------------------------
1714

Callers

nothing calls this directly

Calls 1

setFloatVariableFunction · 0.85

Tested by

no test coverage detected