Skip to content

MUL

66

The MUL node performs multiplication. It is used to scale values up, calculate gains, or apply multipliers to game variables.

When to use this node: * Difficulty Scaling: Multiplying the default time limit by a "Difficulty Multiplier" (e.g., 1.5 for Easy mode). * Calculating Totals: Multiplying the number of collected items by their individual point value to get a total score. * Signal Amplification: Increasing the sensitivity of a raw analog sensor reading.

Connectors in

  • A [type: variant]
  • B [type: variant]

Connectors out

  • value [type: variant]

Node properties

  • B [type: integer]