Represents constants related to fluid containers.
export class FluidContainer { private constructor(); static readonly maxFillLevel = 6; static readonly minFillLevel = 0;} Copy
export class FluidContainer { private constructor(); static readonly maxFillLevel = 6; static readonly minFillLevel = 0;}
Private
Static
Readonly
Constant that represents the maximum fill level of a fluid container.
This property can't be read in early-execution mode.
Constant that represents the minimum fill level of a fluid container.
Represents constants related to fluid containers.
Source