2.9 KiB
2.9 KiB
sidebar_position
| sidebar_position |
|---|
| 2 |
Free Game Model
Index
Methods
- SetTotalFreeSpin Sets the total number of free spins.
- GetTotalFreeSpin Retrieves the total number of free spins.
- SetFreeSpinLeft Sets how many free spins are left to play.
- GetFreeSpinLeft Gets the number of remaining free spins.
- GetFreeSpinPlayed Calculates the number of spins that have been played already.
- SetFreeSpinBoost Sets the boost/multiplier for the free spin session.
- GetFreeSpinBoost Gets the current boost/multiplier for free spins.
Details
Methods
SetTotalFreeSpin
Sets the total number of free spins.
| meta | description |
|---|---|
| Defined in | p4f-slotty-core/src/model/free-game-model.js#L16 |
GetTotalFreeSpin
Retrieves the total number of free spins.
| meta | description |
|---|---|
| Defined in | p4f-slotty-core/src/model/free-game-model.js#L22 |
SetFreeSpinLeft
Sets how many free spins are left to play.
| meta | description |
|---|---|
| Defined in | p4f-slotty-core/src/model/free-game-model.js#L26 |
GetFreeSpinLeft
Gets the number of remaining free spins.
| meta | description |
|---|---|
| Defined in | p4f-slotty-core/src/model/free-game-model.js#L32 |
GetFreeSpinPlayed
Calculates the number of spins that have been played already.
| meta | description |
|---|---|
| Defined in | p4f-slotty-core/src/model/free-game-model.js#L36 |
SetFreeSpinBoost
Sets the boost/multiplier for the free spin session.
| meta | description |
|---|---|
| Defined in | p4f-slotty-core/src/model/free-game-model.js#L40 |
GetFreeSpinBoost
Gets the current boost/multiplier for free spins.
| meta | description |
|---|---|
| Defined in | p4f-slotty-core/src/model/free-game-model.js#L46 |