Show / Hide Table of Contents

Class CorniferLocation

Location which gives items through the interface to purchase a map from Cornifer.

Inheritance
System.Object
TaggableObject
AbstractLocation
AutoLocation
CorniferLocation
Inherited Members
AutoLocation.GetGiveInfo()
AutoLocation.GiveAll()
AutoLocation.GiveAllAsync(Transform)
AutoLocation.GiveAll(Action)
AutoLocation.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.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class CorniferLocation : AutoLocation

Fields

| Improve this Doc View Source

objectName

Declaration
public string objectName
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

SupportsCost

Declaration
public override bool SupportsCost { get; }
Property Value
Type Description
System.Boolean
Overrides
AutoLocation.SupportsCost

Methods

| Improve this Doc View Source

IsCorniferCardPresent()

Declaration
public bool IsCorniferCardPresent()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsCorniferPresent()

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

Extension Methods

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