Show / Hide Table of Contents

Class BlueDoorUnlock

Module which changes the blue hp threshold for the LBC door to the specified value. TransitionFixes handles opening the door when entering from behind.

Inheritance
object
Module
BlueDoorUnlock
Inherited Members
Module.LoadOnce()
Module.UnloadOnce()
Module.Name
Module.ModuleHandlingProperties
Module.Loaded
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger.Modules
Assembly: ItemChanger.dll
Syntax
[DefaultModule]
public class BlueDoorUnlock : Module

Constructors

View Source

BlueDoorUnlock()

Declaration
public BlueDoorUnlock()

Fields

View Source

blueHealthThreshold

Declaration
public int blueHealthThreshold
Field Value
Type Description
int

Methods

View Source

Initialize()

Declaration
public override void Initialize()
Overrides
Module.Initialize()
View Source

Unload()

Declaration
public override void Unload()
Overrides
Module.Unload()

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX