Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
ladder.qh
Go to the documentation of this file.
1
#pragma once
2
3
IntrusiveList
g_ladderents
;
4
STATIC_INIT
(
g_ladderents
) {
g_ladderents
=
IL_NEW
(); }
5
6
#ifdef SVQC
7
IntrusiveList
g_ladders
;
8
STATIC_INIT
(
g_ladders
) {
g_ladders
=
IL_NEW
(); }
9
#endif
10
11
.entity
ladder_entity
;
IntrusiveList
limitations: NULL cannot be present elements can only be present once a maximum of IL_MAX lists can e...
Definition
intrusivelist.qh:27
IL_NEW
#define IL_NEW()
Definition
intrusivelist.qh:42
ladder_entity
entity ladder_entity
Definition
ladder.qh:11
g_ladders
IntrusiveList g_ladders
Definition
ladder.qh:7
g_ladderents
IntrusiveList g_ladderents
Definition
ladder.qh:3
STATIC_INIT
#define STATIC_INIT(func)
during worldspawn
Definition
static.qh:32
common
mapobjects
func
ladder.qh
Generated on
for Xonotic QuakeC by
1.14.0