This article's documentation is for anything that uses the Source engine. Click here for more information.

Env quadraticbeam: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{Ent not in fgd}} {{CD|CEnvQuadraticBeam|file1=1}} {{this is a|entity|name=env_quadraticbeam}} == See Also == * {{ent|env_beam}}")
 
No edit summary
Line 1: Line 1:
{{Ent not in fgd}}
{{Ent not in fgd}}
{{CD|CEnvQuadraticBeam|file1=1}}
{{CD|CEnvQuadraticBeam|file1=1}}
{{CD|C_QuadraticBeam|game=client side|base=C_BaseEntity|file1=[https://github.com/ValveSoftware/source-sdk-2013/blob/master/mp/src/game/client/c_effects.cpp#L1500 c_effects.cpp]}}
{{this is a|[[entity]]|name=env_quadraticbeam}}
{{this is a|[[entity]]|name=env_quadraticbeam}}


== See Also ==  
== See Also ==  
* {{ent|env_beam}}
* {{ent|env_beam}}

Revision as of 07:17, 17 August 2024

Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.
C++ Class hierarchy
CEnvQuadraticBeam
CPointEntity
CBaseEntity
C++ effects.cpp
C++ Class hierarchy
client side
C_QuadraticBeam
C_BaseEntity
C++ c_effects.cpp

env_quadraticbeam is an entity available in all Source Source games.

See Also