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
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
(-added class hierarchy)
Line 1: Line 1:
{{tabs|info_target|goldsrc=1|source=1|main=source}}{{stub}}
{{tabs|info_target|goldsrc=1|source=1|main=source}}{{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.
{{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}}

Revision as of 13:35, 26 August 2024

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.