Exporting parameters used in Editor.InstallableContentActionsComponent.exportScript(). It specifies wheather you'd like to include or exclude dependencies from your script export.

Enumeration Members

WithDependencies: number

This is used to tell inform export that you do want to include any dependencies when exporting scripts. This means that if your script references items outside of your project, they will be included in export.

WithoutDependencies: number

This is used to tell inform export that you do not want to include any dependencies when exporting scripts. This means that if your script references items outside of your project, they will not be included in export.