C# Класс SwtorCaster.Core.SettingExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CanPlay() публичный статический Метод

public static CanPlay ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
Результат bool

IsAbilityActivate() публичный статический Метод

public static IsAbilityActivate ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
Результат bool

IsAbilityCancel() публичный статический Метод

public static IsAbilityCancel ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
Результат bool

IsEnterCombat() публичный статический Метод

public static IsEnterCombat ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
Результат bool

IsExitCombat() публичный статический Метод

public static IsExitCombat ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
Результат bool

IsPlayerDeath() публичный статический Метод

public static IsPlayerDeath ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
Результат bool

IsPlayerKill() публичный статический Метод

public static IsPlayerKill ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
Результат bool

IsPlayerSurrender() публичный статический Метод

public static IsPlayerSurrender ( this setting, CombatLogEvent line ) : bool
setting this
line CombatLogEvent
Результат bool