ScummVM API documentation
Tinsel::OBJECT Struct Reference

Public Member Functions

void reset ()
 

Public Attributes

OBJECTpNext
 pointer to next object in list
 
OBJECTpSlave
 pointer to slave object (multi-part objects)
 
frac_t xPos
 x position of object
 
frac_t yPos
 y position of object
 
int zPos
 z position of object
 
Common::Rect rcPrev
 previous screen coordinates of object bounding rectangle
 
int flags
 object flags - see above for list
 
PALQpPal
 objects palette Q position
 
short isRLE
 TinselVersion == 3, if image is using run-length encoding.
 
short colorFlags
 
int constant
 TinselV3, type of color blending. More...
 
int width
 width of object
 
int height
 height of object
 
SCNHANDLE hBits
 image bitmap handle
 
SCNHANDLE hImg
 handle to object image definition
 
SCNHANDLE hShape
 objects current animation frame
 
SCNHANDLE hMirror
 objects previous animation frame
 
int oid
 object identifier
 

Member Data Documentation

◆ constant

int Tinsel::OBJECT::constant

TinselV3, type of color blending.

which color in palette for monochrome objects


The documentation for this struct was generated from the following file: