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

Afficher le fichier Open project: hussein-aitlahcen/codebreak Class Usage Examples

Méthodes publiques

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

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

IsBonusEffect() public static méthode

public static IsBonusEffect ( EffectEnum effectType ) : bool
effectType EffectEnum
Résultat bool

IsDamageEffect() public static méthode

public static IsDamageEffect ( EffectEnum effectType ) : bool
effectType EffectEnum
Résultat bool

IsFriendlyEffect() public static méthode

public static IsFriendlyEffect ( EffectEnum effectType ) : bool
effectType EffectEnum
Résultat bool

IsMalusEffect() public static méthode

public static IsMalusEffect ( EffectEnum effectType ) : bool
effectType EffectEnum
Résultat bool

IsSpecial() public static méthode

public static IsSpecial ( EffectEnum effectType ) : bool
effectType EffectEnum
Résultat bool