DCS func addRefPoint

From DCS World Wiki - Hoggitworld.com
Revision as of 00:12, 12 April 2018 by Grimes (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Scripting Root

Envrioment: Mission Scripting
Function: addRefPoints Added with: 1.2.4
Member Of: coalition
Syntax: function coalition.addRefPoints(enum coalitionId , table refPoint )
Description: Creates a new reference point belonging to the specified coalition. Reference points are used by JTACs.
RefPoint = {
  callsign = number,
  type = number,
  point = Vec3
}


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