-
Notifications
You must be signed in to change notification settings - Fork 31
Context Menu
Number of added entries: 16
Description: Adds all selected entities to the favorites tab.
Action: ['contextMenu'] call ENH_fnc_favoritesList
Description: Deletes the crew of all selected vehicles.
Action: call ENH_fnc_deleteCrew
Description: Opens a UI that allows for quick garrison of selected entities.
Action: findDisplay 313 ctrlCreate ['ENH_Garrison', 20100]
Description: Logs all entity ids of all selected entities.
Action: 'IDS' call ENH_fnc_3DENLog
Description: Logs all unique classes of all selected entities.
Action: 'CLASSES' call ENH_fnc_3DENLog
Description: Logs all unique factions of all selected entities.
Action: 'FACTIONS' call ENH_fnc_3DENLog
Description: Logs all grid positions of all selected entities.
Action: 'GRIDPOS' call ENH_fnc_3DENLog
Description: Logs various information about each selected entity.
Action: 'OBJECTINFO' call ENH_fnc_3DENLog
Description: Logs all 2D positions of all selected entities.
Action: '2D' call ENH_fnc_3DENLog
Description: Logs all 3D positions of all selected entities.
Action: '3D' call ENH_fnc_3DENLog
Description: Logs all variable names of all selected entities.
Action: 'VARNAMES' call ENH_fnc_3DENLog
Description: Allows the measuring between two points, both in 2D and 3D.
Action: 0 spawn ENH_fnc_measureDistance
Description: Shows informationa about selected system entity. Useful for modules that have no eden editor description.
Action: findDisplay 313 createDisplay 'ENH_ModuleInformation'
Description: Opens a UI that allows to quickly change the layer of all selected entities.
Action: findDisplay 313 createDisplay 'ENH_MoveToLayer'
Description: Opens a UI that allows to adjust current selection based on various filters.
Action: findDisplay 313 createDisplay 'ENH_SelectionFilter'
Description: Sets the player as trigger of selected trigger.
Action: add3DENConnection ['TriggerOwner', get3DENSelected 'Trigger', player]