Xonotic
conveyor.qh
Go to the documentation of this file.
1
#pragma once
2
#include "../defs.qh"
3
4
IntrusiveList
g_conveyed
;
5
STATIC_INIT
(g_conveyed) { g_conveyed =
IL_NEW
(); }
STATIC_INIT
STATIC_INIT(g_conveyed)
Definition:
conveyor.qh:5
g_conveyed
IntrusiveList g_conveyed
Definition:
conveyor.qh:4
IL_NEW
#define IL_NEW()
Definition:
intrusivelist.qh:39
IntrusiveList
limitations: NULL cannot be present elements can only be present once a maximum of IL_MAX lists can e...
Definition:
intrusivelist.qh:25
common
mapobjects
func
conveyor.qh
Generated on Thu Mar 17 2022 17:26:27 for Xonotic by
1.8.13