Engine:Console commands: Difference between revisions

Line 40: Line 40:
: none
: none
==== Intrinsic vars ====
==== Intrinsic vars ====
Global:
: [[CVAR r_width|r_width]] - '900' - Initial main window height.
: [[CVAR r_width|r_width]] - '900' - Initial main window height.
: [[CVAR r_height|r_height]] - '600' - Initial main window width.
: [[CVAR r_height|r_height]] - '600' - Initial main window width.
Line 46: Line 45:
: [[CVAR r_fullscreen|r_fullscreen]] - (none) - If device full-screen, without window.
: [[CVAR r_fullscreen|r_fullscreen]] - (none) - If device full-screen, without window.
: [[CVAR r_gamma|r_gamma]] - '1.0' - Device color gamma correction.
: [[CVAR r_gamma|r_gamma]] - '1.0' - Device color gamma correction.
: [[CVAR r_vsync|r_vsync]] - '1.0' - If should render each frame one frame synced with device rate.  
: [[CVAR r_vsync|r_vsync]] - '1.0' - If should render each frame one frame synced with device rate.
 
==== Assignments ====
==== Assignments ====
: none
: none