Difference between revisions of "DCS func getServiceProviders"

From DCS World Wiki - Hoggitworld.com
m (1 revision imported)
 
 
Line 3: Line 3:
 
|fName= getServiceProviders
 
|fName= getServiceProviders
  
|vNum= 1.2.4
+
|vNum= 1.2.0
  
 
|par1= [[DCS_singleton_coalition|coalition]]
 
|par1= [[DCS_singleton_coalition|coalition]]
Line 49: Line 49:
 
}}
 
}}
 
[[Category:Singleton Functions|getServiceProviders]]
 
[[Category:Singleton Functions|getServiceProviders]]
 +
[[Category:Game Patch 1.2.0|getServiceProviders]]

Latest revision as of 07:26, 17 March 2022

Scripting Root

Envrioment: Mission Scripting
Function: getServiceProviders Added with: 1.2.0
Member Of: coalition
Syntax: table coalition.getServiceProviders(enum coalitionId , enum coalition.service )
Description: Returns a table of unit objects that provide a given service to player controlled aircraft. Services are ATC, AWACS, TANKER, and FAC.


Return Value: table
Return Example:
Examples:
Related Functions: Coalition Functions: addGroup, addStaticObject, getGroups, getStaticObjects, getAirbases. getPlayers, getServiceProviders, addRefPoint, getRefPoints, getMainRefPoint, getCountryCoalition
Notes: