mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Update Procedure.lua
This commit is contained in:
parent
171c450576
commit
ba4ff5c9e9
@ -69,9 +69,11 @@ APPROACH = {
|
|||||||
|
|
||||||
--- Type of approach.
|
--- Type of approach.
|
||||||
-- @type APPROACH.Type
|
-- @type APPROACH.Type
|
||||||
|
-- @field #string VFR Visual Flight Rules.
|
||||||
-- @field #string VOR VOR
|
-- @field #string VOR VOR
|
||||||
-- @field #string NDB NDB
|
-- @field #string NDB NDB
|
||||||
APPROACH.Type={
|
APPROACH.Type={
|
||||||
|
VFR="VFR",
|
||||||
VOR="VOR",
|
VOR="VOR",
|
||||||
ILS="ILS",
|
ILS="ILS",
|
||||||
}
|
}
|
||||||
@ -113,9 +115,9 @@ APPROACH.version="0.0.1"
|
|||||||
|
|
||||||
--- Create a new APPROACH class instance.
|
--- Create a new APPROACH class instance.
|
||||||
-- @param #APPROACH self
|
-- @param #APPROACH self
|
||||||
|
-- @param #string Type Type of approach (ILS, VOR, LOC).
|
||||||
-- @param Wrapper.Airbase#AIRBASE Airbase The airbase or name of the airbase.
|
-- @param Wrapper.Airbase#AIRBASE Airbase The airbase or name of the airbase.
|
||||||
-- @param Wrapper.Airbase#AIRBASE.Runway Runway The runway or name of the runway.
|
-- @param Wrapper.Airbase#AIRBASE.Runway Runway The runway or name of the runway.
|
||||||
-- @param #string Type Type of approach (ILS, VOR, LOC).
|
|
||||||
-- @return #APPROACH self
|
-- @return #APPROACH self
|
||||||
function APPROACH:New(Type, Airbase, Runway)
|
function APPROACH:New(Type, Airbase, Runway)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user