Xonotic
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
;
IL_NEW
#define IL_NEW()
Definition:
intrusivelist.qh:39
IntrusiveList
limitations: NULL cannot be present elements can only be present once a maximum of IL_MAX lists can e...
Definition:
intrusivelist.qh:25
ladder_entity
entity ladder_entity
Definition:
ladder.qh:11
STATIC_INIT
STATIC_INIT(g_ladderents)
Definition:
ladder.qh:4
g_ladderents
IntrusiveList g_ladderents
Definition:
ladder.qh:3
common
mapobjects
func
ladder.qh
Generated on Thu Mar 17 2022 17:26:27 for Xonotic by
1.8.13