Returns a table of airbase objects belonging to the specified coalition. Objects can be ships, static objects(FARP), or airbases on the map.
When the function is run as world.getAirbases() no input values required, and the function returns all airbases, ships, and farps on the map.
Returns a table of group objects belonging to the specified coalition. If the groupCategory enumerator is provided the table will only contain groups that belong to the specified category. If this optional variable is not provided, all group types will be returned.
See here for the list of possible group categories.
Optional
groupCategory: numberReturns a table of static objects belonging to the specified coalition.
No Self