| Package | org.wak.inventory |
| Class | public class InventoryManager |
| Method | Defined by | ||
|---|---|---|---|
| InventoryManager | |||
|
GetInventoryItem(pItemId:String):InventoryItem
Get an InventoryItem by its id.
| InventoryManager | ||
|
LoadItemsDefinitions(pXMLItemsDef:XML):void
Loads the Inventory Items's definition, but do not instanciate them .
| InventoryManager | ||
| InventoryManager | () | constructor |
public function InventoryManager()
| GetInventoryItem | () | method |
public function GetInventoryItem(pItemId:String):InventoryItemGet an InventoryItem by its id.
ParameterspItemId:String — id of the InventoryItem
|
InventoryItem —
InventoryItem
|
| LoadItemsDefinitions | () | method |
public function LoadItemsDefinitions(pXMLItemsDef:XML):voidLoads the Inventory Items's definition, but do not instanciate them .
ParameterspXMLItemsDef:XML — a XML object with the definition of the Inventory Items.
|