C# Класс fBaseXtensions.Game.Hero.Hotbar

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
CurrentBuffs HotbarBuff>.Dictionary
CurrentDebuffs List
HotbarSkills List
PassivePowers HashSet

Private Properties

Свойство Тип Описание
CheckSkills void
RefreshCurrentBuffs void
RefreshCurrentDebuffs void
ReturnHotbarSkills List

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

Метод Описание
GetBuffStacks ( SNOPower thispower ) : int
HasBuff ( SNOPower power ) : bool
HasDebuff ( SNOPower power ) : bool
HasPower ( SNOPower power ) : bool
RefreshHotbar ( ) : void

Enumerates through the ActiveSkills and adds them to the HotbarAbilities collection.

RefreshHotbarBuffs ( ) : void
RefreshPassives ( ) : void

Enumerates through the PassiveSkills and adds them to the PassiveAbilities collection. Used to adjust repeat timers of abilities.

ReturnRuneIndex ( SNOPower power ) : int

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

Метод Описание
CheckSkills ( ) : void
RefreshCurrentBuffs ( ) : void

Enumerates through GetAllBuffs and adds them to the CurrentBuffs collection.

RefreshCurrentDebuffs ( ) : void

ReturnHotbarSkills ( ) : List

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

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

public static GetBuffStacks ( SNOPower thispower ) : int
thispower SNOPower
Результат int

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

public static HasBuff ( SNOPower power ) : bool
power SNOPower
Результат bool

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

public static HasDebuff ( SNOPower power ) : bool
power SNOPower
Результат bool

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

public static HasPower ( SNOPower power ) : bool
power SNOPower
Результат bool

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

Enumerates through the ActiveSkills and adds them to the HotbarAbilities collection.
public static RefreshHotbar ( ) : void
Результат void

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

public static RefreshHotbarBuffs ( ) : void
Результат void

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

Enumerates through the PassiveSkills and adds them to the PassiveAbilities collection. Used to adjust repeat timers of abilities.
public static RefreshPassives ( ) : void
Результат void

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

public static ReturnRuneIndex ( SNOPower power ) : int
power SNOPower
Результат int

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

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

public static Dictionary CurrentBuffs
Результат HotbarBuff>.Dictionary

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

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

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

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

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

public static HashSet PassivePowers
Результат HashSet