C# Class SharpQuake.Scr

SCR_functions
Exibir arquivo Open project: Memorix101/SharpQuake Class Usage Examples

Public Properties

Property Type Description
BlockDrawing bool
CenterTimeOff float
ClearNotify int
CopyTop bool
FullSbarDraw bool
FullUpdate int
IsDisabledForLoading bool
IsPermedia bool
SkipUpdate bool
glHeight int
glWidth int
glX int
glY int

Public Methods

Method Description
BeginLoadingPlaque ( ) : void

SCR_BeginLoadingPlaque

CenterPrint ( string str ) : void
EndLoadingPlaque ( ) : void

SCR_EndLoadingPlaque

EndRendering ( ) : void

GL_EndRendering

Init ( ) : void
ModalMessage ( string text ) : bool

SCR_ModalMessage Displays a text string in the center of the screen and waits for a Y or N keypress.

UpdateScreen ( ) : void

Private Methods

Method Description
BeginRendering ( ) : void

GL_BeginRendering

CalcFov ( float fov_x, float width, float height ) : float
CalcRefdef ( ) : void
CheckDrawCenterString ( ) : void
DrawCenterString ( ) : void
DrawConsole ( ) : void
DrawLoading ( ) : void

SCR_DrawLoading

DrawNet ( ) : void
DrawNotifyString ( ) : void

SCR_DrawNotifyString

DrawPause ( ) : void
DrawRam ( ) : void
DrawTurtle ( ) : void
ScreenShot_f ( ) : void
Set2D ( ) : void
SetUpToDrawConsole ( ) : void

SCR_SetUpToDrawConsole

SizeDown_f ( ) : void
SizeUp_f ( ) : void
TileClear ( ) : void

Method Details

BeginLoadingPlaque() public static method

SCR_BeginLoadingPlaque
public static BeginLoadingPlaque ( ) : void
return void

CenterPrint() public static method

public static CenterPrint ( string str ) : void
str string
return void

EndLoadingPlaque() public static method

SCR_EndLoadingPlaque
public static EndLoadingPlaque ( ) : void
return void

EndRendering() public static method

GL_EndRendering
public static EndRendering ( ) : void
return void

Init() public static method

public static Init ( ) : void
return void

ModalMessage() public static method

SCR_ModalMessage Displays a text string in the center of the screen and waits for a Y or N keypress.
public static ModalMessage ( string text ) : bool
text string
return bool

UpdateScreen() public static method

public static UpdateScreen ( ) : void
return void

Property Details

BlockDrawing public_oe static_oe property

public static bool BlockDrawing
return bool

CenterTimeOff public_oe static_oe property

public static float CenterTimeOff
return float

ClearNotify public_oe static_oe property

public static int ClearNotify
return int

CopyTop public_oe static_oe property

public static bool CopyTop
return bool

FullSbarDraw public_oe static_oe property

public static bool FullSbarDraw
return bool

FullUpdate public_oe static_oe property

public static int FullUpdate
return int

IsDisabledForLoading public_oe static_oe property

public static bool IsDisabledForLoading
return bool

IsPermedia public_oe static_oe property

public static bool IsPermedia
return bool

SkipUpdate public_oe static_oe property

public static bool SkipUpdate
return bool

glHeight public_oe static_oe property

public static int glHeight
return int

glWidth public_oe static_oe property

public static int glWidth
return int

glX public_oe static_oe property

public static int glX
return int

glY public_oe static_oe property

public static int glY
return int