Script nav attribute region: Difference between revisions
Jump to navigation
Jump to search
Note:If you are spawning this entity through scripts, reminder it won't exist on every new round start, so the attributes must be applied manually.
(page created for this script entity, added @ TLS update) |
m (wut that fgd para is wrong) |
||
Line 1: | Line 1: | ||
{{Ent not in fgd|nolink=1|because=[[ | {{Ent not in fgd|nolink=1|because=[[func_nav_attribute_region]] already exists as a more accessible option}} | ||
{{L4d2 point|script_nav_attribute_region}} Its the [[func_nav_attribute_region]] brush entity, just retinkered for VScripts. Applies nav attributes to nav areas in its volume, just like its brush entity version. | {{L4d2 point|script_nav_attribute_region}} Its the [[func_nav_attribute_region]] brush entity, just retinkered for VScripts. Applies nav attributes to nav areas in its volume, just like its brush entity version. |
Revision as of 11:05, 1 April 2021

This entity is not in the FGD by default.
It should not be put directly in a map because func_nav_attribute_region already exists as a more accessible option.
It should not be put directly in a map because func_nav_attribute_region already exists as a more accessible option.
Template:L4d2 point Its the func_nav_attribute_region brush entity, just retinkered for VScripts. Applies nav attributes to nav areas in its volume, just like its brush entity version.
In various Entity Group scripts by Valve (especially Holdout), point_nav_attribute_region may be seen used in place of script_nav_attribute_region, but that is only because this entity didn't exist before The Last Stand update.

When compiling Entity Groups, func_nav_attribute_region entities are converted to script_nav_attribute_region.
Keyvalues
- Bounding Box Extents (extent) <vector>
- Controls the size of the bounding box. If mins/maxs were usable here instead then
mins -100 -100 -100
andmaxs 100 100 100
would be equivalent toextent 100 100 100
.See also: Image at bounding box page
- Origin (origin) <vector>
- Center of the bounding box specified by the extent
- Angles (angles) <vector>
- Angles of the bounding box specified by the extent