| Method | Defined by | ||
|---|---|---|---|
|
blockInner(type:int, projectile:Boolean = false):Boolean
[static]
| BoundData | ||
|
blockOuter(type:int, projectile:Boolean = false):Boolean
[static]
| BoundData | ||
|
doesBound(type:int, projectile:Boolean = false):Boolean
[static]
| BoundData | ||
|
getColor(type:int):int
[static]
| BoundData | ||
|
getNormalBound(type:int):int
[static]
| BoundData | ||
|
getShotBound(type:int):int
[static]
| BoundData | ||
|
swapBounds(type:int):int
[static]
| BoundData | ||
| Constant | Defined by | ||
|---|---|---|---|
| ACCEL : int = 5 [static]
| BoundData | ||
| ALL : int = 1 [static]
| BoundData | ||
| COLOR : Array [static]
| BoundData | ||
| INNER : int = 3 [static]
| BoundData | ||
| MASK : int = 255 [static]
| BoundData | ||
| NONE : int = 0 [static]
| BoundData | ||
| OUTER : int = 2 [static]
| BoundData | ||
| REPULSE : int = 4 [static]
| BoundData | ||
| S_ALL : int [static]
| BoundData | ||
| S_INNER : int [static]
| BoundData | ||
| S_MASK : int [static]
| BoundData | ||
| S_NONE : int [static]
| BoundData | ||
| S_OUTER : int [static]
| BoundData | ||
| blockInner | () | method |
public static function blockInner(type:int, projectile:Boolean = false):BooleanParameters
type:int |
|
projectile:Boolean (default = false) |
Boolean |
| blockOuter | () | method |
public static function blockOuter(type:int, projectile:Boolean = false):BooleanParameters
type:int |
|
projectile:Boolean (default = false) |
Boolean |
| doesBound | () | method |
public static function doesBound(type:int, projectile:Boolean = false):BooleanParameters
type:int |
|
projectile:Boolean (default = false) |
Boolean |
| getColor | () | method |
public static function getColor(type:int):intParameters
type:int |
int |
| getNormalBound | () | method |
public static function getNormalBound(type:int):intParameters
type:int |
int |
| getShotBound | () | method |
public static function getShotBound(type:int):intParameters
type:int |
int |
| swapBounds | () | method |
public static function swapBounds(type:int):intParameters
type:int |
int |
| ACCEL | constant |
public static const ACCEL:int = 5
| ALL | constant |
public static const ALL:int = 1
| COLOR | constant |
public static const COLOR:Array
| INNER | constant |
public static const INNER:int = 3
| MASK | constant |
public static const MASK:int = 255
| NONE | constant |
public static const NONE:int = 0
| OUTER | constant |
public static const OUTER:int = 2
| REPULSE | constant |
public static const REPULSE:int = 4
| S_ALL | constant |
public static const S_ALL:int
| S_INNER | constant |
public static const S_INNER:int
| S_MASK | constant |
public static const S_MASK:int
| S_NONE | constant |
public static const S_NONE:int
| S_OUTER | constant |
public static const S_OUTER:int