|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#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 "checkbox.qh"#include "image.qh"#include "mixedslider.qh"#include "textlabel.qh"#include "slider.qh"#include "mainwindow.qh"#include "button.qh"#include "commandbutton.qh"#include "leavematchbutton.qh"#include "inputbox.qh"Go to the source code of this file.
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) |
| void GameType_ConfigureSliders | ( | entity | me, |
| string | pLabel, | ||
| float | pMin, | ||
| float | pMax, | ||
| float | pStep, | ||
| string | pCvar, | ||
| string | tCvar, | ||
| string | pTooltip ) |
Definition at line 21 of file dialog_multiplayer_create.qc.
References entity(), strfree, string_null, and strzone().
Referenced by GameType_ConfigureSliders_for_CurrentGametype().
Definition at line 53 of file dialog_multiplayer_create.qc.
References entity(), GameType_ConfigureSliders(), Gametype::m_configuremenu(), and MapInfo_CurrentGametype().
Referenced by XonoticServerCreateTab_fill(), and XonoticServerCreateTab_gameTypeChangeNotify().
| entity makeXonoticServerCreateTab | ( | ) |
Definition at line 59 of file dialog_multiplayer_create.qc.
Referenced by XonoticServerCreateTab::ATTRIB(), and XonoticMultiplayerDialog_fill().
Definition at line 67 of file dialog_multiplayer_create.qc.
References DialogOpenButton_Click(), entity(), GameType_ConfigureSliders_for_CurrentGametype(), main, makeCallback(), makeXonoticButton(), makeXonoticButton_T(), makeXonoticCheckBox_T(), makeXonoticGametypeList(), makeXonoticHeaderLabel(), makeXonoticInputBox_T(), makeXonoticLeaveMatchButton(), makeXonoticMapList(), makeXonoticMixedSlider(), makeXonoticMixedSlider_T(), makeXonoticSlider_T(), makeXonoticTextLabel(), MapList_Add_All(), MapList_Add_Shown(), MapList_LoadMap(), MapList_Remove_All(), MapList_Remove_Shown(), MapList_StringFilterBox_Change(), MapList_StringFilterBox_keyDown(), setDependent(), setDependentAND(), setDependentNOT(), string_null, and ZCTX.
Definition at line 203 of file dialog_multiplayer_create.qc.
References entity(), and GameType_ConfigureSliders_for_CurrentGametype().
Definition at line 210 of file dialog_multiplayer_create.qc.
References entity().