Go to the source code of this file.
◆ REGISTER_NADE() [1/9]
◆ REGISTER_NADE() [2/9]
Definition at line 16 of file nades.inc.
References m_name.
17 this.m_color =
'2 0.5 0';
18 this.
m_name = _(
"Napalm grenade");
19 this.m_icon =
"nade_napalm";
const int PROJECTILE_NADE_NAPALM
const int PROJECTILE_NADE_NAPALM_BURN
◆ REGISTER_NADE() [3/9]
Definition at line 26 of file nades.inc.
References m_name.
27 this.m_color =
'0 0.5 2';
28 this.
m_name = _(
"Ice grenade");
29 this.m_icon =
"nade_ice";
const int PROJECTILE_NADE_ICE
const int PROJECTILE_NADE_ICE_BURN
◆ REGISTER_NADE() [4/9]
REGISTER_NADE |
( |
TRANSLOCATE |
| ) |
|
Definition at line 36 of file nades.inc.
References m_name.
37 this.m_color =
'1 0 1';
38 this.
m_name = _(
"Translocate grenade");
39 this.m_icon =
"nade_translocate";
const int PROJECTILE_NADE_TRANSLOCATE
◆ REGISTER_NADE() [5/9]
Definition at line 46 of file nades.inc.
References m_name.
47 this.m_color =
'1 0.9 0';
48 this.
m_name = _(
"Spawn grenade");
49 this.m_icon =
"nade_spawn";
const int PROJECTILE_NADE_SPAWN
◆ REGISTER_NADE() [6/9]
Definition at line 56 of file nades.inc.
References m_name.
57 this.m_color =
'1 0 0';
58 this.
m_name = _(
"Heal grenade");
59 this.m_icon =
"nade_heal";
const int PROJECTILE_NADE_HEAL
const int PROJECTILE_NADE_HEAL_BURN
◆ REGISTER_NADE() [7/9]
REGISTER_NADE |
( |
MONSTER |
| ) |
|
Definition at line 66 of file nades.inc.
References m_name.
67 this.m_color =
'0.25 0.75 0';
68 this.
m_name = _(
"Monster grenade");
69 this.m_icon =
"nade_monster";
const int PROJECTILE_NADE_MONSTER
const int PROJECTILE_NADE_MONSTER_BURN
◆ REGISTER_NADE() [8/9]
Definition at line 76 of file nades.inc.
References m_name.
77 this.m_color =
'0.15 0.85 0';
78 this.
m_name = _(
"Entrap grenade");
79 this.m_icon =
"nade_entrap";
const int PROJECTILE_NADE_ENTRAP_BURN
const int PROJECTILE_NADE_ENTRAP
◆ REGISTER_NADE() [9/9]
Definition at line 86 of file nades.inc.
References m_name.
87 this.m_color =
'0.65 0.85 0.65';
88 this.
m_name = _(
"Veil grenade");
89 this.m_icon =
"nade_veil";
const int PROJECTILE_NADE_VEIL
const int PROJECTILE_NADE_VEIL_BURN