ScummVM API documentation
Sci::CelInfo32 Struct Reference

#include <celobj32.h>

Public Member Functions

bool operator== (const CelInfo32 &other)
 
bool operator!= (const CelInfo32 &other)
 
Common::String toString () const
 

Public Attributes

CelType type
 
GuiResourceId resourceId
 
int16 loopNo
 
int16 celNo
 
reg_t bitmap
 
uint8 color
 

Detailed Description

A CelInfo32 object describes the basic properties of a cel object.

Member Data Documentation

◆ type

CelType Sci::CelInfo32::type

The type of the cel object.

◆ resourceId

GuiResourceId Sci::CelInfo32::resourceId

For cel objects that draw from resources, the ID of the resource to load.

◆ loopNo

int16 Sci::CelInfo32::loopNo

For CelObjView, the loop number to draw from the view resource.

◆ celNo

int16 Sci::CelInfo32::celNo

For CelObjView and CelObjPic, the cel number to draw from the view or pic resource.

◆ bitmap

reg_t Sci::CelInfo32::bitmap

For CelObjMem, a segment register pointing to a heap resource containing headered bitmap data.

◆ color

uint8 Sci::CelInfo32::color

For CelObjColor, the fill color.


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