C# Class MapServer.GuardKnightObject

Inheritance: MonsterObject
Mostrar archivo Open project: dream-young-soul/soul Class Usage Examples

Public Methods

Method Description
ClearThis ( ) : void
GuardKnightObject ( PlayerObject _play, short x, short y, byte dir, uint _id, int nAi_Id ) : System
Run ( ) : bool
SendInfo ( PlayerObject play = null ) : void

Method Details

ClearThis() public method

public ClearThis ( ) : void
return void

GuardKnightObject() public method

public GuardKnightObject ( PlayerObject _play, short x, short y, byte dir, uint _id, int nAi_Id ) : System
_play PlayerObject
x short
y short
dir byte
_id uint
nAi_Id int
return System

Run() public method

public Run ( ) : bool
return bool

SendInfo() public method

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