ProcessedPickup
Gets called when SCP-914 has processed a pickup.
Start a script section
!-- OnEvent ProcessedPickup
-- require $evOldItemType *evNewPosition $evKnobSetting *evPickup
# Add your instructions here
- Group: Scp914Events
- Cancellable: No
- Event data:
Scp914ProcessedPickupEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evOldItemType | ItemType enum value | Gets the old item type of the pickup. |
*evNewPosition | reference to Vector3 object | The new position of the pickup. |
$evKnobSetting | Scp914KnobSetting enum value | The current knob setting of SCP-914. |
*evPickup | reference to Pickup object | The new pickup that has been processed by SCP-914. Can be null if item has been destroyed by 914 recipe. |