Skip to content

Conversation

@roflmuffin
Copy link
Owner

Changes timer to run the frame calculation every frame rather than every 0.1s, so that per tick timers can be configured using the timer system.

Add a new AddTickTimer method which is a convenience method to create a timer with TickCount * Server.TickInterval as the delay/interval, since this is equivalent to a 15.625 ms tick timer

@roflmuffin roflmuffin changed the title feat: add tick based timer using global tick interval value feat: run timer logic every tick based timer using global tick interval value Dec 18, 2025
@roflmuffin roflmuffin changed the title feat: run timer logic every tick based timer using global tick interval value feat: run timer logic every tick to enable tick based timers Dec 18, 2025
@roflmuffin roflmuffin merged commit 55d7939 into main Dec 22, 2025
8 checks passed
@roflmuffin roflmuffin deleted the feat/tick-timers branch December 22, 2025 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants