ProcessingPickup
Gets called when SCP-914 is processing a pickup.
Start a script section
!-- OnEvent ProcessingPickup
-- require *evNewPosition $evKnobSetting *evPickup $evIsAllowed
# Add your instructions here
- Group: Scp914Events
- Cancellable: Yes
- Event data:
Scp914ProcessingPickupEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
*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 pickup that is being processed by SCP-914. |
$evIsAllowed | bool value | Whether the event is allowed to run. |