addUserCommand

@CheckReturnValue
abstract fun addUserCommand(name: String): IUserCommandBuilder(source)

Adds a user command to the builder

Return

The IUserCommandBuilder object that was added

Parameters

name

The name of the user command


@CheckReturnValue
abstract fun addUserCommand(userCommand: UserCommandBuilder): IUserCommandBuilder(source)

Adds a new User Command to the builder

Parameters

userCommand

The User Command to add