Merge pull request #1501 from FlightControl-Master/FF/MasterDevel

Update Unit.lua
This commit is contained in:
Frank 2021-04-17 22:20:32 +02:00 committed by GitHub
commit 4e878e49a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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