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_s::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_s::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_s::fullScreen |
if true, video is displayed in fullscreen
Definition at line 44 of file cl_cinematic.h.
int cinematic_s::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_s::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_s::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_s::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_s::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_s::w |
Definition at line 41 of file cl_cinematic.h.
Referenced by CIN_OGM_DrawCinematic(), CIN_ROQ_DrawCinematic(), and CIN_SetParameters().
int cinematic_s::x |
Definition at line 41 of file cl_cinematic.h.
Referenced by CIN_OGM_DrawCinematic(), CIN_ROQ_DrawCinematic(), and CIN_SetParameters().
int cinematic_s::y |
Definition at line 41 of file cl_cinematic.h.
Referenced by CIN_OGM_DrawCinematic(), CIN_ROQ_DrawCinematic(), and CIN_SetParameters().