|
Xonotic
|
Include dependency graph for statslist.qc:
This graph shows which files directly or indirectly include this file: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.
Here is the call graph for this function:Definition at line 12 of file statslist.qc.
Definition at line 18 of file statslist.qc.
References stof(), strlen(), and substring().
Here is the call graph for this function:Definition at line 263 of file statslist.qc.
Definition at line 316 of file statslist.qc.
| void XonoticStatsList_drawListBoxItem | ( | entity | me, |
| int | i, | ||
| vector | absSize, | ||
| bool | isSelected, | ||
| bool | isFocused | ||
| ) |
Definition at line 291 of file statslist.qc.
References draw_Fill(), draw_Text(), draw_TextShortenToWidth(), draw_TextWidth(), eX, eY, getFadedAlpha(), strlen(), strstrofs, and substring().
Here is the call graph for this function:Definition at line 53 of file statslist.qc.
References buf_create, db_get(), ftos(), LOG_TRACE, and time.
Here is the call graph for this function:Definition at line 321 of file statslist.qc.
References K_ENTER, K_KP_ENTER, and SUPER.
| void XonoticStatsList_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize | ||
| ) |
Definition at line 311 of file statslist.qc.