BIS fnc KMLimport: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 14: | Line 14: | ||
|s1= filePath call [[BIS_fnc_KMLimport]] | |s1= filePath call [[BIS_fnc_KMLimport]] | ||
|p1= filePath: [[String]] - (Optional, default | |p1= filePath: [[String]] - (Optional, default <sqf inline>"hsim\Doc_H\GoogleEarth\Missions\" + missionName + ".kml"</sqf>) KML file path | ||
{{Feature|arma3|Default value only works in {{tkoh}}. Do not rely on it in {{arma3}}}} | {{Feature|arma3|Default value only works in {{tkoh}}. Do not rely on it in {{arma3}}.}} | ||
|r1= [[Array]] of [[Array]]s in format [type, positionXYZ, folder, name, description] | |r1= [[Array]] of [[Array]]s in format [type, positionXYZ, folder, name, description] |
Revision as of 13:35, 27 July 2022
Description
- Description:
- Read positions from a KML file.
- Execution:
- call
- Groups:
- Map and Markers
Syntax
- Syntax:
- filePath call BIS_fnc_KMLimport
- Parameters:
- filePath: String - (Optional, default "hsim\Doc_H\GoogleEarth\Missions\" + missionName + ".kml") KML file path
- Return Value:
- Array of Arrays in format [type, positionXYZ, folder, name, description]
Examples
- Example 1:
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note