| Package | artcustomer.maxima.events |
| Class | public class GameErrorEvent |
| Inheritance | GameErrorEvent flash.events.Event |
| Method | Defined By | ||
|---|---|---|---|
GameErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, error:Error = null, errorName:String = null)
Constructor
| GameErrorEvent | ||
clone():Event [override]
Clone GameErrorEvent. | GameErrorEvent | ||
toString():String [override]
Get String value of GameErrorEvent. | GameErrorEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| ERROR : String = error [static] | GameErrorEvent | ||
| GAME_ERROR : String = gameError [static] | GameErrorEvent | ||
| ILLEGAL_ERROR : String = illegalError [static] | GameErrorEvent | ||
| GameErrorEvent | () | Constructor |
public function GameErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, error:Error = null, errorName:String = null)Constructor
Parameterstype:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) | |
error:Error (default = null) | |
errorName:String (default = null) |
| clone | () | method |
override public function clone():EventClone GameErrorEvent.
ReturnsEvent —
|
| toString | () | method |
override public function toString():StringGet String value of GameErrorEvent.
ReturnsString —
|
| ERROR | Constant |
public static const ERROR:String = error| GAME_ERROR | Constant |
public static const GAME_ERROR:String = gameError| ILLEGAL_ERROR | Constant |
public static const ILLEGAL_ERROR:String = illegalError