| Method | Defined By | ||
|---|---|---|---|
| MochiInventory | |||
addEventListener(eventType:String, delegate:Function):void [static] | MochiInventory | ||
release():void | MochiInventory | ||
removeEventListener(eventType:String, delegate:Function):void [static] | MochiInventory | ||
triggerEvent(eventType:String, args:Object):void [static] | MochiInventory | ||
| Method | Defined By | ||
|---|---|---|---|
deleteProperty(name:*):Boolean [override] | MochiInventory | ||
getProperty(name:*):* [override] | MochiInventory | ||
hasProperty(name:*):Boolean [override] | MochiInventory | ||
nextName(index:int):String [override] | MochiInventory | ||
nextNameIndex(index:int):int [override] | MochiInventory | ||
setProperty(name:*, value:*):void [override] | MochiInventory | ||
| Constant | Defined By | ||
|---|---|---|---|
| ERROR : String = Error [static] | MochiInventory | ||
| IO_ERROR : String = IoError [static] | MochiInventory | ||
| NOT_READY : String = InvNotReady [static] | MochiInventory | ||
| READY : String = InvReady [static] | MochiInventory | ||
| VALUE_ERROR : String = InvValueError [static] | MochiInventory | ||
| WRITTEN : String = InvWritten [static] | MochiInventory | ||
| MochiInventory | () | Constructor |
public function MochiInventory()| addEventListener | () | method |
public static function addEventListener(eventType:String, delegate:Function):voidParameters
eventType:String | |
delegate:Function |
| deleteProperty | () | method |
override flash_proxy function deleteProperty(name:*):BooleanParameters
name:* |
Boolean |
| getProperty | () | method |
override flash_proxy function getProperty(name:*):*Parameters
name:* |
* |
| hasProperty | () | method |
override flash_proxy function hasProperty(name:*):BooleanParameters
name:* |
Boolean |
| nextName | () | method |
override flash_proxy function nextName(index:int):StringParameters
index:int |
String |
| nextNameIndex | () | method |
override flash_proxy function nextNameIndex(index:int):intParameters
index:int |
int |
| release | () | method |
public function release():void| removeEventListener | () | method |
public static function removeEventListener(eventType:String, delegate:Function):voidParameters
eventType:String | |
delegate:Function |
| setProperty | () | method |
override flash_proxy function setProperty(name:*, value:*):voidParameters
name:* | |
value:* |
| triggerEvent | () | method |
public static function triggerEvent(eventType:String, args:Object):voidParameters
eventType:String | |
args:Object |
| ERROR | Constant |
public static const ERROR:String = Error| IO_ERROR | Constant |
public static const IO_ERROR:String = IoError| NOT_READY | Constant |
public static const NOT_READY:String = InvNotReady| READY | Constant |
public static const READY:String = InvReady| VALUE_ERROR | Constant |
public static const VALUE_ERROR:String = InvValueError| WRITTEN | Constant |
public static const WRITTEN:String = InvWritten