elseif

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

elseif v10.4.28

In pins 3
  • default required
    number
  • else if required
    condition
  • then required
    number
Out pins 1
  • number
    number

A typical wiring for elseif: number feeds the default pin; the number out pin feeds <=.

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

Commonly used with

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

  • 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 given fields from user data and returns this per data-pin.
  • <=: this block feeds into it. returns true if the number is lower or equal.

Version history

Introduced in v10.4.28.


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