Table of Contents

Class GlobalModsManifestModelManifestedModFile

Namespace
LlamaLogic.Packages.Models.GlobalManifest
Assembly
LlamaLogic.Packages.dll

Represents a manifested mod in a global mods manifest SnippetTuning resource (🔓)

public sealed class GlobalModsManifestModelManifestedModFile : IXmlSerializable
Inheritance
GlobalModsManifestModelManifestedModFile
Implements
Inherited Members

Properties

Hashes

Gets the union of SubsumedHashes and the agent's calculated manifest hash for the mod file

public HashSet<ImmutableArray<byte>> Hashes { get; }

Property Value

HashSet<ImmutableArray<byte>>

ManifestKey

Gets/sets the ResourceKey of the mod manifest SnippetTuning of the mod file if it's a package

public ResourceKey? ManifestKey { get; set; }

Property Value

ResourceKey?

ManifestTuningName

Gets the tuning name of the mod manifest SnippetTuning of the mod file if it's a package

public string? ManifestTuningName { get; set; }

Property Value

string

ModsFolderPath

Gets/sets the relative path from the root of the Mods folder to the mod file

public string ModsFolderPath { get; set; }

Property Value

string