Show / Hide Table of Contents

Class PDIntShopReqTag

Tag which indicates that an item should only appear in the shop's stock if the specified PlayerData int comparison succeeds.

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

Constructors

View Source

PDIntShopReqTag()

Declaration
public PDIntShopReqTag()

Fields

View Source

fieldName

Declaration
public string fieldName
Field Value
Type Description
string
View Source

op

Declaration
public ComparisonOperator op
Field Value
Type Description
ComparisonOperator
View Source

threshold

Declaration
public int threshold
Field Value
Type Description
int

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