Class Initialization
The main class used for initializing WeaverCore
Namespace: WeaverCore
Assembly: WeaverCore.dll
Syntax
public static class Initialization
Fields
| Edit this page View SourceEnvironment
The environment the mod is currently loaded in
Declaration
public const RunningState Environment = Game
Field Value
Type | Description |
---|---|
RunningState |
Properties
| Edit this page View SourceWeaverCoreInitialized
Whether WeaverCore has been initialized or not
Declaration
public static bool WeaverCoreInitialized { get; }
Property Value
Type | Description |
---|---|
bool |
WeaverCoreRuntimeInitialized
Whether the runtime aspects of WeaverCore have been initialized. Only set to true in hollow knight or when play mode is entered
Declaration
public static bool WeaverCoreRuntimeInitialized { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceInitialize()
Initializes all the necessary components of WeaverCore
Declaration
public static void Initialize()