API ReferenceGE ExtensionsuiliveryEditortools
Layer Utilities
Minimal layer utility - currently only provides layer duplication.
Minimal layer utility - currently only provides layer duplication.
Overview
ui_liveryEditor_tools_misc is a lightweight extension in the livery editor tools suite. It delegates to doOperation for cursor/layer dispatch.
Extension path: lua/ge/extensions/ui/liveryEditor/tools/misc.lua
Exports (M)
| Function | Signature | Description |
|---|---|---|
duplicate | () | Duplicates the currently selected layer via api.duplicateLayer. |
Dependencies
editor_api_dynamicDecals- decal API (duplicateLayer)ui_liveryEditor_tools-doOperationdispatchui_liveryEditor_layers-getLayerByUidfor order/parent lookup
Additional Exports
The following exports are available but not yet documented in detail:
M.duplicate
See Also
- Livery Editor – Tools / Group - Related reference
- Livery Editor – Tools / Material - Related reference
- Livery Editor – Tools / Settings - Related reference
- UI System Guide - Guide