Show / Hide Table of Contents

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.

Inheritance
object
TaggableObject
AbstractLocation
AutoLocation
WhisperingRootLocation
Implements
ILocalHintLocation
Inherited Members
AutoLocation.GiveAll()
AutoLocation.GiveAllAsync(Transform)
AutoLocation.GiveAll(Action)
AutoLocation.Wrap()
AutoLocation.SupportsCost
AbstractLocation.name
AbstractLocation.sceneName
AbstractLocation.flingType
AbstractLocation.Load()
AbstractLocation.Unload()
AbstractLocation.Clone()
AbstractLocation.UnsafeSceneName
AbstractLocation.Placement
TaggableObject.tags
TaggableObject.LoadTags()
TaggableObject.UnloadTags()
TaggableObject.AddTag<T>()
TaggableObject.AddTag(Tag)
TaggableObject.AddTags(IEnumerable<Tag>)
TaggableObject.GetTag<T>()
TaggableObject.GetTag<T>(out T)
TaggableObject.GetTags<T>()
TaggableObject.GetOrAddTag<T>()
TaggableObject.HasTag<T>()
TaggableObject.RemoveTags<T>()
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class WhisperingRootLocation : AutoLocation, ILocalHintLocation

Constructors

View Source

WhisperingRootLocation()

Declaration
public WhisperingRootLocation()

Properties

View Source

HintActive

Declaration
public bool HintActive { get; set; }
Property Value
Type Description
bool

Methods

View Source

GetGiveInfo()

Declaration
public override GiveInfo GetGiveInfo()
Returns
Type Description
GiveInfo
Overrides
AutoLocation.GetGiveInfo()
View Source

OnLoad()

Called during Load(). Allows the location to initialize and set up any hooks.

Declaration
protected override void OnLoad()
Overrides
AbstractLocation.OnLoad()
View Source

OnUnload()

Called during Unload(). Allows the location to dispose any hooks.

Declaration
protected override void OnUnload()
Overrides
AbstractLocation.OnUnload()

Implements

ILocalHintLocation

Extension Methods

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