ValidatedVisibility
Gets called when a player has validated the visibility of a target player.
Start a script section
!-- OnEvent ValidatedVisibility
-- require @evPlayer @evTarget $evIsVisible
# Add your instructions here
- Group: PlayerEvents
- Cancellable: No
- Event data:
PlayerValidatedVisibilityEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | The observing player that checked if they could see the target. |
@evTarget | player value | The target player that was checked for visibility from the observer. |
$evIsVisible | bool value | Gets or sets whether the observer Player could see the target Target. |