UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
cinematic_s Struct Reference

#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
 
voidcodecData
 

Detailed Description

Definition at line 37 of file cl_cinematic.h.

Field Documentation

int cinematic_s::cinematicType
void* cinematic_s::codecData
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::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().


The documentation for this struct was generated from the following file: