Class PlacementAllObtainedBool
IBool which searches for a placement by name and checks whether all items on the placement are obtained.
If the placement does not exist, defaults to the value of missingPlacementTest, or true if missingPlacementTest is null.
Inheritance
PlacementAllObtainedBool
Assembly: ItemChanger.dll
Syntax
public class PlacementAllObtainedBool : IBool
Constructors
View Source
PlacementAllObtainedBool(string, IBool)
Declaration
public PlacementAllObtainedBool(string placementName, IBool missingPlacementTest)
Parameters
| Type |
Name |
Description |
| string |
placementName |
|
| IBool |
missingPlacementTest |
|
Fields
View Source
missingPlacementTest
Declaration
public IBool? missingPlacementTest
Field Value
View Source
placementName
Declaration
public string placementName
Field Value
Properties
View Source
Value
Declaration
public bool Value { get; }
Property Value
Methods
View Source
Clone()
Declaration
Returns
Implements
Extension Methods