CASW_Pickup_Weapon_Heal_Grenade

From Source Entities
(Redirected from Asw pickup heal grenade)
Jump to navigation Jump to search
"asw_pickup_buff_grenade" redirects here. See below.

Code classes:

CASW_Pickup_Weapon_Heal_Grenade is a code class that will spawn a pickup for heal beacons.

Classnames:

  • asw_pickup_heal_grenade
  • asw_pickup_buff_grenade (This is accidental! It shouldn't be tied to this class. The programmers probably copied and pasted code without looking closely at it. See asw_weapon_buff_grenade.)

FGD Code[edit | edit source]

@PointClass base(ASWPickup) studio("models/items/ItemBox/ItemBoxLarge.mdl") = asw_pickup_heal_grenade : "Heal Beacons"
[
	BulletsInGun(integer) : "Bullets In Gun" : 5
	Skin(integer)readonly : "Skin" : 1
]