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
System.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
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 PDIntShopReqTag : Tag, IShopRequirementTag

Fields

| Improve this Doc View Source

fieldName

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

op

Declaration
public ComparisonOperator op
Field Value
Type Description
ComparisonOperator
| Improve this Doc View Source

threshold

Declaration
public int threshold
Field Value
Type Description
System.Int32

Properties

| Improve this Doc View Source

MeetsRequirement

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

Implements

IShopRequirementTag

Extension Methods

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