Difference between revisions of "CBeam (CS)"

From AlliedModders Wiki
Jump to: navigation, search
m
(Added contents)
Line 1: Line 1:
[[Category:CS Offset List]]
+
[[Category:CS Class List]]
  
  
* [[CBaseEntity Offset List (Counter-Strike)|CBaseEntity]]
+
== Basic Information ==
 +
 
 +
* '''Classname''': CBeam. <br />
 +
* '''Linked Entity''': beam.<br />
 +
* '''Description''': Creates a laser or beam effect between two points. <br />
 +
 
 +
 
 +
== Class Hierarchy ==
 +
 
 +
* [[CBaseEntity (CS)|CBaseEntity]]
 
** '''CBeam''' ''(beam)''
 
** '''CBeam''' ''(beam)''
*** [[CLightning Offset List (Counter-Strike)|CLightning ''(env_lightning, env_beam)'']]
+
*** [[CLightning (CS)|CLightning ''(env_lightning, env_beam)'']]
*** [[CLaser Offset List (Counter-Strike)|CLaser ''(env_laser)'']]
+
*** [[CLaser (CS)|CLaser ''(env_laser)'']]
  
  
Line 12: Line 21:
 
* [http://svn.tcwonline.org/viewvc.cgi/hlsdk/dlls/effects.h?view=markup&root=amxmodx effects.h] ''(line 105)''
 
* [http://svn.tcwonline.org/viewvc.cgi/hlsdk/dlls/effects.h?view=markup&root=amxmodx effects.h] ''(line 105)''
 
* [http://svn.tcwonline.org/viewvc.cgi/hlsdk/dlls/effects.cpp?view=markup&root=amxmodx effects.cpp] ''(line 165)''
 
* [http://svn.tcwonline.org/viewvc.cgi/hlsdk/dlls/effects.cpp?view=markup&root=amxmodx effects.cpp] ''(line 165)''
 +
 +
 +
== Entity Properties ==
 +
 +
No offsets.
 +
 +
 +
== Entity Attributes ==
 +
 +
None.
 +
 +
 +
== Entity Flags ==
 +
 +
None.
 +
  
 
== Notes ==
 
== Notes ==
  
 
* ''beam'' entity is not the same than ''env_beam''. (More explanations coming)
 
* ''beam'' entity is not the same than ''env_beam''. (More explanations coming)

Revision as of 17:45, 12 April 2009


Basic Information

  • Classname: CBeam.
  • Linked Entity: beam.
  • Description: Creates a laser or beam effect between two points.


Class Hierarchy


HLSDK Reference


Entity Properties

No offsets.


Entity Attributes

None.


Entity Flags

None.


Notes

  • beam entity is not the same than env_beam. (More explanations coming)