Class GUI.HUD.ActiveAbility

Field Index

FLAG_CASTING, FLAG_COOLDOWN, FLAG_WRONG_HEAPON

Inherited from AbilityBase

Method Index

new ActiveAbility()
AddCooldown(), init(), RemoveCooldown(), SetAvailable(), SetDisabled(), StartChanneling(), StopChanneling()

Inherited from AbilityBase

Constructor Detail

ActiveAbility

public function ActiveAbility()

Field Detail

FLAG_WRONG_HEAPON

static public FLAG_WRONG_HEAPON:Number

FLAG_CASTING

static public FLAG_CASTING:Number

FLAG_COOLDOWN

static public FLAG_COOLDOWN:Number

Method Detail

init

public function init()

AddCooldown

public function AddCooldown(cooldownStart:Number, cooldownEnd:Number, cooldownFlags:Number):Void

RemoveCooldown

public function RemoveCooldown():Void

StartChanneling

public function StartChanneling():Void

StopChanneling

public function StopChanneling():Void

SetDisabled

public function SetDisabled()

SetAvailable

public function SetAvailable()