|
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 | |
| void | XonoticTopicList_cb (string _name, string _icon) |
| void | XonoticTopicList_clickListBoxItem (entity me, float i, vector where) |
| void | XonoticTopicList_drawListBoxItem (entity me, int i, vector absSize, bool isSelected, bool isFocused) |
| bool | XonoticTopicList_keyDown (entity me, float scan, float ascii, float shift) |
| void | XonoticTopicList_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
| void | XonoticTopicList_setSelected (entity me, int i) |
Variables | |
| string | XonoticTopicList_cb_icon |
| string | XonoticTopicList_cb_name |
Definition at line 11 of file topics.qc.
References XonoticTopicList_cb_icon, and XonoticTopicList_cb_name.
Referenced by XonoticTopicList_drawListBoxItem().
Definition at line 5 of file topics.qc.
References entity(), m_play_click_sound(), MENU_SOUND_SELECT, and vector.
| void XonoticTopicList_drawListBoxItem | ( | entity | me, |
| int | i, | ||
| vector | absSize, | ||
| bool | isSelected, | ||
| bool | isFocused ) |
Definition at line 17 of file topics.qc.
References draw_CondensedFontFactor(), draw_Fill(), draw_fontscale, draw_Picture(), draw_Text(), entity(), eX, eY, getFadedAlpha(), vector, XonoticTopicList_cb(), XonoticTopicList_cb_icon, and XonoticTopicList_cb_name.
Definition at line 43 of file topics.qc.
References entity(), K_ENTER, K_KP_ENTER, m_play_click_sound(), MENU_SOUND_EXECUTE, and SUPER.
| void XonoticTopicList_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize ) |
Definition at line 53 of file topics.qc.
| string XonoticTopicList_cb_icon |
Definition at line 10 of file topics.qc.
Referenced by XonoticTopicList_cb(), and XonoticTopicList_drawListBoxItem().
| string XonoticTopicList_cb_name |
Definition at line 10 of file topics.qc.
Referenced by XonoticTopicList_cb(), and XonoticTopicList_drawListBoxItem().