|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "inputbox.qh"Go to the source code of this file.
Functions | |
| entity | makeXonoticInputBox (bool doEditColorCodes, string theCvar) |
| entity | makeXonoticInputBox_T (bool doEditColorCodes, string theCvar, string theTooltip) |
| void | XonoticInputBox_configureXonoticInputBox (entity me, bool doEditColorCodes, string theCvar, string theTooltip) |
| void | XonoticInputBox_focusLeave (entity me) |
| float | XonoticInputBox_keyDown (entity me, float key, float ascii, float shift) |
| void | XonoticInputBox_loadCvars (entity me) |
| void | XonoticInputBox_saveCvars (entity me) |
| void | XonoticInputBox_setText (entity me, string val) |
Definition at line 10 of file inputbox.qc.
References entity(), makeXonoticInputBox_T(), and string_null.
Referenced by XonoticCvarsDialog_fill(), XonoticDemoBrowserTab_fill(), XonoticHUDExitDialog_fill(), XonoticMusicPlayerTab_fill(), XonoticSandboxToolsDialog_fill(), XonoticScreenshotBrowserTab_fill(), XonoticServerListTab_fill(), and XonoticUserbindEditDialog_fill().
Definition at line 3 of file inputbox.qc.
Referenced by makeXonoticInputBox(), XonoticFirstRunDialog_fill(), XonoticGuideTab_fill(), XonoticInputSettingsTab_fill(), XonoticProfileTab_fill(), and XonoticServerCreateTab_fill().
| void XonoticInputBox_configureXonoticInputBox | ( | entity | me, |
| bool | doEditColorCodes, | ||
| string | theCvar, | ||
| string | theTooltip ) |
Definition at line 14 of file inputbox.qc.
References entity(), setZonedTooltip(), string_null, and strlen.
Definition at line 53 of file inputbox.qc.
References entity(), K_ENTER, K_KP_ENTER, and SUPER.
Definition at line 40 of file inputbox.qc.
References cvar_string(), entity(), and SUPER.
Definition at line 46 of file inputbox.qc.
References CheckSendCvars(), cvar_set(), and entity().
Definition at line 27 of file inputbox.qc.