Info map region: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "thumb|Example use of [[info_map_region in Hammer.]] {{csgo point|info_map_region}} {{DZupdate}} This entity is used for specifying area name within it...")
 
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:dzmapinfo.png|thumb|Example use of [[info_map_region]] in Hammer.]]
[[File:dzmapinfo.png|thumb|Example use of [[info_map_region]] in Hammer.]]
{{csgo point|info_map_region}} {{DZupdate}}
{{this is a|point entity|game=Counter-Strike: Global Offensive|name=info_map_region}} {{DZupdate}}




Line 8: Line 8:
{{KV|Radius|float|The area of the map within this sphere will be named according to this entity.}}
{{KV|Radius|float|The area of the map within this sphere will be named according to this entity.}}
{{KV|Name Token|string|Name for this regions name.}}
{{KV|Name Token|string|Name for this regions name.}}
{{note|Using localized names such as <code>#Airplanes</code> will make the location name show up on deployment map.}}
{{note|Using localized names such as <code>#Airplane</code> will make the location name show up on deployment map.}}
{{note|Localized names can be found in <code>csgo\resource\csgo_english.txt</code> starting at line 977.}}
{{note|Localized names can be found in <code>csgo\resource\csgo_english.txt</code> starting at line 977.}}

Latest revision as of 19:08, 17 May 2024

Example use of info_map_region in Hammer.

info_map_region is a point entity available in Counter-Strike: Global Offensive Counter-Strike: Global Offensive. It's one of many new entities added with the CS:GO Danger Zone Danger Zone update.


This entity is used for specifying area name within its radius during Survival mode.

Keyvalues

Radius ([todo internal name (i)]) <float>
The area of the map within this sphere will be named according to this entity.
Name Token ([todo internal name (i)]) <string>
Name for this regions name.
Note.pngNote:Using localized names such as #Airplane will make the location name show up on deployment map.
Note.pngNote:Localized names can be found in csgo\resource\csgo_english.txt starting at line 977.