mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 16:44:43 +01:00
Refactors the list datatype to support composite lists. Adapts a lot of circuits to be able to properly use composite lists. Adds the dispenser shell (#61856)
Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com> Co-authored-by: Colovorat <35225170+Colovorat@users.noreply.github.com>
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
if(COMP_INPUT_NUMBER)
|
||||
input_response.set_datatype(PORT_TYPE_NUMBER)
|
||||
if(COMP_INPUT_LIST)
|
||||
parameter = add_input_port("Options List", PORT_TYPE_LIST)
|
||||
parameter = add_input_port("Options List", PORT_TYPE_LIST(PORT_TYPE_ANY))
|
||||
input_response.set_datatype(PORT_TYPE_STRING)
|
||||
|
||||
#undef COMP_INPUT_STRING
|
||||
|
||||
Reference in New Issue
Block a user