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

Go to the source code of this file.

Functions

 STATIC_INIT (g_swamped)

Variables

IntrusiveList g_swamped
float swamp_interval
float swamp_slowdown
entity swampslug

Function Documentation

◆ STATIC_INIT()

STATIC_INIT ( g_swamped )

Definition at line 5 of file swamp.qh.

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

References g_swamped, and IL_NEW.

Variable Documentation

◆ g_swamped

IntrusiveList g_swamped

Definition at line 4 of file swamp.qh.

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

◆ swamp_interval

float swamp_interval

Definition at line 9 of file swamp.qh.

Referenced by PutPlayerInServer(), and spawnfunc().

◆ swamp_slowdown

float swamp_slowdown

Definition at line 10 of file swamp.qh.

Referenced by spawnfunc().

◆ swampslug

entity swampslug

Definition at line 7 of file swamp.qh.

Referenced by Physics_UpdateStats(), and PutPlayerInServer().