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

Variables

IntrusiveList g_ladderents
IntrusiveList g_ladders
entity ladder_entity

Function Documentation

◆ STATIC_INIT() [1/2]

STATIC_INIT ( g_ladderents )

Definition at line 4 of file ladder.qh.

4{ g_ladderents = IL_NEW(); }
#define IL_NEW()
IntrusiveList g_ladderents
Definition ladder.qh:3

References g_ladderents, and IL_NEW.

◆ STATIC_INIT() [2/2]

STATIC_INIT ( g_ladders )

Definition at line 8 of file ladder.qh.

8{ g_ladders = IL_NEW(); }
IntrusiveList g_ladders
Definition ladder.qh:7

References g_ladders, and IL_NEW.

Variable Documentation

◆ g_ladderents

IntrusiveList g_ladderents

Definition at line 3 of file ladder.qh.

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

◆ g_ladders

IntrusiveList g_ladders

Definition at line 7 of file ladder.qh.

Referenced by navigation_checkladders(), spawnfunc(), and STATIC_INIT().

◆ ladder_entity