Difference between revisions of "DCS func getZone"

From DCS World Wiki - Hoggitworld.com
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=  

Revision as of 03:19, 4 September 2020