Display3DEN IDCs – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<tt>([a-zA-Z0-9\. _"\\']+)<\/tt>" to "{{hl|$1}}")
(Update data)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
! Config Name !! IDC !! Config Path
! Config Name !! IDC !! Config Path
|-
|-
|{{hl|ContextMenu}} || 1100 || {{ic|configFile >> "Display3DEN" >> "ContextMenu"}}
| {{hl|ContextMenu}} || 1100 || <sqf>configFile >> "Display3DEN" >> "ContextMenu"</sqf>
|-
|-
|{{hl|Map}} || 51 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "Map"}}
| {{hl|Map}} || 51 || <sqf>configFile >> "Display3DEN" >> "ControlsBackground" >> "Map"</sqf>
|-
|-
|{{hl|MouseArea}} || 52 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "MouseArea"}}
| {{hl|MouseArea}} || 52 || <sqf>configFile >> "Display3DEN" >> "ControlsBackground" >> "MouseArea"</sqf>
|-
|-
|{{hl|ScrollBlockTop}} || 46 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockTop"}}
| {{hl|ScrollBlockTop}} || 46 || <sqf>configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockTop"</sqf>
|-
|-
|{{hl|ScrollBlockLeft}} || 47 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockLeft"}}
| {{hl|ScrollBlockLeft}} || 47 || <sqf>configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockLeft"</sqf>
|-
|-
|{{hl|ScrollBlockRight}} || 48 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockRight"}}
| {{hl|ScrollBlockRight}} || 48 || <sqf>configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockRight"</sqf>
|-
|-
|{{hl|ScrollBlockBottom}} || 49 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockBottom"}}
| {{hl|ScrollBlockBottom}} || 49 || <sqf>configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockBottom"</sqf>
|-
|-
|{{hl|NavigationWidget}} || 87 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "NavigationWidget"}}
| {{hl|NavigationWidget}} || 87 || <sqf>configFile >> "Display3DEN" >> "ControlsBackground" >> "NavigationWidget"</sqf>
|-
|-
|{{hl|Black}} || 998 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "Black"}}
| {{hl|Black}} || 998 || <sqf>configFile >> "Display3DEN" >> "ControlsBackground" >> "Black"</sqf>
|-
|-
|{{hl|ButtonExit}} || 2 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "ButtonExit"}}
| {{hl|ButtonExit}} || 2 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "ButtonExit"</sqf>
|-
|-
|{{hl|MissionName}} || 76 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "MissionName"}}
| {{hl|MissionName}} || 76 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "MissionName"</sqf>
|-
|-
|{{hl|MenuStrip}} || 120 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "MenuStrip"}}
| {{hl|MenuStrip}} || 120 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "MenuStrip"</sqf>
|-
|-
|{{hl|Toolbar}} || 1000 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar"}}
| {{hl|Toolbar}} || 1000 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar"</sqf>
|-
|-
|{{hl|ToolbarBackground}} || 1001 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "ToolbarBackground"}}
| {{hl|ToolbarBackground}} || 1001 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "ToolbarBackground"</sqf>
|-
|-
|{{hl|File}} || 1002 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File"}}
| {{hl|File}} || 1002 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File"</sqf>
|-
|-
|{{hl|New}} || 1006 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "New"}}
| {{hl|New}} || 1006 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "New"</sqf>
|-
|-
|{{hl|Open}} || 1007 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "Open"}}
| {{hl|Open}} || 1007 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "Open"</sqf>
|-
|-
|{{hl|Save}} || 1008 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "Save"}}
| {{hl|Save}} || 1008 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "Save"</sqf>
|-
|-
|{{hl|Publish}} || 10091 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "Publish"}}
| {{hl|Publish}} || 10091 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "Publish"</sqf>
|-
|-
|{{hl|History}} || 1003 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "History"}}
| {{hl|History}} || 1003 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "History"</sqf>
|-
|-
|{{hl|Undo}} || 1010 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "History" >> "Controls" >> "Undo"}}
| {{hl|Undo}} || 1010 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "History" >> "Controls" >> "Undo"</sqf>
|-
|-
|{{hl|Redo}} || 1011 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "History" >> "Controls" >> "Redo"}}
| {{hl|Redo}} || 1011 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "History" >> "Controls" >> "Redo"</sqf>
|-
|-
|{{hl|Widget}} || 1004 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget"}}
| {{hl|Widget}} || 1004 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget"</sqf>
|-
|-
|{{hl|WidgetNone}} || 10041 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetNone"}}
| {{hl|WidgetNone}} || 10041 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetNone"</sqf>
|-
|-
|{{hl|WidgetTranslation}} || 10042 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetTranslation"}}
| {{hl|WidgetTranslation}} || 10042 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetTranslation"</sqf>
|-
|-
|{{hl|WidgetRotation}} || 10043 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetRotation"}}
| {{hl|WidgetRotation}} || 10043 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetRotation"</sqf>
|-
|-
|{{hl|WidgetScaling}} || 10044 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetScaling"}}
| {{hl|WidgetScaling}} || 10044 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetScaling"</sqf>
|-
|-
|{{hl|WidgetArea}} || 10045 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetArea"}}
| {{hl|WidgetArea}} || 10045 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetArea"</sqf>
|-
|-
|{{hl|Interaction}} || 1005 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction"}}
| {{hl|Interaction}} || 1005 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction"</sqf>
|-
|-
|{{hl|WidgetCoord}} || 1016 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction" >> "Controls" >> "WidgetCoord"}}
| {{hl|WidgetCoord}} || 1016 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction" >> "Controls" >> "WidgetCoord"</sqf>
|-
|-
|{{hl|VerticalToggle}} || 1017 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction" >> "Controls" >> "VerticalToggle"}}
| {{hl|VerticalToggle}} || 1017 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction" >> "Controls" >> "VerticalToggle"</sqf>
|-
|-
|{{hl|SurfaceSnapToggle}} || 1018 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction" >> "Controls" >> "SurfaceSnapToggle"}}
| {{hl|SurfaceSnapToggle}} || 1018 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction" >> "Controls" >> "SurfaceSnapToggle"</sqf>
|-
|-
|{{hl|Grid}} || 1024 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid"}}
| {{hl|Grid}} || 1024 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid"</sqf>
|-
|-
|{{hl|Translation}} || 1025 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "Translation"}}
| {{hl|Translation}} || 1025 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "Translation"</sqf>
|-
|-
|{{hl|TranslationValue}} || 1026 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "TranslationValue"}}
| {{hl|TranslationValue}} || 1026 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "TranslationValue"</sqf>
|-
|-
|{{hl|Rotation}} || 1027 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "Rotation"}}
| {{hl|Rotation}} || 1027 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "Rotation"</sqf>
|-
|-
|{{hl|RotationValue}} || 1028 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "RotationValue"}}
| {{hl|RotationValue}} || 1028 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "RotationValue"</sqf>
|-
|-
|{{hl|Scaling}} || 1029 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "Scaling"}}
| {{hl|Scaling}} || 1029 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "Scaling"</sqf>
|-
|-
|{{hl|ScalingValue}} || 1030 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "ScalingValue"}}
| {{hl|ScalingValue}} || 1030 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "ScalingValue"</sqf>
|-
|-
|{{hl|Mission}} || 10301 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission"}}
| {{hl|Mission}} || 10301 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission"</sqf>
|-
|-
|{{hl|Intel}} || 10302 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Intel"}}
| {{hl|Intel}} || 10302 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Intel"</sqf>
|-
|-
|{{hl|Map}} || 10303 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Map"}}
| {{hl|Map}} || 10303 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Map"</sqf>
|-
|-
|{{hl|Flashlight}} || 10305 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Flashlight"}}
| {{hl|Flashlight}} || 10305 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Flashlight"</sqf>
|-
|-
|{{hl|Vision}} || 10304 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Vision"}}
| {{hl|Vision}} || 10304 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Vision"</sqf>
|-
|-
|{{hl|Workspace}} || 10306 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Workspace"}}
| {{hl|Workspace}} || 10306 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Workspace"</sqf>
|-
|-
|{{hl|Help}} || 10251 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Help"}}
| {{hl|Help}} || 10251 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Help"</sqf>
|-
|-
|{{hl|Tutorial}} || 10310 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Help" >> "Controls" >> "Tutorial"}}
| {{hl|Tutorial}} || 10310 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Help" >> "Controls" >> "Tutorial"</sqf>
|-
|-
|{{hl|Notification}} || 10312 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Notification"}}
| {{hl|Notification}} || 10312 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "Notification"</sqf>
|-
|-
|{{hl|TabLeftToggle}} || 1031 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "TabLeftToggle"}}
| {{hl|TabLeftToggle}} || 1031 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "TabLeftToggle"</sqf>
|-
|-
|{{hl|PanelLeft}} || 1019 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft"}}
| {{hl|PanelLeft}} || 1019 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelLeft"</sqf>
|-
|-
|{{hl|TabLeftToggle}} || 1032 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "TabLeftToggle"}}
| {{hl|TabLeftToggle}} || 1032 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "TabLeftToggle"</sqf>
|-
|-
|{{hl|TabLeftSections}} || 1033 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "TabLeftSections"}}
| {{hl|TabLeftSections}} || 1033 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "TabLeftSections"</sqf>
|-
|-
|{{hl|PanelLeftBackground}} || 1020 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftBackground"}}
| {{hl|PanelLeftBackground}} || 1020 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftBackground"</sqf>
|-
|-
|{{hl|PanelLeftEdit}} || 1037 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit"}}
| {{hl|PanelLeftEdit}} || 1037 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit"</sqf>
|-
|-
|{{hl|SearchEdit}} || 80 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "SearchEdit"}}
| {{hl|SearchEdit}} || 80 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "SearchEdit"</sqf>
|-
|-
|{{hl|SearchEditButton}} || 81 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "SearchEditButton"}}
| {{hl|SearchEditButton}} || 81 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "SearchEditButton"</sqf>
|-
|-
|{{hl|Edit}} || 55 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "Edit"}}
| {{hl|Edit}} || 55 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "Edit"</sqf>
|-
|-
|{{hl|Delete}} || 85 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "Delete"}}
| {{hl|Delete}} || 85 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "Delete"</sqf>
|-
|-
|{{hl|EditLayer}} || 84 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "EditLayer"}}
| {{hl|EditLayer}} || 84 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "EditLayer"</sqf>
|-
|-
|{{hl|RemoveLayer}} || 86 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "RemoveLayer"}}
| {{hl|RemoveLayer}} || 86 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "RemoveLayer"</sqf>
|-
|-
|{{hl|EnableLayer}} || 1065 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "EnableLayer"}}
| {{hl|EnableLayer}} || 1065 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "EnableLayer"</sqf>
|-
|-
|{{hl|ShowLayer}} || 1064 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "ShowLayer"}}
| {{hl|ShowLayer}} || 1064 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "ShowLayer"</sqf>
|-
|-
|{{hl|PanelLeftLocations}} || 1038 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations"}}
| {{hl|PanelLeftLocations}} || 1038 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations"</sqf>
|-
|-
|{{hl|SearchLocations}} || 1042 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations" >> "Controls" >> "SearchLocations"}}
| {{hl|SearchLocations}} || 800 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations" >> "Controls" >> "SearchLocations"</sqf>
|-
|-
|{{hl|SearchLocationsButton}} || 1043 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations" >> "Controls" >> "SearchLocationsButton"}}
| {{hl|SearchLocationsButton}} || 810 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations" >> "Controls" >> "SearchLocationsButton"</sqf>
|-
|-
|{{hl|Locations}} || 75 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations" >> "Controls" >> "Locations"}}
| {{hl|Locations}} || 820 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations" >> "Controls" >> "Locations"</sqf>
|-
|-
|{{hl|TabRightToggle}} || 1034 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "TabRightToggle"}}
| {{hl|TabRightToggle}} || 1034 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "TabRightToggle"</sqf>
|-
|-
|{{hl|PanelRight}} || 1021 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight"}}
| {{hl|PanelRight}} || 1021 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight"</sqf>
|-
|-
|{{hl|TabRightToggle}} || 1034 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "TabRightToggle"}}
| {{hl|TabRightToggle}} || 1034 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "TabRightToggle"</sqf>
|-
|-
|{{hl|TabRightSections}} || 1036 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "TabRightSections"}}
| {{hl|TabRightSections}} || 1036 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "TabRightSections"</sqf>
|-
|-
|{{hl|PanelRightBackground}} || 1022 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightBackground"}}
| {{hl|PanelRightBackground}} || 1022 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightBackground"</sqf>
|-
|-
|{{hl|PanelRightCreate}} || 1039 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate"}}
| {{hl|PanelRightCreate}} || 1039 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate"</sqf>
|-
|-
|{{hl|ModeLabels}} || 1060 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "ModeLabels"}}
| {{hl|ModeLabels}} || 1060 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "ModeLabels"</sqf>
|-
|-
|{{hl|Modes}} || 53 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Modes"}}
| {{hl|Modes}} || 53 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Modes"</sqf>
|-
|-
|{{hl|Sides}} || 54 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Sides"}}
| {{hl|Sides}} || 54 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Sides"</sqf>
|-
|-
|{{hl|Create}} || 1049 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create"}}
| {{hl|Create}} || 1049 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create"</sqf>
|-
|-
|{{hl|ModsButton}} || 4242 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "ModsButton"}}
| {{hl|ModsButton}} || 4242 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "ModsButton"</sqf>
|-
|-
|{{hl|SearchCreate}} || 82 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "SearchCreate"}}
| {{hl|SearchCreate}} || 82 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "SearchCreate"</sqf>
|-
|-
|{{hl|SearchCreateButton}} || 83 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "SearchCreateButton"}}
| {{hl|SearchCreateButton}} || 83 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "SearchCreateButton"</sqf>
|-
|-
|{{hl|CreateObjectWEST}} || 56 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectWEST"}}
| {{hl|CreateObjectWEST}} || 56 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectWEST"</sqf>
|-
|-
|{{hl|CreateObjectEAST}} || 57 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectEAST"}}
| {{hl|CreateObjectEAST}} || 57 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectEAST"</sqf>
|-
|-
|{{hl|CreateObjectGUER}} || 58 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectGUER"}}
| {{hl|CreateObjectGUER}} || 58 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectGUER"</sqf>
|-
|-
|{{hl|CreateObjectCIV}} || 59 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectCIV"}}
| {{hl|CreateObjectCIV}} || 59 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectCIV"</sqf>
|-
|-
|{{hl|CreateObjectEMPTY}} || 60 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectEMPTY"}}
| {{hl|CreateObjectEMPTY}} || 60 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectEMPTY"</sqf>
|-
|-
|{{hl|CreateGroupWEST}} || 61 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupWEST"}}
| {{hl|CreateGroupWEST}} || 61 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupWEST"</sqf>
|-
|-
|{{hl|CreateGroupEAST}} || 62 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupEAST"}}
| {{hl|CreateGroupEAST}} || 62 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupEAST"</sqf>
|-
|-
|{{hl|CreateGroupGUER}} || 63 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupGUER"}}
| {{hl|CreateGroupGUER}} || 63 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupGUER"</sqf>
|-
|-
|{{hl|CreateGroupCIV}} || 64 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupCIV"}}
| {{hl|CreateGroupCIV}} || 64 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupCIV"</sqf>
|-
|-
|{{hl|CreateGroupEMPTY}} || 65 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupEMPTY"}}
| {{hl|CreateGroupEMPTY}} || 65 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupEMPTY"</sqf>
|-
|-
|{{hl|CreateGroupCUSTOM}} || 71 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupCUSTOM"}}
| {{hl|CreateGroupCUSTOM}} || 71 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupCUSTOM"</sqf>
|-
|-
|{{hl|CreateTrigger}} || 68 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateTrigger"}}
| {{hl|CreateTrigger}} || 68 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateTrigger"</sqf>
|-
|-
|{{hl|CreateWaypoint}} || 6.9e+006 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateWaypoint"}}
| {{hl|CreateWaypoint}} || 6.9e+006 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateWaypoint"</sqf>
|-
|-
|{{hl|CreateObjectLogic}} || 66 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectLogic"}}
| {{hl|CreateObjectLogic}} || 66 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectLogic"</sqf>
|-
|-
|{{hl|CreateObjectModule}} || 67 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectModule"}}
| {{hl|CreateObjectModule}} || 67 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectModule"</sqf>
|-
|-
|{{hl|CreateMarkerIcon}} || 69 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateMarkerIcon"}}
| {{hl|CreateMarkerIcon}} || 69 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateMarkerIcon"</sqf>
|-
|-
|{{hl|CreateMarkerArea}} || 70 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateMarkerArea"}}
| {{hl|CreateMarkerArea}} || 70 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateMarkerArea"</sqf>
|-
|-
|{{hl|VehiclePanel}} || 1062 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "VehiclePanel"}}
| {{hl|VehiclePanel}} || 1062 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "VehiclePanel"</sqf>
|-
|-
|{{hl|ToggleEmpty}} || 1063 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "VehiclePanel" >> "Controls" >> "ToggleEmpty"}}
| {{hl|ToggleEmpty}} || 1063 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "VehiclePanel" >> "Controls" >> "ToggleEmpty"</sqf>
|-
|-
|{{hl|CustomCompositionPanel}} || 1061 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel"}}
| {{hl|CustomCompositionPanel}} || 1061 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel"</sqf>
|-
|-
|{{hl|Add}} || 90 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Add"}}
| {{hl|Add}} || 90 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Add"</sqf>
|-
|-
|{{hl|Edit}} || 91 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Edit"}}
| {{hl|Edit}} || 91 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Edit"</sqf>
|-
|-
|{{hl|Publish}} || 93 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Publish"}}
| {{hl|Publish}} || 93 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Publish"</sqf>
|-
|-
|{{hl|Delete}} || 92 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Delete"}}
| {{hl|Delete}} || 92 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Delete"</sqf>
|-
|-
|{{hl|PanelRightHistory}} || 1040 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightHistory"}}
| {{hl|PanelRightHistory}} || 1040 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightHistory"</sqf>
|-
|-
|{{hl|History}} || 74 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightHistory" >> "Controls" >> "History"}}
| {{hl|History}} || 74 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightHistory" >> "Controls" >> "History"</sqf>
|-
|-
|{{hl|EditorPreviewGroup}} || 98 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "EditorPreviewGroup"}}
| {{hl|EditorPreviewGroup}} || 98 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "EditorPreviewGroup"</sqf>
|-
|-
|{{hl|EditorPreview}} || 99 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "EditorPreviewGroup" >> "Controls" >> "EditorPreview"}}
| {{hl|EditorPreview}} || 99 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "EditorPreviewGroup" >> "Controls" >> "EditorPreview"</sqf>
|-
|-
|{{hl|ButtonPlay}} || 1023 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "ButtonPlay"}}
| {{hl|ButtonPlay}} || 1023 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "ButtonPlay"</sqf>
|-
|-
|{{hl|ControlsHint}} || 1044 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "ControlsHint"}}
| {{hl|ControlsHint}} || 1044 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "ControlsHint"</sqf>
|-
|-
|{{hl|StatusBar}} || 1050 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar"}}
| {{hl|StatusBar}} || 1050 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "StatusBar"</sqf>
|-
|-
|{{hl|StatusBarBackground}} || 1051 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "StatusBarBackground"}}
| {{hl|StatusBarBackground}} || 1051 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "StatusBarBackground"</sqf>
|-
|-
|{{hl|ValueX}} || 1052 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueX"}}
| {{hl|ValueX}} || 1052 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueX"</sqf>
|-
|-
|{{hl|ValueY}} || 1053 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueY"}}
| {{hl|ValueY}} || 1053 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueY"</sqf>
|-
|-
|{{hl|ValueZ}} || 1054 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueZ"}}
| {{hl|ValueZ}} || 1054 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueZ"</sqf>
|-
|-
|{{hl|ValueDis}} || 1055 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueDis"}}
| {{hl|ValueDis}} || 1055 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueDis"</sqf>
|-
|-
|{{hl|Version}} || 1057 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "Version"}}
| {{hl|Version}} || 1057 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "Version"</sqf>
|-
|-
|{{hl|Mod}} || 1058 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "Mod"}}
| {{hl|Mod}} || 1058 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "Mod"</sqf>
|-
|-
|{{hl|Server}} || 1059 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "Server"}}
| {{hl|Server}} || 1059 || <sqf>configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "Server"</sqf>
|}
|}


{{Wiki|extractionScript}}
{{Wiki|extractionScript}}


[[Category: Eden Editor: Modding]]
[[Category: Eden Editor: Modding]]

Latest revision as of 03:13, 18 September 2022

Config Name IDC Config Path
ContextMenu 1100
configFile >> "Display3DEN" >> "ContextMenu"
Map 51
configFile >> "Display3DEN" >> "ControlsBackground" >> "Map"
MouseArea 52
configFile >> "Display3DEN" >> "ControlsBackground" >> "MouseArea"
ScrollBlockTop 46
configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockTop"
ScrollBlockLeft 47
configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockLeft"
ScrollBlockRight 48
configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockRight"
ScrollBlockBottom 49
configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockBottom"
NavigationWidget 87
configFile >> "Display3DEN" >> "ControlsBackground" >> "NavigationWidget"
Black 998
configFile >> "Display3DEN" >> "ControlsBackground" >> "Black"
ButtonExit 2
configFile >> "Display3DEN" >> "Controls" >> "ButtonExit"
MissionName 76
configFile >> "Display3DEN" >> "Controls" >> "MissionName"
MenuStrip 120
configFile >> "Display3DEN" >> "Controls" >> "MenuStrip"
Toolbar 1000
configFile >> "Display3DEN" >> "Controls" >> "Toolbar"
ToolbarBackground 1001
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "ToolbarBackground"
File 1002
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File"
New 1006
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "New"
Open 1007
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "Open"
Save 1008
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "Save"
Publish 10091
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "Publish"
History 1003
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "History"
Undo 1010
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "History" >> "Controls" >> "Undo"
Redo 1011
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "History" >> "Controls" >> "Redo"
Widget 1004
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget"
WidgetNone 10041
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetNone"
WidgetTranslation 10042
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetTranslation"
WidgetRotation 10043
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetRotation"
WidgetScaling 10044
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetScaling"
WidgetArea 10045
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetArea"
Interaction 1005
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction"
WidgetCoord 1016
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction" >> "Controls" >> "WidgetCoord"
VerticalToggle 1017
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction" >> "Controls" >> "VerticalToggle"
SurfaceSnapToggle 1018
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction" >> "Controls" >> "SurfaceSnapToggle"
Grid 1024
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid"
Translation 1025
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "Translation"
TranslationValue 1026
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "TranslationValue"
Rotation 1027
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "Rotation"
RotationValue 1028
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "RotationValue"
Scaling 1029
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "Scaling"
ScalingValue 1030
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "ScalingValue"
Mission 10301
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission"
Intel 10302
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Intel"
Map 10303
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Map"
Flashlight 10305
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Flashlight"
Vision 10304
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Vision"
Workspace 10306
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Workspace"
Help 10251
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Help"
Tutorial 10310
configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Help" >> "Controls" >> "Tutorial"
Notification 10312
configFile >> "Display3DEN" >> "Controls" >> "Notification"
TabLeftToggle 1031
configFile >> "Display3DEN" >> "Controls" >> "TabLeftToggle"
PanelLeft 1019
configFile >> "Display3DEN" >> "Controls" >> "PanelLeft"
TabLeftToggle 1032
configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "TabLeftToggle"
TabLeftSections 1033
configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "TabLeftSections"
PanelLeftBackground 1020
configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftBackground"
PanelLeftEdit 1037
configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit"
SearchEdit 80
configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "SearchEdit"
SearchEditButton 81
configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "SearchEditButton"
Edit 55
configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "Edit"
Delete 85
configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "Delete"
EditLayer 84
configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "EditLayer"
RemoveLayer 86
configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "RemoveLayer"
EnableLayer 1065
configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "EnableLayer"
ShowLayer 1064
configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "ShowLayer"
PanelLeftLocations 1038
configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations"
SearchLocations 800
configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations" >> "Controls" >> "SearchLocations"
SearchLocationsButton 810
configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations" >> "Controls" >> "SearchLocationsButton"
Locations 820
configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations" >> "Controls" >> "Locations"
TabRightToggle 1034
configFile >> "Display3DEN" >> "Controls" >> "TabRightToggle"
PanelRight 1021
configFile >> "Display3DEN" >> "Controls" >> "PanelRight"
TabRightToggle 1034
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "TabRightToggle"
TabRightSections 1036
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "TabRightSections"
PanelRightBackground 1022
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightBackground"
PanelRightCreate 1039
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate"
ModeLabels 1060
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "ModeLabels"
Modes 53
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Modes"
Sides 54
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Sides"
Create 1049
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create"
ModsButton 4242
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "ModsButton"
SearchCreate 82
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "SearchCreate"
SearchCreateButton 83
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "SearchCreateButton"
CreateObjectWEST 56
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectWEST"
CreateObjectEAST 57
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectEAST"
CreateObjectGUER 58
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectGUER"
CreateObjectCIV 59
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectCIV"
CreateObjectEMPTY 60
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectEMPTY"
CreateGroupWEST 61
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupWEST"
CreateGroupEAST 62
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupEAST"
CreateGroupGUER 63
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupGUER"
CreateGroupCIV 64
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupCIV"
CreateGroupEMPTY 65
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupEMPTY"
CreateGroupCUSTOM 71
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupCUSTOM"
CreateTrigger 68
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateTrigger"
CreateWaypoint 6.9e+006
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateWaypoint"
CreateObjectLogic 66
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectLogic"
CreateObjectModule 67
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectModule"
CreateMarkerIcon 69
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateMarkerIcon"
CreateMarkerArea 70
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateMarkerArea"
VehiclePanel 1062
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "VehiclePanel"
ToggleEmpty 1063
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "VehiclePanel" >> "Controls" >> "ToggleEmpty"
CustomCompositionPanel 1061
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel"
Add 90
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Add"
Edit 91
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Edit"
Publish 93
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Publish"
Delete 92
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Delete"
PanelRightHistory 1040
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightHistory"
History 74
configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightHistory" >> "Controls" >> "History"
EditorPreviewGroup 98
configFile >> "Display3DEN" >> "Controls" >> "EditorPreviewGroup"
EditorPreview 99
configFile >> "Display3DEN" >> "Controls" >> "EditorPreviewGroup" >> "Controls" >> "EditorPreview"
ButtonPlay 1023
configFile >> "Display3DEN" >> "Controls" >> "ButtonPlay"
ControlsHint 1044
configFile >> "Display3DEN" >> "Controls" >> "ControlsHint"
StatusBar 1050
configFile >> "Display3DEN" >> "Controls" >> "StatusBar"
StatusBarBackground 1051
configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "StatusBarBackground"
ValueX 1052
configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueX"
ValueY 1053
configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueY"
ValueZ 1054
configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueZ"
ValueDis 1055
configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueDis"
Version 1057
configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "Version"
Mod 1058
configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "Mod"
Server 1059
configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "Server"
Extraction script can be found on the Biki Export Scripts page.