Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
nexposee.qc
Go to the documentation of this file.
1
#include "
nexposee.qh
"
2
3
entity
makeXonoticNexposee
()
4
{
5
entity
me;
6
me =
NEW
(
XonoticNexposee
);
7
return
me;
8
}
9
10
void
XonoticNexposee_close
(
entity
me)
11
{
12
m_goto
(
string_null
,
true
);
// hide
13
}
entity
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
XonoticNexposee
Definition
nexposee.qh:4
m_goto
void m_goto(string itemname, bool hide_menu_on_close)
Definition
menu.qc:1051
string_null
string string_null
Definition
nil.qh:9
NEW
#define NEW(cname,...)
Definition
oo.qh:117
XonoticNexposee_close
void XonoticNexposee_close(entity me)
Definition
nexposee.qc:10
makeXonoticNexposee
entity makeXonoticNexposee()
Definition
nexposee.qc:3
nexposee.qh
menu
xonotic
nexposee.qc
Generated on
for Xonotic QuakeC by
1.14.0