BIS_fnc_3DENExportSQF

From Bohemia Interactive Community
Revision as of 17:27, 8 December 2018 by R3vo (talk | contribs) (created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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:
Uncategorised

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: 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

Notes