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: .. | + | trigger.action.outText('The Radius of the bus stop zone is: ' .. zone.radius, 20) |
|related= | |related= |