3.1 KiB
3.1 KiB
sidebar_position
sidebar_position |
---|
1 |
Pickup Controller
Index
Methods
- _registerEvent — Registers events related to pickups.
- onViewPickupItem — Handles item selection initiated from the view.
- onViewPresentPickupResultCompleted — Handles result display completion from the view.
- onPickupItemReceived — Handles the event when an item result is received.
- onPickupReady — Called when the pickup feature becomes available.
- pickup — Sends a request to pick up an item.
- pickupEnd — Handles the end of the pickup feature and notifies listeners.
Details
Methods
_registerEvent
Registers events related to pickups.
Meta | Description |
---|---|
Defined in | p4f-slotty-core/src/controller/pickup-controller.js#L17 |
onViewPickupItem
Handles item selection initiated from the view.
Meta | Description |
---|---|
Defined in | p4f-slotty-core/src/controller/pickup-controller.js#L23 |
onViewPresentPickupResultCompleted
Handles result display completion from the view.
Meta | Description |
---|---|
Defined in | p4f-slotty-core/src/controller/pickup-controller.js#L30 |
onPickupItemReceived
Handles the event when an item result is received..
Meta | Description |
---|---|
Defined in | p4f-slotty-core/src/controller/pickup-controller.js#L37 |
onPickupReady
Called when the pickup feature becomes available.
Meta | Description |
---|---|
Defined in | p4f-slotty-core/src/controller/pickup-controller.js#L45 |
pickup
Sends a request to pick up an item
Meta | Description |
---|---|
Defined in | p4f-slotty-core/src/controller/pickup-controller.js#L55 |
pickupEnd
Handles the end of the pickup feature and notifies listeners.
Meta | Description |
---|---|
Defined in | p4f-slotty-core/src/controller/pickup-controller.js#L63 |