Xonotic
|
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(), 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 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 strcat(), strfree, strstrofs, and strzone().
Definition at line 185 of file hudskinlist.qc.
Referenced by XonoticHUDSkinList_draw().
Definition at line 191 of file hudskinlist.qc.
References strfree, and strzone().
entity makeXonoticHUDSkinList | ( | ) |
Definition at line 5 of file hudskinlist.qc.
Referenced by XonoticHUDExitDialog_fill().
Definition at line 239 of file hudskinlist.qc.
Definition at line 13 of file hudskinlist.qc.
Definition at line 138 of file hudskinlist.qc.
Definition at line 244 of file hudskinlist.qc.
References m_play_click_sound(), and MENU_SOUND_EXECUTE.
Definition at line 223 of file hudskinlist.qc.
References 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(), eX, eY, getFadedAlpha(), s2, and strcat().
Definition at line 119 of file hudskinlist.qc.
References buf_create, getAllHUDSkins(), getHUDSkinFiles(), and HUDSKINPARM_COUNT.
Definition at line 250 of file hudskinlist.qc.
References K_ENTER, K_KP_ENTER, and SUPER.
void XonoticHUDSkinList_resizeNotify | ( | entity | me, |
vector | relOrigin, | ||
vector | relSize, | ||
vector | absOrigin, | ||
vector | absSize | ||
) |
Definition at line 233 of file hudskinlist.qc.
References localcmd, and strcat().
Definition at line 180 of file hudskinlist.qc.
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().