Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
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.

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

References g_conveyed, and IL_NEW.

Variable Documentation

◆ g_conveyed

IntrusiveList g_conveyed

Definition at line 4 of file conveyor.qh.

Referenced by conveyor_think(), PutPlayerInServer(), and STATIC_INIT().