|
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_days(time) |
| #define | count_days_decs(time, decs) |
| #define | count_hours(time) |
| #define | count_hours_decs(time, decs) |
| #define | count_minutes(time) |
| #define | count_minutes_decs(time, decs) |
| #define | count_seconds(time) |
| #define | count_seconds_decs(time, decs) |
| #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 interval, string zeroth, string first, string second, string third, string multi) |
| ERASEABLE string | count_ordinal (int interval) |
| ERASEABLE string | process_time (float outputtype, int seconds) |
| #define APPEND_TIME | ( | unit | ) |
Referenced by process_time().
| #define count_days | ( | time | ) |
Definition at line 28 of file counting.qh.
Referenced by formatStringSpecial(), and process_time().
| #define count_days_decs | ( | time, | |
| decs ) |
Definition at line 27 of file counting.qh.
Referenced by formatStringSpecial().
| #define count_hours | ( | time | ) |
Definition at line 37 of file counting.qh.
Referenced by formatStringSpecial(), and process_time().
| #define count_hours_decs | ( | time, | |
| decs ) |
| #define count_minutes | ( | time | ) |
Definition at line 47 of file counting.qh.
Referenced by formatStringSpecial(), and Scoreboard_Draw().
| #define count_minutes_decs | ( | time, | |
| decs ) |
| #define count_seconds | ( | time | ) |
Definition at line 56 of file counting.qh.
Referenced by formatStringSpecial(), MapVote_Draw(), process_time(), and Scoreboard_Draw().
| #define count_seconds_decs | ( | time, | |
| decs ) |
Definition at line 55 of file counting.qh.
Referenced by formatStringSpecial(), and Scoreboard_Draw().
| #define count_weeks | ( | time | ) |
Definition at line 19 of file counting.qh.
Referenced by formatStringSpecial().
| #define count_weeks_decs | ( | time, | |
| decs ) |
| #define count_years | ( | time | ) |
Definition at line 10 of file counting.qh.
Referenced by formatStringSpecial().
| #define count_years_decs | ( | time, | |
| decs ) |
| ERASEABLE string count_fill | ( | float | interval, |
| string | zeroth, | ||
| string | first, | ||
| string | second, | ||
| string | third, | ||
| string | multi ) |
Definition at line 89 of file counting.qh.
Definition at line 66 of file counting.qh.
Referenced by getladder(), getrankings(), HUD_Mod_Race(), Scoreboard_Rankings_Draw(), and ScoreString().
Definition at line 120 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().