DCS func LLtoMGRS

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: LLtoMGRS Added with: 1.2.0
Member Of: coord
Syntax: MGRS table coord.LLtoMGRS(GeoCoord latitude , GeoCoord longitude )
Description: Returns an MGRS table from the latitude and longitude coordinates provided.


Return Value: MGRS table
Return Example: example table
MGRS = {
  UTMZone = string,
  MGRSDigraph = string,
  Easting = number,
  Northing = number
}
Examples:
Related Functions: Coord Functions: LLtoLO, LOtoLL, LLtoMGRS, MGRStoLL
Notes: