-
Notifications
You must be signed in to change notification settings - Fork 2
Devices: Inputs
Mathieu Lomax edited this page Aug 10, 2019
·
2 revisions
I/O | # | Type |
---|---|---|
Out | 0 | bool |
Right-Click to toggle value between True
and False
.
I/O | # | Type |
---|---|---|
Out | 0 | int |
Right-Click to set an integer value.
I/O | # | Type |
---|---|---|
Out | 0 | string |
Right-Click to set a string value.
I/O | # | Type |
---|---|---|
Out | 0 | TeamColor |
Right-Click to step between each possible value. White means no team.
I/O | # | Type | Name |
---|---|---|---|
In | 0 | bool | Trigger |
In | 1 | int | Min |
In | 2 | int | Max |
Out | 0 | int |
Returns a value between Min (inc) and Max (exc).
Right-Click to generate a new value.