|
UFO: Alien Invasion
|
#include <cl_cinematic.h>

Data Fields | |
| char | name [MAX_QPATH] |
| bool | replay |
| int | x |
| int | y |
| int | w |
| int | h |
| bool | noSound |
| bool | fullScreen |
| int | cinematicType |
| int | status |
| void * | codecData |
Definition at line 37 of file cl_cinematic.h.
| int cinematic_t::cinematicType |
Definition at line 46 of file cl_cinematic.h.
Referenced by CIN_CloseCinematic(), CIN_OGM_OpenCinematic(), CIN_ROQ_OpenCinematic(), and CIN_RunCinematic().
| void* cinematic_t::codecData |
Definition at line 50 of file cl_cinematic.h.
Referenced by CIN_OGM_CloseCinematic(), CIN_OGM_OpenCinematic(), CIN_ROQ_CloseCinematic(), and CIN_ROQ_OpenCinematic().
| bool cinematic_t::fullScreen |
if true, video is displayed in fullscreen
Definition at line 44 of file cl_cinematic.h.
| int cinematic_t::h |
for drawing in the menu maybe
Definition at line 41 of file cl_cinematic.h.
Referenced by CIN_OGM_DrawCinematic(), CIN_ROQ_DrawCinematic(), and CIN_SetParameters().
| char cinematic_t::name[MAX_QPATH] |
virtual filesystem path with file suffix
Definition at line 38 of file cl_cinematic.h.
Referenced by CIN_ROQ_OpenCinematic(), and CIN_RunCinematic().
| bool cinematic_t::noSound |
no sound while playing the cinematic
Definition at line 43 of file cl_cinematic.h.
Referenced by CIN_OGM_LoadAudioFrame(), CIN_ROQ_DecodeChunk(), and CIN_SetParameters().
| bool cinematic_t::replay |
autmatically replay in endless loop
Definition at line 40 of file cl_cinematic.h.
Referenced by CIN_ROQ_DecodeChunk(), and CIN_RunCinematic().
| int cinematic_t::status |
Status of the playing
Definition at line 48 of file cl_cinematic.h.
Referenced by CIN_CloseCinematic(), CIN_OGM_DrawCinematic(), CIN_OpenCinematic(), CIN_ROQ_DecodeChunk(), CIN_ROQ_DrawCinematic(), CIN_RunCinematic(), and CIN_SetParameters().
| int cinematic_t::w |
Definition at line 41 of file cl_cinematic.h.
Referenced by CIN_OGM_DrawCinematic(), CIN_ROQ_DrawCinematic(), and CIN_SetParameters().
| int cinematic_t::x |
Definition at line 41 of file cl_cinematic.h.
Referenced by CIN_OGM_DrawCinematic(), CIN_ROQ_DrawCinematic(), and CIN_SetParameters().
| int cinematic_t::y |
Definition at line 41 of file cl_cinematic.h.
Referenced by CIN_OGM_DrawCinematic(), CIN_ROQ_DrawCinematic(), and CIN_SetParameters().