Xonotic
dialog_settings_effects.qh
Go to the documentation of this file.
1 #pragma once
2 
3 #include "tab.qh"
6  ATTRIB(XonoticEffectsSettingsTab, intendedWidth, float, 0.9);
7  ATTRIB(XonoticEffectsSettingsTab, rows, float, 15.5);
8  ATTRIB(XonoticEffectsSettingsTab, columns, float, 6.2); // added extra .2 for center space
entity makeXonoticEffectsSettingsTab()
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