C# 클래스 Prism.DebuggingMod.ChatConsole.ChatCommand

파일 보기 프로젝트 열기: TerrariaPrismTeam/Prism

공개 프로퍼티들

프로퍼티 타입 설명
CaseSensitive bool
Description string
MaxArgs int
MinArgs int
Name string
RequiresArgs bool
UsageText string

공개 메소드들

메소드 설명
ChatCommand ( string name, string description, string usageText, bool requiresArgs, bool caseSensitive, int minArgs, int maxArgs ) : System
Run ( string args, List splitArgs ) : void

메소드 상세

ChatCommand() 공개 메소드

public ChatCommand ( string name, string description, string usageText, bool requiresArgs, bool caseSensitive, int minArgs, int maxArgs ) : System
name string
description string
usageText string
requiresArgs bool
caseSensitive bool
minArgs int
maxArgs int
리턴 System

Run() 공개 추상적인 메소드

public abstract Run ( string args, List splitArgs ) : void
args string
splitArgs List
리턴 void

프로퍼티 상세

CaseSensitive 공개적으로 프로퍼티

public bool CaseSensitive
리턴 bool

Description 공개적으로 프로퍼티

public string Description
리턴 string

MaxArgs 공개적으로 프로퍼티

public int MaxArgs
리턴 int

MinArgs 공개적으로 프로퍼티

public int MinArgs
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string

RequiresArgs 공개적으로 프로퍼티

public bool RequiresArgs
리턴 bool

UsageText 공개적으로 프로퍼티

public string UsageText
리턴 string