| Package | org.wak.inventory |
| Interface | public interface IInventoryItemDefinition |
| Implementors | XMLInventoryItemDefinition |
| Property | Defined 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 | ||
| description | property |
description:String [read-only]Description of the item
Implementation public function get description():String
| itemDisplayId | property |
itemDisplayId:String [read-only]The graphic id to show while this item is in the inventory
Implementation public function get itemDisplayId():String
| itemId | property |
itemId:String [read-only]The item id of this item
Implementation public function get itemId():String
| itemName | property |
itemName:String [read-only]The item textual name of this item
Implementation public function get itemName():String
| mouseIconDisplayId | property |
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
| mouseIconX | property |
mouseIconX:Number [read-only]Mouse icon horizontal offset about the mouse pointer.
Implementation public function get mouseIconX():Number
| mouseIconY | property |
mouseIconY:Number [read-only]Mouse icon verticall offset about the mouse pointer.
Implementation public function get mouseIconY():Number
| unitaryUse | property |
unitaryUse:Boolean [read-only]Implementation
public function get unitaryUse():Boolean