C# Class NScumm.Scumm.NestedScript

Mostrar archivo Open project: scemino/nscumm Class Usage Examples

Public Properties

Property Type Description
Number ushort
Slot byte
Where WhereIsObject

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

Number public_oe property

public ushort Number
return ushort

Slot public_oe property

public byte Slot
return byte

Where public_oe property

public WhereIsObject Where
return WhereIsObject