CougarFFW04 Posted December 21, 2019 Posted December 21, 2019 (edited) Hi everyone, Is there any function that would allow to get information on trigger zones defined in the mission editor ? I am not looking for a function that would give details about a known trigger zone but for a function that would report the trigger zone defined in the mission editor. I can't find any DCS function that would do that. Thanks Edited December 21, 2019 by CougarFFW04
Wrench Posted December 21, 2019 Posted December 21, 2019 If you know the zone's name, use trigger.misc.getZone(string zoneName ) There's a nice list of available function here: https://wiki.hoggitworld.com/view/Category:Scripting Carrier Script.
CougarFFW04 Posted December 22, 2019 Author Posted December 22, 2019 Hi, If you know the zone's name, use trigger.misc.getZone(string zoneName ) There's a nice list of available function here: https://wiki.hoggitworld.com/view/Category:Scripting Thanks for your comments. However it's not what I am looking for because I do NOT know the name. I would loke to GET the names of the zone already setup in the mission editor.
Recommended Posts