Class CommandServiceOptions
Options for configuring the command service, shared by both player and console command services.
public class CommandServiceOptions
- Inheritance
-
CommandServiceOptions
- Derived
- Inherited Members
Constructors
CommandServiceOptions()
public CommandServiceOptions()
Properties
StringComparison
Gets or sets the string comparison used for command and group name matching. Defaults to OrdinalIgnoreCase.
public StringComparison StringComparison { get; set; }