|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <missionbriefcommon.h>
Public Attributes | |
| int | x |
| int | y |
| int | w |
| int | h |
| int | hold_x |
| int | hold_y |
| int | ship_class |
| int | modelnum |
| float | radius |
| int | type |
| int | bitmap_id |
| int | id |
| int | team |
| vec3d | pos |
| char | label [MAX_LABEL_LEN] |
| char | closeup_label [MAX_LABEL_LEN] |
| hud_anim | fadein_anim |
| hud_anim | fadeout_anim |
| hud_anim | highlight_anim |
| int | flags |
Definition at line 110 of file missionbriefcommon.h.
| int brief_icon::bitmap_id |
Definition at line 117 of file missionbriefcommon.h.
| char brief_icon::closeup_label[MAX_LABEL_LEN] |
Definition at line 122 of file missionbriefcommon.h.
| hud_anim brief_icon::fadein_anim |
Definition at line 124 of file missionbriefcommon.h.
| hud_anim brief_icon::fadeout_anim |
Definition at line 125 of file missionbriefcommon.h.
| int brief_icon::flags |
Definition at line 127 of file missionbriefcommon.h.
| int brief_icon::h |
Definition at line 111 of file missionbriefcommon.h.
| hud_anim brief_icon::highlight_anim |
Definition at line 126 of file missionbriefcommon.h.
| int brief_icon::hold_x |
Definition at line 112 of file missionbriefcommon.h.
| int brief_icon::hold_y |
Definition at line 112 of file missionbriefcommon.h.
| int brief_icon::id |
Definition at line 118 of file missionbriefcommon.h.
| char brief_icon::label[MAX_LABEL_LEN] |
Definition at line 121 of file missionbriefcommon.h.
| int brief_icon::modelnum |
Definition at line 114 of file missionbriefcommon.h.
| vec3d brief_icon::pos |
Definition at line 120 of file missionbriefcommon.h.
| float brief_icon::radius |
Definition at line 115 of file missionbriefcommon.h.
| int brief_icon::ship_class |
Definition at line 113 of file missionbriefcommon.h.
| int brief_icon::team |
Definition at line 119 of file missionbriefcommon.h.
| int brief_icon::type |
Definition at line 116 of file missionbriefcommon.h.
| int brief_icon::w |
Definition at line 111 of file missionbriefcommon.h.
| int brief_icon::x |
Definition at line 111 of file missionbriefcommon.h.
| int brief_icon::y |
Definition at line 111 of file missionbriefcommon.h.