Go to the source code of this file.
◆ REGISTER_ITEM() [1/4]
REGISTER_ITEM |
( |
HealthSmall |
, |
|
|
Health |
|
|
) |
| |
Definition at line 34 of file health.qh.
References ITEM_FLAG_NORMAL, ITEM_FLAG_RESOURCE, m_name, netname, and spawnflags.
35 this.m_canonical_spawnfunc =
"item_health_small";
38 this.m_model = MDL_HealthSmall_ITEM;
39 this.m_sound = SND_HealthSmall;
42 this.
m_name = _(
"Small health");
43 this.m_icon =
"health_small";
46 this.m_icon =
"health";
50 this.m_respawntime =
GET(g_pickup_respawntime_short);
51 this.m_respawntimejitter =
GET(g_pickup_respawntimejitter_short);
52 this.m_pickupanyway =
GET(g_pickup_healthsmall_anyway);
53 this.m_iteminit = item_healthsmall_init;
Item is usable during normal gameplay.
spree_cen s1 spree_cen s1 spree_cen s1 spree_cen s1 spree_cen s1 spree_cen s1 spree_cen s1 f1 s1 strcat(_("Level %s: "), "^BG%s\3\, _("^BGPress ^F2%s^BG to enter the game"))
Item is is a resource, not a held item.
◆ REGISTER_ITEM() [2/4]
REGISTER_ITEM |
( |
HealthMedium |
, |
|
|
Health |
|
|
) |
| |
Definition at line 76 of file health.qh.
References ITEM_FLAG_NORMAL, ITEM_FLAG_RESOURCE, m_name, netname, and spawnflags.
77 this.m_canonical_spawnfunc =
"item_health_medium";
80 this.m_model = MDL_HealthMedium_ITEM;
81 this.m_sound = SND_HealthMedium;
84 this.
m_name = _(
"Medium health");
85 this.m_icon =
"health_medium";
88 this.m_icon =
"health";
92 this.m_respawntime =
GET(g_pickup_respawntime_short);
93 this.m_respawntimejitter =
GET(g_pickup_respawntimejitter_short);
94 this.m_pickupanyway =
GET(g_pickup_healthmedium_anyway);
95 this.m_iteminit = item_healthmedium_init;
Item is usable during normal gameplay.
spree_cen s1 spree_cen s1 spree_cen s1 spree_cen s1 spree_cen s1 spree_cen s1 spree_cen s1 f1 s1 strcat(_("Level %s: "), "^BG%s\3\, _("^BGPress ^F2%s^BG to enter the game"))
Item is is a resource, not a held item.
◆ REGISTER_ITEM() [3/4]
REGISTER_ITEM |
( |
HealthBig |
, |
|
|
Health |
|
|
) |
| |
Definition at line 118 of file health.qh.
References ITEM_FLAG_NORMAL, ITEM_FLAG_RESOURCE, m_name, netname, and spawnflags.
119 this.m_canonical_spawnfunc =
"item_health_big";
122 this.m_model = MDL_HealthBig_ITEM;
123 this.m_sound = SND_HealthBig;
126 this.
m_name = _(
"Big health");
127 this.m_icon =
"health_big";
128 this.m_color =
'1 0 0';
129 this.m_waypoint = _(
"Big health");
132 this.m_icon =
"health";
136 this.m_respawntime =
GET(g_pickup_respawntime_medium);
137 this.m_respawntimejitter =
GET(g_pickup_respawntimejitter_medium);
138 this.m_pickupanyway =
GET(g_pickup_healthbig_anyway);
139 this.m_iteminit = item_healthbig_init;
Item is usable during normal gameplay.
spree_cen s1 spree_cen s1 spree_cen s1 spree_cen s1 spree_cen s1 spree_cen s1 spree_cen s1 f1 s1 strcat(_("Level %s: "), "^BG%s\3\, _("^BGPress ^F2%s^BG to enter the game"))
Item is is a resource, not a held item.
◆ REGISTER_ITEM() [4/4]
REGISTER_ITEM |
( |
HealthMega |
, |
|
|
Health |
|
|
) |
| |
Definition at line 162 of file health.qh.
References ITEM_FLAG_NORMAL, ITEM_FLAG_RESOURCE, m_name, netname, and spawnflags.
163 this.m_canonical_spawnfunc =
"item_health_mega";
166 this.m_model = MDL_HealthMega_ITEM;
167 this.m_sound = SND_HealthMega;
170 this.
m_name = _(
"Mega health");
171 this.m_icon =
"health_mega";
174 this.m_icon =
"item_mega_health";
176 this.m_color =
'1 0 0';
177 this.m_waypoint = _(
"Mega health");
178 this.m_waypointblink = 2;
180 this.m_maxs =
'16 16 70';
182 this.m_respawntime =
GET(g_pickup_respawntime_long);
183 this.m_respawntimejitter =
GET(g_pickup_respawntimejitter_long);
184 this.m_pickupanyway =
GET(g_pickup_healthmega_anyway);
185 this.m_iteminit = item_healthmega_init;
Item is usable during normal gameplay.
spree_cen s1 spree_cen s1 spree_cen s1 spree_cen s1 spree_cen s1 spree_cen s1 spree_cen s1 f1 s1 strcat(_("Level %s: "), "^BG%s\3\, _("^BGPress ^F2%s^BG to enter the game"))
Item is is a resource, not a held item.