Method | Description | |
---|---|---|
WhisperCommandAttribute ( string command, UserLevels permission ) : StreamActions.Enums |
Marks the method as being the whisper handler for a
|
|
WhisperCommandAttribute ( string command, string subcommand, UserLevels permission ) : StreamActions.Enums |
Marks the method as being the whisper handler for a
|
public WhisperCommandAttribute ( string command, UserLevels permission ) : StreamActions.Enums | ||
command | string | The command to detect. |
permission | UserLevels | The default permission required to use the command. |
return | StreamActions.Enums |
public WhisperCommandAttribute ( string command, string subcommand, UserLevels permission ) : StreamActions.Enums | ||
command | string | The command to detect. |
subcommand | string | The subcommand to detect. |
permission | UserLevels | The default permission required to use the subcommand. |
return | StreamActions.Enums |