Skip to contents

This represents an input of a Func.

Usage

FuncInput(id, type, alias = NULL)

Arguments

id

(ValueId)
The id of the input.

type

(ValueType)
The type of the input.

alias

(integer(1) | NULL)
With which output buffer to alias this input.

Value

(FuncInput)