C# Class NScumm.Scumm.Actor2

Inheritance: Actor3
Exibir arquivo Open project: scemino/nscumm Class Usage Examples

Public Methods

Method Description
Actor2 ( ScummEngine engine, byte id ) : System
AdjustXYToBeInBox ( System.Point dst ) : AdjustBoxResult
Init ( int mode ) : void
Walk ( ) : void

Protected Methods

Method Description
PrepareDrawActorCostume ( ICostumeRenderer bcr ) : void

Private Methods

Method Description
CheckXYInBoxBounds ( int boxnum, System.Point p, System.Point &dest ) : int

Method Details

Actor2() public method

public Actor2 ( ScummEngine engine, byte id ) : System
engine ScummEngine
id byte
return System

AdjustXYToBeInBox() public method

public AdjustXYToBeInBox ( System.Point dst ) : AdjustBoxResult
dst System.Point
return AdjustBoxResult

Init() public method

public Init ( int mode ) : void
mode int
return void

PrepareDrawActorCostume() protected method

protected PrepareDrawActorCostume ( ICostumeRenderer bcr ) : void
bcr ICostumeRenderer
return void

Walk() public method

public Walk ( ) : void
return void