From 0a325efeaf10d57576def9e923e00605a7b9e5b4 Mon Sep 17 00:00:00 2001 From: funkyfranky Date: Thu, 5 Oct 2017 15:42:57 +0200 Subject: [PATCH] Minor fixes. --- Moose Development/Moose/Functional/RAT.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Moose Development/Moose/Functional/RAT.lua b/Moose Development/Moose/Functional/RAT.lua index ec24b97fa..c4286842b 100644 --- a/Moose Development/Moose/Functional/RAT.lua +++ b/Moose Development/Moose/Functional/RAT.lua @@ -88,6 +88,9 @@ -- @field #table departure_zones Array containing the names of the departure zones. -- @field #table departure_ports Array containing the names of the destination airports. -- @field #table destination_ports Array containing the names of the destination airports. +-- @field #table excluded_ports Array containing the names of explicitly excluded airports. +-- @field Core.Zone#ZONE departure_Azone Zone containing the departure airports. +-- @field Core.Zone#ZONE destination_Azone Zone containing the destination airports. -- @field #table ratcraft Array with the spawned RAT aircraft. -- @field #number Tinactive Time in seconds after which inactive units will be destroyed. Default is 300 seconds. -- @field #boolean reportstatus Aircraft report status. @@ -619,7 +622,7 @@ end --- Set country of RAT group. This overrules the coalition settings. -- @param #RAT self -- @param #number id DCS country enumerator ID. For example country.id.USA or country.id.RUSSIA. -function RAT:SetCoalition2(id) +function RAT:SetCountry(id) self.country=id end