|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "dialog_multiplayer_create_mutators.qh"#include <common/weapons/_all.qh>#include "textbox.qh"#include "textlabel.qh"#include "button.qh"Go to the source code of this file.
Functions | |
| entity | makeXonoticMutatorsDialog () |
| entity | makeXonoticRegisteredMutatorsList () |
| void | XonoticMutatorsDialog_close (entity me) |
| void | XonoticMutatorsDialog_fill (entity me) |
| void | XonoticRegisteredMutatorsList_getNameDescription_cb (string _name, string _description) |
| void | XonoticRegisteredMutatorsList_getOther_cb (bool _show_tick, bool _disabled, string _tree) |
| entity makeXonoticMutatorsDialog | ( | ) |
Definition at line 193 of file dialog_multiplayer_create_mutators.qc.
Referenced by XonoticMutatorsDialog::fill().
| entity makeXonoticRegisteredMutatorsList | ( | ) |
Definition at line 75 of file dialog_multiplayer_create_mutators.qc.
References entity(), MENU_MUTATOR_HEADER_1, and NEW.
Definition at line 261 of file dialog_multiplayer_create_mutators.qc.
Definition at line 229 of file dialog_multiplayer_create_mutators.qc.
References Dialog_Close(), entity(), makeXonoticButton(), makeXonoticHeaderLabel(), and makeXonoticTextBox().
Definition at line 59 of file dialog_multiplayer_create_mutators.qc.
References XonoticRegisteredMutatorsList_cb_description, and XonoticRegisteredMutatorsList_cb_name.
Referenced by XonoticRegisteredMutatorsList::drawListBoxItem(), XonoticRegisteredMutatorsList::setSelected(), and XonoticMutatorsDialog::topicChangeNotify().
Definition at line 68 of file dialog_multiplayer_create_mutators.qc.
References XonoticRegisteredMutatorsList_cb_disabled, XonoticRegisteredMutatorsList_cb_show_tick, and XonoticRegisteredMutatorsList_cb_tree.
Referenced by XonoticRegisteredMutatorsList::drawListBoxItem().
| const string MUTATOR_ENABLED_ICON = "/gfx/scoreboard/player_ready" |
Definition at line 8 of file dialog_multiplayer_create_mutators.qc.
Referenced by XonoticRegisteredMutatorsList::drawListBoxItem().
| string XonoticRegisteredMutatorsList_cb_description |
| bool XonoticRegisteredMutatorsList_cb_disabled |
Definition at line 66 of file dialog_multiplayer_create_mutators.qc.
Referenced by XonoticRegisteredMutatorsList::drawListBoxItem(), and XonoticRegisteredMutatorsList_getOther_cb().
| string XonoticRegisteredMutatorsList_cb_name |
Definition at line 57 of file dialog_multiplayer_create_mutators.qc.
Referenced by XonoticRegisteredMutatorsList::drawListBoxItem(), XonoticMutatorsDialog::topicChangeNotify(), and XonoticRegisteredMutatorsList_getNameDescription_cb().
| bool XonoticRegisteredMutatorsList_cb_show_tick |
Definition at line 65 of file dialog_multiplayer_create_mutators.qc.
Referenced by XonoticRegisteredMutatorsList::drawListBoxItem(), and XonoticRegisteredMutatorsList_getOther_cb().
| string XonoticRegisteredMutatorsList_cb_tree |
Definition at line 67 of file dialog_multiplayer_create_mutators.qc.
Referenced by XonoticRegisteredMutatorsList::drawListBoxItem(), and XonoticRegisteredMutatorsList_getOther_cb().