4.2 KiB
4.2 KiB
sidebar_position
sidebar_position |
---|
2 |
Spin model
Index
Properties
- nextScrollData
Object
Stores the next scroll data - betPoint
Number
Stores the current bet point. - totalBetPoint
Number
Stores the total bet point.
Methods
- SetBetPoint Sets the bet point value.
- GetBetPoint Gets the current bet point value.
- SetTotalBetPoint Sets the total bet point value.
- GetTotalBetPoint Gets the current total bet point value.
- SetNextScrollData Sets the next scroll data.
Details
Properties
nextScrollData
Stores the current bet point.
meta | description |
---|---|
Type | Object | null |
Defined in | p4f-slotty-core/src/model/spin-model.js.js#L9 |
betPoint
Stores the next scroll data.
meta | description |
---|---|
Type | Number |
Defined in | p4f-slotty-core/src/model/spin-model.js.js#L10 |
totalBetPoint
Stores the next scroll data.
meta | description |
---|---|
Type | Object |
Defined in | p4f-slotty-core/src/model/spin-model.js.js#L10 |
Meethods
SetBetPoint
Sets the bet point value.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/spin-model.js.js#L16 |
Parameters
betPoint
Number
GetBetPoint
Gets the current bet point value.
meta | description |
---|---|
Returns | Number |
Defined in | p4f-slotty-core/src/model/spin-model.js.js#L22 |
SetTotalBetPoint
Stores the total bet point.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/spin-model.js.js#L28 |
Parameters
totalBetPoint
Number
GetTotalBetPoint
Gets the current total bet point value.
meta | description |
---|---|
Returns | Number |
Defined in | p4f-slotty-core/src/model/spin-model.js.js#L34 |
SetNextScrollData
Sets the next scroll data.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/spin-model.js.js#L40 |
Parameters
nextScrollData
Object