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

36 lines
800 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;
2019-04-07 03:11:50 -07:00
double NormForwardMove[2];
double NormSideMove[2];
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 -->