GUI.HUD.ActiveAbility |
| GUI. | |
| Variables | |
| FLAG_WRONG_HEAPON | |
| FLAG_CASTING | |
| FLAG_COOLDOWN | |
| m_Cooldown | |
| SignalDone | |
| m_GlowFilter | |
| Functions | |
| ActiveAbility | |
| init | |
| AddCooldown | COOLDOWNS |
| HasCoolDown | |
| GetCoolDown | |
| RemoveCooldown | fires after the cooldown is complete, creating a bright overlay The cooldown is removed and an enterframe method is set to fade out the overlay |
| CooldownFading | OEnterFrame method that fades out the bright overlay. |
| StartChanneling | CHANNELING |
| StopChanneling | |
| ChannelingHandler | |
| SetDisabled | DISPLAY METHODS |
| SetEnabled | |
| SetAvailable | this is the baseline for all |
| SetRangeDisabled | |
| SetMaxMomentum | |
| SetResourceDisabled | |
| UpdateVisuals | |
| ForceUpdateVisuals |
public static var FLAG_WRONG_HEAPON: Number
public static var FLAG_CASTING: Number
public static var FLAG_COOLDOWN: Number
private var m_Cooldown: AbilityCooldown
private var SignalDone: Signal
private var m_GlowFilter: GlowFilter
public function ActiveAbility()
public function init()
COOLDOWNS
public function AddCooldown( cooldownStart: Number, cooldownEnd: Number, cooldownFlags: Number ) : Void
public function HasCoolDown():Boolean
public function GetCoolDown():AbilityCooldown
fires after the cooldown is complete, creating a bright overlay The cooldown is removed and an enterframe method is set to fade out the overlay
public function RemoveCooldown( spellId: Number ) : Void
OEnterFrame method that fades out the bright overlay.
private function CooldownFading()
CHANNELING
public function StartChanneling() : Void
public function StopChanneling() : Void
private function ChannelingHandler()
DISPLAY METHODS
public function SetDisabled()
private function SetEnabled( enabled: Boolean ):Void
this is the baseline for all
public function SetAvailable()
private function SetRangeDisabled() : Void
private function SetMaxMomentum()
private function SetResourceDisabled()
private function UpdateVisuals()
private function ForceUpdateVisuals()