Grenade beam: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
(-added class hierarchy, cleanup)
Line 1: Line 1:
{{lang|Grenade_beam}}{{ent not in fgd}}
{{lang|Grenade_beam}}{{ent not in fgd}}
{{CD|CGrenadeBeam|file1=grenade_beam.cpp}}
[[File:item_ammo_smg1_grenade.jpg|thumb|200px|right|.]]
[[File:item_ammo_smg1_grenade.jpg|thumb|200px|right|.]]
{{this is a|point entity|game=Half-Life 2|game1=Half-Life 2: Episode One|game2=Half-Life 2: Episode Two|game3=Half-Life 2: Deathmatch|name=grenade_beam}} This is the grenade created and not included in game launch.  It is not affected by the gravity gun. which emits a {{ent|grenade_beam_chaser}} which follows with beams.  
{{this is a|point entity|game=Half-Life 2|game1=Half-Life 2: Episode One|game2=Half-Life 2: Episode Two|game3=Half-Life 2: Deathmatch|name=grenade_beam}} This is the grenade created and not included in game launch.  It is not affected by the gravity gun. which emits a {{ent|grenade_beam_chaser}} which follows with beams.  
{{code class|CGrenadeBeam|grenade_beam.cpp}}


==ConVars/Commands==
==ConVars/Commands==
Line 11: Line 10:
==FGD code==
==FGD code==
{{todo}}<!--Hoping to get Ficool's FGD base classes for this. -Pinsplash -->
{{todo}}<!--Hoping to get Ficool's FGD base classes for this. -Pinsplash -->
==Keyvalues==
{{KV BaseAnimating|base=1}}
{{KV BaseEntity|base=1}}
==Inputs==
{{I BaseAnimating}}
{{I BaseEntity|prel4d=1|base=1}}
==Outputs==
{{O BaseAnimating}}
{{O BaseEntity}}


[[Category:Half-Life 2 Weapons]]
[[Category:Half-Life 2 Weapons]]

Revision as of 13:41, 2 July 2024

English (en)Translate (Translate)
Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.
C++ Class hierarchy
CGrenadeBeam
CBaseGrenade
CBaseProjectile
CBaseAnimating
CBaseEntity
C++ grenade_beam.cpp
.

grenade_beam is a point entity available in Half-Life 2 Half-Life 2, Half-Life 2: Episode One Half-Life 2: Episode One, Half-Life 2: Episode Two Half-Life 2: Episode Two, and Half-Life 2: Deathmatch Half-Life 2: Deathmatch. This is the grenade created and not included in game launch. It is not affected by the gravity gun. which emits a grenade_beam_chaser which follows with beams.

ConVars/Commands

Cvar/Command Parameters or default value Descriptor Effect

FGD code

[Todo]