Index
Cinematics
trap_CIN_StopCinematic
Description
Stops playing the cinematic and ends it.
Prototype
e_status
trap_CIN_StopCinematic
(
int
handle
)
;
Parameters
handle
: the handle returned by a previous call to
trap_CIN_PlayCinematic
.
Remarks
Cinematics must be stopped in reverse order of when they are started.
Return value
Should always return FMV_EOF.
See also
trap_CIN_PlayCinematic
Author(s)
D!ABLO
QuakeIII trap calls reference