Method TransferTo
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
TransferTo(LiquidContainerBehaviour, int)
Transfers liquid contents from this container to the target container.
public bool TransferTo(LiquidContainerBehaviour target, int maxAmount = 2147483647)
Parameters
targetLiquidContainerBehaviourTarget container to receive liquid.
maxAmountintMaximum amount to transfer. Defaults to all.
Returns
- bool
True if any liquid was transferred.