Class TransitionFixes
Module which applies a large number of fixes to allow entering rooms from unintended directions.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger.Modules
Assembly: ItemChanger.dll
Syntax
public class TransitionFixes : Module
Fields
| Improve this Doc View SourceExcludedTransitionFixes
Fixes targeted at Transitions in this collection will be ignored.
Declaration
public HashSet<Transition> ExcludedTransitionFixes
Field Value
Type | Description |
---|---|
HashSet<Transition> |
Methods
| Improve this Doc View SourceInitialize()
Declaration
public override void Initialize()
Overrides
| Improve this Doc View SourceUnload()
Declaration
public override void Unload()