-
-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem?
Currently a tick loop exists, but its probably not the best to use it for time stuff. For example flushing something every 5 mins. A function of the server.
Describe the solution / feature you'd like.
I propose a time loop one that is standard, everything can use, internals and plugins alike. Preferably we can register a timer, and its run on an interval, so everything is not checking itself and counting every tick. Possibly with Bevy.
Alternatives you've considered.
Keep using TPS loop. I'm not quite familiar with bevys features, that might be the path on how to do this.
Additional Context
Bevy could possibly work. I have not looked into it yet.
I have confimed that...
- ... such a feature does not exist already.
- ... I ticked all the boxes without reading them
- ... such a feature request has not been submitted already.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request