C# Class MapServer.EffectObject

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

Méthodes publiques

Méthode Description
ClearThis ( ) : void
EffectObject ( PlayerObject _play, int nEffId, int nParam, int nParam1, int nTime, short nX, short nY ) : System
RefreshVisibleObject ( ) : void
Run ( ) : bool
SendInfo ( PlayerObject play = null, bool bClear = false ) : void

Method Details

ClearThis() public méthode

public ClearThis ( ) : void
Résultat void

EffectObject() public méthode

public EffectObject ( PlayerObject _play, int nEffId, int nParam, int nParam1, int nTime, short nX, short nY ) : System
_play PlayerObject
nEffId int
nParam int
nParam1 int
nTime int
nX short
nY short
Résultat System

RefreshVisibleObject() public méthode

public RefreshVisibleObject ( ) : void
Résultat void

Run() public méthode

public Run ( ) : bool
Résultat bool

SendInfo() public méthode

public SendInfo ( PlayerObject play = null, bool bClear = false ) : void
play PlayerObject
bClear bool
Résultat void