Show / Hide Table of Contents

Enum VersionStrictness

Enum used for telling whether or not the same mod version should be used by both the server and the clients. This enum is only useful with certain CompatibilityLevel values.
Namespace: Jotunn.Utils
Assembly: Jotunn.dll
Syntax
public enum VersionStrictness

Fields

Name Description
Major Mod must have the same Major version
Minor Mods must have the same Minor version
None No version check is done
Patch Mods must have the same Patch version

Extension Methods

PrefabExtension.FixReferences(object)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾