C# Класс DefaultCombat.Core.Spell

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

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

Свойство Тип Описание
BlackListedSpells List

Private Properties

Свойство Тип Описание
Target bool

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

Метод Описание
Buff ( string spell, Selection reqs = null ) : Composite
Cast ( string spell, Selection reqs = null ) : Composite
Cast ( string spell, UnitSelectionDelegate onUnit, Selection reqs = null ) : Composite
CastOnGround ( string spell, CommonBehaviors location, Selection reqs = null ) : Composite
CastOnGround ( string spell, Selection reqs = null ) : Composite
Cleanse ( string spell, Selection reqs = null ) : Composite
DoT ( string spell, UnitSelectionDelegate onUnit, string debuff, float time, Selection reqs = null ) : Composite
DoT ( string spell, string debuff, float time, Selection reqs = null ) : Composite
DoTGround ( string spell, UnitSelectionDelegate onUnit, float time, Selection reqs = null ) : Composite
DoTGround ( string spell, float time, Selection reqs = null ) : Composite
GetCastTime ( string spell ) : float
GetCooldown ( string spell ) : float
Heal ( string spell, UnitSelectionDelegate onUnit, int hp = 100, Selection reqs = null ) : Composite
Heal ( string spell, int hp = 100, Selection reqs = null ) : Composite
HealAoe ( string spell, Selection reqs = null ) : Composite
HealGround ( string spell, CanRunDecoratorDelegate reqs = null ) : Composite
HoT ( string spell, UnitSelectionDelegate onUnit, int hp = 100, Selection reqs = null ) : Composite
HoT ( string spell, int hp = 100, Selection reqs = null ) : Composite
SpellBlackListed ( string spell, float guid ) : bool
WaitForCast ( ) : Composite

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

Метод Описание
Target ( TorCharacter onUnit ) : bool

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

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

public static Buff ( string spell, Selection reqs = null ) : Composite
spell string
reqs Selection
Результат Composite

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

public static Cast ( string spell, Selection reqs = null ) : Composite
spell string
reqs Selection
Результат Composite

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

public static Cast ( string spell, UnitSelectionDelegate onUnit, Selection reqs = null ) : Composite
spell string
onUnit UnitSelectionDelegate
reqs Selection
Результат Composite

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

public static CastOnGround ( string spell, CommonBehaviors location, Selection reqs = null ) : Composite
spell string
location CommonBehaviors
reqs Selection
Результат Composite

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

public static CastOnGround ( string spell, Selection reqs = null ) : Composite
spell string
reqs Selection
Результат Composite

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

public static Cleanse ( string spell, Selection reqs = null ) : Composite
spell string
reqs Selection
Результат Composite

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

public static DoT ( string spell, UnitSelectionDelegate onUnit, string debuff, float time, Selection reqs = null ) : Composite
spell string
onUnit UnitSelectionDelegate
debuff string
time float
reqs Selection
Результат Composite

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

public static DoT ( string spell, string debuff, float time, Selection reqs = null ) : Composite
spell string
debuff string
time float
reqs Selection
Результат Composite

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

public static DoTGround ( string spell, UnitSelectionDelegate onUnit, float time, Selection reqs = null ) : Composite
spell string
onUnit UnitSelectionDelegate
time float
reqs Selection
Результат Composite

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

public static DoTGround ( string spell, float time, Selection reqs = null ) : Composite
spell string
time float
reqs Selection
Результат Composite

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

public static GetCastTime ( string spell ) : float
spell string
Результат float

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

public static GetCooldown ( string spell ) : float
spell string
Результат float

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

public static Heal ( string spell, UnitSelectionDelegate onUnit, int hp = 100, Selection reqs = null ) : Composite
spell string
onUnit UnitSelectionDelegate
hp int
reqs Selection
Результат Composite

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

public static Heal ( string spell, int hp = 100, Selection reqs = null ) : Composite
spell string
hp int
reqs Selection
Результат Composite

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

public static HealAoe ( string spell, Selection reqs = null ) : Composite
spell string
reqs Selection
Результат Composite

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

public static HealGround ( string spell, CanRunDecoratorDelegate reqs = null ) : Composite
spell string
reqs CanRunDecoratorDelegate
Результат Composite

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

public static HoT ( string spell, UnitSelectionDelegate onUnit, int hp = 100, Selection reqs = null ) : Composite
spell string
onUnit UnitSelectionDelegate
hp int
reqs Selection
Результат Composite

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

public static HoT ( string spell, int hp = 100, Selection reqs = null ) : Composite
spell string
hp int
reqs Selection
Результат Composite

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

public static SpellBlackListed ( string spell, float guid ) : bool
spell string
guid float
Результат bool

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

public static WaitForCast ( ) : Composite
Результат Composite

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

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

public static List BlackListedSpells
Результат List