C# 클래스 SharpQuake.Menu

M_functions
파일 보기 프로젝트 열기: Memorix101/SharpQuake

공개 프로퍼티들

프로퍼티 타입 설명
EnterSound bool
ReturnMenu MenuBase
ReturnOnError bool
ReturnReason string

공개 메소드들

메소드 설명
BuildTranslationTable ( int top, int bottom ) : void

M_BuildTranslationTable

Draw ( ) : void

M_Draw

DrawCharacter ( int cx, int line, int num ) : void

M_DrawCharacter

DrawCheckbox ( int x, int y, bool on ) : void

M_DrawCheckbox

DrawPic ( int x, int y, glpic_t pic ) : void
DrawSlider ( int x, int y, float range ) : void

M_DrawSlider

DrawTextBox ( int x, int y, int width, int lines ) : void

M_DrawTextBox

DrawTransPic ( int x, int y, glpic_t pic ) : void
DrawTransPicTranslate ( int x, int y, glpic_t pic ) : void

M_DrawTransPicTranslate

Init ( ) : void
KeyDown ( int key ) : void

M_Keydown

Print ( int cx, int cy, string str ) : void

M_Print

PrintWhite ( int cx, int cy, string str ) : void

M_PrintWhite

ToggleMenu_f ( ) : void

M_ToggleMenu_f

비공개 메소드들

메소드 설명
Menu_Help_f ( ) : void

M_Menu_Help_f

Menu_Keys_f ( ) : void

M_Menu_Keys_f

Menu_Load_f ( ) : void
Menu_Main_f ( ) : void

M_Menu_Main_f

Menu_MultiPlayer_f ( ) : void
Menu_Options_f ( ) : void
Menu_Quit_f ( ) : void

M_Menu_Quit_f

Menu_Save_f ( ) : void
Menu_Setup_f ( ) : void
Menu_SinglePlayer_f ( ) : void

M_Menu_SinglePlayer_f

Menu_Video_f ( ) : void

M_Menu_Video_f

메소드 상세

BuildTranslationTable() 공개 정적인 메소드

M_BuildTranslationTable
public static BuildTranslationTable ( int top, int bottom ) : void
top int
bottom int
리턴 void

Draw() 공개 정적인 메소드

M_Draw
public static Draw ( ) : void
리턴 void

DrawCharacter() 공개 정적인 메소드

M_DrawCharacter
public static DrawCharacter ( int cx, int line, int num ) : void
cx int
line int
num int
리턴 void

DrawCheckbox() 공개 정적인 메소드

M_DrawCheckbox
public static DrawCheckbox ( int x, int y, bool on ) : void
x int
y int
on bool
리턴 void

DrawPic() 공개 정적인 메소드

public static DrawPic ( int x, int y, glpic_t pic ) : void
x int
y int
pic glpic_t
리턴 void

DrawSlider() 공개 정적인 메소드

M_DrawSlider
public static DrawSlider ( int x, int y, float range ) : void
x int
y int
range float
리턴 void

DrawTextBox() 공개 정적인 메소드

M_DrawTextBox
public static DrawTextBox ( int x, int y, int width, int lines ) : void
x int
y int
width int
lines int
리턴 void

DrawTransPic() 공개 정적인 메소드

public static DrawTransPic ( int x, int y, glpic_t pic ) : void
x int
y int
pic glpic_t
리턴 void

DrawTransPicTranslate() 공개 정적인 메소드

M_DrawTransPicTranslate
public static DrawTransPicTranslate ( int x, int y, glpic_t pic ) : void
x int
y int
pic glpic_t
리턴 void

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

KeyDown() 공개 정적인 메소드

M_Keydown
public static KeyDown ( int key ) : void
key int
리턴 void

Print() 공개 정적인 메소드

M_Print
public static Print ( int cx, int cy, string str ) : void
cx int
cy int
str string
리턴 void

PrintWhite() 공개 정적인 메소드

M_PrintWhite
public static PrintWhite ( int cx, int cy, string str ) : void
cx int
cy int
str string
리턴 void

ToggleMenu_f() 공개 정적인 메소드

M_ToggleMenu_f
public static ToggleMenu_f ( ) : void
리턴 void

프로퍼티 상세

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

public static bool EnterSound
리턴 bool

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

public static MenuBase,SharpQuake ReturnMenu
리턴 MenuBase

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

public static bool ReturnOnError
리턴 bool

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

public static string ReturnReason
리턴 string