UFO: Alien Invasion
Loading...
Searching...
No Matches
cinematic_t Struct Reference

#include <cl_cinematic.h>

Collaboration diagram for cinematic_t:
Collaboration graph

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

◆ cinematicType

int cinematic_t::cinematicType

◆ codecData

void* cinematic_t::codecData

◆ fullScreen

bool cinematic_t::fullScreen

if true, video is displayed in fullscreen

Definition at line 44 of file cl_cinematic.h.

◆ 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().

◆ name

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().

◆ noSound

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().

◆ replay

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().

◆ status

◆ w

int cinematic_t::w

Definition at line 41 of file cl_cinematic.h.

Referenced by CIN_OGM_DrawCinematic(), CIN_ROQ_DrawCinematic(), and CIN_SetParameters().

◆ x

int cinematic_t::x

Definition at line 41 of file cl_cinematic.h.

Referenced by CIN_OGM_DrawCinematic(), CIN_ROQ_DrawCinematic(), and CIN_SetParameters().

◆ y

int cinematic_t::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: