Xonotic
radiobutton.qh
Go to the documentation of this file.
1 #pragma once
2 
3 #include "checkbox.qh"
6  METHOD(RadioButton, configureRadioButton, void(entity, string, float, string, float, float));
7  ATTRIB(RadioButton, checked, float, 0);
8  ATTRIB(RadioButton, group, float, 0);
9  ATTRIB(RadioButton, allowDeselect, float, 0);
CLASS(Object) Object
Definition: oo.qh:318
void RadioButton_Click(entity me, entity other)
Definition: radiobutton.qc:10
entity() spawn
#define METHOD(cname, name, prototype)
Definition: oo.qh:257
entity other
Definition: csprogsdefs.qc:14
#define ATTRIB(...)
Definition: oo.qh:136
#define ENDCLASS(cname)
Definition: oo.qh:269