Env tracer: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Another undocumented entity)
 
No edit summary
Line 4: Line 4:
{{base point|env_tracer}}
{{base point|env_tracer}}
===FGD Code===
===FGD Code===
<pre>@PointClass base(Targetname, Parentname)size(-8 -8 -8, 8 8 8) = env_tracer :  
<pre>@PointClass base(Targetname, Parentname) size(-8 -8 -8, 8 8 8) = env_tracer :  
"An entity that fires a thin tracer between itself and a target, with a specified delay."
"An entity that fires a thin tracer between itself and a target, with a specified delay."
[
[

Revision as of 13:46, 24 February 2018

Stub

This article or section is a stub. You can help by expanding it.

Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.

Template:Base point

FGD Code

@PointClass base(Targetname, Parentname) size(-8 -8 -8, 8 8 8) = env_tracer : 
	"An entity that fires a thin tracer between itself and a target, with a specified delay."
[
	target(target_destination) : "Target" : : "The target to fire the tracer at. Must be 256 or more units away from the env_tracer."
	delay(float) : "Delay" : 1 : "How long to wait before firing the tracer again, in seconds."
]