Skip to main content

ChangedRadioRange

Gets called when the player has changed range of their radio.

Start a script section

!-- OnEvent ChangedRadioRange
-- require @evPlayer *evRadioItem $evRange

# Add your instructions here
  • Group: PlayerEvents
  • Cancellable: No
  • Event data: PlayerChangedRadioRangeEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueGets the player who changed radio range.
*evRadioItemreference to RadioItem objectGets the radio item.
$evRangeRadioRangeLevel enum valueGets the new range level.