mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
AUFTRAG
- Recon Mission
This commit is contained in:
@@ -265,6 +265,18 @@ do -- SET_BASE
|
||||
|
||||
end
|
||||
|
||||
--- Sort the set by name.
|
||||
-- @param #SET_BASE self
|
||||
-- @return Core.Base#BASE The added BASE Object.
|
||||
function SET_BASE:SortByName()
|
||||
|
||||
local function sort(a, b)
|
||||
return a<b
|
||||
end
|
||||
|
||||
table.sort(self.Index)
|
||||
|
||||
end
|
||||
|
||||
--- Get the *union* of two sets.
|
||||
-- @param #SET_BASE self
|
||||
|
||||
Reference in New Issue
Block a user