|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "dialog_multiplayer_profile.qh"#include "playermodel.qh"#include "statslist.qh"#include "languagelist.qh"#include "textlabel.qh"#include "commandbutton.qh"#include "inputbox.qh"#include "colorpicker.qh"#include "charmap.qh"#include "colorbutton.qh"#include "checkbox.qh"#include "radiobutton.qh"Go to the source code of this file.
Functions | |
| void | language_selector_click (entity me, entity btn) |
| entity | makeXonoticProfileTab () |
| void | XonoticProfileTab_draw (entity me) |
| void | XonoticProfileTab_fill (entity me) |
Definition at line 30 of file dialog_multiplayer_profile.qc.
References entity(), and localcmd().
Referenced by XonoticProfileTab_fill().
| entity makeXonoticProfileTab | ( | ) |
Definition at line 15 of file dialog_multiplayer_profile.qc.
Referenced by XonoticMultiplayerDialog_fill().
Definition at line 22 of file dialog_multiplayer_profile.qc.
References cvar_string(), entity(), mod(), SUPER, and time.
Definition at line 34 of file dialog_multiplayer_profile.qc.
References COMMANDBUTTON_APPLY, entity(), language_selector_click(), makeXonoticButton(), makeXonoticCharmap(), makeXonoticCheckBox(), makeXonoticColorButton(), makeXonoticColorpicker(), makeXonoticCommandButton(), makeXonoticHeaderLabel(), makeXonoticInputBox_T(), makeXonoticPlayerModelSelector(), makeXonoticStatsList(), makeXonoticTextLabel(), mod(), PlayerModelSelector_Next_Click(), PlayerModelSelector_Prev_Click(), setDependent(), statslist, and string_null.