zscript-doc/api-global-GameInfoStruct.md

34 lines
733 B
Markdown

# GameInfoStruct
Static information from `MAPINFO`/GameInfo.
```
struct GameInfoStruct
{
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 TeleFogHeight;
string mBackButton;
name mSliderColor;
GIFont mStatScreenEnteringFont;
GIFont mStatScreenFinishedFont;
GIFont mStatScreenMapNameFont;
}
```
TODO
<!-- EOF -->