Class PDBool
IBool which represents a PlayerData bool.
Inherited Members
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class PDBool : IWritableBool, IBool
Constructors
View SourcePDBool(string)
Declaration
public PDBool(string boolName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | boolName |
Fields
View SourceboolName
Declaration
public string boolName
Field Value
| Type | Description |
|---|---|
| string |
Properties
View SourceValue
Declaration
public bool Value { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
View SourceClone()
Declaration
public IBool Clone()
Returns
| Type | Description |
|---|---|
| IBool |