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
System.Object
PDIntBool
Implements
IWritableBool
IBool
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
Assembly: ItemChanger.dll
Syntax
public class PDIntBool : IWritableBool, IBool

Constructors

| Improve this Doc View Source

PDIntBool(String, Int32, ComparisonOperator)

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

Fields

| Improve this Doc View Source

amount

Declaration
public int amount
Field Value
Type Description
System.Int32
| Improve this Doc View Source

intName

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

op

Declaration
public ComparisonOperator op
Field Value
Type Description
ComparisonOperator

Properties

| Improve this Doc View Source

Value

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

Methods

| Improve this Doc View Source

Clone()

Declaration
public IBool Clone()
Returns
Type Description
IBool

Implements

IWritableBool
IBool

Extension Methods

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