Skip to main content

SearchedPickup

Gets called when the player has joined.

Start a script section

!-- OnEvent SearchedPickup
-- require @evPlayer *evPickup

# Add your instructions here
  • Group: PlayerEvents
  • Cancellable: No
  • Event data: PlayerSearchedPickupEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueGets the player who searched for pickup.
*evPickupreference to Pickup objectGets the item pickup.