2025-07-14 17:20:20 +07:00

9.9 KiB

sidebar_position
sidebar_position
2

Auto Spin Model

Index

Properties

Methods


Details

Properties

autoSpinLeft

Remaining number of auto spins.

meta description
Type Number
Defined in p4f-slotty-core/src/model/auto-spin-model.js.js#L9

isAutoSpin

Indicates whether auto spin is active.

meta description
Type Boolean
Defined in p4f-slotty-core/src/model/auto-spin-model.js.js#L10

isStopOnFeatureTrigger

Whether to stop auto spin on feature trigger.

meta description
Type Boolean
Defined in p4f-slotty-core/src/model/auto-spin-model.js.js#L11

winLimit

Win threshold for stopping auto spin.

meta description
Type Number
Defined in p4f-slotty-core/src/model/auto-spin-model.js.js#L12

isWinLimitActive

Indicates whether win limit tracking is enabled.

meta description
Type Boolean
Defined in p4f-slotty-core/src/model/auto-spin-model.js.js#L13

lossLimit

Loss threshold for stopping auto spin.

meta description
Type Number
Defined in p4f-slotty-core/src/model/auto-spin-model.js.js#L14

isLossLimitActive

Indicates whether loss limit tracking is enabled.

meta description
Type Boolean
Defined in p4f-slotty-core/src/model/auto-spin-model.js.js#L15

Methods

SetAutoSpinLeft

Sets remaining number of auto spins.

meta description
Defined in p4f-slotty-core/src/model/auto-spin-model.js.js#L20

Parameters


GetAutoSpinLeft

Gets remaining number of auto spins

meta description
Returns Number
Defined in p4f-slotty-core/src/model/auto-spin-model.js.js#L26

SetIsAutoSpin

Activates or deactivates auto spin

meta description
Defined in p4f-slotty-core/src/model/auto-spin-model.js.js#L32

Parameters


GetIsAutoSpin

Returns the current auto spin status.

meta description
Returns Boolean
Defined in p4f-slotty-core/src/model/auto-spin-model.js.js#L38

SetIsStopOnFeatureTrigger

Sets whether auto spin should stop on feature trigger.

meta description
Defined in p4f-slotty-core/src/model/auto-spin-model.js.js#44

Parameters


GetIsStopOnFeatureTrigger

Gets stop-on-feature-trigger status

meta description
Returns Boolean
Defined in p4f-slotty-core/src/model/auto-spin-model.js.js#50

SetIsLossLimitActive

Enables or disables loss limit tracking.

meta description
Defined in p4f-slotty-core/src/model/auto-spin-model.js.js#56

Parameters


GetIsLossLimitActive

Returns whether loss limit is active

meta description
Returns Boolean
Defined in p4f-slotty-core/src/model/auto-spin-model.js.js#62

SetLossLimit

Sets the loss limit value.

meta description
Defined in p4f-slotty-core/src/model/auto-spin-model.js.js#L68

Parameters


GetLossLimit

Gets the current loss limit value.

meta description
Returns Number
Defined in p4f-slotty-core/src/model/auto-spin-model.js.js#74

SetIsWinLimitActive

Enables or disables win limit tracking

meta description
Defined in p4f-slotty-core/src/model/auto-spin-model.js.js#L80

Parameters


GetIsWinLimitActive

Returns whether win limit is active.

meta description
Returns Boolean
Defined in p4f-slotty-core/src/model/auto-spin-model.js.js#L86

SetWinLimit

Sets the win limit value.

meta description
Defined in p4f-slotty-core/src/model/auto-spin-model.js.js#92

Parameters


GetWinLimit

Gets the current win limit value.

meta description
Returns Number
Defined in p4f-slotty-core/src/model/auto-spin-model.js.js#L98