Show / Hide Table of Contents

Class PDBoolShopRemoveTag

Tag which indicates that an item should be removed from the shop's stock if the PlayerData bool evaluates to the specified value.

Inheritance
object
Tag
PDBoolShopRemoveTag
Implements
IShopRemovalTag
Inherited Members
Tag.Load(object)
Tag.Unload(object)
Tag.Clone()
Tag.LoadOnce(TaggableObject)
Tag.UnloadOnce(TaggableObject)
Tag.Loaded
Tag.TagHandlingProperties
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger.Tags
Assembly: ItemChanger.dll
Syntax
[ItemTag]
public class PDBoolShopRemoveTag : Tag, IShopRemovalTag

Constructors

View Source

PDBoolShopRemoveTag()

Declaration
public PDBoolShopRemoveTag()

Fields

View Source

fieldName

Declaration
public string fieldName
Field Value
Type Description
string
View Source

removeVal

Declaration
public bool removeVal
Field Value
Type Description
bool

Properties

View Source

Remove

Declaration
public bool Remove { get; }
Property Value
Type Description
bool

Implements

IShopRemovalTag

Extension Methods

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