Show / Hide Table of Contents

Class StagLocation

CoordinateLocation which also edits the stag by removing the toll and allowing use of the stag without unlocking the station.

Inheritance
object
TaggableObject
AbstractLocation
ContainerLocation
PlaceableLocation
CoordinateLocation
StagLocation
Inherited Members
CoordinateLocation.x
CoordinateLocation.y
CoordinateLocation.elevation
CoordinateLocation.OnActiveSceneChanged(Scene)
CoordinateLocation.PlaceContainer(GameObject, string)
PlaceableLocation.managed
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 StagLocation : CoordinateLocation

Constructors

View Source

StagLocation()

Declaration
public StagLocation()

Methods

View Source

OnLoad()

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

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

OnUnload()

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

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

Extension Methods

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