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
If there's interest from other developers, we could allow for external scripts to expose their own metrics (eg, a Twitch plugin could have metrics for responding to chat commands).
What APIs do these developers need? We'd probably want to expose the fundamental types and the default registry at the very least.
How should we handle OpenRCT2 plugin loading order? Other plugins may load before us. AFAICT, there's no hook for plugins loaded, so not a great way to signal to other plugins that we're now available. Pooling for our global could work, but not great.
Allow users to disable metrics from specific plugins. We might be able to do this as part of a configuration UI (and initially the configuration file)
The text was updated successfully, but these errors were encountered:
If there's interest from other developers, we could allow for external scripts to expose their own metrics (eg, a Twitch plugin could have metrics for responding to chat commands).
The text was updated successfully, but these errors were encountered: