Category: Objects
/ Display
Since engine version: 1.0 OC
GetObjectBlitMode
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