|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "description.qh"Go to the source code of this file.
Functions | |
| string | wrapGuideText (string desc, float maxWidth, vector theFontSize) |
| wraps text and creates dot point lists from lines starting with "* " | |
| void | XonoticGuideDescription_drawListBoxItem (entity me, int i, vector absSize, bool isSelected, bool isFocused) |
| void | XonoticGuideDescription_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
| void | XonoticGuideDescription_setDescription (entity me, string desc) |
wraps text and creates dot point lists from lines starting with "* "
Definition at line 10 of file description.qc.
References argv(), draw_TextWidth_WithColors(), getWrappedLine(), getWrappedLine_remaining, strcat(), substring(), tokenizebyseparator, and vector.
Referenced by XonoticGuideDescription_setDescription().
| void XonoticGuideDescription_drawListBoxItem | ( | entity | me, |
| int | i, | ||
| vector | absSize, | ||
| bool | isSelected, | ||
| bool | isFocused ) |
Definition at line 3 of file description.qc.
References argv(), draw_Text(), entity(), eX, tokenizebyseparator, and vector.
| void XonoticGuideDescription_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize ) |
Definition at line 63 of file description.qc.
Definition at line 48 of file description.qc.
References entity(), strfree, strunzone(), strzone(), tokenizebyseparator, and wrapGuideText().