#CONTROLLABLE

*Foreign class definiton removed
This commit is contained in:
Applevangelist
2022-09-10 15:14:41 +02:00
parent 3aa9ffc241
commit 5d1998accb

View File

@@ -3871,7 +3871,7 @@ end
--- Returns if the unit is a submarine.
-- @param #POSITIONABLE self
-- @return #boolean Submarines attributes result.
function POSITIONABLE:IsSubmarine()
function CONTROLLABLE:IsSubmarine()
self:F2()
local DCSUnit = self:GetDCSObject()