|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "container.qh"Go to the source code of this file.
| void Container_addItem | ( | entity | me, |
| entity | other, | ||
| vector | theOrigin, | ||
| vector | theSize, | ||
| float | theAlpha ) |
Definition at line 232 of file container.qc.
References bound(), entity(), error, NULL, other, and vector.
Definition at line 114 of file container.qc.
Definition at line 8 of file container.qc.
References boxToGlobal(), boxToGlobalSize(), draw_alpha, draw_fontscale, draw_scale, draw_shift, entity(), and vector.
Definition at line 3 of file container.qc.
References entity().
Definition at line 132 of file container.qc.
Definition at line 38 of file container.qc.
References entity().
Definition at line 97 of file container.qc.
Definition at line 150 of file container.qc.
References entity().
Definition at line 137 of file container.qc.
References entity().
Definition at line 21 of file container.qc.
References draw_alpha, draw_fontscale, draw_scale, draw_shift, and entity().
Definition at line 197 of file container.qc.
References entity(), globalToBox(), and vector.
Definition at line 163 of file container.qc.
References entity(), globalToBox(), and vector.
Definition at line 209 of file container.qc.
References entity(), globalToBox(), and vector.
Definition at line 329 of file container.qc.
Definition at line 357 of file container.qc.
Definition at line 269 of file container.qc.
| void Container_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize ) |
Definition at line 92 of file container.qc.
References Container_fontscale, Container_origin, Container_size, entity(), and vector.
| void Container_resizeNotifyLie | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize, | ||
| .vector | originField, | ||
| .vector | sizeField, | ||
| .vector | fontScaleField ) |
Definition at line 60 of file container.qc.
References boxToGlobal(), boxToGlobalSize(), entity(), SUPER, and vector.
Definition at line 322 of file container.qc.
References entity().
Definition at line 47 of file container.qc.
Definition at line 288 of file container.qc.
References entity(), error, NULL, and other.
Referenced by m_activate_window(), and XonoticScrollPanel::setFocus().