This article's documentation is for the "GoldSrc" engine. Click here for more information.

Info target (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{tabs|info_target|goldsrc=1|source=1|main=source}}{{stub}} {{This is a|name=info_target|e0|engine=1}} It can be used by many different entities, and is a great generic target...")
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{tabs|info_target|goldsrc=1|source=1|main=source}}{{stub}}
{{LanguageBar}}
{{This is a|name=info_target|e0|engine=1}} It 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.
{{TabsBar|main=gs|base=info_target}}{{stub}}
{{CD|CPointEntity|goldsrc=1}}
{{this is a|point entity|name=info_target|engine=GoldSrc}} It 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.


==Key Value==
==Key Value==
{{hl1_kv_targetname}}
{{hl1_kv_targetname}}

Latest revision as of 03:03, 16 September 2024

English (en)Translate (Translate)

Stub

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

C++ Class hierarchy
CPointEntity
CBaseEntity
C++ effects.cpp

info_target is a point entity available in all GoldSrc GoldSrc games. It 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.

Key Value

Name (targetname) <string>
The targetname that other entities refer to this entity by.