Properties:
| Name | Type | Description |
|---|---|---|
positionChoice |
Array.<Object> | The position choices index + offset for each player |
windowTop |
WindowBox | Window on top with "Skills" text |
windowChoicesTabs |
WindowTabs | Window for each tabs |
windowChoicesList |
WindowChoices | Window for each skill |
windowInformations |
WindowBox | Window for skill informations |
windowEmpty |
WindowBox | The window box empty |
windowBoxUseSkill |
WindowBox | The window box for using skill |
substep |
number | The subset for using skill |
Extends
Methods
-
Synchronize informations with selected hero
-
Update tab
-
Move tab according to key
Name Type Description keynumber The key ID -
update () overrides
-
Update the scene
-
onKeyPressed (key) overrides
-
Handle scene key pressed
Name Type Description keynumber The key ID -
onKeyReleased (key) overrides
-
Handle scene key released
Name Type Description keynumber The key ID -
onKeyPressedRepeat (key)boolean overrides
-
Handle scene pressed repeat key
Name Type Description keynumber The key ID Returns:
Type Description boolean -
onKeyPressedAndRepeat (key)boolean overrides
-
Handle scene pressed and repeat key
Name Type Description keynumber The key ID Returns:
Type Description boolean -
draw3D () overrides
-
Draw the 3D scene
-
drawHUD () overrides
-
Draw the HUD scene
-
Load async stuff
-
Update all the reactions interpreters
-
Update all the parallel commands
-
Add a reaction in the interpreter list
Name Type Description senderMapObject The sender of this reaction reactionSystemReaction The reaction to add objectMapObject The object reacting statenumber The state ID parametersArray.<SystemParameter> All the parameters coming with this reaction eventArray.<number> The time events values movingboolean Indicate if command is a moving one -
Close the scene