C# 클래스 Pluton.ConsoleCommands

파일 보기 프로젝트 열기: Notulp/Pluton 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Commands ConsoleCommand>.Dictionary
plugin BasePlugin

공개 메소드들

메소드 설명
ConsoleCommands ( BasePlugin pl ) : System
Register ( ConsoleCommand command ) : ConsoleCommand
Register ( string command ) : ConsoleCommand
getCommands ( ) : List
getConsoleCommands ( string command ) : Pluton.ConsoleCommand[]
getDescriptions ( string command ) : string[]
getUsages ( string command ) : string[]

메소드 상세

ConsoleCommands() 공개 메소드

public ConsoleCommands ( BasePlugin pl ) : System
pl BasePlugin
리턴 System

Register() 공개 메소드

public Register ( ConsoleCommand command ) : ConsoleCommand
command ConsoleCommand
리턴 ConsoleCommand

Register() 공개 메소드

public Register ( string command ) : ConsoleCommand
command string
리턴 ConsoleCommand

getCommands() 공개 메소드

public getCommands ( ) : List
리턴 List

getConsoleCommands() 공개 메소드

public getConsoleCommands ( string command ) : Pluton.ConsoleCommand[]
command string
리턴 Pluton.ConsoleCommand[]

getDescriptions() 공개 메소드

public getDescriptions ( string command ) : string[]
command string
리턴 string[]

getUsages() 공개 메소드

public getUsages ( string command ) : string[]
command string
리턴 string[]

프로퍼티 상세

Commands 공개적으로 프로퍼티

public Dictionary Commands
리턴 ConsoleCommand>.Dictionary

plugin 공개적으로 프로퍼티

public BasePlugin plugin
리턴 BasePlugin