C# Class SharpQuake.Con

Con_functions
Show file Open project: Memorix101/SharpQuake Class Usage Examples

Public Properties

Property Type Description
BackScroll int

Public Methods

Method Description
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

Private Methods

Method Description
Clear_f ( ) : void

Con_Clear_f

DebugLog ( string msg ) : void

Con_DebugLog

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

Method Details

CheckResize() public static method

public static CheckResize ( ) : void
return void

ClearNotify() public static method

public static ClearNotify ( ) : void
return void

DPrint() public static method

public static DPrint ( string fmt ) : void
fmt string
return void

Draw() public static method

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

DrawNotify() public static method

Con_DrawNotify
public static DrawNotify ( ) : void
return void

Init() public static method

public static Init ( ) : void
return void

Print() public static method

Con_Printf
public static Print ( string fmt ) : void
fmt string
return void

SafePrint() public static method

public static SafePrint ( string fmt ) : void
fmt string
return void

Shutdown() public static method

public static Shutdown ( ) : void
return void

ToggleConsole_f() public static method

Con_ToggleConsole_f
public static ToggleConsole_f ( ) : void
return void

Property Details

BackScroll public static property

public static int BackScroll
return int