Show / Hide Table of Contents

Class AutoLocation

Location type which cannot accept a container, and thus must implement itself. Examples include items given in dialogue, etc.

Inheritance
System.Object
TaggableObject
AbstractLocation
AutoLocation
EmptyLocation
AbyssShriekLocation
BossEssenceLocation
BrummFlameLocation
CorniferLocation
DescendingDarkLocation
GrimmkinLocation
NailmasterLocation
NailmastersGloryLocation
SealOfBindingLocation
ShadeCloakLocation
ShadeSoulLocation
TukDefendersCrestLocation
VoidHeartLocation
WhisperingRootLocation
StartLocation
Inherited Members
AbstractLocation.name
AbstractLocation.sceneName
AbstractLocation.UnsafeSceneName
AbstractLocation.flingType
AbstractLocation.Placement
AbstractLocation.Load()
AbstractLocation.Unload()
AbstractLocation.OnLoad()
AbstractLocation.OnUnload()
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 abstract class AutoLocation : AbstractLocation

Properties

| Improve this Doc View Source

SupportsCost

Declaration
public virtual bool SupportsCost { get; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

GetGiveInfo()

Declaration
public virtual GiveInfo GetGiveInfo()
Returns
Type Description
GiveInfo
| Improve this Doc View Source

GiveAll()

Declaration
public void GiveAll()
| Improve this Doc View Source

GiveAll(Action)

Declaration
public void GiveAll(Action callback)
Parameters
Type Name Description
Action callback
| Improve this Doc View Source

GiveAllAsync(Transform)

Declaration
public Action<Action> GiveAllAsync(Transform t)
Parameters
Type Name Description
Transform t
Returns
Type Description
Action<Action>
| Improve this Doc View Source

Wrap()

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

Extension Methods

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