|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "net_notice.qh"Go to the source code of this file.
Macros | |
| #define | OUT(s, z) |
Functions | |
| void | cl_notice_read () |
| void | cl_notice_run () |
| NET_HANDLE (TE_CSQC_SVNOTICE, bool isNew) | |
| void | sv_notice_join (entity _to) |
| void | sv_notice_join_think (entity this) |
| void | sv_notice_to (entity _to, string _notice, float _howlong, float _modal) |
| void | sv_notice_toall (string _notice, float _howlong, float _modal) |
Variables | |
| entity | cl_notices |
| #define OUT | ( | s, | |
| z ) |
Referenced by cl_notice_run().
| void cl_notice_read | ( | ) |
Definition at line 44 of file net_notice.qc.
References cl_notices, entity(), LL_NEW, LL_PUSH(), new_pure, ReadByte(), ReadString, strzone(), and time.
Referenced by NET_HANDLE().
| void cl_notice_run | ( | ) |
Definition at line 55 of file net_notice.qc.
References cl_notices, drawfill, DRAWFLAG_NORMAL, LL_DELETE, LL_EACH, OUT, time, vector, vid_conheight, and vid_conwidth.
Referenced by CSQC_UpdateView().
| NET_HANDLE | ( | TE_CSQC_SVNOTICE | , |
| bool | isNew ) |
Definition at line 38 of file net_notice.qc.
References cl_notice_read().
Definition at line 14 of file net_notice.qc.
References autocvar_sv_join_notices, defer(), entity(), and sv_notice_join_think().
Referenced by ClientConnect().
Definition at line 6 of file net_notice.qc.
References argv(), autocvar_sv_join_notices, autocvar_sv_join_notices_time, entity(), sv_notice_to(), and tokenizebyseparator.
Referenced by sv_notice_join().
Definition at line 21 of file net_notice.qc.
References entity(), msg_entity, MSG_ONE, WriteByte(), WriteHeader, WriteLong(), and WriteString().
Referenced by sv_notice_join_think(), and sv_notice_toall().
Definition at line 30 of file net_notice.qc.
References FOREACH_CLIENT, IS_REAL_CLIENT, and sv_notice_to().
| entity cl_notices |
Definition at line 43 of file net_notice.qc.
Referenced by cl_notice_read(), and cl_notice_run().