Show / Hide Table of Contents

Class GreyPrinceZoteLocation

Boss Essence Location which supports a hint from reading Bretta's Diary.

Inheritance
System.Object
TaggableObject
AbstractLocation
AutoLocation
BossEssenceLocation
DreamBossLocation
GreyPrinceZoteLocation
Implements
ILocalHintLocation
Inherited Members
DreamBossLocation.playerDataBool
BossEssenceLocation.fsmName
BossEssenceLocation.objName
AutoLocation.GetGiveInfo()
AutoLocation.GiveAll()
AutoLocation.GiveAllAsync(Transform)
AutoLocation.GiveAll(Action)
AutoLocation.SupportsCost
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 GreyPrinceZoteLocation : DreamBossLocation, ILocalHintLocation

Properties

| Improve this Doc View Source

HintActive

Declaration
public bool HintActive { get; set; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

OnLoad()

Declaration
protected override void OnLoad()
Overrides
DreamBossLocation.OnLoad()
| Improve this Doc View Source

OnUnload()

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

Implements

ILocalHintLocation

Extension Methods

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