Skip to content

Time Loop #192

@0xnim

Description

@0xnim

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions