Method CommandOptionList
| Edit this page View SourceCommandOptionList()
Override this function to return a list of strings that are valid options for your command
Declaration
public virtual List<string> CommandOptionList()
Returns
| Type | Description |
|---|---|
| List<string> | List of valid command options |