type

Select

Select : HxComp

meta abstract slots parentRef

Component tree parent

compName

Component name in parent

compLayout

Layout in a visual coordinate system

links

List of links to this component

select

The index of the input to select

inA

Input A

inB

Input B

inC

Input C

inD

Input D

inE

Input E

inF

Input F

inG

Input G

inH

Input H

inI

Input I

inJ

Input J

out

The out slot is set to the selected input

zeroBasedSelect

If true, then inputs are indexed by zero (0)

numInputs

The number of inputs that are active for selection

select StatusNumber? <summary>

The index of the input to select. If the value is greater than numInputs then the maximum active input will be selected.

inA StatusVal? <summary>

Input A

inB StatusVal? <summary>

Input B

inC StatusVal? <summary>

Input C

inD StatusVal? <summary>

Input D

inE StatusVal?

Input E

inF StatusVal?

Input F

inG StatusVal?

Input G

inH StatusVal?

Input H

inI StatusVal?

Input I

inJ StatusVal?

Input J

out StatusVal? <readonly, summary, transient>

The out slot is set to the selected input

zeroBasedSelect Bool <val:false>

If true, then inputs are indexed by zero (0). If false, inputs are indexed by 1, and any select <= 1 will select the first input.

numInputs Int <maxVal:10, minVal:3, val:3>

The number of inputs that are active for selection.

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST