Enum in CompilationJob
Inherits from System.Enum
System.Enum
The type of compilation that the compiler will do.
public enum Type { FullCompilation, DeclarationsOnly, StringsOnly }
DeclarationsOnly
The compiler will derive only the variable and function declarations, and file tags, found in the script.
FullCompilation
The compiler will do a full compilation, and generate a Program , function declaration set, and string table.
StringsOnly
The compiler will generate a string table only.
Last updated 3 years ago
Was this helpful?