C# Class NScumm.Dump.ScriptParser5

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

Méthodes publiques

Méthode Description
ScriptParser5 ( GameInfo game ) : NScumm.Core

Méthodes protégées

Méthode Description
DrawObject ( ) : Statement
InitOpCodes ( ) : void
PickupObject ( ) : Statement

Private Methods

Méthode Description
GetAnimCounter ( ) : Statement
GetObjectState ( ) : Statement

Method Details

DrawObject() protected méthode

protected DrawObject ( ) : Statement
Résultat Statement

InitOpCodes() protected méthode

protected InitOpCodes ( ) : void
Résultat void

PickupObject() protected méthode

protected PickupObject ( ) : Statement
Résultat Statement

ScriptParser5() public méthode

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