Class KingFragmentLocation
ObjectLocation which supports a hint at the Kingsmould corpse in Abyss_05 and triggers a scene change to Abyss_05 when its items are obtained.
Inheritance
KingFragmentLocation
Implements
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class KingFragmentLocation : ObjectLocation, ILocalHintLocation
Constructors
View SourceKingFragmentLocation()
Declaration
public KingFragmentLocation()
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()