Skip to content

CommandHandler.AddCommand

<<nil> nil> CommandHandler.AddCommand(<CommandHandler> self, <Command> Command)
You use this to register a command to the handler

Parameters

  • CommandHandler Handler

    The command handler you wish to register the command to

  • Command Command

    The command to register

Returns

  • nil nil

Source