Grenade beam: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Classifying as model entity)
No edit summary
 
Line 1: Line 1:
{{lang|Grenade_beam}}{{ent not in fgd}}
{{LanguageBar}}
{{ent not in fgd}}
{{CD|CGrenadeBeam|file1=grenade_beam.cpp}}
{{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|model 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|model entity|game=Half-Life 2 series|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.  


==ConVars/Commands==
==ConVars/Commands==
Line 9: Line 10:


==FGD code==
==FGD code==
{{todo}}<!--Hoping to get Ficool's FGD base classes for this. -Pinsplash -->
{{todo}}


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

Latest revision as of 18:06, 1 June 2025

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 model entity available in Half-Life 2 series Half-Life 2 series. 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]