Reference
Components
Indexer
Description
The Indexer allows you to turn a set of trigger inputs into an integer index. It's handy when you have a set of actions and you want to know
which one occurred.
Here's a typical example of it in use:
So here we have 3 buttons and we want to be able to translate this into a value that we can use to identify the button that was pressed.
Connectors
Inputs Type Outputs Type
Any number of trigger inputs
Trigger Index of the input that
was last triggered
Int
161 of 494