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
System.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
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.Tags
Assembly: ItemChanger.dll
Syntax
public class PDBoolShopRemoveTag : Tag, IShopRemovalTag

Fields

| Improve this Doc View Source

fieldName

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

removeVal

Declaration
public bool removeVal
Field Value
Type Description
System.Boolean

Properties

| Improve this Doc View Source

Remove

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

Implements

IShopRemovalTag

Extension Methods

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