C# Class NScumm.Dump.ScriptParser8

Inheritance: ScriptParser6
Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Méthode Description
ScriptParser8 ( GameInfo game ) : NScumm.Scumm.IO

Méthodes protégées

Méthode Description
ActorOps ( ) : Statement
ArrayOps ( ) : Statement
CursorCommand ( ) : Statement
DecodeParseString ( Expression target, bool withActor ) : Expression
Dim2DimArray ( ) : Statement
DimArray ( ) : Statement
InitOpCodes ( ) : void
KernelGetFunctions ( ) : Statement
KernelSetFunctions ( ) : Statement
ReadWord ( ) : int
ReadWordSigned ( ) : int
ResourceRoutines ( ) : Statement
RoomOps ( ) : Statement
VerbOps ( ) : Statement
Wait ( ) : Statement

Private Methods

Méthode Description
BlastText ( ) : Statement
CameraOps ( ) : Statement
GetActorChore ( ) : Statement
GetActorZPlane ( ) : Statement
GetObjectImageHeight ( ) : Statement
GetObjectImageWidth ( ) : Statement
GetObjectImageX ( ) : Statement
GetObjectImageY ( ) : Statement
GetStringWidth ( ) : Statement
StartVideo ( ) : Statement

Method Details

ActorOps() protected méthode

protected ActorOps ( ) : Statement
Résultat Statement

ArrayOps() protected méthode

protected ArrayOps ( ) : Statement
Résultat Statement

CursorCommand() protected méthode

protected CursorCommand ( ) : Statement
Résultat Statement

DecodeParseString() protected méthode

protected DecodeParseString ( Expression target, bool withActor ) : Expression
target Expression
withActor bool
Résultat Expression

Dim2DimArray() protected méthode

protected Dim2DimArray ( ) : Statement
Résultat Statement

DimArray() protected méthode

protected DimArray ( ) : Statement
Résultat Statement

InitOpCodes() protected méthode

protected InitOpCodes ( ) : void
Résultat void

KernelGetFunctions() protected méthode

protected KernelGetFunctions ( ) : Statement
Résultat Statement

KernelSetFunctions() protected méthode

protected KernelSetFunctions ( ) : Statement
Résultat Statement

ReadWord() protected méthode

protected ReadWord ( ) : int
Résultat int

ReadWordSigned() protected méthode

protected ReadWordSigned ( ) : int
Résultat int

ResourceRoutines() protected méthode

protected ResourceRoutines ( ) : Statement
Résultat Statement

RoomOps() protected méthode

protected RoomOps ( ) : Statement
Résultat Statement

ScriptParser8() public méthode

public ScriptParser8 ( GameInfo game ) : NScumm.Scumm.IO
game NScumm.Scumm.IO.GameInfo
Résultat NScumm.Scumm.IO

VerbOps() protected méthode

protected VerbOps ( ) : Statement
Résultat Statement

Wait() protected méthode

protected Wait ( ) : Statement
Résultat Statement