Point hiding spot: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{csgo point|point_hiding_spot}}  
{{this is a|point entity|game=Counter-Strike: Global Offensive|name=point_hiding_spot}}  
== Entity Description ==
 
This entity creates a hiding spot for bots in the map's NavMesh in the Co-op Strike gamemode.
This entity creates a hiding spot for bots in the map's NavMesh in the Co-op Strike gamemode.


Line 7: Line 7:
== Keyvalues ==
== Keyvalues ==
{{KV Targetname}}
{{KV Targetname}}
== Inputs ==
{{I Targetname}}
== Outputs ==
{{O BaseEntity}}


== See also ==
== See also ==
* [[Creating_a_Co-op_Strike_Map|Creating a Co-op Strike Map]]
* [[Creating_a_Co-op_Strike_Map|Creating a Co-op Strike Map]]

Latest revision as of 11:22, 26 September 2024

point_hiding_spot is a point entity available in Counter-Strike: Global Offensive Counter-Strike: Global Offensive.

This entity creates a hiding spot for bots in the map's NavMesh in the Co-op Strike gamemode.

Todo: Find out if this entity works normally in other gamemodes.

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

See also