Xonotic
conveyor.qh File Reference
#include "../defs.qh"
+ Include dependency graph for conveyor.qh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 STATIC_INIT (g_conveyed)
 

Variables

IntrusiveList g_conveyed
 

Function Documentation

◆ STATIC_INIT()

STATIC_INIT ( g_conveyed  )

Definition at line 5 of file conveyor.qh.

References IL_NEW.

5 { g_conveyed = IL_NEW(); }
IntrusiveList g_conveyed
Definition: conveyor.qh:4
#define IL_NEW()

Variable Documentation

◆ g_conveyed

IntrusiveList g_conveyed

Definition at line 4 of file conveyor.qh.

Referenced by conveyor_think(), and PutPlayerInServer().