Table of Contents

Enum DLCBuildOptions

Namespace
DLCToolkit.BuildTools
Assembly
DLCToolkit.BuildTools.dll

Custom build options for building DLC content. Multiple options can be combined.

[Flags]
public enum DLCBuildOptions

Fields

DebugScripting = 32

Attempt to build supported scripting DLC in debug mode with appropriate debug symbols so that the script debugger can be attached when loading DLC content at runtime. Only supported on windows platforms.

DebugScripting_UseConfig = 2048

Should the script debugging option be taken from the quick select build menu option (Tools -> DLC Toolkit -> Build Config -> Compilation).

Default = ForceRebuild_UseConfig | DebugScripting_UseConfig

Default options.

DisableScripting = 16

Prevent DLC content from being built with scripting support.

ForceRebuild = 2

Should a total rebuild be forced disregarding any cached or incremental build artifacts. Will usually cause the build to take much longer but wil ensure that content is refreshed.

ForceRebuild_UseConfig = 1024

Should the force rebuild option be taken from the quick select build menu option (Tools -> DLC Toolkit -> Build Config -> Force Rebuild).

IncludeDisabledDLC = 1

Should DLC profiles which are disabled be included in the build.

None = 0

No options selected.