| 1731 | //----------------------------------------------------------------------------- |
| 1732 | |
| 1733 | F32 GuiControl::getFloatVariable() |
| 1734 | { |
| 1735 | if (mConsoleVariable[0]) |
| 1736 | return Con::getFloatVariable(mConsoleVariable); |
| 1737 | else return 0.0f; |
| 1738 | } |
| 1739 | |
| 1740 | //----------------------------------------------------------------------------- |
| 1741 |
nothing calls this directly
no test coverage detected