Starshatter_Open
Open source Starshatter engine
|
Public Types | |
enum | TYPE { RANK, MEDAL } |
Public Member Functions | |
AwardInfo () | |
~AwardInfo () |
Static Public Member Functions | |
static const char * | TYPENAME () |
Public Attributes | |
int | type |
int | id |
Text | name |
Text | abrv |
Text | desc |
Text | grant |
Text | desc_sound |
Text | grant_sound |
Bitmap * | large_insignia |
Bitmap * | small_insignia |
int | granted_ship_classes |
int | total_points |
int | mission_points |
int | total_missions |
int | kills |
int | lost |
int | collision |
int | campaign_id |
bool | campaign_complete |
bool | dynamic_campaign |
bool | ceremony |
int | required_awards |
int | lottery |
int | min_rank |
int | max_rank |
int | min_ship_class |
int | max_ship_class |
Definition at line 37 of file Player.cpp.
enum AwardInfo::TYPE |
Definition at line 67 of file Player.cpp.
|
inline |
Definition at line 42 of file Player.cpp.
|
inline |
Definition at line 65 of file Player.cpp.
|
inlinestatic |
Definition at line 40 of file Player.cpp.
Text AwardInfo::abrv |
Definition at line 72 of file Player.cpp.
bool AwardInfo::campaign_complete |
Definition at line 88 of file Player.cpp.
int AwardInfo::campaign_id |
Definition at line 87 of file Player.cpp.
bool AwardInfo::ceremony |
Definition at line 90 of file Player.cpp.
int AwardInfo::collision |
Definition at line 86 of file Player.cpp.
Text AwardInfo::desc |
Definition at line 73 of file Player.cpp.
Text AwardInfo::desc_sound |
Definition at line 75 of file Player.cpp.
bool AwardInfo::dynamic_campaign |
Definition at line 89 of file Player.cpp.
Text AwardInfo::grant |
Definition at line 74 of file Player.cpp.
Text AwardInfo::grant_sound |
Definition at line 76 of file Player.cpp.
int AwardInfo::granted_ship_classes |
Definition at line 79 of file Player.cpp.
int AwardInfo::id |
Definition at line 70 of file Player.cpp.
int AwardInfo::kills |
Definition at line 84 of file Player.cpp.
Bitmap* AwardInfo::large_insignia |
Definition at line 77 of file Player.cpp.
int AwardInfo::lost |
Definition at line 85 of file Player.cpp.
int AwardInfo::lottery |
Definition at line 93 of file Player.cpp.
int AwardInfo::max_rank |
Definition at line 95 of file Player.cpp.
int AwardInfo::max_ship_class |
Definition at line 97 of file Player.cpp.
int AwardInfo::min_rank |
Definition at line 94 of file Player.cpp.
int AwardInfo::min_ship_class |
Definition at line 96 of file Player.cpp.
int AwardInfo::mission_points |
Definition at line 82 of file Player.cpp.
Text AwardInfo::name |
Definition at line 71 of file Player.cpp.
int AwardInfo::required_awards |
Definition at line 92 of file Player.cpp.
Bitmap* AwardInfo::small_insignia |
Definition at line 78 of file Player.cpp.
int AwardInfo::total_missions |
Definition at line 83 of file Player.cpp.
int AwardInfo::total_points |
Definition at line 81 of file Player.cpp.
int AwardInfo::type |
Definition at line 69 of file Player.cpp.