|
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 | |
| entity | makeXonoticTextBox () |
| void | XonoticTextBox_destroy (entity me) |
| void | XonoticTextBox_drawListBoxItem (entity me, int i, vector absSize, bool isSelected, bool isFocused) |
| string | XonoticTextBox_getTextBoxLine (entity me, int i) |
| void | XonoticTextBox_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
| void | XonoticTextBox_setText (entity me, string txt) |
| entity makeXonoticTextBox | ( | ) |
Definition at line 4 of file textbox.qc.
Referenced by XonoticServerToSTab_fill(), XonoticToSDialog_fill(), and XonoticWelcomeDialog_fill().
Definition at line 12 of file textbox.qc.
| void XonoticTextBox_drawListBoxItem | ( | entity | me, |
| int | i, | ||
| vector | absSize, | ||
| bool | isSelected, | ||
| bool | isFocused ) |
Definition at line 77 of file textbox.qc.
References color, draw_CenterText(), draw_Text(), entity(), eX, vec2, and vector.
Definition at line 56 of file textbox.qc.
References entity(), and string_null.
| void XonoticTextBox_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize ) |
Definition at line 65 of file textbox.qc.
Definition at line 22 of file textbox.qc.
References argv(), buf_create, draw_TextWidth_WithColors(), draw_TextWidth_WithoutColors(), entity(), getWrappedLine(), getWrappedLine_remaining, strcpy, substring(), and tokenizebyseparator.