Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CustomParserCommandExecuteCallback

Callable

  • Function used in CommandsModule.registerCustomParserCommand to manually parse the command text and apply your custom parser chat command's behavior.

    since

    3.0

    Parameters

    • text: String

      the whole command text except /your_command_name

    • ctx: CommandContext

      object to access the argument values and data about command caller, and to print command's successfull or failed result

    Returns void

Generated using TypeDoc