Table of Contents

Enum FileEntryType

Namespace
OmegaEngine.Foundation.Storage
Assembly
OmegaEngine.Foundation.dll
public enum FileEntryType
Extension Methods

Fields

Added = 2

The file is not present in the main game and was added by a mod.

Deleted = 3

The file was originally added by a mod but has now been deleted.

Modified = 1

The file is present in the main game and was modified/overwritten by a mod.

Normal = 0

The file is present in the main game and was not modified by a mod.

See Also