FutureProg functions

exposetoliquid

Itemscomputer function, computer program, standard futureprog

Overload 1

exposetoliquid overload 1

Boolean exposetoliquid(Item item, Number liquidId, Number volume)
Available in
  • computer function
  • computer program
  • standard futureprog
Exposes an item's upper surface to liquid. An optional dried percentage splits the supplied volume between fresh liquid and configured dried residue; 0 preserves normal exposure and 100 adds residue only. Returns false for invalid inputs or a dry request whose liquid has no configured residue.
ParameterTypeDescription
item Item The item whose surface should be exposed to the liquid.
liquidId Number The ID of the liquid to apply.
volume Number The volume of liquid to apply in base fluid units.

Overload 2

exposetoliquid overload 2

Boolean exposetoliquid(Item item, Number liquidId, Number volume, Number driedPercentage)
Available in
  • computer function
  • computer program
  • standard futureprog
Exposes an item's upper surface to liquid. An optional dried percentage splits the supplied volume between fresh liquid and configured dried residue; 0 preserves normal exposure and 100 adds residue only. Returns false for invalid inputs or a dry request whose liquid has no configured residue.
ParameterTypeDescription
item Item The item whose surface should be exposed to the liquid.
liquidId Number The ID of the liquid to apply.
volume Number The volume of liquid to apply in base fluid units.
driedPercentage Number The percentage of the supplied volume to add as dried residue, from 0 to 100.

Overload 3

exposetoliquid overload 3

Boolean exposetoliquid(Item item, Number liquidId, Text volume)
Available in
  • computer function
  • computer program
  • standard futureprog
Exposes an item's upper surface to liquid. An optional dried percentage splits the supplied volume between fresh liquid and configured dried residue; 0 preserves normal exposure and 100 adds residue only. Returns false for invalid inputs or a dry request whose liquid has no configured residue.
ParameterTypeDescription
item Item The item whose surface should be exposed to the liquid.
liquidId Number The ID of the liquid to apply.
volume Text The volume of liquid to apply, including its fluid-volume unit.

Overload 4

exposetoliquid overload 4

Boolean exposetoliquid(Item item, Number liquidId, Text volume, Number driedPercentage)
Available in
  • computer function
  • computer program
  • standard futureprog
Exposes an item's upper surface to liquid. An optional dried percentage splits the supplied volume between fresh liquid and configured dried residue; 0 preserves normal exposure and 100 adds residue only. Returns false for invalid inputs or a dry request whose liquid has no configured residue.
ParameterTypeDescription
item Item The item whose surface should be exposed to the liquid.
liquidId Number The ID of the liquid to apply.
volume Text The volume of liquid to apply, including its fluid-volume unit.
driedPercentage Number The percentage of the supplied volume to add as dried residue, from 0 to 100.