Xonotic
|
Go to the source code of this file.
Macros | |
#define | boolean(value) ((value) != 0) |
Functions | |
ERASEABLE float | InterpretBoolean (string input) |
Variables | |
const int | false = 0 |
const int | true = 1 |
#define boolean | ( | value | ) | ((value) != 0) |
Definition at line 9 of file bool.qh.
Referenced by bot_execute_commands_once(), CA_RoundStart(), CheckPlayerJump(), CSQCPlayer_AnimDecide_PostUpdate(), ctf_Return_Customize(), havocbot_movetogoal(), InterpretBoolean(), IsTeamAvailable(), MapVote_Init(), navigation_goalrating_end(), NumTeams(), PlayerInList(), spawnfunc(), spawnmonster(), want_weapon(), weapon_thinkf(), XonoticRadioButton_loadCvars(), and XonoticTeamSelectDialog_showNotify().
Definition at line 13 of file bool.qh.
References boolean, and stof().
Referenced by ClientCommand_autoswitch(), LocalCommand_handlevote(), and LocalCommand_hud().