Skip to main content

CommandCompleteCommand

Callable

  • CommandCompleteCommand(setCommand: string, remaining: string[], argumentDepth: number, completion: string, completed?: boolean): void

  • Parameters

    • setCommand: string
    • remaining: string[]
    • argumentDepth: number
    • completion: string
    • completed: boolean = false

    Returns void