|
Xonotic
|
Include dependency graph for weaponslist.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| entity | makeXonoticWeaponsList () |
| void | WeaponsList_MoveDown_Click (entity box, entity me) |
| void | WeaponsList_MoveUp_Click (entity box, entity me) |
| void | XonoticWeaponsList_configureXonoticWeaponsList (entity me) |
| void | XonoticWeaponsList_draw (entity me) |
| void | XonoticWeaponsList_drawListBoxItem (entity me, int i, vector absSize, bool isSelected, bool isFocused) |
| float | XonoticWeaponsList_keyDown (entity me, float scan, float ascii, float shift) |
| float | XonoticWeaponsList_mouseDrag (entity me, vector pos) |
| void | XonoticWeaponsList_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
| string | XonoticWeaponsList_toString (entity me) |
Variables | |
| bool | disabled |
| entity makeXonoticWeaponsList | ( | ) |
Definition at line 7 of file weaponslist.qc.
Here is the call graph for this function:Definition at line 37 of file weaponslist.qc.
References cvar_set(), cvar_string(), and swapInPriorityList().
Referenced by XonoticWeaponsList_keyDown().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 29 of file weaponslist.qc.
References cvar_set(), cvar_string(), and swapInPriorityList().
Referenced by XonoticWeaponsList_keyDown().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 14 of file weaponslist.qc.
Definition at line 18 of file weaponslist.qc.
References cvar_set(), cvar_string(), SUPER, tokenize_console, W_FixWeaponOrder(), W_NameWeaponOrder(), and W_NumberWeaponOrder().
Here is the call graph for this function:| void XonoticWeaponsList_drawListBoxItem | ( | entity | me, |
| int | i, | ||
| vector | absSize, | ||
| bool | isSelected, | ||
| bool | isFocused | ||
| ) |
Definition at line 84 of file weaponslist.qc.
References argv(), draw_CondensedFontFactor(), draw_Fill(), draw_fontscale, draw_Text(), entity(), eY, getFadedAlpha(), REGISTRY_GET, stof(), strcat(), vector(), and WEP_FLAG_MUTATORBLOCKED.
Here is the call graph for this function:Definition at line 108 of file weaponslist.qc.
References NULL, SUPER, WeaponsList_MoveDown_Click(), and WeaponsList_MoveUp_Click().
Here is the call graph for this function:Definition at line 53 of file weaponslist.qc.
References cvar_set(), cvar_string(), SUPER, and swapInPriorityList().
Here is the call graph for this function:| void XonoticWeaponsList_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize | ||
| ) |
Definition at line 70 of file weaponslist.qc.
References argv(), cvar_string(), entity(), REGISTRY_GET, stof(), strcat(), strlen(), substring(), tokenize_console, and W_NumberWeaponOrder().
Here is the call graph for this function:| bool disabled |
Definition at line 5 of file weaponslist.qc.