Свойство | Type | Description | |
---|---|---|---|
EnterSound | bool | ||
ReturnMenu | |||
ReturnOnError | bool | ||
ReturnReason | string |
Méthode | Description | |
---|---|---|
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, |
||
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, |
||
DrawTransPicTranslate ( int x, int y, |
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
|
Méthode | Description | |
---|---|---|
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
|
public static BuildTranslationTable ( int top, int bottom ) : void | ||
top | int | |
bottom | int | |
Résultat | void |
public static DrawCharacter ( int cx, int line, int num ) : void | ||
cx | int | |
line | int | |
num | int | |
Résultat | void |
public static DrawCheckbox ( int x, int y, bool on ) : void | ||
x | int | |
y | int | |
on | bool | |
Résultat | void |
public static DrawPic ( int x, int y, |
||
x | int | |
y | int | |
pic | ||
Résultat | void |
public static DrawSlider ( int x, int y, float range ) : void | ||
x | int | |
y | int | |
range | float | |
Résultat | void |
public static DrawTextBox ( int x, int y, int width, int lines ) : void | ||
x | int | |
y | int | |
width | int | |
lines | int | |
Résultat | void |
public static DrawTransPic ( int x, int y, |
||
x | int | |
y | int | |
pic | ||
Résultat | void |
public static DrawTransPicTranslate ( int x, int y, |
||
x | int | |
y | int | |
pic | ||
Résultat | void |
public static Print ( int cx, int cy, string str ) : void | ||
cx | int | |
cy | int | |
str | string | |
Résultat | void |
public static PrintWhite ( int cx, int cy, string str ) : void | ||
cx | int | |
cy | int | |
str | string | |
Résultat | void |
public static MenuBase,SharpQuake ReturnMenu | ||
Résultat |