| Name | Type | Description |
|---|---|---|
command |
Object | Direct JSON command to parse |
Properties:
| Name | Type | Description |
|---|---|---|
windowSkinID |
SystemValue | The window skin ID value |
x |
SystemValue | The x value |
y |
SystemValue | The y value |
w |
SystemValue | The w value |
h |
SystemValue | The h value |
pLeft |
SystemValue | The position left value |
pTop |
SystemValue | The position top value |
pRight |
SystemValue | The position right value |
pBottom |
SystemValue | The position bottom value |
fPosAbove |
boolean | Indicate if faceset position is above window |
fX |
SystemValue | The faceset position x value |
fY |
SystemValue | The faceset position y value |
tOutline |
boolean | Indicate if text has outline |
tcText |
SystemValue | The text color ID value |
tcOutline |
SystemValue | The text color ID outline value |
tcBackground |
SystemValue | The text color ID background value |
tSize |
SystemValue | The text size ID |
tFont |
SystemValue | The text font ID |
Extends
Methods
-
update (currentState, object, state)number overrides
-
Update and check if the event is finished
Name Type Description currentStateObject The current state of the event objectMapObject The current object reacting statenumber The state ID Returns:
Type Description number The number of node to pass -
Initialize the current state
Returns:
Type Description Object The current state -
First key press handle for the current stack
Name Type Description currentStateObject The current state of the event keynumber The key ID pressed -
First key release handle for the current stack
Name Type Description currentStateObject The current state of the event keynumber The key ID pressed -
Key pressed repeat handle for the current stack
Name Type Description currentStateObject The current state of the event keynumber The key ID pressed Returns:
Type Description boolean -
Key pressed repeat handle for the current stack, but with a small wait after the first pressure (generally used for menus)
Name Type Description currentStateObject The current state of the event keynumber The key ID pressed -
Draw the HUD
Name Type Description currentStateObject The current state of the event