Class com.Components.ItemComponent
- com.Components.ItemComponent
Method Index
GetAlpha(),
GetIcon(),
Glow(),
HasThrottle(),
PrintStats(),
RemoveCooldown(),
SetAlpha(),
SetCooldown(),
SetData(),
SetLocked(),
SetShowCanUse(),
SetStackSize(),
SetStackSizeScale(),
SetThrottle(),
UnloadIcon()Constructor Detail
ItemComponent
public function ItemComponent()
Method Detail
PrintStats
public function PrintStats()
SetData
public function SetData(inventoryItem:InventoryItem, iconLoadDelay:Number)
SetShowCanUse
public function SetShowCanUse(show:Boolean)
SetStackSize
public function SetStackSize(stackSize:Number)
SetStackSizeScale
public function SetStackSizeScale(scale:Number)
SetAlpha
public function SetAlpha(alpha:Number)
GetAlpha
public function GetAlpha():Number
SetLocked
public function SetLocked(locked:Boolean)
Glow
public function Glow(glow:Boolean)
SetThrottle
public function SetThrottle(throttle:Boolean)
HasThrottle
public function HasThrottle()
UnloadIcon
public function UnloadIcon()
GetIcon
public function GetIcon():MovieClip
SetCooldown
public function SetCooldown(secondsRemaining:Number, showTimer:Boolean)
RemoveCooldown
public function RemoveCooldown()