C# Class SwtorCaster.Core.SettingExtensions

ファイルを表示 Open project: pjmagee/swtor-caster

Public Methods

Method 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 method

public static CanPlay ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
return bool

IsAbilityActivate() public static method

public static IsAbilityActivate ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
return bool

IsAbilityCancel() public static method

public static IsAbilityCancel ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
return bool

IsEnterCombat() public static method

public static IsEnterCombat ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
return bool

IsExitCombat() public static method

public static IsExitCombat ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
return bool

IsPlayerDeath() public static method

public static IsPlayerDeath ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
return bool

IsPlayerKill() public static method

public static IsPlayerKill ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
return bool

IsPlayerSurrender() public static method

public static IsPlayerSurrender ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
return bool