Xonotic
damagetext.qh File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DAMAGETEXT_PRECISION_MULTIPLIER   128
 
#define DAMAGETEXT_SHORT_LIMIT   256
 

Variables

const int DTFLAG_BIG_ARMOR = BIT(2)
 
const int DTFLAG_BIG_HEALTH = BIT(1)
 
const int DTFLAG_BIG_POTENTIAL = BIT(3)
 
const int DTFLAG_NO_ARMOR = BIT(4)
 
const int DTFLAG_NO_POTENTIAL = BIT(5)
 
const int DTFLAG_SAMETEAM = BIT(0)
 

Macro Definition Documentation

◆ DAMAGETEXT_PRECISION_MULTIPLIER

#define DAMAGETEXT_PRECISION_MULTIPLIER   128

Definition at line 3 of file damagetext.qh.

Referenced by DamageText::DamageText_update(), and write_damagetext().

◆ DAMAGETEXT_SHORT_LIMIT

#define DAMAGETEXT_SHORT_LIMIT   256

Definition at line 4 of file damagetext.qh.

Referenced by MUTATOR_HOOKFUNCTION().

Variable Documentation

◆ DTFLAG_BIG_ARMOR

const int DTFLAG_BIG_ARMOR = BIT(2)

Definition at line 8 of file damagetext.qh.

Referenced by MUTATOR_HOOKFUNCTION(), NET_HANDLE(), and write_damagetext().

◆ DTFLAG_BIG_HEALTH

const int DTFLAG_BIG_HEALTH = BIT(1)

Definition at line 7 of file damagetext.qh.

Referenced by MUTATOR_HOOKFUNCTION(), NET_HANDLE(), and write_damagetext().

◆ DTFLAG_BIG_POTENTIAL

const int DTFLAG_BIG_POTENTIAL = BIT(3)

Definition at line 9 of file damagetext.qh.

Referenced by MUTATOR_HOOKFUNCTION(), NET_HANDLE(), and write_damagetext().

◆ DTFLAG_NO_ARMOR

const int DTFLAG_NO_ARMOR = BIT(4)

Definition at line 10 of file damagetext.qh.

Referenced by MUTATOR_HOOKFUNCTION(), NET_HANDLE(), and write_damagetext().

◆ DTFLAG_NO_POTENTIAL

const int DTFLAG_NO_POTENTIAL = BIT(5)

Definition at line 11 of file damagetext.qh.

Referenced by MUTATOR_HOOKFUNCTION(), NET_HANDLE(), and write_damagetext().

◆ DTFLAG_SAMETEAM

const int DTFLAG_SAMETEAM = BIT(0)

Definition at line 6 of file damagetext.qh.

Referenced by MUTATOR_HOOKFUNCTION(), and NET_HANDLE().