Packageorg.wak.inventory
Interfacepublic interface IInventoryItemDefinition
ImplementorsXMLInventoryItemDefinition

Interface to hold the data to create and inventory definition.



Public Properties
 PropertyDefined by
  description : String
[read-only] Description of the item
IInventoryItemDefinition
  itemDisplayId : String
[read-only] The graphic id to show while this item is in the inventory
IInventoryItemDefinition
  itemId : String
[read-only] The item id of this item
IInventoryItemDefinition
  itemName : String
[read-only] The item textual name of this item
IInventoryItemDefinition
  mouseIconDisplayId : String
[read-only] This is the icon id to display when the Use action has been selected and used with the item.
IInventoryItemDefinition
  mouseIconX : Number
[read-only] Mouse icon horizontal offset about the mouse pointer.
IInventoryItemDefinition
  mouseIconY : Number
[read-only] Mouse icon verticall offset about the mouse pointer.
IInventoryItemDefinition
  unitaryUse : Boolean
[read-only]
IInventoryItemDefinition
Property detail
descriptionproperty
description:String  [read-only]

Description of the item

Implementation
    public function get description():String
itemDisplayIdproperty 
itemDisplayId:String  [read-only]

The graphic id to show while this item is in the inventory

Implementation
    public function get itemDisplayId():String
itemIdproperty 
itemId:String  [read-only]

The item id of this item

Implementation
    public function get itemId():String
itemNameproperty 
itemName:String  [read-only]

The item textual name of this item

Implementation
    public function get itemName():String
mouseIconDisplayIdproperty 
mouseIconDisplayId:String  [read-only]

This is the icon id to display when the Use action has been selected and used with the item. The mouseIconDisplay will be attached to the mouse pointer.

Implementation
    public function get mouseIconDisplayId():String
mouseIconXproperty 
mouseIconX:Number  [read-only]

Mouse icon horizontal offset about the mouse pointer.

Implementation
    public function get mouseIconX():Number
mouseIconYproperty 
mouseIconY:Number  [read-only]

Mouse icon verticall offset about the mouse pointer.

Implementation
    public function get mouseIconY():Number
unitaryUseproperty 
unitaryUse:Boolean  [read-only]

Implementation
    public function get unitaryUse():Boolean