12 KiB
sidebar_position
sidebar_position |
---|
2 |
Bet Model
Index
Properties
- betPoints
Array
The current the bet points. - availableBetPoints
Array
The current available bet points that user can place. - betPoint
Number
The current bet point. - minBetPoint
Number
The current min bet point. - savedBetPoint
Number
The current save point. - betMultiplier
Number
The current bet multiplier. - paylineCount
Number
The current Pay Linecount. - totalBetPoint
Number
The current total bet point. - isBuyBonusActivated
Boolean
Indicates whether the user is buying a bonus. - isFastPlayActivated
Boolean
Indicates whether the user is playing fast play. - outcome
Object
The current outcome.
Methods
- SetBuyBonusActivated Set whether the user is buying a bonus.
- CheckBuyBonusActivated Check whether the user is buying a bonus.
- SetFastPlayActivated Set whether the user is playing fast play.
- CheckFastPlayActivated Check whether the user is playing fast play.
- SetOutcome Set the outcome data.
- SetBetPoints Set the bet points.
- GetBetPoints Get the bet points.
- SetBetPoint Set the bet point.
- GetBetPoint Get the bet point.
- SetMinTotalBet Set the min total bet point.
- GetMinTotalBet Get the min total bet point.
- SetAvailableBetPoints Set the available bet points.
- GetAvailableBetPoints Get the available bet points.
- SaveBetPoint Save the bet point.
- GetSavedBetPoint Get the saved bet point.
- SetBetMultiplier Set the bet multiplier.
- GetBetMultiplier Get the bet multiplier.
- SetPaylineCount Set the payline count.
- GetPaylineCount Get the payline count.
- SetTotalBetPoint Save the total bet point.
- GetTotalBetPoint Get the total bet point.
Details
betPoints
The current the bet points.
meta | description |
---|---|
Type | Array |
Defined in | p4f-slotty-core/src/model/bet-model.js:11 |
availableBetPoints
The current available bet points that user can place.
meta | description |
---|---|
Type | Array |
Defined in | p4f-slotty-core/src/model/bet-model.js:12 |
betPoint
The current bet point.
meta | description |
---|---|
Type | Number |
Defined in | p4f-slotty-core/src/model/bet-model.js:13 |
minBetPoint
The current min bet point.
meta | description |
---|---|
Type | Number |
Defined in | p4f-slotty-core/src/model/bet-model.js:14 |
savedbetPoint
The current save point.
meta | description |
---|---|
Type | Number |
Defined in | p4f-slotty-core/src/model/bet-model.js:15 |
betMultiplier
The current bet multiplier.
meta | description |
---|---|
Type | Number |
Defined in | p4f-slotty-core/src/model/bet-model.js:16 |
payLineCount
The current Pay Linecount.
meta | description |
---|---|
Type | Number |
Defined in | p4f-slotty-core/src/model/bet-model.js:17 |
totalBetPoint
The current total bet point.
meta | description |
---|---|
Type | Number |
Defined in | p4f-slotty-core/src/model/bet-model.js:18 |
isBuyBonusActivated
Indicates whether the user is buying a bonus.
meta | description |
---|---|
Type | Boolean |
Defined in | p4f-slotty-core/src/model/bet-model.js:19 |
isFastPlayActivated
Indicates whether the user is playing fast play.
meta | description |
---|---|
Type | Boolean |
Defined in | p4f-slotty-core/src/model/bet-model.js:20 |
outCome
The current outcome.
meta | description |
---|---|
Type | Object |
Defined in | p4f-slotty-core/src/model/bet-model.js:21 |
SetBuyBonusActivated
Set whether the user is buying a bonus.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/bet-model.js:26 |
CheckBuyBonusActivated
Check whether the user is buying a bonus.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/bet-model.js:32 |
SetFastPlayActivated
Set whether the user is playing fast play.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/bet-model.js:38 |
CheckFastPlayActivated
Check whether the user is playing fast play.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/bet-model.js:44 |
SetOutcome
Set the outcome data.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/bet-model.js:50 |
GetOutcome
Get the outcome data.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/bet-model.js:56 |
SetBetPoints
Set the bet points.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/bet-model.js:62 |
GetBetPoints
Get bet points
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/bet-model.js:68 |
SetBetPoint
Set the bet point
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/bet-model.js:98 |
GetBetPoint
Get the bet point.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/bet-model.js:104 |
SetMinTotalBet
Set the min total bet point.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/bet-model.js:74 |
GetMinTotalBet
Get the min total bet point.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/bet-model.js:80 |
SetAvailableBetPoints
Set the available bet points.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/bet-model.js:86 |
GetAvailableBetPoints
Get the available bet points.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/bet-model.js:92 |
SaveBetPoint
Set the bet point.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/bet-model.js:110 |
GetSavedBetPoint
Get the saved bet point.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/bet-model.js:116 |
SetBetMultiplier
Set the bet multiplier.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/bet-model.js:122 |
GetBetMultiplier
Get the bet multiplier.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/bet-model.js:128 |
SetPaylineCount
Set the payline count.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/bet-model.js:134 |
GetPaylineCount
Get the payline count.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/bet-model.js:141 |
SetTotalBetPoint
Set the total bet point.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/bet-model.js:147 |
GetTotalBetPoint
Get the total bet point.
meta | description |
---|---|
Defined in | p4f-slotty-core/src/model/bet-model.js:153 |