Information passed into the StatusScreen
class when an intermission starts.
struct WBStartStruct
{
WBPlayerStruct Plyr[MAXPLAYERS];
int PNum;
int Finished_Ep;
int Next_Ep;
string Current;
string Next;
string NextName;
textureid LName0;
textureid LName1;
int MaxFrags;
int MaxItems;
int MaxKills;
int MaxSecret;
int ParTime;
int SuckTime;
int TotalTime;
}
The WBPlayerStruct
for each player.
The index of the player to show stats for.
The cluster of the finished map, minus one.
The cluster of the next map, minus one.
The name of the map that was finished.
The name of the next map.
The printable name of the next map.
Texture ID of the level name of the map that was finished.
Texture ID of the level name of the map being entered.
Unknown purpose, not actually used by any part of the engine.
The maximum number of acquired items in the map.
The maximum number of killed monsters in the map.
The maximum number of found secrets in the map.
The par time of the map, in ticks.
The suck time of the map, in minutes.
The total time for the whole game, in ticks.