zscript-doc/api-global-GameInfoStruct.md

34 lines
733 B
Markdown
Raw Normal View History

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