Xonotic
net_notice.qh
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef SVQC
4
string
autocvar_sv_join_notices;
5
float
autocvar_sv_join_notices_time;
6
7
void
sv_notice_to(
entity
_to,
string
_notice,
float
_howlong,
float
_modal);
8
void
sv_notice_toall(
string
_notice,
float
_howlong,
float
_modal);
9
void
sv_notice_join(
entity
_to);
10
#endif
11
12
#ifdef CSQC
13
void
cl_notice_read();
14
15
void
cl_notice_run();
16
#endif
entity
entity() spawn
common
net_notice.qh
Generated on Thu Mar 17 2022 17:26:28 for Xonotic by
1.8.13