C# Class SwtorCaster.Core.CombatLogExtensions

Afficher le fichier Open project: pjmagee/swtor-caster

Méthodes publiques

Méthode Description
IsAbility ( this @event, string abilityId ) : bool
IsAbilityActivate ( this @event ) : bool
IsAbilityCancel ( this @event ) : bool
IsAbilityDeactivate ( this @event ) : bool
IsAbilityInturrupt ( this @event ) : bool
IsApplyEffect ( this @event ) : bool
IsDeath ( this @event ) : bool
IsEffectName ( this @event, EffectName name ) : bool
IsEffectType ( this @event, EffectType type ) : bool
IsEnterCombat ( this @event ) : bool
IsEvent ( this @event ) : bool
IsExitCombat ( this @event ) : bool
IsNpcDeath ( this @event ) : bool
IsNpcKill ( this @event ) : bool
IsPlayerCompanion ( this @event ) : bool
IsPlayerDeath ( this @event ) : bool
IsPlayerKill ( this @event ) : bool
IsRemoveEffect ( this @event ) : bool
IsRestore ( this @event ) : bool
IsSafeLogin ( this @event ) : bool
IsSpend ( this @event ) : bool
IsSurrender ( this @event ) : bool
IsThisPlayer ( this @event ) : bool
IsThisPlayerDeath ( this @event ) : bool
IsUnknown ( this @event ) : bool

Private Methods

Méthode Description
IsTargetAnotherPlayer ( this @event ) : bool

Method Details

IsAbility() public static méthode

public static IsAbility ( this @event, string abilityId ) : bool
@event this
abilityId string
Résultat bool

IsAbilityActivate() public static méthode

public static IsAbilityActivate ( this @event ) : bool
@event this
Résultat bool

IsAbilityCancel() public static méthode

public static IsAbilityCancel ( this @event ) : bool
@event this
Résultat bool

IsAbilityDeactivate() public static méthode

public static IsAbilityDeactivate ( this @event ) : bool
@event this
Résultat bool

IsAbilityInturrupt() public static méthode

public static IsAbilityInturrupt ( this @event ) : bool
@event this
Résultat bool

IsApplyEffect() public static méthode

public static IsApplyEffect ( this @event ) : bool
@event this
Résultat bool

IsDeath() public static méthode

public static IsDeath ( this @event ) : bool
@event this
Résultat bool

IsEffectName() public static méthode

public static IsEffectName ( this @event, EffectName name ) : bool
@event this
name EffectName
Résultat bool

IsEffectType() public static méthode

public static IsEffectType ( this @event, EffectType type ) : bool
@event this
type EffectType
Résultat bool

IsEnterCombat() public static méthode

public static IsEnterCombat ( this @event ) : bool
@event this
Résultat bool

IsEvent() public static méthode

public static IsEvent ( this @event ) : bool
@event this
Résultat bool

IsExitCombat() public static méthode

public static IsExitCombat ( this @event ) : bool
@event this
Résultat bool

IsNpcDeath() public static méthode

public static IsNpcDeath ( this @event ) : bool
@event this
Résultat bool

IsNpcKill() public static méthode

public static IsNpcKill ( this @event ) : bool
@event this
Résultat bool

IsPlayerCompanion() public static méthode

public static IsPlayerCompanion ( this @event ) : bool
@event this
Résultat bool

IsPlayerDeath() public static méthode

public static IsPlayerDeath ( this @event ) : bool
@event this
Résultat bool

IsPlayerKill() public static méthode

public static IsPlayerKill ( this @event ) : bool
@event this
Résultat bool

IsRemoveEffect() public static méthode

public static IsRemoveEffect ( this @event ) : bool
@event this
Résultat bool

IsRestore() public static méthode

public static IsRestore ( this @event ) : bool
@event this
Résultat bool

IsSafeLogin() public static méthode

public static IsSafeLogin ( this @event ) : bool
@event this
Résultat bool

IsSpend() public static méthode

public static IsSpend ( this @event ) : bool
@event this
Résultat bool

IsSurrender() public static méthode

public static IsSurrender ( this @event ) : bool
@event this
Résultat bool

IsThisPlayer() public static méthode

public static IsThisPlayer ( this @event ) : bool
@event this
Résultat bool

IsThisPlayerDeath() public static méthode

public static IsThisPlayerDeath ( this @event ) : bool
@event this
Résultat bool

IsUnknown() public static méthode

public static IsUnknown ( this @event ) : bool
@event this
Résultat bool