Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
HealNade Class Reference
Inheritance diagram for HealNade:
Collaboration diagram for HealNade:

Public Member Functions

virtual void describe ()

Public Attributes

int impulse = 6
float m_alpha = 1
vector m_color = '1 0 0'
string m_icon = "nade_heal"
int m_id = 0
string m_name = _("Heal grenade")
int m_projectile [2]
entity m_trail [2]
string netname = "heal"

Detailed Description

Definition at line 18 of file heal.qh.

Member Function Documentation

◆ describe()

virtual void Nade::describe ( )
inlinevirtualinherited

Definition at line 25 of file nades.qh.

26 {
27 TC(Nade, this);
28 return SUPER(Nade).describe(this);
29 }
#define TC(T, sym)
Definition _all.inc:82
#define SUPER(cname)
Definition oo.qh:231

References describe(), SUPER, and TC.

Referenced by describe().

Member Data Documentation

◆ impulse

int HealNade::impulse = 6

Definition at line 23 of file heal.qh.

◆ m_alpha

float Nade::m_alpha = 1
inherited

Definition at line 19 of file nades.qh.

Referenced by spawn_held_nade().

◆ m_color

vector HealNade::m_color = '1 0 0'

Definition at line 19 of file heal.qh.

◆ m_icon

string HealNade::m_icon = "nade_heal"

Definition at line 21 of file heal.qh.

◆ m_id

int Nade::m_id = 0
inherited

◆ m_name

string HealNade::m_name = _("Heal grenade")

Definition at line 20 of file heal.qh.

◆ m_projectile

int Nade::m_projectile[2]
inherited

Definition at line 22 of file nades.qh.

Referenced by spawn_held_nade().

◆ m_trail

entity Nade::m_trail[2]
inherited

Definition at line 23 of file nades.qh.

◆ netname

string HealNade::netname = "heal"

Definition at line 22 of file heal.qh.


The documentation for this class was generated from the following file:
  • common/mutators/mutator/nades/nade/heal.qh