Show / Hide Table of Contents

Class PDIntBool

IBool which represents comparison on a PlayerData int.
Supports IWritableBool in one direction only (direction depends on comparison operator).

Inheritance
object
PDIntBool
Implements
IWritableBool
IBool
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class PDIntBool : IWritableBool, IBool

Constructors

View Source

PDIntBool(string, int, ComparisonOperator)

Declaration
public PDIntBool(string intName, int amount, ComparisonOperator op = ComparisonOperator.Ge)
Parameters
Type Name Description
string intName
int amount
ComparisonOperator op

Fields

View Source

amount

Declaration
public int amount
Field Value
Type Description
int
View Source

intName

Declaration
public string intName
Field Value
Type Description
string
View Source

op

Declaration
public ComparisonOperator op
Field Value
Type Description
ComparisonOperator

Properties

View Source

Value

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

Methods

View Source

Clone()

Declaration
public IBool Clone()
Returns
Type Description
IBool

Implements

IWritableBool
IBool

Extension Methods

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