Table of Contents

Class ModuleInfo

Namespace
TaleWorlds.ModuleManager
Assembly
TaleWorlds.ModuleManager.dll
public class ModuleInfo
Inheritance
ModuleInfo
Inherited Members

Constructors

ModuleInfo()

public ModuleInfo()

Fields

DependedModules

public readonly List<DependedModule> DependedModules

Field Value

List<DependedModule>

IncompatibleModules

public readonly List<DependedModule> IncompatibleModules

Field Value

List<DependedModule>

ModulesToLoadAfterThis

public readonly List<DependedModule> ModulesToLoadAfterThis

Field Value

List<DependedModule>

SubModules

public readonly List<SubModuleInfo> SubModules

Field Value

List<SubModuleInfo>

Properties

Category

public ModuleCategory Category { get; }

Property Value

ModuleCategory

FolderPath

public string FolderPath { get; }

Property Value

string

HasMultiplayerCategory

public bool HasMultiplayerCategory { get; }

Property Value

bool

Id

public string Id { get; }

Property Value

string

IsDefault

public bool IsDefault { get; }

Property Value

bool

IsNative

public bool IsNative { get; }

Property Value

bool

IsOfficial

public bool IsOfficial { get; }

Property Value

bool

IsRequiredOfficial

public bool IsRequiredOfficial { get; }

Property Value

bool

IsSelected

public bool IsSelected { get; set; }

Property Value

bool

Name

public string Name { get; }

Property Value

string

Type

public ModuleType Type { get; }

Property Value

ModuleType

Version

public ApplicationVersion Version { get; }

Property Value

ApplicationVersion

Methods

LoadWithFullPath(string)

public void LoadWithFullPath(string fullPath)

Parameters

fullPath string

UpdateVersionChangeSet()

public void UpdateVersionChangeSet()

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).