Xonotic
dialog_multiplayer_join_termsofservice.qh
Go to the documentation of this file.
1 #pragma once
2 
3 #include "tab.qh"
5  METHOD(XonoticServerToSTab, fill, void(entity));
6  METHOD(XonoticServerToSTab, loadToS, void(entity, string));
7  ATTRIB(XonoticServerToSTab, title, string, _("Terms of Service"));
8  ATTRIB(XonoticServerToSTab, color, vector, SKINCOLOR_DIALOG_SERVERINFO);
9  ATTRIB(XonoticServerToSTab, intendedWidth, float, 0.8);
10  ATTRIB(XonoticServerToSTab, rows, float, 17);
11  ATTRIB(XonoticServerToSTab, columns, float, 6.2);
12 
13  ATTRIB(XonoticServerToSTab, text, string);
17 
18 void AdditionalServerInfo_OnGet(entity fh, entity pass, int status);
entity makeXonoticServerToSTab()
vector color
CLASS(Object) Object
Definition: oo.qh:318
Definition: tab.qh:4
entity() spawn
#define METHOD(cname, name, prototype)
Definition: oo.qh:257
#define ATTRIB(...)
Definition: oo.qh:136
vector(float skel, float bonenum) _skel_get_boneabs_hidden
#define ENDCLASS(cname)
Definition: oo.qh:269
#define pass(name, colormin, colormax)
void AdditionalServerInfo_OnGet(entity fh, entity pass, int status)