BIS_fnc_KMLimport
Jump to navigation
Jump to search
Click on the images for descriptions
Introduced in
- Game:
- Take On Helicopters
- Version:
- 1.00
Description
- Description:
- Read positions from a KML file.
Recommended to execute in loading screen.
Syntax
- Syntax:
- filePath call BIS_fnc_KMLimport
- Parameters:
- filePath: String - (Optional, default
"hsim\Doc_H\GoogleEarth\Missions\" + missionName + ".kml"
) KML file pathDefault value only works in Take On Helicopters. Do not rely on it in Arma 3 - 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
- Execution:
- call
- Multiplayer:
- -
- See also:
- BIS_fnc_keypointsExportFromKMLBIS_fnc_dbImportXMLBIS_fnc_posDegToWorld
Notes
Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To
Add New Note | How To