Show / Hide Table of Contents

Class Initialization

The main class used for initializing WeaverCore

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

Fields

| Edit this page View Source

Environment

The environment the mod is currently loaded in

Declaration
public const RunningState Environment = Game
Field Value
Type Description
RunningState

Properties

| Edit this page View Source

WeaverCoreInitialized

Whether WeaverCore has been initialized or not

Declaration
public static bool WeaverCoreInitialized { get; }
Property Value
Type Description
bool
| Edit this page View Source

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 Source

Initialize()

Initializes all the necessary components of WeaverCore

Declaration
public static void Initialize()
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾