C# Class NScumm.Scumm.VerbSlot

ファイルを表示 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_oe property

public bool Center
return bool

CharsetNr public_oe property

public byte CharsetNr
return byte

Color public_oe property

public byte Color
return byte

CurRect public_oe property

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

ImgIndex public_oe property

public ushort ImgIndex
return ushort

Key public_oe property

public byte Key
return byte

OldRect public_oe property

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

Prep public_oe property

public byte Prep
return byte

SaveId public_oe property

public ushort SaveId
return ushort

Type public_oe property

public VerbType Type
return VerbType

VerbId public_oe property

public ushort VerbId
return ushort