C# 클래스 SharpQuake.Cmd

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

Private Properties

프로퍼티 타입 설명
Alias_f void
Cmd System
Echo_f void
Exec_f void
Find xcommand_t
FindAlias string
StuffCmds_f void

공개 메소드들

메소드 설명
Add ( string name, xcommand_t function ) : void
Argv ( int arg ) : string
Complete ( string partial ) : string[]
ExecuteString ( string text, cmd_source_t src ) : void
Exists ( string name ) : bool
ForwardToServer ( ) : void
Init ( ) : void
JoinArgv ( ) : string
TokenizeString ( string text ) : void

비공개 메소드들

메소드 설명
Alias_f ( ) : void
Cmd ( ) : System
Echo_f ( ) : void
Exec_f ( ) : void
Find ( string name ) : xcommand_t
FindAlias ( string name ) : string
StuffCmds_f ( ) : void

Cmd_StuffCmds_f Adds command line parameters as script statements Commands lead with a +, and continue until a - or another + quake +prog jctest.qp +cmd amlev1 quake -nosound +cmd amlev1

메소드 상세

Add() 공개 정적인 메소드

public static Add ( string name, xcommand_t function ) : void
name string
function xcommand_t
리턴 void

Argv() 공개 정적인 메소드

public static Argv ( int arg ) : string
arg int
리턴 string

Complete() 공개 정적인 메소드

public static Complete ( string partial ) : string[]
partial string
리턴 string[]

ExecuteString() 공개 정적인 메소드

public static ExecuteString ( string text, cmd_source_t src ) : void
text string
src cmd_source_t
리턴 void

Exists() 공개 정적인 메소드

public static Exists ( string name ) : bool
name string
리턴 bool

ForwardToServer() 공개 정적인 메소드

public static ForwardToServer ( ) : void
리턴 void

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

JoinArgv() 공개 정적인 메소드

public static JoinArgv ( ) : string
리턴 string

TokenizeString() 공개 정적인 메소드

public static TokenizeString ( string text ) : void
text string
리턴 void