|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Macros | |
| #define | boolean(value) |
Functions | |
| ERASEABLE float | InterpretBoolean (string input) |
Variables | |
| const int | false = 0 |
| const int | true = 1 |
| #define boolean | ( | value | ) |
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(), NET_HANDLE(), NumTeams(), PlayerInList(), ReadEntcs(), spawnmonster(), StrafeHUD_DetermineOnSlick(), Surv_RoundStart(), target_print_use(), target_speed_calculatevelocity(), TeamScore_Compare(), trigger_push_velocity_calculatevelocity(), W_Arc_Beam(), want_weapon(), weapon_thinkf(), XonoticRadioButton_loadCvars(), and XonoticTeamSelectDialog_showNotify().
Definition at line 13 of file bool.qh.
References boolean, stof(), and strtolower().
Referenced by ClientCommand_autoswitch(), LocalCommand_handlevote(), and LocalCommand_hud().