C# 클래스 SharpQuake.Con

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

공개 프로퍼티들

프로퍼티 타입 설명
BackScroll int

공개 메소드들

메소드 설명
CheckResize ( ) : void
ClearNotify ( ) : void
DPrint ( string fmt ) : void
Draw ( int lines, bool drawinput ) : void
DrawNotify ( ) : void

Con_DrawNotify

Init ( ) : void
Print ( string fmt ) : void

Con_Printf

SafePrint ( string fmt ) : void
Shutdown ( ) : void
ToggleConsole_f ( ) : void

Con_ToggleConsole_f

비공개 메소드들

메소드 설명
Clear_f ( ) : void

Con_Clear_f

DebugLog ( string msg ) : void

Con_DebugLog

DrawInput ( ) : void
LineFeed ( ) : void
MessageMode2_f ( ) : void
MessageMode_f ( ) : void

메소드 상세

CheckResize() 공개 정적인 메소드

public static CheckResize ( ) : void
리턴 void

ClearNotify() 공개 정적인 메소드

public static ClearNotify ( ) : void
리턴 void

DPrint() 공개 정적인 메소드

public static DPrint ( string fmt ) : void
fmt string
리턴 void

Draw() 공개 정적인 메소드

public static Draw ( int lines, bool drawinput ) : void
lines int
drawinput bool
리턴 void

DrawNotify() 공개 정적인 메소드

Con_DrawNotify
public static DrawNotify ( ) : void
리턴 void

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

Print() 공개 정적인 메소드

Con_Printf
public static Print ( string fmt ) : void
fmt string
리턴 void

SafePrint() 공개 정적인 메소드

public static SafePrint ( string fmt ) : void
fmt string
리턴 void

Shutdown() 공개 정적인 메소드

public static Shutdown ( ) : void
리턴 void

ToggleConsole_f() 공개 정적인 메소드

Con_ToggleConsole_f
public static ToggleConsole_f ( ) : void
리턴 void

프로퍼티 상세

BackScroll 공개적으로 정적으로 프로퍼티

public static int BackScroll
리턴 int