mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
#AIRBASE
* docu typo
This commit is contained in:
commit
71d5983adf
@ -839,7 +839,7 @@ end
|
|||||||
-- Black listed spots overrule white listed spots.
|
-- Black listed spots overrule white listed spots.
|
||||||
-- **NOTE** that terminal IDs are not necessarily the same as those displayed in the mission editor!
|
-- **NOTE** that terminal IDs are not necessarily the same as those displayed in the mission editor!
|
||||||
-- @param #AIRBASE self
|
-- @param #AIRBASE self
|
||||||
-- @param #table TerminalIdBlacklist Table of white listed terminal IDs.
|
-- @param #table TerminalIdWhitelist Table of white listed terminal IDs.
|
||||||
-- @return #AIRBASE self
|
-- @return #AIRBASE self
|
||||||
-- @usage AIRBASE:FindByName("Batumi"):SetParkingSpotWhitelist({2, 3, 4}) --Only allow terminal IDs 2, 3, 4
|
-- @usage AIRBASE:FindByName("Batumi"):SetParkingSpotWhitelist({2, 3, 4}) --Only allow terminal IDs 2, 3, 4
|
||||||
function AIRBASE:SetParkingSpotWhitelist(TerminalIdWhitelist)
|
function AIRBASE:SetParkingSpotWhitelist(TerminalIdWhitelist)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user