Show / Hide Table of Contents

Class PDBoolShopReqTag

Tag which indicates that an item should only appear in the shop's stock if the PlayerData bool evaluates to the specified value.

Inheritance
object
Tag
PDBoolShopReqTag
Implements
IShopRequirementTag
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 PDBoolShopReqTag : Tag, IShopRequirementTag

Constructors

View Source

PDBoolShopReqTag()

Declaration
public PDBoolShopReqTag()

Fields

View Source

fieldName

Declaration
public string fieldName
Field Value
Type Description
string
View Source

reqVal

Declaration
public bool reqVal
Field Value
Type Description
bool

Properties

View Source

MeetsRequirement

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

Implements

IShopRequirementTag

Extension Methods

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