BIS fnc 3DENExportTerrainBuilder: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(page filling)
Line 2: Line 2:
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.56|= Game version
|1.56|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| Gets all empty vehicles placed in the currently opened Eden mission and converts data into the format used by the [[Terrain Builder]].|= Description
| Gets all empty vehicles placed in the currently opened Eden mission and converts data into the format used by the [[Terrain Builder]]. |Description=
____________________________________________________________________________________________
____________________________________________________________________________________________


|call '''3DENExportTerrainBuilder''' |= Syntax
| call [[BIS_fnc_3DENExportTerrainBuilder]] |Syntax=




|[[Nothing]]|= Return value
| [[Nothing]] |Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>[[call]] '''3DENExportTerrainBuilder''';</code> |= Parameter 1
|x1= <code>[[call]] [[BIS_fnc_3DENExportTerrainBuilder]];</code> |Parameter 1=
____________________________________________________________________________________________
____________________________________________________________________________________________


|[[Eden Editor]], [[Terrain Builder]]|= See also
| [[Eden Editor]], [[Terrain Builder]] |See also=
}}
}}


Line 30: Line 30:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Default|{{uc:3DENExportTerrainBuilder}}]]
[[Category:Functions|{{uc:3DENExportTerrainBuilder}}]]
[[Category:Functions|{{uc:3DENExportTerrainBuilder}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:3DENExportTerrainBuilder}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:3DENExportTerrainBuilder}}]]
[[Category:Function Group: Eden Editor|{{uc:3DENExportTerrainBuilder}}]]

Revision as of 12:27, 28 May 2018

Hover & click on the images for description

Description

Description:
Gets all empty vehicles placed in the currently opened Eden mission and converts data into the format used by the Terrain Builder.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
call BIS_fnc_3DENExportTerrainBuilder
Return Value:
Nothing

Examples

Example 1:
call BIS_fnc_3DENExportTerrainBuilder;

Additional Information

See also:
Eden EditorTerrain Builder

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

Notes

Bottom Section