C# Class MapServer.EffectObject

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

Public Methods

Method 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 method

public ClearThis ( ) : void
return void

EffectObject() public method

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
return System

RefreshVisibleObject() public method

public RefreshVisibleObject ( ) : void
return void

Run() public method

public Run ( ) : bool
return bool

SendInfo() public method

public SendInfo ( PlayerObject play = null, bool bClear = false ) : void
play PlayerObject
bClear bool
return void