Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 431 Bytes

File metadata and controls

15 lines (9 loc) · 431 Bytes

Home > server > CommandCallback

CommandCallback type

A callback function for a chat command.

Signature:

export type CommandCallback = (player: Player, args: string[], message: string) => void;

References: Player