Type

Enum in CompilationJob

Inherits from System.Enum

Summary

The type of compilation that the compiler will do.

public enum Type
{
    FullCompilation,
    DeclarationsOnly,
    StringsOnly
}

Members

NameDescription

The compiler will derive only the variable and function declarations, and file tags, found in the script.

The compiler will do a full compilation, and generate a Program , function declaration set, and string table.

The compiler will generate a string table only.

Last updated

Yarn Spinnerยฎ and Secret Labยฎ are trade marks of Secret Lab Pty. Ltd., and are used by Yarn Spinner Pty. Ltd. under license.