Show / Hide Table of Contents

Class ExistingContainerLocation

An abstract location which can be optionally replaced with a container, but has a natural way of giving items if not replaced.

Inheritance
System.Object
TaggableObject
AbstractLocation
ExistingContainerLocation
ExistingFsmContainerLocation
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 ExistingContainerLocation : AbstractLocation

Fields

| Improve this Doc View Source

containerType

Declaration
public string containerType
Field Value
Type Description
System.String
| Improve this Doc View Source

nonreplaceable

Declaration
public bool nonreplaceable
Field Value
Type Description
System.Boolean

Properties

| Improve this Doc View Source

HandlesCostBeforeContainer

Returns true if the placement does not need to choose a container that supports costs because the location will manage the cost separately.

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

Methods

| Improve this Doc View Source

AsContainerLocation()

Converts the location to a ContainerLocation. The new location will always replace its container, instead of conditionally modifying it in place.

Declaration
public abstract ContainerLocation AsContainerLocation()
Returns
Type Description
ContainerLocation
| Improve this Doc View Source

WillBeReplaced()

Declaration
public virtual bool WillBeReplaced()
Returns
Type Description
System.Boolean
| 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