|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "dialog_multiplayer_join.qh"#include "serverlist.qh"#include "textlabel.qh"#include "inputbox.qh"#include "checkbox.qh"#include "commandbutton.qh"#include "leavematchbutton.qh"#include "button.qh"Go to the source code of this file.
Functions | |
| entity | makeXonoticServerListTab () |
| void | XonoticServerListTab_fill (entity me) |
| void | XonoticServerListTab_refresh (entity this, entity slist) |
| entity makeXonoticServerListTab | ( | ) |
Definition at line 12 of file dialog_multiplayer_join.qc.
Referenced by XonoticMultiplayerDialog_fill().
Definition at line 25 of file dialog_multiplayer_join.qc.
References entity(), makeXonoticButton(), makeXonoticButton_T(), makeXonoticCheckBox(), makeXonoticCheckBox_T(), makeXonoticInputBox(), makeXonoticLeaveMatchButton(), makeXonoticServerList(), makeXonoticTextLabel(), ServerList_Categories_Click(), ServerList_Connect_Click(), ServerList_Favorite_Click(), ServerList_Filter_Change(), ServerList_Info_Click(), ServerList_ShowEmpty_Click(), ServerList_ShowFull_Click(), ServerList_ShowLaggy_Click(), ServerList_Update_favoriteButton(), string_null, XonoticServerListTab_refresh(), and ZCTX.
Definition at line 20 of file dialog_multiplayer_join.qc.
References entity(), and REFRESHSERVERLIST_ASK.
Referenced by XonoticServerListTab_fill().