Update Controllable.lua

This commit is contained in:
Thomas 2024-03-12 11:26:59 +01:00 committed by GitHub
parent 3dd069d7d6
commit 241b31fcec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4172,7 +4172,7 @@ end
--- [AIR] Set the AI to report killing certain types of objects.
-- @param #CONTROLLABLE self
-- @param #table Table of attribute names for which AI reports contact. Defaults to {"Air"}, see [Hoggit Wiki](https://wiki.hoggitworld.com/view/DCS_enum_attributes)
-- @param #table Objects Table of attribute names for which AI reports contact. Defaults to {"Air"}, see [Hoggit Wiki](https://wiki.hoggitworld.com/view/DCS_enum_attributes)
-- @return #CONTROLLABLE self
function CONTROLLABLE:SetOptionRadioKill(Objects)
self:F2( { self.ControllableName } )