Difference between revisions of "DCS func addRefPoint"
From DCS World Wiki - Hoggitworld.com
m (1 revision imported) |
(No difference)
|
m (1 revision imported) |
(No difference)
|
| 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: | |||