Xonotic
|
#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, float val) |
string | CheckBox_toString (entity me) |
Definition at line 7 of file checkbox.qc.
Referenced by CheckBox_Click_Redisplay().
Definition at line 15 of file checkbox.qc.
Definition at line 20 of file checkbox.qc.
References string_null, and SUPER.
Definition at line 36 of file checkbox.qc.
References m_play_click_sound(), and MENU_SOUND_SELECT.
Definition at line 3 of file checkbox.qc.
Definition at line 11 of file checkbox.qc.
References strcat(), and SUPER.