Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions frontend/docs/scripting/callbacks/OnPlayerClickPlayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ tags: ["player"]

This callback is called when a player double-clicks on a player on the scoreboard.

| Name | Description |
| --------------- | ---------------------------------------------------------------- |
| playerid | The ID of the player that clicked on a player on the scoreboard. |
| clickedplayerid | The ID of the player that was clicked on. |
| source | The [source](../resources/clicksources) of the player's click. |
| Name | Description |
| ------------------- | ---------------------------------------------------------------- |
| playerid | The ID of the player that clicked on a player on the scoreboard. |
| clickedplayerid | The ID of the player that was clicked on. |
| CLICK_SOURCE:source | The [source](../resources/clicksources) of the player's click. |

## Returns

Expand Down
Loading