+

This block is part of the math group and was last modified in core v10.4.28.

+ v10.4.28

Produces the sum of numeric operands.

In pins 2
  • number_0 required
    number
  • number_1 required
    number
Out pins 1
  • Number
    number
plus
addition

A typical wiring for +: length feeds the number_0 pin; number feeds the number_1 pin; the number out pin feeds >=.

Studio canvas example for the + block: typical wiring for +.

Commonly used with

In production blueprints, this block is most often wired together with:

  • length: feeds into this block. Returns the total length of the given array.
  • >=: this block feeds into it. returns true if the number is higher or equal.
  • set fields: this block feeds into it. Generates an array of mutations based on the given filled fields.
  • number: feeds into this block. Generates a valid number from the filled custom value in the blueprint.
  • get fields: feeds into this block. Gets the selected fields from the given object.

Version history

Introduced in v10.4.28.


Back to math Return to the main group to view all sub-groups Back to number: operators Return to the group to view all blocks within this group