SearchToyAborted
Gets called when the player aborts their interactable toy search.
Start a script section
!-- OnEvent SearchToyAborted
-- require @evPlayer *evInteractable
# Add your instructions here
- Group: PlayerEvents
- Cancellable: No
- Event data:
PlayerSearchToyAbortedEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the player that canceled the search on the toy. |
*evInteractable | reference to InteractableToy object | Gets the toy that was being searched. |