10 me.keybindBox.editUserbind(me.keybindBox, me.nameBox.text, me.commandPressBox.text, me.commandReleaseBox.text);
16 me.nameBox.setText(me.nameBox, theName);
17 me.nameBox.keyDown(me.nameBox,
K_END, 0, 0);
18 me.commandPressBox.setText(me.commandPressBox, theCommandPress);
19 me.nameBox.keyDown(me.commandPressBox,
K_END, 0, 0);
20 me.commandReleaseBox.setText(me.commandReleaseBox, theCommandRelease);
21 me.nameBox.keyDown(me.commandReleaseBox,
K_END, 0, 0);
entity makeXonoticTextLabel(float theAlign, string theText)