ProcessingPlayer
Gets called when SCP-914 is processing a player.
Start a script sectionโ
!-- OnEvent ProcessingPlayer
-- require *evNewPosition $evKnobSetting @evPlayer $evIsAllowed
# Add your instructions here
- Group: Scp914Events
- Cancellable: Yes
- Event data:
Scp914ProcessingPlayerEventArgs
Injected variablesโ
| Variable | Type | Description |
|---|---|---|
*evNewPosition | reference to Vector3 object | The new position that the player will be processed into. |
$evKnobSetting | Scp914KnobSetting enum value | The current knob setting of SCP-914. |
@evPlayer | player value | The player that is being processed by SCP-914. |
$evIsAllowed | bool value | Whether the event is allowed to run. |