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
System.Object
TaggableObject
AbstractLocation
ContainerLocation
ObjectLocation
DreamerLocation
Implements
ILocalHintLocation
Inherited Members
ObjectLocation.objectName
ObjectLocation.elevation
ObjectLocation.OnActiveSceneChanged(Scene)
ObjectLocation.FindGameObject(String)
ContainerLocation.forceShiny
ContainerLocation.GetContainer(GameObject, String)
ContainerLocation.Supports(String)
ContainerLocation.Wrap()
AbstractLocation.name
AbstractLocation.sceneName
AbstractLocation.UnsafeSceneName
AbstractLocation.flingType
AbstractLocation.Placement
AbstractLocation.Load()
AbstractLocation.Unload()
AbstractLocation.Clone()
TaggableObject.tags
TaggableObject.LoadTags()
TaggableObject.UnloadTags()
TaggableObject.AddTag<T>()
TaggableObject.AddTag(Tag)
TaggableObject.AddTags(IEnumerable<Tag>)
TaggableObject.GetTag<T>()
TaggableObject.GetTag<T>(T)
TaggableObject.GetTags<T>()
TaggableObject.GetOrAddTag<T>()
TaggableObject.HasTag<T>()
TaggableObject.RemoveTags<T>()
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class DreamerLocation : ObjectLocation, ILocalHintLocation

Fields

| Improve this Doc View Source

previousScene

Declaration
public string previousScene
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

HintActive

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

Methods

| Improve this Doc View Source

OnLoad()

Declaration
protected override void OnLoad()
Overrides
ObjectLocation.OnLoad()
| Improve this Doc View Source

OnUnload()

Declaration
protected override void OnUnload()
Overrides
ObjectLocation.OnUnload()
| Improve this Doc View Source

PlaceContainer(GameObject, String)

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

Implements

ILocalHintLocation

Extension Methods

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