C# Class SharpQuake.Sbar

Sbar_functions
Datei anzeigen Open project: Memorix101/SharpQuake Class Usage Examples

Public Methods

Method Description
Changed ( ) : void
Draw ( ) : void
FinaleOverlay ( ) : void

Sbar_FinaleOverlay

Init ( ) : void
IntermissionOverlay ( ) : void

Sbar_IntermissionOverlay called each frame after the level has been completed

Private Methods

Method Description
ColorForMap ( int m ) : int
DeathmatchOverlay ( ) : void
DontShowScores ( ) : void
DrawCharacter ( int x, int y, int num ) : void
DrawFace ( ) : void
DrawFrags ( ) : void
DrawInventory ( ) : void
DrawNum ( int x, int y, int num, int digits, int color ) : void
DrawPic ( int x, int y, glpic_t pic ) : void
DrawScoreboard ( ) : void
DrawString ( int x, int y, string str ) : void
DrawTransPic ( int x, int y, glpic_t pic ) : void
IntermissionNumber ( int x, int y, int num, int digits, int color ) : void

Sbar_IntermissionNumber

MiniDeathmatchOverlay ( ) : void
ShowScores ( ) : void
SoloScoreboard ( ) : void
SortFrags ( ) : void

Method Details

Changed() public static method

public static Changed ( ) : void
return void

Draw() public static method

public static Draw ( ) : void
return void

FinaleOverlay() public static method

Sbar_FinaleOverlay
public static FinaleOverlay ( ) : void
return void

Init() public static method

public static Init ( ) : void
return void

IntermissionOverlay() public static method

Sbar_IntermissionOverlay called each frame after the level has been completed
public static IntermissionOverlay ( ) : void
return void