Class GreyMournerLocation
FsmObjectLocation with edits to support dropping from the Grey Mourner and giving a hint when the Delicate Flower is offered.
Inheritance
GreyMournerLocation
Implements
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class GreyMournerLocation : FsmObjectLocation, ILocalHintLocation
Constructors
View SourceGreyMournerLocation()
Declaration
public GreyMournerLocation()
Properties
View SourceHintActive
Declaration
public bool HintActive { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
View SourceOnLoad()
Called during Load(). Allows the location to initialize and set up any hooks.
Declaration
protected override void OnLoad()
Overrides
View SourceOnUnload()
Called during Unload(). Allows the location to dispose any hooks.
Declaration
protected override void OnUnload()