|
Xonotic
|
#include "dialog_settings_input_userbind.qh"#include "keybinder.qh"#include "textlabel.qh"#include "inputbox.qh"#include "button.qh"
Include dependency graph for dialog_settings_input_userbind.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | XonoticUserbindEditDialog_fill (entity me) |
| void | XonoticUserbindEditDialog_loadUserBind (entity me, string theName, string theCommandPress, string theCommandRelease) |
| void | XonoticUserbindEditDialog_Save (entity btn, entity me) |
Definition at line 24 of file dialog_settings_input_userbind.qc.
References entity(), and makeXonoticTextLabel().
Here is the call graph for this function:| void XonoticUserbindEditDialog_loadUserBind | ( | entity | me, |
| string | theName, | ||
| string | theCommandPress, | ||
| string | theCommandRelease | ||
| ) |
Definition at line 8 of file dialog_settings_input_userbind.qc.
References Dialog_Close().
Here is the call graph for this function: