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

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

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

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

Приватные методы

Метод Описание
IsTargetAnotherPlayer ( this @event ) : bool

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

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

public static IsAbility ( this @event, string abilityId ) : bool
@event this
abilityId string
Результат bool

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

public static IsAbilityActivate ( this @event ) : bool
@event this
Результат bool

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

public static IsAbilityCancel ( this @event ) : bool
@event this
Результат bool

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

public static IsAbilityDeactivate ( this @event ) : bool
@event this
Результат bool

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

public static IsAbilityInturrupt ( this @event ) : bool
@event this
Результат bool

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

public static IsApplyEffect ( this @event ) : bool
@event this
Результат bool

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

public static IsDeath ( this @event ) : bool
@event this
Результат bool

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

public static IsEffectName ( this @event, EffectName name ) : bool
@event this
name EffectName
Результат bool

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

public static IsEffectType ( this @event, EffectType type ) : bool
@event this
type EffectType
Результат bool

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

public static IsEnterCombat ( this @event ) : bool
@event this
Результат bool

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

public static IsEvent ( this @event ) : bool
@event this
Результат bool

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

public static IsExitCombat ( this @event ) : bool
@event this
Результат bool

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

public static IsNpcDeath ( this @event ) : bool
@event this
Результат bool

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

public static IsNpcKill ( this @event ) : bool
@event this
Результат bool

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

public static IsPlayerCompanion ( this @event ) : bool
@event this
Результат bool

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

public static IsPlayerDeath ( this @event ) : bool
@event this
Результат bool

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

public static IsPlayerKill ( this @event ) : bool
@event this
Результат bool

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

public static IsRemoveEffect ( this @event ) : bool
@event this
Результат bool

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

public static IsRestore ( this @event ) : bool
@event this
Результат bool

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

public static IsSafeLogin ( this @event ) : bool
@event this
Результат bool

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

public static IsSpend ( this @event ) : bool
@event this
Результат bool

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

public static IsSurrender ( this @event ) : bool
@event this
Результат bool

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

public static IsThisPlayer ( this @event ) : bool
@event this
Результат bool

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

public static IsThisPlayerDeath ( this @event ) : bool
@event this
Результат bool

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

public static IsUnknown ( this @event ) : bool
@event this
Результат bool