Difference between revisions of "DCS func getZone"

From DCS World Wiki - Hoggitworld.com
 
(One intermediate revision by the same user not shown)
Line 39: Line 39:
  
 
local zone = trigger.misc.getZone('shortBusStop')
 
local zone = trigger.misc.getZone('shortBusStop')
trigger.action.outText('The Radius of the bus stop zone is: .. '' zone.radius, 20)
+
trigger.action.outText('The Radius of the bus stop zone is: ' .. zone.radius, 20)
  
 
|related=  
 
|related=  
Line 46: Line 46:
 
}}
 
}}
 
[[Category:Singleton Functions|getZone]]
 
[[Category:Singleton Functions|getZone]]
 +
[[Category:Game Patch 1.2.0|getZone]]

Latest revision as of 22:42, 17 March 2022