2025-07-16 11:00:10 +07:00

2.9 KiB

sidebar_position
sidebar_position
2

Free Game Model

Index

Methods


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