C# Class NScumm.Scumm.NestedScript

Show file 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 property

public ushort Number
return ushort

Slot public property

public byte Slot
return byte

Where public property

public WhereIsObject Where
return WhereIsObject