Index       Cinematics

trap_CIN_DrawCinematic

Description

Renders the current frame of the cinematic to the screen with the current position coordinates.

Prototype

    void trap_CIN_DrawCinematic(
        int handle
    );

Parameters

handle : a handle returned by a previous call to trap_CIN_PlayCinematic.

Remarks

Return value

This function has no return value.

See also

trap_CIN_PlayCinematic

Author(s)

D!ABLO


QuakeIII trap calls reference