Info target: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Icon)
Line 1: Line 1:
{{wrongtitle|title=info_target}}
{{wrongtitle|title=info_target}}


An info_target can be used by many different entities, and is a great generic target for any entity that needs to point, shoot, look at, or walk to a specific target.
==Entity Description==
 
[[Image:{{PAGENAME}}.png|left]]An '''info_target''' can be used by many different entities, and is a great generic target for any entity that needs to point, shoot, look at, or walk to a specific target.  
The info_target entity is primarily used for a target for other entities. An info_target is similar to an info_null. An info_null is preferable to use as a point at target for lights, because an info_null is removed on map spawn, whereas an info_target remains.


The info_target entity is primarily used for a target for other entities. An info_target is similar to an [[info_null]]. An info_null is preferable to use as a point at target for lights, because an info_null is removed on map spawn, whereas an info_target remains.{{clr}}


==Keyvalues==
==Keyvalues==
Line 11: Line 11:
* {{kv parentname}}
* {{kv parentname}}
* {{kv angles}}
* {{kv angles}}
==See Also==
[[info_null]]


[[Category:Entities]]
[[Category:Entities]]

Revision as of 23:42, 29 March 2006

Template:Wrongtitle

Entity Description

Info target.png

An info_target can be used by many different entities, and is a great generic target for any entity that needs to point, shoot, look at, or walk to a specific target. The info_target entity is primarily used for a target for other entities. An info_target is similar to an info_null. An info_null is preferable to use as a point at target for lights, because an info_null is removed on map spawn, whereas an info_target remains.

Keyvalues