mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-18 13:16:03 +00:00
xx
This commit is contained in:
@@ -2944,6 +2944,16 @@ function GROUP:EnableEmission(switch)
|
|||||||
return self
|
return self
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
--- Set a formation for this group.
|
||||||
|
-- @param #GROUP self
|
||||||
|
-- @param #number Formation See. ENUMS.Formation or [Formations](https://wiki.hoggitworld.com/view/DCS_enum_formation) for options.
|
||||||
|
-- @return #GROUP self
|
||||||
|
function GROUP:SetFormation(Formation)
|
||||||
|
self:SetOption(AI.Option.Air.id.FORMATION,Formation)
|
||||||
|
return self
|
||||||
|
end
|
||||||
|
|
||||||
--- Switch on/off invisible flag for the group.
|
--- Switch on/off invisible flag for the group.
|
||||||
-- @param #GROUP self
|
-- @param #GROUP self
|
||||||
-- @param #boolean switch If true, Invisible is enabled. If false, Invisible is disabled.
|
-- @param #boolean switch If true, Invisible is enabled. If false, Invisible is disabled.
|
||||||
|
|||||||
Reference in New Issue
Block a user