C# Class NScumm.Scumm.VerbSlot

Show file Open project: scemino/nscumm Class Usage Examples

Public Properties

Property Type Description
Center bool
CharsetNr byte
Color byte
CurRect NScumm.Core.Graphics.Rect
ImgIndex ushort
Key byte
OldRect NScumm.Core.Graphics.Rect
Prep byte
SaveId ushort
Type VerbType
VerbId ushort

Public Methods

Method Description
SaveOrLoad ( Serializer serializer ) : void

Method Details

SaveOrLoad() public method

public SaveOrLoad ( Serializer serializer ) : void
serializer NScumm.Scumm.IO.Serializer
return void

Property Details

Center public property

public bool Center
return bool

CharsetNr public property

public byte CharsetNr
return byte

Color public property

public byte Color
return byte

CurRect public property

public Rect,NScumm.Core.Graphics CurRect
return NScumm.Core.Graphics.Rect

ImgIndex public property

public ushort ImgIndex
return ushort

Key public property

public byte Key
return byte

OldRect public property

public Rect,NScumm.Core.Graphics OldRect
return NScumm.Core.Graphics.Rect

Prep public property

public byte Prep
return byte

SaveId public property

public ushort SaveId
return ushort

Type public property

public VerbType Type
return VerbType

VerbId public property

public ushort VerbId
return ushort