FutureProg types

LiquidMixture

type ·

bloodcharacter → Character
The character who this blood belongs to, or null

colour → Text
The text name of the colour that this liquid has

distinct → LiquidMixture Collection
Each of the liquid instances broken into single liquid mixtures with only one instance

empty → Boolean
True if the liquid mixture is empty

isblood → Boolean
True if this is a single instance of blood

iscoloured → Boolean
True if this is a coloured liquid, like ink

issingle → Boolean
True is this liquid mixture only contains one liquid instance

liquid → Liquid
The liquid of the single instance

liquids → Liquid Collection
A collection of the liquid types contained in this mixture

simplecolour → Text
The simple colour name of this liquid colour (e.g. black, green, brown etc)

volume → Number
The volume of the liquid in base units (L)

weight → Number
The weight of the liquid in base units (g)

← Back to FutureProg types