Show / Hide Table of Contents

Class RegistryTools

Contains misc utilties regarding registries

Inheritance
object
RegistryTools
Namespace: WeaverCore.Editor
Assembly: WeaverCore.Editor.dll
Syntax
public static class RegistryTools

Methods

| Edit this page View Source

GetAllFeatureNames()

Gets the names of all feature types that can be added to a registry

Declaration
public static string[] GetAllFeatureNames()
Returns
Type Description
string[]
| Edit this page View Source

GetAllFeatures()

Gets all feature types that can be added to a registry

Declaration
public static List<Type> GetAllFeatures()
Returns
Type Description
List<Type>
| Edit this page View Source

GetAllModNames()

Gets the names of all mods in the project

Declaration
public static string[] GetAllModNames()
Returns
Type Description
string[]
| Edit this page View Source

GetAllMods()

Gets all mod types in the project

Declaration
public static List<Type> GetAllMods()
Returns
Type Description
List<Type>
| Edit this page View Source

GetAllRegistries()

Gets all registries in the project

Declaration
public static List<Registry> GetAllRegistries()
Returns
Type Description
List<Registry>
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾