Replies: 4 comments 7 replies
-
I guess yes, it's a little bit challenging and time consuming... but it's a nice feature to have. |
Beta Was this translation helpful? Give feedback.
-
I'm going to remove all JSON functionality from WebUI because it will be replaced by this new multi argument feature. This means the wrappers need to remove it as well. If you have another idea or I missed something, please let me know. |
Beta Was this translation helpful? Give feedback.
-
Also, This is a "big" breaking change... I vote to implement this feature in |
Beta Was this translation helpful? Give feedback.
-
Implemented (b09c0dc). int arg_1 = webui_get_int_at(e, 0);
int arg_2 = webui_get_int_at(e, 1);
... |
Beta Was this translation helpful? Give feedback.
-
Would it be feasible to implement support for a variable number of arguments? So that call would be updated from
to
webui_get_string()
and equivalents could accept an index as argumentwebui_get_string(0)
.Beta Was this translation helpful? Give feedback.
All reactions