Class ModuleHelper
- Namespace
- TaleWorlds.ModuleManager
- Assembly
- TaleWorlds.ModuleManager.dll
public static class ModuleHelper
- Inheritance
-
ModuleHelper
- Inherited Members
Methods
ClearPlatformModuleExtension()
public static void ClearPlatformModuleExtension()
GetDependentModulesOf(IEnumerable<ModuleInfo>, ModuleInfo)
public static IEnumerable<ModuleInfo> GetDependentModulesOf(IEnumerable<ModuleInfo> source, ModuleInfo module)
Parameters
source
IEnumerable<ModuleInfo>module
ModuleInfo
Returns
GetMbprojPath(string)
public static string GetMbprojPath(string id)
Parameters
id
string
Returns
GetModuleFullPath(string)
public static string GetModuleFullPath(string moduleId)
Parameters
moduleId
string
Returns
GetModuleInfo(string)
public static ModuleInfo GetModuleInfo(string moduleId)
Parameters
moduleId
string
Returns
GetModuleInfos(string[])
public static List<ModuleInfo> GetModuleInfos(string[] moduleNames)
Parameters
moduleNames
string[]
Returns
GetModules()
public static IEnumerable<ModuleInfo> GetModules()
Returns
GetPath(string)
public static string GetPath(string id)
Parameters
id
string
Returns
GetSortedModules(string[])
public static List<ModuleInfo> GetSortedModules(string[] moduleIDs)
Parameters
moduleIDs
string[]
Returns
GetXmlPath(string, string)
public static string GetXmlPath(string moduleId, string xmlName)
Parameters
Returns
GetXmlPathForNative(string, string)
public static string GetXmlPathForNative(string moduleId, string xmlName)
Parameters
Returns
GetXmlPathForNativeWBase(string, string)
public static string GetXmlPathForNativeWBase(string moduleId, string xmlName)
Parameters
Returns
GetXsdPath(string)
public static string GetXsdPath(string xmlInfoId)
Parameters
xmlInfoId
string
Returns
GetXsltPath(string, string)
public static string GetXsltPath(string moduleId, string xmlName)
Parameters
Returns
GetXsltPathForNative(string, string)
public static string GetXsltPathForNative(string moduleId, string xsltName)
Parameters
Returns
InitializePlatformModuleExtension(IPlatformModuleExtension)
public static void InitializePlatformModuleExtension(IPlatformModuleExtension moduleExtension)
Parameters
moduleExtension
IPlatformModuleExtension
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).