C# Class MapServer.FightKnightObject

Inheritance: BaseObject
Mostra file Open project: dream-young-soul/soul Class Usage Examples

Public Methods

Method Description
ClearThis ( ) : void
ClearThis ( PlayerObject play ) : void
FightKnightObject ( short x, short y, byte dir, uint _id, int nTime ) : System
RefreshVisibleObject ( ) : void
Run ( ) : bool
Run ( byte dir, int ucMode ) : void
SendInfo ( PlayerObject play = null ) : void
Walk ( byte dir ) : void

Protected Methods

Method Description
ProcessAction_Move ( GameStruct act ) : void

Method Details

ClearThis() public method

public ClearThis ( ) : void
return void

ClearThis() public method

public ClearThis ( PlayerObject play ) : void
play PlayerObject
return void

FightKnightObject() public method

public FightKnightObject ( short x, short y, byte dir, uint _id, int nTime ) : System
x short
y short
dir byte
_id uint
nTime int
return System

ProcessAction_Move() protected method

protected ProcessAction_Move ( GameStruct act ) : void
act GameStruct
return void

RefreshVisibleObject() public method

public RefreshVisibleObject ( ) : void
return void

Run() public method

public Run ( ) : bool
return bool

Run() public method

public Run ( byte dir, int ucMode ) : void
dir byte
ucMode int
return void

SendInfo() public method

public SendInfo ( PlayerObject play = null ) : void
play PlayerObject
return void

Walk() public method

public Walk ( byte dir ) : void
dir byte
return void