Xonotic
breakable.qh
Go to the documentation of this file.
1
#pragma once
2
3
4
const
int
BREAKABLE_INDICATE_DAMAGE
=
BIT
(1);
5
const
int
BREAKABLE_NODAMAGE
=
BIT
(2);
6
7
const
int
STATE_ALIVE
= 0;
8
const
int
STATE_BROKEN
= 1;
9
10
#ifdef SVQC
11
void
func_breakable_setup(
entity
this
);
12
#endif
BREAKABLE_INDICATE_DAMAGE
const int BREAKABLE_INDICATE_DAMAGE
Definition:
breakable.qh:4
entity
entity() spawn
BIT
#define BIT(n)
Only ever assign into the first 24 bits in QC (so max is BIT(23)).
Definition:
bits.qh:8
BREAKABLE_NODAMAGE
const int BREAKABLE_NODAMAGE
Definition:
breakable.qh:5
STATE_BROKEN
const int STATE_BROKEN
Definition:
breakable.qh:8
STATE_ALIVE
const int STATE_ALIVE
Definition:
breakable.qh:7
common
mapobjects
func
breakable.qh
Generated on Thu Mar 17 2022 17:26:27 for Xonotic by
1.8.13