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

Method getFloatVariable

Engine/source/gui/core/guiControl.cpp:1733–1738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1731//-----------------------------------------------------------------------------
1732
1733F32 GuiControl::getFloatVariable()
1734{
1735 if (mConsoleVariable[0])
1736 return Con::getFloatVariable(mConsoleVariable);
1737 else return 0.0f;
1738}
1739
1740//-----------------------------------------------------------------------------
1741

Callers

nothing calls this directly

Calls 1

getFloatVariableFunction · 0.85

Tested by

no test coverage detected