RequestedCustomRaInfo
Gets called when a player requested info for an unknown target in the remote admin.
Start a script section
!-- OnEvent RequestedCustomRaInfo
-- require @evPlayer &evSelectedIdentifiers $evIsSensitiveInfo *evInfoBuilder
# Add your instructions here
- Group: PlayerEvents
- Cancellable: No
- Event data:
PlayerRequestedCustomRaInfoEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | The player that made the request. |
&evSelectedIdentifiers | collection of text value | Array of identifiers selected by the player. Identifiers come from items in the RA player list that have been placed by plugins RequestingRaPlayerList. |
$evIsSensitiveInfo | bool value | Gets whether the Player requested sensitive info. |
*evInfoBuilder | reference to StringBuilder object | Gets the StringBuilder used to construct the response message. |