C# Class NScumm.Scumm.ScriptSlot

Exibir arquivo Open project: scemino/nscumm Class Usage Examples

Public Properties

Property Type Description
CutSceneOverride byte
Delay int
FreezeResistant bool
IsExecuted bool
LocalVariables int[]
Number ushort
Offset uint
Recursive bool
Where WhereIsObject

Private Properties

Property Type Description

Public Methods

Method Description
Freeze ( ) : void
InitializeLocals ( Array locals ) : void
SaveOrLoad ( Serializer serializer, System localScripts, int numGlobalScripts ) : void
Unfreeze ( ) : void
UnfreezeAll ( ) : void

Method Details

Freeze() public method

public Freeze ( ) : void
return void

InitializeLocals() public method

public InitializeLocals ( Array locals ) : void
locals System.Array
return void

SaveOrLoad() public method

public SaveOrLoad ( Serializer serializer, System localScripts, int numGlobalScripts ) : void
serializer NScumm.Scumm.IO.Serializer
localScripts System
numGlobalScripts int
return void

Unfreeze() public method

public Unfreeze ( ) : void
return void

UnfreezeAll() public method

public UnfreezeAll ( ) : void
return void

Property Details

CutSceneOverride public_oe property

public byte CutSceneOverride
return byte

Delay public_oe property

public int Delay
return int

FreezeResistant public_oe property

public bool FreezeResistant
return bool

IsExecuted public_oe property

public bool IsExecuted
return bool

LocalVariables public_oe property

public int[] LocalVariables
return int[]

Number public_oe property

public ushort Number
return ushort

Offset public_oe property

public uint Offset
return uint

Recursive public_oe property

public bool Recursive
return bool

Where public_oe property

public WhereIsObject Where
return WhereIsObject