C# 클래스 Pluton.Rust.Objects.ConsoleCommand

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

공개 프로퍼티들

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

공개 메소드들

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

메소드 상세

ConsoleCommand() 공개 메소드

public ConsoleCommand ( ) : System
리턴 System

ConsoleCommand() 공개 메소드

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

setCallback() 공개 메소드

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

setCallback() 공개 메소드

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

setCommand() 공개 메소드

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

setDescription() 공개 메소드

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

setUsage() 공개 메소드

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

프로퍼티 상세

_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