Defines global console variables. More...
#include "Game/ConsoleVars.h"Functions | |
| void | RegisterGlobalConsoleVars (Console &con) |
| Call once on initialization to initialize the console variables. | |
Variables | |
| ConVar * | phy_drawCollisionShapes = NULL |
| Console variable that determines if physics shapes should be drawn or not. | |
| ConVar * | phy_timeScale = NULL |
| Sets the time scale of the physics simulation, must be greater then 0.01. | |
Defines global console variables.
| void RegisterGlobalConsoleVars | ( | Console & | con | ) |
Call once on initialization to initialize the console variables.
| [in] | con | the console to register the variables with. |
1.6.3