Show / Hide Table of Contents

Class NailmasterLocation

Location which gives items when a Nailmaster would teach their nail art.

Inheritance
object
TaggableObject
AbstractLocation
AutoLocation
NailmasterLocation
Inherited Members
AutoLocation.GetGiveInfo()
AutoLocation.GiveAll()
AutoLocation.GiveAllAsync(Transform)
AutoLocation.GiveAll(Action)
AutoLocation.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 NailmasterLocation : AutoLocation

Constructors

View Source

NailmasterLocation()

Declaration
public NailmasterLocation()

Fields

View Source

fsmName

Declaration
public string fsmName
Field Value
Type Description
string
View Source

objectName

Declaration
public string objectName
Field Value
Type Description
string

Properties

View Source

SupportsCost

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

Methods

View Source

AcceptedOffer()

Declaration
public bool AcceptedOffer()
Returns
Type Description
bool
View Source

MakeOffer()

Declaration
public bool MakeOffer()
Returns
Type Description
bool
View Source

OnLoad()

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

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

OnUnload()

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

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

Extension Methods

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