|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Functions | |
| entity | makeXonoticStatsList () |
| void | XonoticStatsList_configureXonoticStatsList (entity me) |
| string | XonoticStatsList_convertDate (string input) |
| void | XonoticStatsList_destroy (entity me) |
| void | XonoticStatsList_doubleClickListBoxItem (entity me, float i, vector where) |
| void | XonoticStatsList_drawListBoxItem (entity me, int i, vector absSize, bool isSelected, bool isFocused) |
| void | XonoticStatsList_getStats (entity me) |
| float | XonoticStatsList_keyDown (entity me, float scan, float ascii, float shift) |
| void | XonoticStatsList_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
| void | XonoticStatsList_showNotify (entity me) |
| entity makeXonoticStatsList | ( | ) |
Definition at line 4 of file statslist.qc.
Referenced by XonoticProfileTab_fill().
Definition at line 12 of file statslist.qc.
References entity().
Definition at line 18 of file statslist.qc.
References ftos(), stof(), strlen, substring(), and ZCTX.
Referenced by XonoticStatsList_getStats().
Definition at line 248 of file statslist.qc.
References entity().
Definition at line 301 of file statslist.qc.
| void XonoticStatsList_drawListBoxItem | ( | entity | me, |
| int | i, | ||
| vector | absSize, | ||
| bool | isSelected, | ||
| bool | isFocused ) |
Definition at line 276 of file statslist.qc.
References draw_Fill(), draw_Text(), draw_TextShortenToWidth(), draw_TextWidth(), entity(), eX, eY, getFadedAlpha(), strlen, strstrofs, substring(), and vector.
Definition at line 53 of file statslist.qc.
References buf_create, car(), db_get(), entity(), ftos(), ftos_decimals_percentage(), gametype, LOG_TRACE, max(), process_time(), PS_D_IN_DB, PS_D_IN_EVL, stof(), strcat(), strlen, strstrofs, substring(), time, and XonoticStatsList_convertDate().
Definition at line 306 of file statslist.qc.
References entity(), K_ENTER, K_KP_ENTER, and SUPER.
| void XonoticStatsList_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize ) |
Definition at line 254 of file statslist.qc.
Definition at line 296 of file statslist.qc.
References entity(), and PlayerStats_PlayerDetail_CheckUpdate().