File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend/docs/scripting/callbacks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments