Update Unit.lua

This commit is contained in:
Frank 2021-04-17 22:56:54 +02:00
parent 3e470e557d
commit 7106efbc04

View File

@ -154,7 +154,7 @@ function UNIT:Name()
return self.UnitName return self.UnitName
end end
--- Get the DCS unit object. --- Get the DCS unit object you want.
-- @param #UNIT self -- @param #UNIT self
-- @return DCS#Unit -- @return DCS#Unit
function UNIT:GetDCSObject() function UNIT:GetDCSObject()