Class WhisperingRootLocation
Location which prevents DreamPlantOrbs from giving essence and gives items directly after completing the whispering root. Supports a HintBox around the whispering root.
Implements
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class WhisperingRootLocation : AutoLocation, ILocalHintLocation
Constructors
View SourceWhisperingRootLocation()
Declaration
public WhisperingRootLocation()
Properties
View SourceHintActive
Declaration
public bool HintActive { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
View SourceGetGiveInfo()
Declaration
public override GiveInfo GetGiveInfo()
Returns
| Type | Description |
|---|---|
| GiveInfo |
Overrides
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()