|
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 242 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 152 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 203 of file container.qc.
References entity(), globalToBox(), and vector.
Definition at line 167 of file container.qc.
References entity(), globalToBox(), and vector.
Definition at line 217 of file container.qc.
References entity(), globalToBox(), and vector.
Definition at line 340 of file container.qc.
Definition at line 368 of file container.qc.
Definition at line 280 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 333 of file container.qc.
References entity().
Definition at line 47 of file container.qc.
Definition at line 299 of file container.qc.
References entity(), error, NULL, and other.
Referenced by m_activate_window(), and XonoticScrollPanel::setFocus().