Declares global console variables. More...
#include "Application/Console.h"Functions | |
| void | RegisterGlobalConsoleVars (Console &con) | 
| Call once on initialization to initialize the console variables.   | |
Variables | |
| ConVar * | phy_drawCollisionShapes | 
| Console variable that determines if physics shapes should be drawn or not.  | |
| ConVar * | phy_timeScale | 
| Sets the time scale of the physics simulation, must be greater then 0.01.  | |
Declares 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