zscript-doc/api/global/type/GameInfoStruct.md

36 lines
756 B
Markdown
Raw Permalink Normal View History

2018-12-29 16:05:19 -08:00
# GameInfoStruct
Static information from `MAPINFO`/GameInfo.
```
struct GameInfoStruct
{
2019-08-14 03:32:51 -07:00
double Armor2Percent;
string ArmorIcon1;
string ArmorIcon2;
name BackpackType;
textureid BerserkPic;
int DefKickBack;
color DefaultBloodColor;
int DefaultDropStyle;
int GameType;
double GibFactor;
textureid HealthPic;
array<name> InfoPages;
bool IntermissionCounter;
bool NoRandomPlayerClass;
double NormForwardMove[2];
double NormSideMove[2];
double TeleFogHeight;
string mBackButton;
name mSliderColor;
GIFont mStatScreenEnteringFont;
GIFont mStatScreenFinishedFont;
GIFont mStatScreenMapNameFont;
2018-12-29 16:05:19 -08:00
}
```
2018-12-29 20:04:32 -08:00
TODO
2018-12-29 16:05:19 -08:00
<!-- EOF -->