ScummVM API documentation
Saga2::ActorPose Struct Reference

Public Types

enum  {
  kActorFlipped = (1 << 0), kLeftObjectFlipped = (1 << 1), kRightObjectFlipped = (1 << 2), kLeftObjectInFront = (1 << 3),
  kRightObjectInFront = (1 << 4), kLeftOverRight = (1 << 5)
}
 

Public Member Functions

 ActorPose (Common::SeekableReadStream *stream)
 
void load (Common::SeekableReadStream *stream)
 
void write (Common::MemoryWriteStreamDynamic *out)
 

Public Attributes

uint16 flags
 
uint8 actorFrameIndex
 
uint8 actorFrameBank
 
uint8 leftObjectIndex
 
uint8 rightObjectIndex
 
Point16 leftObjectOffset
 
Point16 rightObjectOffset
 

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