BIS fnc 3DENExportSQF: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(created page)
 
m (Text replacement - "(\|p[0-9]+ *= *[^(]+\(Optional(, default[^)]*)\) )C([a-z])" to "$1c$3")
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|= Comments
{{RV|type=function
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 1.86


|1.86|Game version=
|gr1= Eden Editor
____________________________________________________________________________________________


| Export 3DEN mission to SQF script. When called, the script will dynamically recreate the mission. |Description=
|descr= Export 3DEN mission to SQF script. When called, the script will dynamically recreate the mission.
____________________________________________________________________________________________


| [showWindow,exportLayers,center,checkBlacklist] call [[BIS_fnc_3DENExportSQF]] |Syntax=
|s1= [showWindow,exportLayers,center,checkBlacklist] call [[BIS_fnc_3DENExportSQF]]
|p1= '''showWindow''': [[Boolean]] -  (Optional, default [[true]]) [[True]] to show window with script code|Parameter 1=
|p2= '''exportLayers''': [[Boolean]] -  (Optional, default [[true]]) [[True]] to export layers as conditions (it's possible to create only specific layers using params passed to the exported script)|Parameter 2=
|p3= '''center''': [[Position]] -  (Optional, default [0,0,0]) Center position, all entity positions will be exported as relative |Parameter 3=
|p4= '''checkBlacklist''': [[Boolean]] -  (Optional, default [[false]]) [[True]] to export with check if specific entity ID was blacklisted |Parameter 4=


| [[Array]] in form [[objects,groups,triggers,waypoints,logics,markers],[objectIDs,groupIDs,triggerIDs,waypointIDs,logicIDs,markerIDs]] |Return value=
|p1= showWindow: [[Boolean]] - (Optional, default [[true]]) [[true]] to show window with script code
____________________________________________________________________________________________


|x1= <code>[ [[true]], [[false]], [1337,1337,0], [[true]] ] [[call]] [[BIS_fnc_3DENExportSQF]];</code> |Example 1=
|p2= exportLayers: [[Boolean]] - (Optional, default [[true]]) [[true]] to export layers as conditions (it's possible to create only specific layers using params passed to the exported script)
____________________________________________________________________________________________


|[[Eden Editor]]|See also=
|p3= center: [[Array]] format [[Position]] - (Optional, default [0,0,0]) center position, all entity positions will be exported as relative
}}
 
|p4= checkBlacklist: [[Boolean]] - (Optional, default [[false]]) [[true]] to export with check if specific entity ID was blacklisted
 
|r1= [[Array]] in form [[objects,groups,triggers,waypoints,logics,markers],[objectIDs,groupIDs,triggerIDs,waypointIDs,logicIDs,markerIDs]]


<h3 style="display:none">Notes</h3>
|x1= <sqf>[true, false, [1337,1337,0], true] call BIS_fnc_3DENExportSQF;</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|seealso= [[:Category:Eden Editor|Eden Editor]]
</dl>
}}

Latest revision as of 13:22, 8 November 2023

Hover & click on the images for description

Description

Description:
Export 3DEN mission to SQF script. When called, the script will dynamically recreate the mission.
Execution:
call
Groups:
Eden Editor

Syntax

Syntax:
[showWindow,exportLayers,center,checkBlacklist] call BIS_fnc_3DENExportSQF
Parameters:
showWindow: Boolean - (Optional, default true) true to show window with script code
exportLayers: Boolean - (Optional, default true) true to export layers as conditions (it's possible to create only specific layers using params passed to the exported script)
center: Array format Position - (Optional, default [0,0,0]) center position, all entity positions will be exported as relative
checkBlacklist: Boolean - (Optional, default false) true to export with check if specific entity ID was blacklisted
Return Value:
Array in form [[objects,groups,triggers,waypoints,logics,markers],[objectIDs,groupIDs,triggerIDs,waypointIDs,logicIDs,markerIDs]]

Examples

Example 1:
[true, false, [1337,1337,0], true] call BIS_fnc_3DENExportSQF;

Additional Information

See also:
Eden Editor

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