|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "dialog_settings_input_userbind.qh"#include "keybinder.qh"#include "textlabel.qh"#include "inputbox.qh"#include "button.qh"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 Dialog_Close(), entity(), makeXonoticButton(), makeXonoticInputBox(), makeXonoticTextLabel(), string_null, and XonoticUserbindEditDialog_Save().
| void XonoticUserbindEditDialog_loadUserBind | ( | entity | me, |
| string | theName, | ||
| string | theCommandPress, | ||
| string | theCommandRelease ) |
Definition at line 14 of file dialog_settings_input_userbind.qc.
Definition at line 8 of file dialog_settings_input_userbind.qc.
References Dialog_Close(), and entity().
Referenced by XonoticUserbindEditDialog_fill().