|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
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 15 of file dialog.qc.
Definition at line 7 of file dialog.qc.
References entity().
Referenced by Dialog::ATTRIB(), Button_playClickSound(), Close_Clicked(), Dialog_configureDialog(), GameCommand(), MapList_LoadMap(), XonoticBindingsResetDialog_fill(), XonoticCreditsDialog_fill(), XonoticCvarsDialog_fill(), XonoticDemoStartConfirmDialog_fill(), XonoticDemoTimeConfirmDialog_fill(), XonoticHUDConfirmDialog_fill(), XonoticMapInfoDialog_fill(), XonoticMonsterToolsDialog_fill(), XonoticMutatorsDialog_fill(), XonoticQuitDialog_fill(), XonoticResetDialog_fill(), XonoticSandboxToolsDialog_fill(), XonoticServerInfoDialog_fill(), XonoticSkinResetDialog_fill(), XonoticUserbindEditDialog_fill(), XonoticUserbindEditDialog_Save(), and XonoticWinnerDialog_fill().
Definition at line 104 of file dialog.qc.
References DialogCloseButton_Click(), entity(), ExposeeCloseButton_Click(), m_goto(), and string_null.
Definition at line 61 of file dialog.qc.
References conheight, conwidth, Dialog_Close(), entity(), eX, eY, and NEW.
Definition at line 123 of file dialog.qc.
References entity(), K_ESCAPE, m_play_click_sound(), MENU_SOUND_CLOSE, and SUPER.