Skip to main content

RequestingRaPlayerList

Gets called when the player is requesting the remote admin player list.

Start a script section

!-- OnEvent RequestingRaPlayerList
-- require @evPlayer *evListBuilder $evIsDescending $evSorting $evViewHiddenLocalBadges $evViewHiddenGlobalBadges $evIsAllowed

# Add your instructions here
  • Group: PlayerEvents
  • Cancellable: Yes
  • Event data: PlayerRequestingRaPlayerListEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueThe player that requested the RA player list.
*evListBuilderreference to StringBuilder objectThe StringBuilder used to construct the RA player list.
Remarks: String builder is empty in this event.
$evIsDescendingbool valueGets or set whether to sort players by descending order.
$evSortingPlayerSorting enum valueGets or sets the PlayerSorting used.
$evViewHiddenLocalBadgesbool valueGets or sets whether the Player can view hidden local RA badges.
$evViewHiddenGlobalBadgesbool valueGets or sets whether the Player can view hidden global RA badges.
$evIsAllowedbool valueWhether the event is allowed to run.