Show / Hide Table of Contents

Class PDBool

IBool which represents a PlayerData bool.

Inheritance
object
PDBool
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 PDBool : IWritableBool, IBool

Constructors

View Source

PDBool(string)

Declaration
public PDBool(string boolName)
Parameters
Type Name Description
string boolName

Fields

View Source

boolName

Declaration
public string boolName
Field Value
Type Description
string

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