Class RegistryTools
Contains misc utilties regarding registries
Namespace: WeaverCore.Editor
Assembly: WeaverCore.Editor.dll
Syntax
public static class RegistryTools
Methods
| Edit this page View SourceGetAllFeatureNames()
Gets the names of all feature types that can be added to a registry
Declaration
public static string[] GetAllFeatureNames()
Returns
| Type | Description |
|---|---|
| string[] |
GetAllFeatures()
Gets all feature types that can be added to a registry
Declaration
public static List<Type> GetAllFeatures()
Returns
| Type | Description |
|---|---|
| List<Type> |
GetAllModNames()
Gets the names of all mods in the project
Declaration
public static string[] GetAllModNames()
Returns
| Type | Description |
|---|---|
| string[] |
GetAllMods()
Gets all mod types in the project
Declaration
public static List<Type> GetAllMods()
Returns
| Type | Description |
|---|---|
| List<Type> |
GetAllRegistries()
Gets all registries in the project
Declaration
public static List<Registry> GetAllRegistries()
Returns
| Type | Description |
|---|---|
| List<Registry> |