Ent hover turret tether: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Entity template update)
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot under supervision.)
Line 1: Line 1:
{{ent not in fgd|nolink=1|because=it can only be configured through code}}
{{ent not in fgd|nolink=1|because=it can only be configured through code}}
{{entity|ent_hover_turret_tether|type=e0|game=Portal 2}} It is the proper entity to be used to suspend an {{ent|npc_hover_turret}} from the ceiling. One is automatically generated between the hover turret and the entity specified in its <code>attachTarget</code> keyvalue, so it does not need to be placed in a map directly.
{{this is a|e0|name=ent_hover_turret_tether|game=Portal 2}} It is the proper entity to be used to suspend an {{ent|npc_hover_turret}} from the ceiling. One is automatically generated between the hover turret and the entity specified in its <code>attachTarget</code> keyvalue, so it does not need to be placed in a map directly.

Revision as of 09:12, 4 January 2024

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map because it can only be configured through code.

ent_hover_turret_tether is an e0 available in Portal 2 Portal 2. It is the proper entity to be used to suspend an npc_hover_turret from the ceiling. One is automatically generated between the hover turret and the entity specified in its attachTarget keyvalue, so it does not need to be placed in a map directly.