Xonotic
dialog_multiplayer_join.qh
Go to the documentation of this file.
1 #pragma once
2 
3 #include "tab.qh"
5  METHOD(XonoticServerListTab, fill, void(entity));
6  ATTRIB(XonoticServerListTab, intendedWidth, float, 0.9);
7  ATTRIB(XonoticServerListTab, rows, float, 23);
8  ATTRIB(XonoticServerListTab, columns, float, 6.5);
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
#define ENDCLASS(cname)
Definition: oo.qh:269
entity makeXonoticServerListTab()