BIS fnc 3DENExportAttributes: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Eden Editor(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
(Add class list)
 
(41 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 1.56


|1.56|Game version=
|gr1= Eden Editor


|gr1= Eden Editor|GROUP1=
|descr= Copies all available attributes to the clipboard.
____________________________________________________________________________________________


|Copies all available attributes to the clipboard.|Description=
|s1= class call [[BIS_fnc_3DENExportAttributes]]
____________________________________________________________________________________________


| class call [[BIS_fnc_3DENExportAttributes]] |Syntax=
|p1= mode: [[String]] - (Optional, default "Object") type of attributes to be exported (case-insensitive). Classes from <sqf inline>configFile >> "Cfg3DEN"</sqf>:
{{Columns|5|
* {{hl|"Attributes"}}
* {{hl|"Camera"}}
* {{hl|"Comment"}}
* {{hl|"Connections"}}
* {{hl|"Default"}}
* {{hl|"EventHandlers"}}
* {{hl|"Favorites"}}
* {{hl|"Group"}}
* {{hl|"History"}}
* {{hl|"Layer"}}
* {{hl|"Logic"}}
* {{hl|"Marker"}}
* {{hl|"Messages"}}
* {{hl|"Mission"}}
* {{hl|"Notifications"}}
* {{hl|"Object"}}
* {{hl|"Trigger"}}
* {{hl|"Tutorials"}}
* {{hl|"Updates"}}
* {{hl|"Waypoint"}}
}}


|p1=mode: [[String]] - (Optional, default "object") Type of attributes to be exported. Classes from [[configFile]] >> Cfg3DEN >> class|Parameter 1=
|r1= [[Nothing]]


| [[Nothing]]|Return value=
|x1= <sqf>"Trigger" call BIS_fnc_3DENExportAttributes;</sqf>


____________________________________________________________________________________________
|seealso= [[:Category:Eden Editor|Eden Editor]] [[BIS_fnc_3DENCamera]] [[BIS_fnc_3DENControlsHint]] [[BIS_fnc_3DENDiagCreateList]] [[BIS_fnc_3DENDiagFonts]] [[BIS_fnc_3DENDiagMouseControl]] [[BIS_fnc_3DENDrawLocations]] [[BIS_fnc_3DENEntityMenu]] [[BIS_fnc_3DENExportOldSQM]] [[BIS_fnc_3DENExportTerrainBuilder]] [[BIS_fnc_3DENFlashlight]] [[BIS_fnc_3DENGrid]] [[BIS_fnc_3DENIntel]] [[BIS_fnc_3DENInterface]] [[BIS_fnc_3DENListLocations]] [[BIS_fnc_3DENMissionPreview]] [[BIS_fnc_3DENModuleDescription]] [[BIS_fnc_3DENShowMessage]] [[BIS_fnc_3DENStatusBar]] [[BIS_fnc_3DENToolbar]] [[BIS_fnc_3DENTutorial]] [[BIS_fnc_3DENVisionMode]]
 
|x1= <code>"trigger" [[call]] [[BIS_fnc_3DENExportAttributes]];</code>|Example 1=
 
____________________________________________________________________________________________
 
| [[Eden Editor]],[[BIS_fnc_3DENCamera]],[[BIS_fnc_3DENControlsHint]],[[BIS_fnc_3DENDiagCreateList]],[[BIS_fnc_3DENDiagFonts]],[[BIS_fnc_3DENDiagMouseControl]],[[BIS_fnc_3DENDrawLocations]],[[BIS_fnc_3DENEntityMenu]],[[BIS_fnc_3DENExportOldSQM]],[[BIS_fnc_3DENExportTerrainBuilder]],[[BIS_fnc_3DENFlashlight]],[[BIS_fnc_3DENGrid]],[[BIS_fnc_3DENIntel]],[[BIS_fnc_3DENInterface]],[[BIS_fnc_3DENListLocations]],[[BIS_fnc_3DENMissionPreview]],[[BIS_fnc_3DENModuleDescription]],[[BIS_fnc_3DENShowMessage]],[[BIS_fnc_3DENStatusBar]],[[BIS_fnc_3DENToolbar]],[[BIS_fnc_3DENTutorial]],[[BIS_fnc_3DENVisionMode]] |See also=
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Functions|{{uc:3DENExportAttributes}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:3DENExportAttributes}}]]

Latest revision as of 11:14, 25 June 2024

Hover & click on the images for description

Description

Description:
Copies all available attributes to the clipboard.
Execution:
call
Groups:
Eden Editor

Syntax

Syntax:
class call BIS_fnc_3DENExportAttributes
Parameters:
mode: String - (Optional, default "Object") type of attributes to be exported (case-insensitive). Classes from configFile >> "Cfg3DEN":
  • "Attributes"
  • "Camera"
  • "Comment"
  • "Connections"
  • "Default"
  • "EventHandlers"
  • "Favorites"
  • "Group"
  • "History"
  • "Layer"
  • "Logic"
  • "Marker"
  • "Messages"
  • "Mission"
  • "Notifications"
  • "Object"
  • "Trigger"
  • "Tutorials"
  • "Updates"
  • "Waypoint"
Return Value:
Nothing

Examples

Example 1:
"Trigger" call BIS_fnc_3DENExportAttributes;

Additional Information

See also:
Eden Editor BIS_fnc_3DENCamera BIS_fnc_3DENControlsHint BIS_fnc_3DENDiagCreateList BIS_fnc_3DENDiagFonts BIS_fnc_3DENDiagMouseControl BIS_fnc_3DENDrawLocations BIS_fnc_3DENEntityMenu BIS_fnc_3DENExportOldSQM BIS_fnc_3DENExportTerrainBuilder BIS_fnc_3DENFlashlight BIS_fnc_3DENGrid BIS_fnc_3DENIntel BIS_fnc_3DENInterface BIS_fnc_3DENListLocations BIS_fnc_3DENMissionPreview BIS_fnc_3DENModuleDescription BIS_fnc_3DENShowMessage BIS_fnc_3DENStatusBar BIS_fnc_3DENToolbar BIS_fnc_3DENTutorial BIS_fnc_3DENVisionMode

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