C# 클래스 NScumm.Dump.ScriptParser8

상속: ScriptParser6
파일 보기 프로젝트 열기: scemino/nscumm 1 사용 예제들

공개 메소드들

메소드 설명
ScriptParser8 ( GameInfo game ) : NScumm.Scumm.IO

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
BlastText ( ) : Statement
CameraOps ( ) : Statement
GetActorChore ( ) : Statement
GetActorZPlane ( ) : Statement
GetObjectImageHeight ( ) : Statement
GetObjectImageWidth ( ) : Statement
GetObjectImageX ( ) : Statement
GetObjectImageY ( ) : Statement
GetStringWidth ( ) : Statement
StartVideo ( ) : Statement

메소드 상세

ActorOps() 보호된 메소드

protected ActorOps ( ) : Statement
리턴 Statement

ArrayOps() 보호된 메소드

protected ArrayOps ( ) : Statement
리턴 Statement

CursorCommand() 보호된 메소드

protected CursorCommand ( ) : Statement
리턴 Statement

DecodeParseString() 보호된 메소드

protected DecodeParseString ( Expression target, bool withActor ) : Expression
target Expression
withActor bool
리턴 Expression

Dim2DimArray() 보호된 메소드

protected Dim2DimArray ( ) : Statement
리턴 Statement

DimArray() 보호된 메소드

protected DimArray ( ) : Statement
리턴 Statement

InitOpCodes() 보호된 메소드

protected InitOpCodes ( ) : void
리턴 void

KernelGetFunctions() 보호된 메소드

protected KernelGetFunctions ( ) : Statement
리턴 Statement

KernelSetFunctions() 보호된 메소드

protected KernelSetFunctions ( ) : Statement
리턴 Statement

ReadWord() 보호된 메소드

protected ReadWord ( ) : int
리턴 int

ReadWordSigned() 보호된 메소드

protected ReadWordSigned ( ) : int
리턴 int

ResourceRoutines() 보호된 메소드

protected ResourceRoutines ( ) : Statement
리턴 Statement

RoomOps() 보호된 메소드

protected RoomOps ( ) : Statement
리턴 Statement

ScriptParser8() 공개 메소드

public ScriptParser8 ( GameInfo game ) : NScumm.Scumm.IO
game NScumm.Scumm.IO.GameInfo
리턴 NScumm.Scumm.IO

VerbOps() 보호된 메소드

protected VerbOps ( ) : Statement
리턴 Statement

Wait() 보호된 메소드

protected Wait ( ) : Statement
리턴 Statement