C# Class MapServer.GuardKnightObject

Inheritance: MonsterObject
Afficher le fichier Open project: dream-young-soul/soul Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ClearThis ( ) : void
Résultat void

GuardKnightObject() public méthode

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
Résultat System

Run() public méthode

public Run ( ) : bool
Résultat bool

SendInfo() public méthode

public SendInfo ( PlayerObject play = null ) : void
play PlayerObject
Résultat void