Xonotic
push.qh
Go to the documentation of this file.
1
#pragma once
2
3
void
_Movetype_Physics_Push
(
entity
this
,
float
dt);
4
5
.vector
moved_from
,
moved_fromangles
;
6
7
IntrusiveList
g_pushmove_moved
;
8
STATIC_INIT
(g_pushmove_moved) { g_pushmove_moved =
IL_NEW
(); }
9
10
#ifdef CSQC
11
.float
ltime
;
12
#endif
_Movetype_Physics_Push
void _Movetype_Physics_Push(entity this, float dt)
Definition:
push.qc:201
IL_NEW
#define IL_NEW()
Definition:
intrusivelist.qh:39
entity
entity() spawn
STATIC_INIT
STATIC_INIT(g_pushmove_moved)
Definition:
push.qh:8
IntrusiveList
limitations: NULL cannot be present elements can only be present once a maximum of IL_MAX lists can e...
Definition:
intrusivelist.qh:25
ltime
float ltime
Definition:
progsdefs.qc:107
g_pushmove_moved
IntrusiveList g_pushmove_moved
Definition:
push.qh:7
moved_from
vector moved_from
Definition:
push.qh:5
moved_fromangles
vector moved_fromangles
Definition:
push.qh:5
common
physics
movetypes
push.qh
Generated on Thu Mar 17 2022 17:26:28 for Xonotic by
1.8.13