3.6 KiB
3.6 KiB
sidebar_position
sidebar_position |
---|
3 |
Present Win View
Index
Properties
- listTimer
Timer
List of timer actions that have a finite duration.
Methods
- StartPresentWin Called when the win presentation starts.
- StopPresentWin Called when the win presentation has completed.
- GetDurationFromHitItems Get duration of the win item's animation.
- PresentWinTurbo Called when the win presentation is running in turbo mode.
- PresentAllWins Called when the win presentation displays all win items.
- PresentWinLines Called when the win presentation displays win lines.
- PresentWinScatters Called when the win presentation displays the scatter win.
- clearTimer Clear the list of timer actions.
Details
listTimer
List of timer actions that have a finite duration.
meta | description |
---|---|
Type | Timer |
Defined in | p4f-slotty-core/src/view/present-win-view.js:12 |
StartPresentWin
Called when the win presentation starts.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/view/present-win-view.js:17 |
StopPresentWin
Called when the win presentation has completed.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/view/present-win-view.js:23 |
GetDurationFromHitItems
Get duration of the win item's animation.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/view/present-win-view.js:29 |
PresentWinTurbo
Called when the win presentation is running in turbo mode.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/view/present-win-view.js:33 |
PresentAllWins
Called when the win presentation is running in turbo mode.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/view/present-win-view.js:47 |
PresentWinLines
Called when the win presentation displays win lines.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/view/present-win-view.js:61 |
PresentWinScatters
Called when the win presentation displays the scatter win.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/view/present-win-view.js:89 |
clearTimer
Clear the list of timer actions.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/view/present-win-view.js:117 |