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
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | The SCP-079 player instance. |
*evCamera | reference to Camera object | The affected camera instance. |
$evIsAllowed | bool value | Whether the event is allowed to run. |