C# 클래스 Pluton.ChatCommand

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

공개 프로퍼티들

프로퍼티 타입 설명
_command string
_description string
_usage string
callback CallbackDelegate
plugin BasePlugin

공개 메소드들

메소드 설명
ChatCommand ( ) : System
ChatCommand ( string command ) : System
setCallback ( CallbackDelegate function ) : ChatCommand
setCallback ( string function ) : ChatCommand
setCommand ( string command ) : ChatCommand
setDescription ( string description ) : ChatCommand
setUsage ( string usage ) : ChatCommand

메소드 상세

ChatCommand() 공개 메소드

public ChatCommand ( ) : System
리턴 System

ChatCommand() 공개 메소드

public ChatCommand ( string command ) : System
command string
리턴 System

setCallback() 공개 메소드

public setCallback ( CallbackDelegate function ) : ChatCommand
function CallbackDelegate
리턴 ChatCommand

setCallback() 공개 메소드

public setCallback ( string function ) : ChatCommand
function string
리턴 ChatCommand

setCommand() 공개 메소드

public setCommand ( string command ) : ChatCommand
command string
리턴 ChatCommand

setDescription() 공개 메소드

public setDescription ( string description ) : ChatCommand
description string
리턴 ChatCommand

setUsage() 공개 메소드

public setUsage ( string usage ) : ChatCommand
usage string
리턴 ChatCommand

프로퍼티 상세

_command 공개적으로 프로퍼티

public string _command
리턴 string

_description 공개적으로 프로퍼티

public string _description
리턴 string

_usage 공개적으로 프로퍼티

public string _usage
리턴 string

callback 공개적으로 프로퍼티

public CallbackDelegate callback
리턴 CallbackDelegate

plugin 공개적으로 프로퍼티

public BasePlugin plugin
리턴 BasePlugin