Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 376 Bytes

File metadata and controls

13 lines (8 loc) · 376 Bytes

Home > server > PlayerInput

PlayerInput type

The input state of a Player; keys from SUPPORTED_INPUT_KEYS.

Signature:

export type PlayerInput = Partial<Record<keyof InputSchema, boolean>>;