|
| CLASS_PROTOTYPE (Hud) |
|
void | Archive (Archiver &arc) override |
|
| Hud (int index=-1) |
|
void | FadeThink (void) |
|
void | MoveThink (void) |
|
void | ScaleThink (void) |
|
void | TimerThink (void) |
|
void | Think (void) |
|
void | FadeOverTime (float time) |
|
void | MoveOverTime (float time) |
|
void | ScaleOverTime (float time, short width, short height) |
|
void | Refresh (int clientNumber=-1) |
|
void | Set3D (Vector vector_or_offset, qboolean always_show, qboolean depth, int entnum=-1) |
|
void | SetNon3D (void) |
|
void | SetAlignX (hudAlign_t align) |
|
void | SetAlignY (hudAlign_t align) |
|
void | SetAlpha (float alpha) |
|
void | SetClient (int clientnum, qboolean clears=false) |
|
void | SetColor (Vector color) |
|
void | SetFont (const char *font) |
|
void | SetRectX (short x) |
|
void | SetRectY (short y) |
|
void | SetRectHeight (short height) |
|
void | SetRectWidth (short height) |
|
void | SetShader (const char *shader, float width, float height) |
|
void | SetText (const char *text) |
|
void | SetTimer (float time, float fade_at_time=-1.0f) |
|
void | SetTimerUp (float time, float fade_at_time=-1.0f) |
|
void | SetVirtualSize (qboolean virtualSize) |
|
void | EventGetAlignX (Event *ev) |
|
void | EventGetAlignY (Event *ev) |
|
void | EventGetAlpha (Event *ev) |
|
void | EventGetColor (Event *ev) |
|
void | EventGetFont (Event *ev) |
|
void | EventGetHeight (Event *ev) |
|
void | EventGetRectX (Event *ev) |
|
void | EventGetRectY (Event *ev) |
|
void | EventGetTime (Event *ev) |
|
void | EventGetWidth (Event *ev) |
|
void | EventFadeDone (Event *ev) |
|
void | EventFadeOverTime (Event *ev) |
|
void | EventMoveDone (Event *ev) |
|
void | EventMoveOverTime (Event *ev) |
|
void | EventRefresh (Event *ev) |
|
void | EventScaleOverTime (Event *ev) |
|
void | EventSet3D (Event *ev) |
|
void | EventSetNon3D (Event *ev) |
|
void | EventSetAlignX (Event *ev) |
|
void | EventSetAlignY (Event *ev) |
|
void | EventSetAlpha (Event *ev) |
|
void | EventSetColor (Event *ev) |
|
void | EventSetFont (Event *ev) |
|
void | EventSetPlayer (Event *ev) |
|
void | EventSetRectX (Event *ev) |
|
void | EventSetRectY (Event *ev) |
|
void | EventSetShader (Event *ev) |
|
void | EventSetText (Event *ev) |
|
void | EventSetTimer (Event *ev) |
|
void | EventSetTimerUp (Event *ev) |
|
void | EventSetVirtualSize (Event *ev) |
|
| CLASS_PROTOTYPE (Listener) |
|
virtual Listener * | GetScriptOwner (void) |
|
virtual void | SetScriptOwner (Listener *newOwner) |
|
void | Archive (Archiver &arc) override |
|
void | CancelEventsOfType (Event *ev) |
|
void | CancelEventsOfType (Event &ev) |
|
void | CancelFlaggedEvents (int flags) |
|
void | CancelPendingEvents (void) |
|
qboolean | EventPending (Event &ev) |
|
void | PostEvent (Event *ev, float delay, int flags=0) |
|
void | PostEvent (const Event &ev, float delay, int flags=0) |
|
qboolean | PostponeAllEvents (float time) |
|
qboolean | PostponeEvent (Event &ev, float time) |
|
bool | ProcessEvent (const Event &ev) |
|
bool | ProcessEvent (Event *ev) |
|
bool | ProcessEvent (Event &ev) |
|
ScriptVariable & | ProcessEventReturn (Event *ev) |
|
void | ProcessContainerEvent (const Container< Event * > &conev) |
|
qboolean | ProcessPendingEvents (void) |
|
bool | ProcessScriptEvent (Event &ev) |
|
bool | ProcessScriptEvent (Event *ev) |
|
int | GetFlags (Event *event) const |
|
qboolean | ValidEvent (str name) const |
|
void | CommandDelay (Event *ev) |
|
void | Remove (Event *ev) |
|
void | ScriptRemove (Event *ev) |
|
void | EventInheritsFrom (Event *ev) |
|
void | EventIsInheritedBy (Event *ev) |
|
void | GetClassname (Event *ev) |
|
virtual ClassDef * | classinfo (void) const |
|
void | warning (const char *function, const char *format,...) const |
|
void | error (const char *function, const char *format,...) const |
|
qboolean | inheritsFrom (ClassDef *c) const |
|
qboolean | inheritsFrom (const char *name) const |
|
qboolean | isInheritedBy (const char *name) const |
|
qboolean | isInheritedBy (ClassDef *c) const |
|
const char * | getClassname (void) const |
|
const char * | getClassID (void) const |
|
const char * | getSuperclass (void) const |
|
void * | operator new (size_t s) |
|
void | operator delete (void *ptr) |
|
void * | operator new (size_t size, void *placement) |
|
void | operator delete (void *ptr, void *placement) |
|
template<typename T> |
void * | operator new (size_t size, T &placement) |
|
template<typename T> |
void | operator delete (void *ptr, T &placement) |
|