|
Xonotic
|
#include "dialog_multiplayer_create.qh"#include "dialog_multiplayer_create_mapinfo.qh"#include "dialog_multiplayer_create_mutators.qh"#include "gametypelist.qh"#include "maplist.qh"#include <common/mapinfo.qh>#include "image.qh"#include "textslider.qh"#include "textlabel.qh"#include "slider.qh"#include "mainwindow.qh"#include "button.qh"#include "inputbox.qh"
Include dependency graph for dialog_multiplayer_create.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | ADDVALUE_MINUTES(i) e.addValue(e, strzone(sprintf(_("%d minutes"), i)), #i) |
Functions | |
| void | GameType_ConfigureSliders (entity me, string pLabel, float pMin, float pMax, float pStep, string pCvar, string tCvar, string pTooltip) |
| void | GameType_ConfigureSliders_for_CurrentGametype (entity me) |
| entity | makeXonoticServerCreateTab () |
| void | XonoticServerCreateTab_fill (entity me) |
| void | XonoticServerCreateTab_gameTypeChangeNotify (entity me) |
| void | XonoticServerCreateTab_gameTypeSelectNotify (entity me) |
| #define ADDVALUE_MINUTES | ( | i | ) | e.addValue(e, strzone(sprintf(_("%d minutes"), i)), #i) |
| void GameType_ConfigureSliders | ( | entity | me, |
| string | pLabel, | ||
| float | pMin, | ||
| float | pMax, | ||
| float | pStep, | ||
| string | pCvar, | ||
| string | tCvar, | ||
| string | pTooltip | ||
| ) |
Definition at line 18 of file dialog_multiplayer_create.qc.
References entity(), strfree, and strzone().
Referenced by GameType_ConfigureSliders_for_CurrentGametype().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 53 of file dialog_multiplayer_create.qc.
References GameType_ConfigureSliders(), and MapInfo_CurrentGametype().
Referenced by XonoticServerCreateTab_gameTypeChangeNotify().
Here is the call graph for this function:
Here is the caller graph for this function:| entity makeXonoticServerCreateTab | ( | ) |
Definition at line 59 of file dialog_multiplayer_create.qc.
Here is the call graph for this function:Definition at line 67 of file dialog_multiplayer_create.qc.
References entity(), and makeXonoticHeaderLabel().
Here is the call graph for this function:Definition at line 214 of file dialog_multiplayer_create.qc.
References GameType_ConfigureSliders_for_CurrentGametype().
Here is the call graph for this function:Definition at line 221 of file dialog_multiplayer_create.qc.