Show / Hide Table of Contents

Class DreamerLocation

ObjectLocation which places an item within the Dreamer's dream and supports a HintBox outside the dream.

Inheritance
object
TaggableObject
AbstractLocation
ContainerLocation
ObjectLocation
DreamerLocation
Implements
ILocalHintLocation
Inherited Members
ObjectLocation.objectName
ObjectLocation.elevation
ObjectLocation.OnActiveSceneChanged(Scene)
ObjectLocation.FindGameObject(string)
ContainerLocation.forceShiny
ContainerLocation.GetContainer(out GameObject, out string)
ContainerLocation.Supports(string)
ContainerLocation.Wrap()
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 DreamerLocation : ObjectLocation, ILocalHintLocation

Constructors

View Source

DreamerLocation()

Declaration
public DreamerLocation()

Fields

View Source

previousScene

Declaration
public string previousScene
Field Value
Type Description
string

Properties

View Source

HintActive

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

Methods

View Source

OnLoad()

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

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

OnUnload()

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

Declaration
protected override void OnUnload()
Overrides
ObjectLocation.OnUnload()
View Source

PlaceContainer(GameObject, string)

Declaration
public override void PlaceContainer(GameObject obj, string containerType)
Parameters
Type Name Description
GameObject obj
string containerType
Overrides
ObjectLocation.PlaceContainer(GameObject, string)

Implements

ILocalHintLocation

Extension Methods

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