C# Class Codebreak.Service.World.Game.Fight.Effect.CastInfos

Mostrar archivo Open project: hussein-aitlahcen/codebreak Class Usage Examples

Public Methods

Method Description
CastInfos ( EffectEnum effectType, int spellId, int cellId, int value1, int value2, int value3, int chance, int duration, AbstractFighter caster, AbstractFighter target, string rangeType = "", int targetKnownCellId, int spellLevel = -1, bool isMelee = false, bool isTrap = false, EffectEnum subEffect = EffectEnum.None, int damageValue, int fakeValue ) : System

IsBonusEffect ( EffectEnum effectType ) : bool

IsDamageEffect ( EffectEnum effectType ) : bool

IsFriendlyEffect ( EffectEnum effectType ) : bool

IsMalusEffect ( EffectEnum effectType ) : bool

IsSpecial ( EffectEnum effectType ) : bool

Method Details

CastInfos() public method

public CastInfos ( EffectEnum effectType, int spellId, int cellId, int value1, int value2, int value3, int chance, int duration, AbstractFighter caster, AbstractFighter target, string rangeType = "", int targetKnownCellId, int spellLevel = -1, bool isMelee = false, bool isTrap = false, EffectEnum subEffect = EffectEnum.None, int damageValue, int fakeValue ) : System
effectType EffectEnum
spellId int
cellId int
value1 int
value2 int
value3 int
chance int
duration int
caster AbstractFighter
target AbstractFighter
rangeType string
targetKnownCellId int
spellLevel int
isMelee bool
isTrap bool
subEffect EffectEnum
damageValue int
fakeValue int
return System

IsBonusEffect() public static method

public static IsBonusEffect ( EffectEnum effectType ) : bool
effectType EffectEnum
return bool

IsDamageEffect() public static method

public static IsDamageEffect ( EffectEnum effectType ) : bool
effectType EffectEnum
return bool

IsFriendlyEffect() public static method

public static IsFriendlyEffect ( EffectEnum effectType ) : bool
effectType EffectEnum
return bool

IsMalusEffect() public static method

public static IsMalusEffect ( EffectEnum effectType ) : bool
effectType EffectEnum
return bool

IsSpecial() public static method

public static IsSpecial ( EffectEnum effectType ) : bool
effectType EffectEnum
return bool