C# Class SharpQuake.Con

Con_functions
Afficher le fichier Open project: Memorix101/SharpQuake Class Usage Examples

Méthodes publiques

Свойство Type Description
BackScroll int

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static CheckResize ( ) : void
Résultat void

ClearNotify() public static méthode

public static ClearNotify ( ) : void
Résultat void

DPrint() public static méthode

public static DPrint ( string fmt ) : void
fmt string
Résultat void

Draw() public static méthode

public static Draw ( int lines, bool drawinput ) : void
lines int
drawinput bool
Résultat void

DrawNotify() public static méthode

Con_DrawNotify
public static DrawNotify ( ) : void
Résultat void

Init() public static méthode

public static Init ( ) : void
Résultat void

Print() public static méthode

Con_Printf
public static Print ( string fmt ) : void
fmt string
Résultat void

SafePrint() public static méthode

public static SafePrint ( string fmt ) : void
fmt string
Résultat void

Shutdown() public static méthode

public static Shutdown ( ) : void
Résultat void

ToggleConsole_f() public static méthode

Con_ToggleConsole_f
public static ToggleConsole_f ( ) : void
Résultat void

Property Details

BackScroll public_oe static_oe property

public static int BackScroll
Résultat int