Show / Hide Table of Contents

Class StartLocation

Location for giving items at the start of the scene, late enough that they appear on the UI and soul is not removed if during respawn.

Inheritance
System.Object
TaggableObject
AbstractLocation
AutoLocation
StartLocation
Inherited Members
AutoLocation.GetGiveInfo()
AutoLocation.GiveAll()
AutoLocation.GiveAllAsync(Transform)
AutoLocation.GiveAll(Action)
AutoLocation.SupportsCost
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 StartLocation : AutoLocation

Fields

| Improve this Doc View Source

MessageType

Declaration
public MessageType MessageType
Field Value
Type Description
MessageType

Methods

| 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

Wrap()

Declaration
public override AbstractPlacement Wrap()
Returns
Type Description
AbstractPlacement
Overrides
AutoLocation.Wrap()

Extension Methods

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