TODO
KeyBindings AutomapBindings;
KeyBindings Bindings;
readonly Font BigFont;
readonly int CleanHeight;
readonly int CleanHeight_1;
readonly int CleanWidth;
readonly int CleanWidth_1;
readonly int CleanXFac;
readonly int CleanXFac_1;
readonly int CleanYFac;
readonly int CleanYFac_1;
readonly Font ConFont;
readonly Font IntermissionFont;
readonly Font SmallFont;
readonly Font SmallFont2;
readonly Font NewConsoleFont;
readonly Font NewSmallFont;
ui float BackbuttonAlpha;
ui int BackbuttonTime;
ui int MenuActive;
ui BaseStatusBar StatusBar;
readonly ui bool NetGame;
int LocalViewPitch;
TODO
TODO
The bigfont
for the current game.
The current screen height divided by CleanYFac
. Not deterministic.
The current screen height divided by CleanYFac_1
. Not deterministic.
The current screen width divided by CleanXFac
. Not deterministic.
The current screen width divided by CleanYFac_1
. Not deterministic.
Integral scaling factor for horizontal positions to scale from 320x200 to the current virtual resolution. Not deterministic.
Integral scaling factor for horizontal positions to scale from 320x200 to the current virtual resolution, accounting for aspect ratio differences. Not deterministic.
Integral scaling factor for vertical positions to scale from 320x200 to the current virtual resolution. Not deterministic.
Integral scaling factor for vertical positions to scale from 320x200 to the current virtual resolution, accounting for aspect ratio differences. Not deterministic.
The console font.
The font used in intermission screens.
The smallfnt
for the current game.
The alternate smallfnt
.
TODO
TODO
Alpha of the back button in menus.
The time until the back button starts fading out in menus.
The current active menu state. One of:
Name | Description |
---|---|
Menu.Off |
No active menu. |
Menu.OnNoPause |
Menu is opened, but the game is not paused. |
Menu.On |
Menu is open, game is paused. |
Menu.WaitKey |
Menu is opened, waiting for a key for a controls menu binding. |
TODO
Whether this is a networked game or not.
The pitch angle (in degrees) of ConsolePlayer
's view. Not deterministic.