ScummVM API documentation
Scumm::ImageHeader Struct Reference

Public Attributes

union {
   struct {
      uint16   obj_id
 
      uint16   image_count
 
      uint16   unk [1]
 
      byte   flags
 
      byte   unk1
 
      uint16   unk2 [2]
 
      uint16   width
 
      uint16   height
 
      uint16   hotspot_num
 
      struct {
         int16   x
 
         int16   y
 
      }   hotspot [15]
 
   }   old
 
   struct {
      uint32   version
 
      uint16   obj_id
 
      uint16   image_count
 
      int16   x_pos
 
      int16   y_pos
 
      uint16   width
 
      uint16   height
 
      byte   unk2 [3]
 
      byte   actordir
 
      uint16   hotspot_num
 
      struct {
         int16   x
 
         int16   y
 
      }   hotspot [15]
 
   }   v7
 
   struct {
      char   name [32]
 
      uint32   unk_1 [2]
 
      uint32   version
 
      uint32   image_count
 
      uint32   x_pos
 
      uint32   y_pos
 
      uint32   width
 
      uint32   height
 
      uint32   actordir
 
      uint32   flags
 
      struct {
         int32   x
 
         int32   y
 
      }   hotspot [15]
 
   }   v8
 
}; 
 

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