Skip to main content

ItemSpawned

Gets called when the server spawned item on map.

Start a script section

!-- OnEvent ItemSpawned
-- require *evPickup

# Add your instructions here
  • Group: ServerEvents
  • Cancellable: No
  • Event data: ItemSpawnedEventArgs

Injected variables

VariableTypeDescription
*evPickupreference to Pickup objectGets the pickup which spawned on map.