Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
nexposee.qc File Reference
#include "nexposee.qh"
Include dependency graph for nexposee.qc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

entity makeXonoticNexposee ()
void XonoticNexposee_close (entity me)

Function Documentation

◆ makeXonoticNexposee()

entity makeXonoticNexposee ( )

Definition at line 3 of file nexposee.qc.

4{
5 entity me;
7 return me;
8}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), and NEW.

Referenced by XonoticNexposee::close().

◆ XonoticNexposee_close()

void XonoticNexposee_close ( entity me)

Definition at line 10 of file nexposee.qc.

11{
12 m_goto(string_null, true); // hide
13}
void m_goto(string itemname, bool hide_menu_on_close)
Definition menu.qc:1051
string string_null
Definition nil.qh:9

References entity(), m_goto(), and string_null.