|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "i18n.qh"Go to the source code of this file.
Macros | |
| #define | APPEND_TIME(unit) |
| #define | count_bullets(num) |
| #define | count_cells(num) |
| #define | count_days(time) |
| #define | count_days_decs(time, decs) |
| #define | count_hours(time) |
| #define | count_hours_decs(time, decs) |
| #define | count_matches(num) |
| #define | count_minutes(time) |
| #define | count_minutes_decs(time, decs) |
| #define | count_points(num) |
| #define | count_points_decs(time, decs) |
| #define | count_results(num) |
| #define | count_rockets(num) |
| #define | count_seconds(time) |
| #define | count_seconds_decs(time, decs) |
| #define | count_shells(num) |
| #define | count_votes(num) |
| #define | count_weeks(time) |
| #define | count_weeks_decs(time, decs) |
| #define | count_years(time) |
| #define | count_years_decs(time, decs) |
Functions | |
| ERASEABLE string | count_fill (float num, string zero, string one, string two, string three, string multi) |
| ERASEABLE string | count_ordinal (int num) |
| ERASEABLE string | process_time (float outputtype, int seconds) |
| #define APPEND_TIME | ( | unit | ) |
Referenced by process_time().
| #define count_bullets | ( | num | ) |
Definition at line 17 of file counting.qh.
Referenced by count_ammo().
| #define count_cells | ( | num | ) |
Definition at line 33 of file counting.qh.
Referenced by count_ammo().
| #define count_days | ( | time | ) |
Definition at line 95 of file counting.qh.
Referenced by formatStringSpecial(), and process_time().
| #define count_days_decs | ( | time, | |
| decs ) |
Definition at line 94 of file counting.qh.
Referenced by formatStringSpecial().
| #define count_hours | ( | time | ) |
Definition at line 104 of file counting.qh.
Referenced by formatStringSpecial(), and process_time().
| #define count_hours_decs | ( | time, | |
| decs ) |
| #define count_matches | ( | num | ) |
Definition at line 50 of file counting.qh.
Referenced by XonoticStatsList_getStats().
| #define count_minutes | ( | time | ) |
Definition at line 113 of file counting.qh.
Referenced by formatStringSpecial(), and Scoreboard_Draw().
| #define count_minutes_decs | ( | time, | |
| decs ) |
| #define count_points | ( | num | ) |
Definition at line 59 of file counting.qh.
| #define count_points_decs | ( | time, | |
| decs ) |
Definition at line 58 of file counting.qh.
| #define count_results | ( | num | ) |
Definition at line 67 of file counting.qh.
Referenced by CvarList_UpdateResults().
| #define count_rockets | ( | num | ) |
Definition at line 25 of file counting.qh.
Referenced by count_ammo().
| #define count_seconds | ( | time | ) |
Definition at line 122 of file counting.qh.
Referenced by formatStringSpecial(), MapVote_Draw(), process_time(), and Scoreboard_Draw().
| #define count_seconds_decs | ( | time, | |
| decs ) |
Definition at line 121 of file counting.qh.
Referenced by formatStringSpecial(), and Scoreboard_Draw().
| #define count_shells | ( | num | ) |
Definition at line 9 of file counting.qh.
Referenced by count_ammo().
| #define count_votes | ( | num | ) |
Definition at line 42 of file counting.qh.
Referenced by MapVote_FormatItem().
| #define count_weeks | ( | time | ) |
Definition at line 86 of file counting.qh.
Referenced by formatStringSpecial().
| #define count_weeks_decs | ( | time, | |
| decs ) |
| #define count_years | ( | time | ) |
Definition at line 77 of file counting.qh.
Referenced by formatStringSpecial().
| #define count_years_decs | ( | time, | |
| decs ) |
| ERASEABLE string count_fill | ( | float | num, |
| string | zero, | ||
| string | one, | ||
| string | two, | ||
| string | three, | ||
| string | multi ) |
Definition at line 153 of file counting.qh.
Definition at line 132 of file counting.qh.
Referenced by getladder(), getrankings(), HUD_Mod_Race(), Scoreboard_Rankings_Draw(), and ScoreString().
Definition at line 183 of file counting.qh.
References APPEND_TIME, count_days, count_hours, count_seconds, floor(), and strcat().
Referenced by CommonCommand_who(), WinningCondition_Assault(), and XonoticStatsList_getStats().