|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Variables | |
| const float | HUDSKINPARM_AUTHOR = 3 |
| const float | HUDSKINPARM_COUNT = 4 |
| const float | HUDSKINPARM_NAME = 0 |
| const float | HUDSKINPARM_PATH = 1 |
| const float | HUDSKINPARM_TITLE = 2 |
Definition at line 83 of file hudskinlist.qc.
References argv(), entity(), fclose(), fgets(), FILE_READ, fopen(), HUDSKINPARM_AUTHOR, HUDSKINPARM_COUNT, HUDSKINPARM_NAME, HUDSKINPARM_PATH, HUDSKINPARM_TITLE, strcat(), strlen, strstrofs, substring(), and tokenize_console.
Referenced by XonoticHUDSkinList_getHUDSkins().
Definition at line 42 of file hudskinlist.qc.
References entity(), search_begin(), search_end(), search_getfilename(), search_getsize(), strcat(), strstrofs, and substring().
Referenced by XonoticHUDSkinList_getHUDSkins().
Definition at line 199 of file hudskinlist.qc.
References entity(), strcat(), strfree, strstrofs, and strzone().
Referenced by XonoticHUDExitDialog_fill().
Definition at line 185 of file hudskinlist.qc.
References entity().
Referenced by XonoticHUDExitDialog_fill(), and XonoticHUDSkinList_draw().
Definition at line 191 of file hudskinlist.qc.
References entity(), strfree, and strzone().
Referenced by XonoticHUDExitDialog_fill().
| entity makeXonoticHUDSkinList | ( | ) |
Definition at line 5 of file hudskinlist.qc.
Referenced by XonoticHUDExitDialog_fill(), and XonoticSkinResetDialog_fill().
Definition at line 214 of file hudskinlist.qc.
References entity(), localcmd(), and time.
Referenced by XonoticHUDExitDialog_fill().
Definition at line 239 of file hudskinlist.qc.
References entity().
Referenced by XonoticSkinResetDialog_fill().
Definition at line 13 of file hudskinlist.qc.
References entity().
Definition at line 138 of file hudskinlist.qc.
References entity().
Definition at line 244 of file hudskinlist.qc.
References entity(), m_play_click_sound(), MENU_SOUND_EXECUTE, and vector.
Definition at line 223 of file hudskinlist.qc.
References entity(), HUDSkinList_Refresh_Click(), NULL, SUPER, and time.
| void XonoticHUDSkinList_drawListBoxItem | ( | entity | me, |
| int | i, | ||
| vector | absSize, | ||
| bool | isSelected, | ||
| bool | isFocused ) |
Definition at line 159 of file hudskinlist.qc.
References draw_Fill(), draw_Text(), draw_TextShortenToWidth(), draw_TextWidth(), entity(), eX, eY, getFadedAlpha(), s2, strcat(), and vector.
Definition at line 119 of file hudskinlist.qc.
References buf_create, entity(), getAllHUDSkins(), getHUDSkinFiles(), and HUDSKINPARM_COUNT.
Definition at line 36 of file hudskinlist.qc.
References entity(), HUDSKINPARM_AUTHOR, and HUDSKINPARM_COUNT.
Definition at line 24 of file hudskinlist.qc.
References entity(), HUDSKINPARM_COUNT, and HUDSKINPARM_NAME.
Definition at line 28 of file hudskinlist.qc.
References entity(), HUDSKINPARM_COUNT, and HUDSKINPARM_PATH.
Definition at line 32 of file hudskinlist.qc.
References entity(), HUDSKINPARM_COUNT, and HUDSKINPARM_TITLE.
Definition at line 250 of file hudskinlist.qc.
References entity(), K_ENTER, K_KP_ENTER, and SUPER.
| void XonoticHUDSkinList_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize ) |
Definition at line 144 of file hudskinlist.qc.
Definition at line 233 of file hudskinlist.qc.
References entity(), localcmd(), and strcat().
Definition at line 180 of file hudskinlist.qc.
References entity().
| const float HUDSKINPARM_AUTHOR = 3 |
Definition at line 22 of file hudskinlist.qc.
Referenced by getAllHUDSkins(), and XonoticHUDSkinList_hudskinAuthor().
| const float HUDSKINPARM_COUNT = 4 |
Definition at line 23 of file hudskinlist.qc.
Referenced by getAllHUDSkins(), XonoticHUDSkinList_getHUDSkins(), XonoticHUDSkinList_hudskinAuthor(), XonoticHUDSkinList_hudskinName(), XonoticHUDSkinList_hudskinPath(), and XonoticHUDSkinList_hudskinTitle().
| const float HUDSKINPARM_NAME = 0 |
Definition at line 19 of file hudskinlist.qc.
Referenced by getAllHUDSkins(), and XonoticHUDSkinList_hudskinName().
| const float HUDSKINPARM_PATH = 1 |
Definition at line 20 of file hudskinlist.qc.
Referenced by getAllHUDSkins(), and XonoticHUDSkinList_hudskinPath().
| const float HUDSKINPARM_TITLE = 2 |
Definition at line 21 of file hudskinlist.qc.
Referenced by getAllHUDSkins(), and XonoticHUDSkinList_hudskinTitle().