asw_healgrenade_projectile

From Source Entities
(Redirected from Asw healgrenade)
Jump to navigation Jump to search
Info.png

This entity is not in the stock FGD files by default.
See below for instructions on making it available.

Asw healbeacon.png

asw_healgrenade_projectile is a point entity present in Asw.pngAlien Swarm. It's an active heal beacon. When placed in Hammer, it is logical to spawn them with point_template.

ConVars/Commands[edit | edit source]

ConVar/CommandParameters or default valueParameter TypeEffect
asw_healgrenade90 40 40color255Color of the glow effect.
asw_healgrenade_gravity1000Arbitrary numberGravity for the beacon. Note that the beacon will have less time to be active the longer it stays in the air.

FGD Code[edit | edit source]

@PointClass base(Targetname, Parentname) studio("models/items/Mine/mine.mdl") = asw_healgrenade_projectile : "A Heal Beacon that starts active. Can be targeted by an ai_relationship."
[
    skin(integer) readonly : "Skin" : 2 : "Some models have multiple versions of their textures, called skins. Heal Beacons should ALWAYS be using skin 2."
]