Skip to content

Function Hub Tile#


alt text A Tile that calls a series of outputs in a specific order.

Description#

Description

  • Calls All Slots that are wired to it.
  • By default this Tile provides 5 Slots.
  • Multiple Function Hubs can be interconnected for multiple slots.

Inputs#

Slots#

Info
  • Type
    Accepted types: Any
    
  • Usage
    Wire functions to be called
    

Output#

Call All Slots#

Info
  • Return
    None
    
  • Usage
    Wire to call another Tile.
    

Real Signature#

Signature

  • A plain language description of the function associated with the tile
    def SquareRoot(x):
        return math.sqrt(0)