Difference between revisions of "DCS func getZone"

From DCS World Wiki - Hoggitworld.com
m (1 revision imported)
 
 
(2 intermediate revisions by the same user not shown)
Line 37: Line 37:
  
 
|examples=  
 
|examples=  
 +
 +
local zone = trigger.misc.getZone('shortBusStop')
 +
trigger.action.outText('The Radius of the bus stop zone is: ' ..  zone.radius, 20)
 +
 
|related=  
 
|related=  
 
[[DCS_singleton_trigger|'''Trigger Functions:''']] {{ListOfTriggerFuncs}}
 
[[DCS_singleton_trigger|'''Trigger Functions:''']] {{ListOfTriggerFuncs}}
Line 42: 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