|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "nexposee.qh"Go to the source code of this file.
Functions | |
| void | ExposeeCloseButton_Click (entity button, entity other) |
| void | Nexposee_addItem (entity me, entity other, vector theOrigin, vector theSize, float theAlpha) |
| void | Nexposee_calc (entity me) |
| void | Nexposee_Calc_Scale (entity me, float scale) |
| void | Nexposee_close (entity me) |
| void | Nexposee_draw (entity me) |
| void | Nexposee_focusEnter (entity me) |
| float | Nexposee_keyDown (entity me, float scan, float ascii, float shift) |
| float | Nexposee_keyUp (entity me, float scan, float ascii, float shift) |
| float | Nexposee_mouseDrag (entity me, vector pos) |
| float | Nexposee_mouseMove (entity me, vector pos) |
| float | Nexposee_mouseRelease (entity me, vector pos) |
| void | Nexposee_pullNexposee (entity me, entity other, vector theAlign) |
| void | Nexposee_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
| void | Nexposee_setNexposee (entity me, entity other, vector scalecenter, float a0, float a1) |
Definition at line 8 of file nexposee.qc.
References entity(), NULL, and other.
Referenced by Dialog_close(), and Nexposee::pullNexposee().
Definition at line 279 of file nexposee.qc.
Definition at line 35 of file nexposee.qc.
References entity(), LABEL, Nexposee_Calc_Scale(), scale, and vector.
Definition at line 21 of file nexposee.qc.
References entity(), and scale.
Referenced by Nexposee_calc().
Definition at line 86 of file nexposee.qc.
References entity(), frametime, globalToBoxSize(), min(), SUPER, and vector.
Definition at line 222 of file nexposee.qc.
References entity(), K_ENTER, K_ESCAPE, K_KP_ENTER, K_SPACE, K_TAB, m_play_click_sound(), MENU_SOUND_CLOSE, MENU_SOUND_OPEN, NULL, S_SHIFT, and SUPER.
Definition at line 200 of file nexposee.qc.
References entity(), SUPER, and vector.
Referenced by Nexposee::mousePress().
| void Nexposee_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize ) |
Definition at line 15 of file nexposee.qc.
References entity(), Nexposee_initialFontScale, Nexposee_initialOrigin, Nexposee_initialSize, and vector.