Npc portal turret ground: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
(9 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{wrongtitle|title=npc_portal_turret_ground}}
[[File:combine_turret_ground.jpg|thumb|right|Combine ground turret]]
==Entity Description==
 
Combine (Portal) ground turret. Not to be confused with [[npc_portal_turret_floor]].
{{this is a|model entity|game=Portal|name=npc_portal_turret_ground}} It is a copy of {{ent|npc_turret_ground}} with Portal in the classname, an extra keyvalue for setting the turret's field of view, and slightly different animations. Whether this was used in an early version of Portal or is simply a developer mistake is not known.
==Availability==
 
This point entity is exclusive to [[Portal]].
Not to be confused with {{ent|npc_portal_turret_floor}}, the entity used for standing Portal turrets.
 
{{note|This entity is still in Portal 2's [[FGD]], but has been removed from the game.}}
 
==Keyvalues==
==Keyvalues==
*{{KV BaseNPC}}
{{KV|Cone of Fire|intn=ConeOfFire|float|Cone of fire in degrees.}}
* '''ConeOfFire'''
 
: Cone of fire in degrees. (default: 60)
==See also==
==Flags==
*{{Fl BaseNPC}}
==Inputs==
*{{I BaseNPC}}
==Outputs==
*{{O BaseNPC}}
==See Also==
* [[npc_turret_ground]]
* [[npc_turret_ground]]
[[Category:Portal Entities]]

Latest revision as of 18:14, 1 June 2025

Combine ground turret

npc_portal_turret_ground is a model entity available in Portal Portal. It is a copy of npc_turret_ground with Portal in the classname, an extra keyvalue for setting the turret's field of view, and slightly different animations. Whether this was used in an early version of Portal or is simply a developer mistake is not known.

Not to be confused with npc_portal_turret_floor, the entity used for standing Portal turrets.

Note.pngNote:This entity is still in Portal 2's FGD, but has been removed from the game.

Keyvalues

Cone of Fire (ConeOfFire) <float>
Cone of fire in degrees.

See also