GetObjectBlitMode
Category:
Objects / Display
Since engine version:
5.1 OC
Description
Returns the current blit mode of an object.
Syntax
int
GetObjectBlitMode(
int
overlay_id);
Parameter
overlay_id:
[opt] If specified, the blit mode of the graphics overlay is returned instead. The overlay must have been previously set using
SetGraphics
.
Remarks
For an Overview of the possible blit modes, see
SetObjectBlitMode
().
For an example, see
SetObjectBlitMode
().
See also:
GetClrModulation
,
SetObjectBlitMode
Sven2, 2004-03