Weapon flaregun: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(cleanup) |
||
Line 1: | Line 1: | ||
{{ | {{hl2}} '''weapon_flaregun''' was a [[point entity]] cut from [[Half-Life 2]]. | ||
==Introduction== | ==Introduction== | ||
The | The remnants of its code can be seen in <code>hl2_dll\weapon_flaregun.cpp</code>, which also defines [[env_flare]]. The weapon was originally, as its name suggests, intended as a handheld flare-firing device that sets objects and NPCs on fire. Its code briefly defines basic Precache, PrimaryAttack, and SecondaryAttack methods. | ||
Flares are fired briefly in [[Route Kanal]], but there is no gun to go along with them. | |||
[[Category:Weapons]] | [[Category:Weapons]] |
Revision as of 22:41, 26 December 2013
weapon_flaregun was a point entity cut from Half-Life 2.
Introduction
The remnants of its code can be seen in hl2_dll\weapon_flaregun.cpp
, which also defines env_flare. The weapon was originally, as its name suggests, intended as a handheld flare-firing device that sets objects and NPCs on fire. Its code briefly defines basic Precache, PrimaryAttack, and SecondaryAttack methods.
Flares are fired briefly in Route Kanal, but there is no gun to go along with them.