input

fun input(index: Int): SMIInput

Get the input instance at a given index in the state machine.

This starts at 0.

Throws

If no SMIInput is found at the given index.


fun input(name: String): SMIInput

Get the input with a given name in the state machine.

Throws

If no SMIInput is found with the given name.