C# 클래스 qtbot.CommandPlugin.CommandParser

파일 보기 프로젝트 열기: stepperman/HB-Discord-Bot

공개 메소드들

메소드 설명
ParseArgs ( string input, CommandPart &args ) : bool

비공개 메소드들

메소드 설명
Parse ( string input, string &command, CommandPart &args, bool ParseCommand = false ) : bool

메소드 상세

ParseArgs() 공개 정적인 메소드

public static ParseArgs ( string input, CommandPart &args ) : bool
input string
args CommandPart
리턴 bool