Script API - v1.26.30.25
    Preparing search index...

    Represents constants related to fluid containers.

    export class FluidContainer {
    private constructor();
    static readonly maxFillLevel = 6;
    static readonly minFillLevel = 0;
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    maxFillLevel: 6

    Constant that represents the maximum fill level of a fluid container.

    This property can't be read in early-execution mode.

    minFillLevel: 0

    Constant that represents the minimum fill level of a fluid container.

    This property can't be read in early-execution mode.