C# Класс DefaultCombat.Helpers.Extensions

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

Открытые свойства

Свойство Тип Описание
DebuffList DefaultCombat.Helpers.Debuff[]
DebuffNamesCrowdControl string[]
DebuffNamesShielded string[]

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

Метод Описание
BossOrGreater ( this unit ) : bool
BuffCount ( this p, string buffName ) : int
BuffTimeLeft ( this p, string buffName ) : double
DebuffCount ( this p, string buffName ) : int
DebuffTimeLeft ( this p, string buffName ) : double
GetStacks ( this t ) : int
HasDebuffCount ( this p, string debuff, int stacks ) : bool
HasMyBuff ( this u, string aura ) : bool
HasMyDebuff ( this u, string aura ) : bool
IsBehind ( this torCharacter, TorCharacter target ) : bool
IsCompanionInUse ( this torPlayer ) : bool
IsCrowdControlled ( this torCharacter ) : bool
IsHealer ( this p ) : bool
IsInCover ( this torCharacter ) : bool
IsPartyRoleTank ( this torCharacter ) : bool
IsValidTarget ( this c ) : bool
NeedsCleanse ( this p ) : bool
PartyCompanions ( this torPlayer, TorCharacterPredicateDelegate companionQualifier = null ) : IEnumerable
PartyMembers ( this torPlayer, bool includeCompanions = true, TorCharacterPredicateDelegate memberQualifier = null ) : IEnumerable
PartyPlayers ( this torPlayer, TorPlayerPredicateDelegate playerQualifier = null ) : IEnumerable
PartyRole ( this torCharacter ) : Global.PartyRole
RejuvenateAbilityName ( this torPlayer ) : string
ResourcePercent ( this torPlayer ) : float
SelfBuffName ( this torPlayer ) : string
StrongOrGreater ( this unit ) : bool

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

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

public static BossOrGreater ( this unit ) : bool
unit this
Результат bool

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

public static BuffCount ( this p, string buffName ) : int
p this
buffName string
Результат int

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

public static BuffTimeLeft ( this p, string buffName ) : double
p this
buffName string
Результат double

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

public static DebuffCount ( this p, string buffName ) : int
p this
buffName string
Результат int

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

public static DebuffTimeLeft ( this p, string buffName ) : double
p this
buffName string
Результат double

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

public static GetStacks ( this t ) : int
t this
Результат int

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

public static HasDebuffCount ( this p, string debuff, int stacks ) : bool
p this
debuff string
stacks int
Результат bool

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

public static HasMyBuff ( this u, string aura ) : bool
u this
aura string
Результат bool

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

public static HasMyDebuff ( this u, string aura ) : bool
u this
aura string
Результат bool

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

public static IsBehind ( this torCharacter, TorCharacter target ) : bool
torCharacter this
target TorCharacter
Результат bool

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

public static IsCompanionInUse ( this torPlayer ) : bool
torPlayer this
Результат bool

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

public static IsCrowdControlled ( this torCharacter ) : bool
torCharacter this
Результат bool

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

public static IsHealer ( this p ) : bool
p this
Результат bool

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

public static IsInCover ( this torCharacter ) : bool
torCharacter this
Результат bool

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

public static IsPartyRoleTank ( this torCharacter ) : bool
torCharacter this
Результат bool

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

public static IsValidTarget ( this c ) : bool
c this
Результат bool

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

public static NeedsCleanse ( this p ) : bool
p this
Результат bool

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

public static PartyCompanions ( this torPlayer, TorCharacterPredicateDelegate companionQualifier = null ) : IEnumerable
torPlayer this
companionQualifier TorCharacterPredicateDelegate
Результат IEnumerable

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

public static PartyMembers ( this torPlayer, bool includeCompanions = true, TorCharacterPredicateDelegate memberQualifier = null ) : IEnumerable
torPlayer this
includeCompanions bool
memberQualifier TorCharacterPredicateDelegate
Результат IEnumerable

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

public static PartyPlayers ( this torPlayer, TorPlayerPredicateDelegate playerQualifier = null ) : IEnumerable
torPlayer this
playerQualifier TorPlayerPredicateDelegate
Результат IEnumerable

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

public static PartyRole ( this torCharacter ) : Global.PartyRole
torCharacter this
Результат Global.PartyRole

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

public static RejuvenateAbilityName ( this torPlayer ) : string
torPlayer this
Результат string

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

public static ResourcePercent ( this torPlayer ) : float
torPlayer this
Результат float

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

public static SelfBuffName ( this torPlayer ) : string
torPlayer this
Результат string

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

public static StrongOrGreater ( this unit ) : bool
unit this
Результат bool

Описание свойств

DebuffList публичное статическое свойство

public static Debuff[],DefaultCombat.Helpers DebuffList
Результат DefaultCombat.Helpers.Debuff[]

DebuffNamesCrowdControl публичное статическое свойство

public static string[] DebuffNamesCrowdControl
Результат string[]

DebuffNamesShielded публичное статическое свойство

public static string[] DebuffNamesShielded
Результат string[]