BIS fnc exportMapToBiTXT: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1 = Map and Markers |GROUP1=") |
m (Text replacement - "\[\[Category:Function Group: [a-zA-Z0-9_: ]+(\|\{\{[a-zA-Z0-9_: ]+\}\})?\]\]" to " ") |
||
Line 41: | Line 41: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Functions|{{uc:exportMapToBiTXT}}]] | [[Category:Functions|{{uc:exportMapToBiTXT}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:exportMapToBiTXT}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:exportMapToBiTXT}}]] |
Revision as of 12:24, 13 October 2020
Description
- Description:
- Returns terrain height map to BiTXT (Universal Bistudio TXT) format, which can be imported to Object Builder. Output is also copied to clipboard.
- Execution:
- call
- Groups:
- Map and Markers
Syntax
- Syntax:
- [resolution, size, zCoeff] call BIS_fnc_exportMapToBiTXT
- Parameters:
- resolution: Number - (Optional, default 64) object resolution, i.e, number of points per side
- size: Number - (Optional, default 10) object size in metres
- zCoeff: Number - (Optional, default 2) vertical coefficient. All Z coordinates will be multiplied by this number to highlight hills and mountains
- Return Value:
- String - height map, same data as in the clipboard
Examples
- Example 1:
[10, 10, 1] call BIS_fnc_exportMapToBiTXT;
- Example 2:
call BIS_fnc_exportMapToBiTXT;
Additional Information
- See also:
- See also needed
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