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 =
NEW
(
XonoticNexposee
);
6
return
me;
7
}
8
9
void
XonoticNexposee_close
(
entity
me)
10
{
11
m_goto
(
string_null
,
true
);
// hide
12
}
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:1056
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:9
makeXonoticNexposee
entity makeXonoticNexposee()
Definition
nexposee.qc:3
nexposee.qh
menu
xonotic
nexposee.qc
Generated on
for Xonotic QuakeC by
1.14.0