Difference between revisions of "DCS func getParking"
From DCS World Wiki - Hoggitworld.com
(Created page with "{{Template:dcs_funcs |fName= getParking |vNum= 2.5.2 |par1= Airbase |par2= |par3= |par4= |desc= Returns a table of parking data for a given airb...") |
|||
Line 13: | Line 13: | ||
|par4= | |par4= | ||
− | |desc= Returns a table of parking data for a given airbase. If the optional value is passed only available parking will be returned, otherwise all parking at the base is returned. Term types have | + | |desc= Returns a table of parking data for a given airbase. If the optional value is passed only available parking will be returned, otherwise all parking at the base is returned. Term types have the following enumerated values: |
+ | 16 : Valid spawn points on runway | ||
+ | 40 : Helicopter only spawn | ||
+ | 68 : Hardened Air Shelter | ||
+ | 72 : Open/Shelter air airplane only | ||
+ | 104: Open air spawn | ||
+ | |||
+ | Note that only Caucuses will return 68 as it is the only map currently with hardened air shelters. | ||
+ | |||
+ | 104 are also generally larger, but does not guarantee a large aircraft like the B-52 or a C-130 are capable of spawning there. | ||
+ | |||
Term_index is the id for the parking | Term_index is the id for the parking |