|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <missionbriefcommon.h>
Public Member Functions | |
| brief_stage () | |
Public Attributes | |
| SCP_string | text |
| char | voice [MAX_FILENAME_LEN] |
| vec3d | camera_pos |
| matrix | camera_orient |
| int | camera_time |
| int | flags |
| int | formula |
| int | num_icons |
| brief_icon * | icons |
| int | num_lines |
| brief_line * | lines |
Definition at line 140 of file missionbriefcommon.h.
|
inline |
Definition at line 155 of file missionbriefcommon.h.
| matrix brief_stage::camera_orient |
Definition at line 146 of file missionbriefcommon.h.
| vec3d brief_stage::camera_pos |
Definition at line 145 of file missionbriefcommon.h.
| int brief_stage::camera_time |
Definition at line 147 of file missionbriefcommon.h.
| int brief_stage::flags |
Definition at line 148 of file missionbriefcommon.h.
| int brief_stage::formula |
Definition at line 149 of file missionbriefcommon.h.
| brief_icon* brief_stage::icons |
Definition at line 151 of file missionbriefcommon.h.
| brief_line* brief_stage::lines |
Definition at line 153 of file missionbriefcommon.h.
| int brief_stage::num_icons |
Definition at line 150 of file missionbriefcommon.h.
| int brief_stage::num_lines |
Definition at line 152 of file missionbriefcommon.h.
| SCP_string brief_stage::text |
Definition at line 143 of file missionbriefcommon.h.
| char brief_stage::voice[MAX_FILENAME_LEN] |
Definition at line 144 of file missionbriefcommon.h.