|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "checkbox.qh"Go to the source code of this file.
Functions | |
| void | CheckBox_Click (entity me, entity other) |
| void | CheckBox_configureCheckBox (entity me, string txt, float sz, string gfx) |
| void | CheckBox_draw (entity me) |
| void | CheckBox_playClickSound (entity me) |
| void | CheckBox_setChecked (entity me, bool val) |
| string | CheckBox_toString (entity me) |
Definition at line 7 of file checkbox.qc.
References entity(), and other.
Referenced by CheckBox_Click_Redisplay().
Definition at line 15 of file checkbox.qc.
References entity().
Definition at line 20 of file checkbox.qc.
References entity(), string_null, and SUPER.
Definition at line 36 of file checkbox.qc.
References entity(), m_play_click_sound(), and MENU_SOUND_SELECT.