Added documentation

This commit is contained in:
Applevangelist 2021-07-11 18:31:17 +02:00
parent 3d6b053eb4
commit 52e2ac7174

View File

@ -1377,7 +1377,7 @@ end
--- (Internal) Check and return Wrappe.Unit#UNIT based on the name if alive.
-- @param #CSAR self
-- @param #string _unitname Name of Unit
-- @return #UNIT or nil
-- @return Wrapper.Unit#UNIT The unit or nil
function CSAR:_GetSARHeli(_unitName)
self:T(self.lid .. " _GetSARHeli")
local unit = UNIT:FindByName(_unitName)