C# 클래스 SharpQuake.Cbuf

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

공개 메소드들

메소드 설명
AddText ( string text ) : void
Cmd_Wait_f ( ) : void
Execute ( ) : void
Init ( ) : void
InsertText ( string text ) : void

비공개 메소드들

메소드 설명
Cbuf ( ) : System

메소드 상세

AddText() 공개 정적인 메소드

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

Cmd_Wait_f() 공개 정적인 메소드

public static Cmd_Wait_f ( ) : void
리턴 void

Execute() 공개 정적인 메소드

public static Execute ( ) : void
리턴 void

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

InsertText() 공개 정적인 메소드

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