C# Class DarkEmu_GameServer.Effect

Datei anzeigen Open project: CarlosX/DarkEmu Class Usage Examples

Public Methods

Method Description
DeleteEffect_fb ( object target, byte EffectSlot ) : void
DeleteEffect_fz ( object target, byte EffectSlot ) : void
EffectMain ( object target, int skillid ) : void
GenerateEffect_bu ( object target, int skillid ) : void
GenerateEffect_es ( object target, int skillid ) : void
GenerateEffect_fb ( object target, int skillid ) : void
GenerateEffect_fz ( object target, int skillid ) : void

Method Details

DeleteEffect_fb() public static method

public static DeleteEffect_fb ( object target, byte EffectSlot ) : void
target object
EffectSlot byte
return void

DeleteEffect_fz() public static method

public static DeleteEffect_fz ( object target, byte EffectSlot ) : void
target object
EffectSlot byte
return void

EffectMain() public static method

public static EffectMain ( object target, int skillid ) : void
target object
skillid int
return void

GenerateEffect_bu() public static method

public static GenerateEffect_bu ( object target, int skillid ) : void
target object
skillid int
return void

GenerateEffect_es() public static method

public static GenerateEffect_es ( object target, int skillid ) : void
target object
skillid int
return void

GenerateEffect_fb() public static method

public static GenerateEffect_fb ( object target, int skillid ) : void
target object
skillid int
return void

GenerateEffect_fz() public static method

public static GenerateEffect_fz ( object target, int skillid ) : void
target object
skillid int
return void