Skip to main content

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

VariableTypeDescription
@evPlayerplayer valueGets the player that canceled the search on the toy.
*evInteractablereference to InteractableToy objectGets the toy that was being searched.