Table of Contents

Enum EnumModSourceType

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

Represents the origin file type of the mod.

public enum EnumModSourceType

Fields

CS = 0

A single .cs source file. (Code mod without assets.)

DLL = 1

A single .dll source file. (Code mod without assets.)

Folder = 3

A folder able to contain assets and code files.

ZIP = 2

A .zip archive able to contain assets and code files.