C# Class SwtorCaster.Core.SettingExtensions

Afficher le fichier Open project: pjmagee/swtor-caster

Méthodes publiques

Méthode Description
CanPlay ( this setting, CombatLogEvent line ) : bool
IsAbilityActivate ( this setting, CombatLogEvent line ) : bool
IsAbilityCancel ( this setting, CombatLogEvent line ) : bool
IsEnterCombat ( this setting, CombatLogEvent line ) : bool
IsExitCombat ( this setting, CombatLogEvent line ) : bool
IsPlayerDeath ( this setting, CombatLogEvent line ) : bool
IsPlayerKill ( this setting, CombatLogEvent line ) : bool
IsPlayerSurrender ( this setting, CombatLogEvent line ) : bool

Method Details

CanPlay() public static méthode

public static CanPlay ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
Résultat bool

IsAbilityActivate() public static méthode

public static IsAbilityActivate ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
Résultat bool

IsAbilityCancel() public static méthode

public static IsAbilityCancel ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
Résultat bool

IsEnterCombat() public static méthode

public static IsEnterCombat ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
Résultat bool

IsExitCombat() public static méthode

public static IsExitCombat ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
Résultat bool

IsPlayerDeath() public static méthode

public static IsPlayerDeath ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
Résultat bool

IsPlayerKill() public static méthode

public static IsPlayerKill ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
Résultat bool

IsPlayerSurrender() public static méthode

public static IsPlayerSurrender ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
Résultat bool