Factorio Prototype DocsVersion 1.1.107

NoiseFunctionFactorioMultioctaveNoise :: struct

Properties

type :: "function-application"
function_name :: "factorio-multioctave-noise"
arguments :: FactorioMultioctaveNoiseArguments

Properties

type :: "function-application"

function_name :: "factorio-multioctave-noise"

arguments :: FactorioMultioctaveNoiseArguments

FactorioMultioctaveNoiseArguments :: struct

Properties

persistence :: ConstantNoiseNumber

How strong is each layer compared to the next larger one.

seed0 :: ConstantNoiseNumber

Integer between 0 and 4 294 967 295 (inclusive) used to populate the backing random noise.

seed1 :: ConstantNoiseNumber

Integer between 0 and 255 (inclusive) used to provide extra randomness when sampling.

input_scale :: ConstantNoiseNumber optional

Default: 1

x and y will be multiplied by this value before sampling.

output_scale :: ConstantNoiseNumber optional

Default: 1

The output will be multiplied by this value before returning.

octaves :: ConstantNoiseNumber

How many layers of noise at different scales to sum.

Prototypes

Types