Difference between revisions of "DCS func getZone"
From DCS World Wiki - Hoggitworld.com
m (1 revision imported) |
|||
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}} |