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

Public Member Functions

virtual void describe ()

Public Attributes

int impulse = 10
float m_alpha = 1
vector m_color = '0.33 0.33 1'
string m_icon = "nade_ammo"
int m_id = 0
string m_name = _("Ammo grenade")
int m_projectile [2]
entity m_trail [2]
string netname = "ammo"

Detailed Description

Definition at line 19 of file ammo.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 AmmoNade::impulse = 10

Definition at line 24 of file ammo.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 AmmoNade::m_color = '0.33 0.33 1'

Definition at line 20 of file ammo.qh.

◆ m_icon

string AmmoNade::m_icon = "nade_ammo"

Definition at line 22 of file ammo.qh.

◆ m_id

int Nade::m_id = 0
inherited

◆ m_name

string AmmoNade::m_name = _("Ammo grenade")

Definition at line 21 of file ammo.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 AmmoNade::netname = "ammo"

Definition at line 23 of file ammo.qh.


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