C# 클래스 StreamActions.Attributes.WhisperCommandAttribute

상속: StreamActions.Attributes.CommandAttribute
파일 보기 프로젝트 열기: StreamActions/StreamActions

공개 메소드들

메소드 설명
WhisperCommandAttribute ( string command, UserLevels permission ) : StreamActions.Enums

Marks the method as being the whisper handler for a !command.

WhisperCommandAttribute ( string command, string subcommand, UserLevels permission ) : StreamActions.Enums

Marks the method as being the whisper handler for a !command subcommand.

메소드 상세

WhisperCommandAttribute() 공개 메소드

Marks the method as being the whisper handler for a !command.
public WhisperCommandAttribute ( string command, UserLevels permission ) : StreamActions.Enums
command string The command to detect.
permission UserLevels The default permission required to use the command.
리턴 StreamActions.Enums

WhisperCommandAttribute() 공개 메소드

Marks the method as being the whisper handler for a !command subcommand.
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.
리턴 StreamActions.Enums