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

Public Member Functions

virtual void describe ()

Public Attributes

int impulse = 8
float m_alpha = 1
vector m_color = '0.4 0.85 0.15'
string m_icon = "nade_entrap"
int m_id = 0
string m_name = _("Entrap grenade")
int m_projectile [2]
entity m_trail [2]
string netname = "entrap"

Detailed Description

Definition at line 20 of file entrap.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 EntrapNade::impulse = 8

Definition at line 25 of file entrap.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 EntrapNade::m_color = '0.4 0.85 0.15'

Definition at line 21 of file entrap.qh.

◆ m_icon

string EntrapNade::m_icon = "nade_entrap"

Definition at line 23 of file entrap.qh.

◆ m_id

int Nade::m_id = 0
inherited

◆ m_name

string EntrapNade::m_name = _("Entrap grenade")

Definition at line 22 of file entrap.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 EntrapNade::netname = "entrap"

Definition at line 24 of file entrap.qh.


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