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
| Variable | Type | Description |
|---|---|---|
*evPickup | reference to Pickup object | Gets the pickup which spawned on map. |