Skip to content
R3vo edited this page May 9, 2024 · 9 revisions

Number of added entries: 16


Add to Favorites

Description: Adds all selected entities to the favorites tab.

Action: ['contextMenu'] call ENH_fnc_favoritesList

Delete Crew

Description: Deletes the crew of all selected vehicles.

Action: call ENH_fnc_deleteCrew

Garrison Buildings

Description: Opens a UI that allows for quick garrison of selected entities.

Action: findDisplay 313 ctrlCreate ['ENH_Garrison', 20100]

Log 3DEN Entity IDs to Clipboard

Description: Logs all entity ids of all selected entities.

Action: 'IDS' call ENH_fnc_3DENLog

Log Classes as String to Clipboard

Description: Logs all unique classes of all selected entities.

Action: 'CLASSES' call ENH_fnc_3DENLog

Log Faction Names to Clipboard

Description: Logs all unique factions of all selected entities.

Action: 'FACTIONS' call ENH_fnc_3DENLog

Log Grid Position to Clipboard

Description: Logs all grid positions of all selected entities.

Action: 'GRIDPOS' call ENH_fnc_3DENLog

Log Object Info

Description: Logs various information about each selected entity.

Action: 'OBJECTINFO' call ENH_fnc_3DENLog

Log Positions (2D) to Clipboard

Description: Logs all 2D positions of all selected entities.

Action: '2D' call ENH_fnc_3DENLog

Log Positions (3D) to Clipboard

Description: Logs all 3D positions of all selected entities.

Action: '3D' call ENH_fnc_3DENLog

Log Variable Names to Clipboard

Description: Logs all variable names of all selected entities.

Action: 'VARNAMES' call ENH_fnc_3DENLog

Measure Distance

Description: Allows the measuring between two points, both in 2D and 3D.

Action: 0 spawn ENH_fnc_measureDistance

Module Information

Description: Shows informationa about selected system entity. Useful for modules that have no eden editor description.

Action: findDisplay 313 createDisplay 'ENH_ModuleInformation'

Move to layer...

Description: Opens a UI that allows to quickly change the layer of all selected entities.

Action: findDisplay 313 createDisplay 'ENH_MoveToLayer'

Selection Filter

Description: Opens a UI that allows to adjust current selection based on various filters.

Action: findDisplay 313 createDisplay 'ENH_SelectionFilter'

Set Player as Trigger Owner

Description: Sets the player as trigger of selected trigger.

Action: add3DENConnection ['TriggerOwner', get3DENSelected 'Trigger', player]