C# Class NScumm.Scumm.Actor3

Inheritance: Actor
显示文件 Open project: scemino/nscumm Class Usage Examples

Public Methods

Method Description
Actor3 ( ScummEngine engine, byte id ) : System
FindPathTowardsOld ( byte box1, byte box2, byte finalBox, System.Point &p2, System.Point &p3 ) : void
GetGates ( BoxCoords box1, BoxCoords box2, System.Point gateA, System.Point gateB ) : void
Walk ( ) : void

Protected Methods

Method Description
SetupActorScale ( ) : void

Method Details

Actor3() public method

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

FindPathTowardsOld() public method

public FindPathTowardsOld ( byte box1, byte box2, byte finalBox, System.Point &p2, System.Point &p3 ) : void
box1 byte
box2 byte
finalBox byte
p2 System.Point
p3 System.Point
return void

GetGates() public method

public GetGates ( BoxCoords box1, BoxCoords box2, System.Point gateA, System.Point gateB ) : void
box1 BoxCoords
box2 BoxCoords
gateA System.Point
gateB System.Point
return void

SetupActorScale() protected method

protected SetupActorScale ( ) : void
return void

Walk() public method

public Walk ( ) : void
return void