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
IncompatibleModules
public readonly List<DependedModule> IncompatibleModules
Field Value
ModulesToLoadAfterThis
public readonly List<DependedModule> ModulesToLoadAfterThis
Field Value
SubModules
public readonly List<SubModuleInfo> SubModules
Field Value
Properties
Category
public ModuleCategory Category { get; }
Property Value
FolderPath
public string FolderPath { get; }
Property Value
HasMultiplayerCategory
public bool HasMultiplayerCategory { get; }
Property Value
Id
public string Id { get; }
Property Value
IsDefault
public bool IsDefault { get; }
Property Value
IsNative
public bool IsNative { get; }
Property Value
IsOfficial
public bool IsOfficial { get; }
Property Value
IsRequiredOfficial
public bool IsRequiredOfficial { get; }
Property Value
IsSelected
public bool IsSelected { get; set; }
Property Value
Name
public string Name { get; }
Property Value
Type
public ModuleType Type { get; }
Property Value
Version
public ApplicationVersion Version { get; }
Property Value
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).