2.1 KiB

sidebar_position
sidebar_position
1

Present Feature Win Controller

Index

Methods

  • _start Initializes feature win state and notifies the game controller.
  • _complete Resets the model state after feature is done.
  • getFeatureWinData Retrieves a structured object describing current feature win state.
  • onViewPresentFeatureWinCompleted Handles the event when the view finishes win presentation. Triggers bonus, freespin, or round end logic accordingly.

Details

Methods

_start

Initializes feature win state and notifies the game controller.

meta description
Defined in p4f-slotty-core/src/controller/present-feature-win-controller.js#L17

_complete

Resets the model state after feature is done.

meta description
Defined in p4f-slotty-core/src/controller/present-feature-win-controller.js#L28

getFeatureWinData

Retrieves a structured object describing current feature win state

meta description
Returns Object
Defined in p4f-slotty-core/src/controller/present-feature-win-controller.js#L34

onViewPresentFeatureWinCompleted

Handles the event when the view finishes win presentation. Triggers bonus, freespin, or round end logic accordingly.

meta description
Defined in p4f-slotty-core/src/controller/present-feature-win-controller.js#L47