You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like we have a multitude of established ways to run additional initialization functions after the GML part has been initialized. Maybe we should look at hooking this into the GML compiler in the future (most likely thinking up one "true" interface and placing if constexpr (requires { MyCoolWidget::cool_initialization_function() }) in the generated code).
Originally posted by @timschumi in #20524 (comment)
If someone wants to do this before me, feel free.
The text was updated successfully, but these errors were encountered: