Index Cinematics
trap_CIN_SetExtents
Description
Allows to resize an animation dynamically.
Prototype
void trap_CIN_SetExtents(
int handle,
int x,
int y,
int w,
int h
);
Parameters
handle : a handle returned by a previous call to trap_CIN_PlayCinematic.
x : the new X coordinate on-screen of the left edge of the cinematic.
y : the new Y coordinate on-screen of the top edge of the cinematic.
w : the new width on-screen of the cinematic.
h : the new height on-screen of the cinematic.
Remarks
Return value
This function has no return value.
See also
Author(s)