mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Added more scenarios in SPAWN Test
This commit is contained in:
@@ -30,6 +30,19 @@ function UNIT:IsAlive()
|
||||
end
|
||||
|
||||
|
||||
function UNIT:GetDCSUnit()
|
||||
self:T( self.DCSUnit )
|
||||
|
||||
return self.DCSUnit
|
||||
end
|
||||
|
||||
function UNIT:GetID()
|
||||
self:T( self.UnitID )
|
||||
|
||||
return self.UnitID
|
||||
end
|
||||
|
||||
|
||||
function UNIT:GetName()
|
||||
self:T( self.UnitName )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user