|
M&B: Bannerlord 1.0.0
The horns sound, the ravens gather.
|
Static Public Member Functions | |
| static string | GetModuleFullPath (string moduleId) |
| static ModuleInfo | GetModuleInfo (string moduleId) |
| static void | InitializePlatformModuleExtension (IPlatformModuleExtension moduleExtension) |
| static void | ClearPlatformModuleExtension () |
| static List< ModuleInfo > | GetModuleInfos (string[] moduleNames) |
| static IEnumerable< ModuleInfo > | GetModules () |
| static string | GetMbprojPath (string id) |
| static string | GetXmlPathForNative (string moduleId, string xmlName) |
| static string | GetXmlPathForNativeWBase (string moduleId, string xmlName) |
| static string | GetXsltPathForNative (string moduleId, string xsltName) |
| static string | GetPath (string id) |
| static string | GetXmlPath (string moduleId, string xmlName) |
| static string | GetXsltPath (string moduleId, string xmlName) |
| static string | GetXsdPath (string xmlInfoId) |
| static IEnumerable< ModuleInfo > | GetDependentModulesOf (IEnumerable< ModuleInfo > source, ModuleInfo module) |
| static Dictionary< string, string > | DeserializeModuleListString (string moduleListString) |
| static string | SerializeModuleListString (List< ModuleInfo > moduleInfos) |
| static List< ModuleInfo > | GetModulesWhere (string[] moduleIDs, Func< ModuleInfo, bool > predicate=null) |
Static Public Attributes | |
| static readonly Func< ModuleInfo, bool > | GetMultiplayerModulePredicate = m => !m.IsOfficial && m.Category == ModuleCategory.Multiplayer |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |