|
FS2_Open
Open source remastering of the Freespace 2 engine
|
Go to the source code of this file.
Classes | |
| class | medal_stuff |
Macros | |
| #define | MAX_BADGES 3 |
| #define | MM_NORMAL 0 |
| #define | MM_POPUP 1 |
Functions | |
| void | parse_medal_tbl () |
| void | medal_main_init (player *pl, int mode=MM_NORMAL) |
| int | medal_main_do () |
| void | medal_main_close () |
| int | medals_info_lookup (const char *name) |
Variables | |
| int | Rank_medal_index |
| scoring_struct * | Player_score |
| SCP_vector< medal_stuff > | Medals |
| void medal_main_close | ( | ) |
Definition at line 736 of file medals.cpp.
| int medal_main_do | ( | ) |
Definition at line 670 of file medals.cpp.
Definition at line 525 of file medals.cpp.
| int medals_info_lookup | ( | const char * | name | ) |
Definition at line 858 of file medals.cpp.
| void parse_medal_tbl | ( | ) |
Definition at line 246 of file medals.cpp.
| SCP_vector<medal_stuff> Medals |
Definition at line 33 of file medals.cpp.
| scoring_struct* Player_score |
Definition at line 148 of file medals.cpp.
| int Rank_medal_index |
Definition at line 177 of file medals.cpp.