Class com.Components.Buffs

Method Index

new Buffs()
AddBuff(), AddExistingBuffs(), BuffCompare(), ClearAllBuffs(), ClearBuffs(), GetBuffClip(), Layout(), NoCharges(), NoTimers(), onUnload(), SetCharacter(), SetDirectionDown(), SetGroupElement(), SetMaxPerLine(), SetWidth(), ShowAllBuffs(), ShowBuffs(), ShowDebuffs(), SlotBuffAdded(), SlotBuffRemoved(), SlotCharacterEntered()

Constructor Detail

Buffs

public function Buffs()

Method Detail

SetWidth

public function SetWidth(width:Number)

SetCharacter

function SetCharacter(character:Character)

SetGroupElement

function SetGroupElement(groupElement:GroupElement)

ClearAllBuffs

function ClearAllBuffs()

SlotCharacterEntered

function SlotCharacterEntered()

AddExistingBuffs

function AddExistingBuffs()

onUnload

function onUnload()

NoTimers

function NoTimers()

NoCharges

function NoCharges()

ShowBuffs

function ShowBuffs(show:Boolean)

ShowDebuffs

function ShowDebuffs(show:Boolean)

SetDirectionDown

function SetDirectionDown()

ClearBuffs

function ClearBuffs(type:Number):Void

ShowAllBuffs

function ShowAllBuffs():Void

AddBuff

function AddBuff(buffData:BuffData)

SlotBuffAdded

function SlotBuffAdded(buffId:Number)

SlotBuffRemoved

function SlotBuffRemoved(buffId:Number)

GetBuffClip

function GetBuffClip(buffId):BuffComponent

SetMaxPerLine

function SetMaxPerLine(max:Number)

BuffCompare

function BuffCompare(a:BuffComponent, b:BuffComponent):Number

Layout

function Layout()