EntityEvent class represents events that occur within an Entity
Static Variables
| Field Name | Type | Initial Value | Description |
|---|---|---|---|
| COLLIDE_CEILING | Int | n/a |
|
| COLLIDE_FLOOR | Int | n/a |
|
| COLLIDE_STRUCTURE | Int | n/a |
|
| COLLIDE_WALL | Int | n/a |
|
| DISPOSE | Int | n/a |
|
| STATE_CHANGE | Int | n/a |
Static Functions
| Function Name | Description |
|---|---|
| constToString(value:Int):String | Translates constant to a user-readable string. |
Instance Variables
| Field Name | Type | Initial Value | Description |
|---|---|---|---|
| data | IEntityEventData | n/a |