6.0 KiB
6.0 KiB
sidebar_position
sidebar_position |
---|
2 |
Present Win Model
Index
Properties
- winLinesData
WinlineData
The current win lines data. - winScattersData
WinlineData
The current scatter win data. - winPoint
Number
The current win point. - durationPresentAllWins
Number
The duration of all wins. - durationPresentWinLines
Number
The duration of win lines. - durationPresentWinScatters
Number
The duration of scatter win.
Methods
- Reset Reset the present win data.
- SetWinLinesData Set the current win lines data.
- GetWinLinesData Get the current win lines data.
- SetWinScattersData Set the current scatter win data.
- GetWinScattersData Get the current scatter win data.
- SetWinPoint Set the current win point.
- GetWinPoint Get the current win point.
- SetDurationPresentAllWins Set the duration of all wins.
- GetDurationPresentAllWins Get the duration of all wins.
Details
winLinesData
The current win lines data.
meta | description |
---|---|
Type | WinlineData |
Defined in | p4f-slotty-core/src/model/present-win-model.js:11 |
winScattersData
The current scatter win data.
meta | description |
---|---|
Type | WinlineData |
Defined in | p4f-slotty-core/src/model/present-win-model.js:12 |
winPoint
The current win point.
meta | description |
---|---|
Type | Number |
Defined in | p4f-slotty-core/src/model/present-win-model.js:13 |
durationPresentAllWins
The duration of all wins.
meta | description |
---|---|
Type | Number |
Defined in | p4f-slotty-core/src/model/present-win-model.js:14 |
durationPresentWinLines
The duration of win lines.
meta | description |
---|---|
Type | Number |
Defined in | p4f-slotty-core/src/model/present-win-model.js:15 |
durationPresentWinScatters
The duration of scatter win.
meta | description |
---|---|
Type | Number |
Defined in | p4f-slotty-core/src/model/present-win-model.js:16 |
Reset
Reset the present win data.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/present-win-model.js:21 |
SetWinLinesData
Set the current win lines data.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/present-win-model.js:32 |
GetWinLinesData
Get the current win lines data.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/present-win-model.js:38 |
SetWinScattersData
Set the current scatter win data.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/present-win-model.js:42 |
GetWinScattersData
Get the current scatter win data.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/present-win-model.js:48 |
SetWinPoint
Set the current win point.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/present-win-model.js:52 |
GetWinPoint
Get the current win point.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/present-win-model.js:58 |
SetDurationPresentAllWins
Set the duration of all wins.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/present-win-model.js:52 |
GetDurationPresentAllWins
Get the duration of all wins.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/present-win-model.js:58 |