Options
All
  • Public
  • Public/Protected
  • All
Menu

Object representing one of the arguments of the chat command. There are 14 types of arguments, you can get corresponding objects using CommandsModule methods ending with Arg.

since

3.0

Hierarchy

  • CommandArgument

Index

Methods

  • Specifies the function that will be called for the following command with the following argument being the last specified by the player. After calling executes on a CommandArgument, all arguments coming after it become optional.

    since

    3.0

    Parameters

    Returns CommandArgument

    reference to itself to be used in sequential calls

  • Adds an argument that will come after the following argument. If you call this multiple times on one CommandArgument, separate overloads will be created.

    since

    3.0

    Parameters

    Returns CommandArgument

    reference to itself to be used in sequential calls

Generated using TypeDoc