Show / Hide Table of Contents

Class ObjectLocation

Base type for finding and replacing a game object with an item container.

Inheritance
System.Object
TaggableObject
AbstractLocation
ContainerLocation
ObjectLocation
FsmObjectLocation
DreamerLocation
DreamNailLocation
GodtunerLocation
HuntersJournalLocation
KingFragmentLocation
KingsBrandLocation
LoreTabletLocation
NailmastersGloryObjectLocation
QueenFragmentLocation
Inherited Members
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
Assembly: ItemChanger.dll
Syntax
public class ObjectLocation : ContainerLocation

Fields

| Improve this Doc View Source

elevation

Declaration
public float elevation
Field Value
Type Description
System.Single
| Improve this Doc View Source

objectName

Declaration
public string objectName
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

FindGameObject(String)

Declaration
public static GameObject FindGameObject(string objectName)
Parameters
Type Name Description
System.String objectName
Returns
Type Description
GameObject
| Improve this Doc View Source

OnActiveSceneChanged(Scene)

Declaration
public virtual void OnActiveSceneChanged(Scene to)
Parameters
Type Name Description
Scene to
| Improve this Doc View Source

OnLoad()

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

OnUnload()

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

PlaceContainer(GameObject, String)

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

Extension Methods

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