Factorio Prototype DocsVersion 1.1.107

NoiseFunctionModulo :: struct

Takes two arguments and divides the first by the second and returns the remainder. This is implemented using fmod(double, double).

Properties

type :: "function-application"
function_name :: "modulo"
arguments :: {NoiseNumber, NoiseNumber}

Properties

type :: "function-application"

function_name :: "modulo"

arguments :: {NoiseNumber, NoiseNumber}

Prototypes

Types