Point hiding spot: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created point_hiding_spot page with outputs, inputs, and keyvalues with a see also to a tutorial.)
 
mNo edit summary
Line 12: Line 12:


== Outputs ==
== Outputs ==
{{O Targetname}}
{{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]]

Revision as of 03:31, 9 May 2022

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

Entity Description

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

Inputs

Outputs

See also