ioGetOutput Functions #2776
AshleyJamesy
started this conversation in
Suggestions
Replies: 1 comment 2 replies
-
Why would you want to get the value of an output when you're the one setting it? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently you can only ioSetOutput, but what if you want to get an output value programatically by name?
Outputs can be set and read so it makes sense they should also have a ioGetOutput function.
Example:
Currently the only way to achieve something similar is to use a wirelink:
But this is not readily apparent to some coders and kind of hacky
Beta Was this translation helpful? Give feedback.
All reactions