| 1746 | //----------------------------------------------------------------------------- |
| 1747 | |
| 1748 | F32 GuiControl::getFloatVariable() |
| 1749 | { |
| 1750 | if (mConsoleVariable[0]) |
| 1751 | return Con::getFloatVariable(mConsoleVariable); |
| 1752 | else return 0.0f; |
| 1753 | } |
| 1754 | |
| 1755 | //----------------------------------------------------------------------------- |
| 1756 |
nothing calls this directly
no test coverage detected