Difference between revisions of "DCS func getRefPoints"

From DCS World Wiki - Hoggitworld.com
m (1 revision imported)
 
Line 45: Line 45:
 
}}
 
}}
 
[[Category:Singleton Functions|getRefPoints]]
 
[[Category:Singleton Functions|getRefPoints]]
 +
[[Category:Game Patch 1.2.0|getRefPoints]]

Revision as of 07:27, 17 March 2022

Scripting Root

Envrioment: Mission Scripting
Function: getRefPoints Added with: 1.2.4
Member Of: coalition
Syntax: table coalition.getRefPoints(enum coalitionId )
Description: Returns a table of reference points as defined by the mission editor or added via scripting. Reference points are used by JTACs.


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