Pinging
Gets called when SCP-079 is using ping ability.
Start a script section
!-- OnEvent Pinging
-- require @evPlayer *evPosition *evNormal $evPingType $evIsAllowed
# Add your instructions here
- Group: Scp079Events
- Cancellable: Yes
- Event data:
Scp079PingingEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the SCP-079 player instance. |
*evPosition | reference to Vector3 object | Gets or sets the world ping position. |
*evNormal | reference to Vector3 object | Gets or sets the ping normal vector. |
$evPingType | Scp079PingType enum value | Gets or sets the type of the ping used the icon. |
$evIsAllowed | bool value | Whether the event is allowed to run. |