Devices: Inputs - MatLomax/WireMod GitHub Wiki

Boolean Constant

Boolean Constant

I/O # Type
Out 0 bool

Notes

Right-Click to toggle value between True and False.

Integer Constant

Integer Constant

I/O # Type
Out 0 int

Notes

Right-Click to set an integer value.

String Constant

String Constant

I/O # Type
Out 0 string

Notes

Right-Click to set a string value.

Team Color Constant

Team Color Constant

I/O # Type
Out 0 TeamColor

Notes

Right-Click to step between each possible value. White means no team.

Random Integer

RandomInt

I/O # Type Name
In 0 bool Trigger
In 1 int Min
In 2 int Max
Out 0 int

Notes

Returns a value between Min (inc) and Max (exc).

Right-Click to generate a new value.