Index
Cinematics
trap_CIN_RunCinematic
Description
Will run a frame of the cinematic but will not draw it. Will return FMV_EOF if the end of the cinematic has been reached.
Prototype
e_status
trap_CIN_RunCinematic
(
int
handle
)
;
Parameters
handle
: a handle returned by a previous call to
trap_CIN_PlayCinematic
.
Remarks
Return value
See also
trap_CIN_PlayCinematic
Author(s)
D!ABLO
QuakeIII trap calls reference