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.
Implements
Inherited Members
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 PDBoolShopReqTag : Tag, IShopRequirementTag
Fields
| Improve this Doc View SourcefieldName
Declaration
public string fieldName
Field Value
Type | Description |
---|---|
System.String |
reqVal
Declaration
public bool reqVal
Field Value
Type | Description |
---|---|
System.Boolean |
Properties
| Improve this Doc View SourceMeetsRequirement
Declaration
public bool MeetsRequirement { get; }
Property Value
Type | Description |
---|---|
System.Boolean |