Home > server > PlayerInput
The input state of a Player; keys from SUPPORTED_INPUT_KEYS.
Signature:
export type PlayerInput = Partial<Record<keyof InputSchema, boolean>>;Home > server > PlayerInput
The input state of a Player; keys from SUPPORTED_INPUT_KEYS.
Signature:
export type PlayerInput = Partial<Record<keyof InputSchema, boolean>>;