diag exportTerrainSVG: Difference between revisions
Jump to navigation
Jump to search
(page creation. Needs to be filled with details) |
(More explanation) |
||
Line 9: | Line 9: | ||
|gr1= Diagnosis |GROUP1= | |gr1= Diagnosis |GROUP1= | ||
| {{wip}} |DESCRIPTION= | | {{wip}} | ||
Like the old TOPOGRAPHY cheat code, exports terrain, but in Modern SVG Format instead of the proprietary EMF format. | |||
|DESCRIPTION= | |||
| [[diag_exportTerrainSVG]] [filePath, drawLocationNames, drawGrid, drawCountlines, drawTreeObjects, drawMountainHeightpoints, simpleRoads] |SYNTAX= | | [[diag_exportTerrainSVG]] [filePath, drawLocationNames, drawGrid, drawCountlines, drawTreeObjects, drawMountainHeightpoints, simpleRoads] |SYNTAX= | ||
Line 25: | Line 27: | ||
|p6= drawMountainHeightpoints: [[Boolean]] - Whether or not to draw mountain height spots |PARAMETER6= | |p6= drawMountainHeightpoints: [[Boolean]] - Whether or not to draw mountain height spots |PARAMETER6= | ||
|p7= simpleRoads: [[Boolean]] - | |p7= simpleRoads: [[Boolean]] - Simplify roads (Draw roads as one long polyline instead of seperate segments, uses average road width as overall width) |PARAMETER7= | ||
| [[Nothing]] |RETURNVALUE= | | [[Nothing]] |RETURNVALUE= |
Revision as of 17:17, 2 November 2020
Description
- Description:
- Template:wip Like the old TOPOGRAPHY cheat code, exports terrain, but in Modern SVG Format instead of the proprietary EMF format.
- Groups:
- Diagnosis
Syntax
- Syntax:
- diag_exportTerrainSVG [filePath, drawLocationNames, drawGrid, drawCountlines, drawTreeObjects, drawMountainHeightpoints, simpleRoads]
- Parameters:
- filePath: String - Path on disk
- drawLocationNames: Boolean - Whether or not to draw location names
- drawGrid: Boolean - Whether or not to draw grid
- drawCountlines: Boolean - Whether or not to count lines
- drawTreeObjects: Boolean - Whether or not to draw trees
- drawMountainHeightpoints: Boolean - Whether or not to draw mountain height spots
- simpleRoads: Boolean - Simplify roads (Draw roads as one long polyline instead of seperate segments, uses average road width as overall width)
- Return Value:
- Nothing
Examples
- Example 1:
Additional Information
- See also:
- Arma 3 Diagnostics Exe
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
[[Category:Introduced with arma3diag version 2.02]][[ Category: arma3diag: New Scripting Commands | DIAG EXPORTTERRAINSVG]][[ Category: arma3diag: Scripting Commands | DIAG EXPORTTERRAINSVG]]