Skip to main content

ChangingCamera

Gets called when SCP-079 is changing a camera.

Start a script section

!-- OnEvent ChangingCamera
-- require @evPlayer *evCamera $evIsAllowed

# Add your instructions here
  • Group: Scp079Events
  • Cancellable: Yes
  • Event data: Scp079ChangingCameraEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueThe SCP-079 player instance.
*evCamerareference to Camera objectThe affected camera instance.
$evIsAllowedbool valueWhether the event is allowed to run.