Xonotic
|
Go to the source code of this file.
Functions | |
void | Dialog_addItemSimple (entity me, float row, float col, float rowspan, float colspan, entity e, vector v) |
void | Dialog_Close (entity button, entity me) |
void | Dialog_close (entity me) |
void | Dialog_configureDialog (entity me) |
void | Dialog_fill (entity me) |
void | Dialog_gotoRC (entity me, float row, float col) |
float | Dialog_keyDown (entity me, float key, float ascii, float shift) |
void | Dialog_setFirstColumn (entity me, float col) |
void | Dialog_TD (entity me, float rowspan, float colspan, entity e) |
void | Dialog_TDempty (entity me, float colspan) |
void | Dialog_TDNoMargin (entity me, float rowspan, float colspan, entity e, vector v) |
void | Dialog_TR (entity me) |
void Dialog_addItemSimple | ( | entity | me, |
float | row, | ||
float | col, | ||
float | rowspan, | ||
float | colspan, | ||
entity | e, | ||
vector | v | ||
) |
Definition at line 7 of file dialog.qc.
Referenced by Button_draw(), Button_playClickSound(), Close_Clicked(), Dialog_configureDialog(), Disconnect_Click(), MapList_LoadMap(), and XonoticUserbindEditDialog_Save().
Definition at line 104 of file dialog.qc.
References DialogCloseButton_Click(), ExposeeCloseButton_Click(), and m_hide().
Definition at line 61 of file dialog.qc.
References conheight, conwidth, Dialog_Close(), entity(), eX, eY, and NEW.
Definition at line 119 of file dialog.qc.
References K_ESCAPE, m_play_click_sound(), MENU_SOUND_CLOSE, and SUPER.