BanUpdated
Gets called when the server has updated a ban.
Start a script section
!-- OnEvent BanUpdated
-- require $evBanType *evBanDetails *evOldBanDetails
# Add your instructions here
- Group: ServerEvents
- Cancellable: No
- Event data:
BanUpdatedEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evBanType | BanType enum value | The type of ban that was updated. |
*evBanDetails | reference to BanDetails object | The new details of the ban that was updated. |
*evOldBanDetails | reference to BanDetails object | The old details of the ban that was updated. |