C# 클래스 SEModAPIExtensions.API.ChatManager.ChatCommand

파일 보기 프로젝트 열기: rexxar-tc/SEServerExtender 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Callback Action
Command string
RequiresAdmin bool

공개 메소드들

메소드 설명
ChatCommand ( string command, Action callback, bool requiresAdmin ) : System

메소드 상세

ChatCommand() 공개 메소드

public ChatCommand ( string command, Action callback, bool requiresAdmin ) : System
command string
callback Action
requiresAdmin bool
리턴 System

프로퍼티 상세

Callback 공개적으로 프로퍼티

public Action Callback
리턴 Action

Command 공개적으로 프로퍼티

public string Command
리턴 string

RequiresAdmin 공개적으로 프로퍼티

public bool RequiresAdmin
리턴 bool