Xonotic
|
#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 entity(), and makeXonoticTextLabel().
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().