#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 |
A CelInfo32 object describes the basic properties of a cel object.
| CelType Sci::CelInfo32::type |
The type of the cel object.
| GuiResourceId Sci::CelInfo32::resourceId |
For cel objects that draw from resources, the ID of the resource to load.
| int16 Sci::CelInfo32::loopNo |
For CelObjView, the loop number to draw from the view resource.
| int16 Sci::CelInfo32::celNo |
For CelObjView and CelObjPic, the cel number to draw from the view or pic resource.
| reg_t Sci::CelInfo32::bitmap |
For CelObjMem, a segment register pointing to a heap resource containing headered bitmap data.
| uint8 Sci::CelInfo32::color |
For CelObjColor, the fill color.