Table of Contents

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

target LiquidContainerBehaviour

Target container to receive liquid.

maxAmount int

Maximum amount to transfer. Defaults to all.

Returns

bool

True if any liquid was transferred.