Skip to content

Commit 018ec6a

Browse files
authored
Update OnPlayerKeyStateChange.md (#1120)
1 parent b4cefca commit 018ec6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/docs/scripting/callbacks/OnPlayerKeyStateChange.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ This callback is called when the state of any [supported](../resources/keys) key
1212
| Name | Description |
1313
| -------- | --------------------------------------------------------------------------------------------- |
1414
| playerid | The ID of the player that pressed or released a key. |
15-
| newkeys | A map (bitmask) of the keys currently held - [see here](../resources/keys) |
16-
| oldkeys | A map (bitmask) of the keys held prior to the current change - [see here](../resources/keys). |
15+
| KEY:newkeys | A map (bitmask) of the keys currently held - [see here](../resources/keys) |
16+
| KEY:oldkeys | A map (bitmask) of the keys held prior to the current change - [see here](../resources/keys). |
1717

1818
## Returns
1919

0 commit comments

Comments
 (0)