FS2_Open
Open source remastering of the Freespace 2 engine
stats.h File Reference

Go to the source code of this file.

Macros

#define MISSION_STATS   0
 
#define ALL_TIME_STATS   1
 

Functions

void show_stats_init ()
 
void show_stats_close ()
 
void set_player_stats (int pid)
 
void init_multiplayer_stats (void)
 
void show_stats_numbers (int stage, int sx, int sy, int dy=10, int add_mission=0)
 
void show_stats_label (int stage, int sx, int sy, int dy=10)
 

Macro Definition Documentation

#define ALL_TIME_STATS   1

Definition at line 16 of file stats.h.

#define MISSION_STATS   0

Definition at line 15 of file stats.h.

Function Documentation

void init_multiplayer_stats ( void  )

Definition at line 308 of file stats.cpp.

void set_player_stats ( int  pid)

Definition at line 318 of file stats.cpp.

void show_stats_close ( )

Definition at line 302 of file stats.cpp.

void show_stats_init ( )

Definition at line 32 of file stats.cpp.

void show_stats_label ( int  stage,
int  sx,
int  sy,
int  dy = 10 
)

Definition at line 42 of file stats.cpp.

void show_stats_numbers ( int  stage,
int  sx,
int  sy,
int  dy = 10,
int  add_mission = 0 
)

Definition at line 131 of file stats.cpp.