Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
location.qh
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef SVQC
4
IntrusiveList
g_locations
;
5
STATIC_INIT
(
g_locations
) {
g_locations
=
IL_NEW
(); }
6
#endif
IntrusiveList
limitations: NULL cannot be present elements can only be present once a maximum of IL_MAX lists can e...
Definition
intrusivelist.qh:27
IL_NEW
#define IL_NEW()
Definition
intrusivelist.qh:42
g_locations
IntrusiveList g_locations
Definition
location.qh:4
STATIC_INIT
#define STATIC_INIT(func)
during worldspawn
Definition
static.qh:32
common
mapobjects
target
location.qh
Generated on
for Xonotic QuakeC by
1.14.0