|
Xonotic
|
#include "dialog_multiplayer_create_mutators.qh"#include <common/weapons/_all.qh>#include "weaponarenacheckbox.qh"#include "checkbox.qh"#include "slider.qh"#include "textlabel.qh"#include "checkbox_slider_invalid.qh"#include "radiobutton.qh"#include "button.qh"
Include dependency graph for dialog_multiplayer_create_mutators.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| float | checkCompatibility_newtoys (entity me) |
| float | checkCompatibility_pinata (entity me) |
| float | checkCompatibility_weaponarena_weapon (entity me) |
| float | checkCompatibility_weaponstay (entity me) |
| void (entity) refilter | |
| string | WeaponArenaString () |
| void | XonoticMutatorsDialog_close (entity me) |
| void | XonoticMutatorsDialog_fill (entity me) |
| void | XonoticMutatorsDialog_showNotify (entity me) |
| string | XonoticMutatorsDialog_toString (entity me) |
Variables | |
| string | weaponarenastring |
| string | weaponarenastring_cvar |
Definition at line 128 of file dialog_multiplayer_create_mutators.qc.
References cvar(), and cvar_string().
Here is the call graph for this function:Definition at line 110 of file dialog_multiplayer_create_mutators.qc.
References cvar(), and cvar_string().
Referenced by checkCompatibility_weaponstay().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 140 of file dialog_multiplayer_create_mutators.qc.
References cvar(), and cvar_string().
Here is the call graph for this function:Definition at line 124 of file dialog_multiplayer_create_mutators.qc.
References checkCompatibility_pinata().
Here is the call graph for this function:| void | ( | entity | ) |
| string WeaponArenaString | ( | ) |
Definition at line 20 of file dialog_multiplayer_create_mutators.qc.
References cvar_string().
Here is the call graph for this function:Definition at line 155 of file dialog_multiplayer_create_mutators.qc.
References entity(), and makeXonoticTextLabel().
Here is the call graph for this function:Definition at line 12 of file dialog_multiplayer_create_mutators.qc.
References loadAllCvars(), and SUPER.
Here is the call graph for this function:Definition at line 53 of file dialog_multiplayer_create_mutators.qc.
References cons_mid(), and cvar().
Here is the call graph for this function:| string weaponarenastring |
Definition at line 18 of file dialog_multiplayer_create_mutators.qc.
| string weaponarenastring_cvar |
Definition at line 19 of file dialog_multiplayer_create_mutators.qc.