Teardown-Issue-Tracker-Maintainers / Teardown-Issue-Tracker

A public repo for the community to track issues/bugs/feature requests in Teardown.
12 stars 6 forks source link

[Feature] Predefined Events #542

Open GeneralShark05 opened 3 months ago

GeneralShark05 commented 3 months ago

Is your feature request related to a problem (if not, explain why you think this feature should be added)? Please describe.

This would reduce the need of many tick-based checks and allow for many mods to have their performance improved vastly

Describe the solution you'd like

Addition of Events that will are triggered by base-game events that can be listened to be scripts through RegisterListenerTo. This could be possible through the simple addition of "TriggerEvent" to the base-game functions that are related to such.

Examples:

Describe alternatives you've considered

Existing alternatives all require tick and update based updating which is more performance intensive.

Additional context

No response

Gregory-Gregory commented 2 months ago

@GeneralShark05 hi!

Thank you for this suggestion. It has been added to the team's request list.