|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <pilotfile_convert.h>
Public Member Functions | |
| scoring_special_t () | |
Public Attributes | |
| int | score |
| int | rank |
| int | assists |
| int | kill_count |
| int | kill_count_ok |
| int | bonehead_kills |
| unsigned int | p_shots_fired |
| unsigned int | p_shots_hit |
| unsigned int | p_bonehead_hits |
| unsigned int | s_shots_fired |
| unsigned int | s_shots_hit |
| unsigned int | s_bonehead_hits |
| unsigned int | missions_flown |
| unsigned int | flight_time |
| _fs_time_t | last_flown |
| _fs_time_t | last_backup |
| SCP_vector< index_list_t > | ship_kills |
| SCP_vector< index_list_t > | medals_earned |
Definition at line 49 of file pilotfile_convert.h.
|
inline |
Definition at line 73 of file pilotfile_convert.h.
| int scoring_special_t::assists |
Definition at line 52 of file pilotfile_convert.h.
| int scoring_special_t::bonehead_kills |
Definition at line 55 of file pilotfile_convert.h.
| unsigned int scoring_special_t::flight_time |
Definition at line 66 of file pilotfile_convert.h.
| int scoring_special_t::kill_count |
Definition at line 53 of file pilotfile_convert.h.
| int scoring_special_t::kill_count_ok |
Definition at line 54 of file pilotfile_convert.h.
| _fs_time_t scoring_special_t::last_backup |
Definition at line 68 of file pilotfile_convert.h.
| _fs_time_t scoring_special_t::last_flown |
Definition at line 67 of file pilotfile_convert.h.
| SCP_vector<index_list_t> scoring_special_t::medals_earned |
Definition at line 71 of file pilotfile_convert.h.
| unsigned int scoring_special_t::missions_flown |
Definition at line 65 of file pilotfile_convert.h.
| unsigned int scoring_special_t::p_bonehead_hits |
Definition at line 59 of file pilotfile_convert.h.
| unsigned int scoring_special_t::p_shots_fired |
Definition at line 57 of file pilotfile_convert.h.
| unsigned int scoring_special_t::p_shots_hit |
Definition at line 58 of file pilotfile_convert.h.
| int scoring_special_t::rank |
Definition at line 51 of file pilotfile_convert.h.
| unsigned int scoring_special_t::s_bonehead_hits |
Definition at line 63 of file pilotfile_convert.h.
| unsigned int scoring_special_t::s_shots_fired |
Definition at line 61 of file pilotfile_convert.h.
| unsigned int scoring_special_t::s_shots_hit |
Definition at line 62 of file pilotfile_convert.h.
| int scoring_special_t::score |
Definition at line 50 of file pilotfile_convert.h.
| SCP_vector<index_list_t> scoring_special_t::ship_kills |
Definition at line 70 of file pilotfile_convert.h.