HoldOutputSystem
Constructors
__init__(self)
Default constructor for HoldOutputSystem
Methods
isOutputHolding(self, uid: int) -> bool
Parameters:
- uid id of the resource that will be verified
setHoldOutput(self, r: Resource, holding: bool)
Parameters:
- r resource that we will keep track of
- holding true if we want to hold, false otherwise