C# 클래스 fBaseXtensions.Game.Hero.Hotbar

파일 보기 프로젝트 열기: herbfunk/Funky 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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