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

Update Unit.lua
This commit is contained in:
Frank 2021-04-17 23:05:42 +02:00 committed by GitHub
commit 4209569f29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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