Point laser target: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{portal2 point|point_laser_target}} == Entity description == Target for lasers to strike. The entity will fire outputs when struck and unstruck. == Keyvalues == {{KV|Terminal …') |
(Really, we need to do the comparision.) |
||
Line 2: | Line 2: | ||
== Entity description == | == Entity description == | ||
Target for lasers to strike. The entity will fire outputs when struck and unstruck. | Target for lasers to strike. The entity will fire outputs when struck and unstruck. Compare with [[prop_laser_catcher]]. | ||
== Keyvalues == | == Keyvalues == |
Revision as of 16:24, 14 June 2011
Entity description
Target for lasers to strike. The entity will fire outputs when struck and unstruck. Compare with prop_laser_catcher.
Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
Inputs
Outputs
- OnPowered
- Fired when a laser hits the target.
- OnUnpowered
- Fired when a laser has stopped hitting the target.