C# Class SwtorCaster.Core.CombatLogExtensions

Datei anzeigen Open project: pjmagee/swtor-caster

Public Methods

Method 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

Method Description
IsTargetAnotherPlayer ( this @event ) : bool

Method Details

IsAbility() public static method

public static IsAbility ( this @event, string abilityId ) : bool
@event this
abilityId string
return bool

IsAbilityActivate() public static method

public static IsAbilityActivate ( this @event ) : bool
@event this
return bool

IsAbilityCancel() public static method

public static IsAbilityCancel ( this @event ) : bool
@event this
return bool

IsAbilityDeactivate() public static method

public static IsAbilityDeactivate ( this @event ) : bool
@event this
return bool

IsAbilityInturrupt() public static method

public static IsAbilityInturrupt ( this @event ) : bool
@event this
return bool

IsApplyEffect() public static method

public static IsApplyEffect ( this @event ) : bool
@event this
return bool

IsDeath() public static method

public static IsDeath ( this @event ) : bool
@event this
return bool

IsEffectName() public static method

public static IsEffectName ( this @event, EffectName name ) : bool
@event this
name EffectName
return bool

IsEffectType() public static method

public static IsEffectType ( this @event, EffectType type ) : bool
@event this
type EffectType
return bool

IsEnterCombat() public static method

public static IsEnterCombat ( this @event ) : bool
@event this
return bool

IsEvent() public static method

public static IsEvent ( this @event ) : bool
@event this
return bool

IsExitCombat() public static method

public static IsExitCombat ( this @event ) : bool
@event this
return bool

IsNpcDeath() public static method

public static IsNpcDeath ( this @event ) : bool
@event this
return bool

IsNpcKill() public static method

public static IsNpcKill ( this @event ) : bool
@event this
return bool

IsPlayerCompanion() public static method

public static IsPlayerCompanion ( this @event ) : bool
@event this
return bool

IsPlayerDeath() public static method

public static IsPlayerDeath ( this @event ) : bool
@event this
return bool

IsPlayerKill() public static method

public static IsPlayerKill ( this @event ) : bool
@event this
return bool

IsRemoveEffect() public static method

public static IsRemoveEffect ( this @event ) : bool
@event this
return bool

IsRestore() public static method

public static IsRestore ( this @event ) : bool
@event this
return bool

IsSafeLogin() public static method

public static IsSafeLogin ( this @event ) : bool
@event this
return bool

IsSpend() public static method

public static IsSpend ( this @event ) : bool
@event this
return bool

IsSurrender() public static method

public static IsSurrender ( this @event ) : bool
@event this
return bool

IsThisPlayer() public static method

public static IsThisPlayer ( this @event ) : bool
@event this
return bool

IsThisPlayerDeath() public static method

public static IsThisPlayerDeath ( this @event ) : bool
@event this
return bool

IsUnknown() public static method

public static IsUnknown ( this @event ) : bool
@event this
return bool