|
Xonotic
|
#include "inputbox.qh"
Include dependency graph for inputbox.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| entity | makeXonoticInputBox (float doEditColorCodes, string theCvar) |
| entity | makeXonoticInputBox_T (float doEditColorCodes, string theCvar, string theTooltip) |
| void | XonoticInputBox_configureXonoticInputBox (entity me, float 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 makeXonoticInputBox_T(), and string_null.
Here is the call graph for this function:Definition at line 3 of file inputbox.qc.
Referenced by makeXonoticInputBox().
Here is the call graph for this function:
Here is the caller graph for this function:| void XonoticInputBox_configureXonoticInputBox | ( | entity | me, |
| float | doEditColorCodes, | ||
| string | theCvar, | ||
| string | theTooltip | ||
| ) |
Definition at line 14 of file inputbox.qc.
References setZonedTooltip(), string_null, and strlen().
Here is the call graph for this function:Definition at line 23 of file inputbox.qc.
Definition at line 53 of file inputbox.qc.
References K_ENTER, K_KP_ENTER, and SUPER.
Definition at line 40 of file inputbox.qc.
References cvar_string(), and SUPER.
Here is the call graph for this function:Definition at line 46 of file inputbox.qc.
References CheckSendCvars(), and cvar_set().
Here is the call graph for this function: