Skip to main content

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

VariableTypeDescription
$evOldItemTypeItemType enum valueGets the old item type of the pickup.
*evNewPositionreference to Vector3 objectThe new position of the pickup.
$evKnobSettingScp914KnobSetting enum valueThe current knob setting of SCP-914.
*evPickupreference to Pickup objectThe new pickup that has been processed by SCP-914. Can be null if item has been destroyed by 914 recipe.