BIS fnc KMLimport: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category:Function Group: [a-zA-Z0-9_: ]+(\|\{\{[a-zA-Z0-9_: ]+\}\})?\]\]" to " ") |
m (Text replacement - "{{Feature arma3|" to "{{Feature|arma3|") |
||
Line 16: | Line 16: | ||
|p1= filePath: [[String]] - (Optional, default {{Inline code|"hsim\Doc_H\GoogleEarth\Missions\" + [[missionName]] + ".kml"}}) KML file path | |p1= filePath: [[String]] - (Optional, default {{Inline code|"hsim\Doc_H\GoogleEarth\Missions\" + [[missionName]] + ".kml"}}) KML file path | ||
{{Feature arma3|Default value only works in {{tkoh}}. Do not rely on it in {{arma3}}}}|Parameter 1= | {{Feature|arma3|Default value only works in {{tkoh}}. Do not rely on it in {{arma3}}}}|Parameter 1= | ||
| [[Array]] of [[Array|Arrays]] in format [type, positionXYZ, folder, name, description] | | [[Array]] of [[Array|Arrays]] in format [type, positionXYZ, folder, name, description] |
Revision as of 11:08, 27 December 2020
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:
_data = "subDir\myFile.kml" call BIS_fnc_KMLimport;
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