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
Regardless of type, tick callbacks are usually called _tick, which can make code more confusing, both to write, read, and to auto-register rollback handlers in RollbackSynchronizer.
Done criteria
Rollback tick callback method name is configurable
Defaults to _rollback_tick
Code is updated to use new callback name
Rollback callback receives an is_fresh flag
True when this is the first time the object simulates the given tick
Can be used for spawning effects, playing sound, etc.
The text was updated successfully, but these errors were encountered:
Background
Regardless of type, tick callbacks are usually called
_tick
, which can make code more confusing, both to write, read, and to auto-register rollback handlers inRollbackSynchronizer
.Done criteria
Rollback tick callback method name is configurableDefaults to_rollback_tick
is_fresh
flagThe text was updated successfully, but these errors were encountered: