mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Merge pull request #1640 from FlightControl-Master/Applevangelist-OpsZone-2
Update OpsZone.lua
This commit is contained in:
commit
1066b58fb6
@ -1232,6 +1232,7 @@ end
|
|||||||
function OPSZONE:_GetMissions()
|
function OPSZONE:_GetMissions()
|
||||||
return self.Missions
|
return self.Missions
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Add an entry to the OpsZone mission table
|
--- Add an entry to the OpsZone mission table
|
||||||
-- @param #OPSZONE self
|
-- @param #OPSZONE self
|
||||||
-- @param #number Coalition Coalition of type e.g. coalition.side.NEUTRAL
|
-- @param #number Coalition Coalition of type e.g. coalition.side.NEUTRAL
|
||||||
@ -1266,6 +1267,8 @@ function OPSZONE:_CleanMissionTable()
|
|||||||
self.Missions = missions
|
self.Missions = missions
|
||||||
return self
|
return self
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user