Class GUI.Inventory.PocketItemSlot

Field Index

m_Cooldown, m_IsCooldown

Inherited from ItemSlot

Method Index

new PocketItemSlot()
RemoveCooldown(), SetCooldown(), SetData()

Inherited from ItemSlot

Constructor Detail

PocketItemSlot

function PocketItemSlot(inventoryID:ID32, slotId:Number, window:MovieClip)

Field Detail

m_Cooldown

m_Cooldown:AbilityCooldown

m_IsCooldown

m_IsCooldown:Boolean

Method Detail

SetCooldown

public function SetCooldown(seconds:Number, cooldownType:Number)

RemoveCooldown

public function RemoveCooldown()

SetData

public function SetData(newData:InventoryItem)