-
I was looking through the documentation but didn't see anything definitive about this. Basically, my question is, are client-side sync callbacks executed in the same order in which the state is updated on the server? For example if I do something like the following on the server...
...can I assume OnHealthChange will be called before OnDeadChanged on the client? Also, a related question, is all state synchronized for the current patch before any callbacks are executed? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @cort1c 👋 You are right on both assumptions!
Cheers |
Beta Was this translation helpful? Give feedback.
-
Thank you! |
Beta Was this translation helpful? Give feedback.
Hi @cort1c 👋 You are right on both assumptions!
Cheers