This commit is contained in:
FlightControl
2016-12-15 14:51:08 +01:00
parent 74cee904cd
commit d62acf421e
12 changed files with 84 additions and 59269 deletions

View File

@@ -64,7 +64,7 @@ end
-- @return #boolean true if Identifiable is alive.
-- @return #nil The DCS Identifiable is not existing or alive.
function IDENTIFIABLE:IsAlive()
self:F2( self.IdentifiableName )
self:F3( self.IdentifiableName )
local DCSIdentifiable = self:GetDCSObject()