Template:ServerSyncMethods: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| class="wikitable" !Name !Description |- |none |Disables element sync entirely. Not recommended for multiplayer environments. |- |replay |Default. This will sync elements as...") |
No edit summary |
||
| Line 11: | Line 11: | ||
|interval | |interval | ||
|This forces sync of elements at a specified interval. Use <syncinterval> in server config to set the interval time in milliseconds (ms) | |This forces sync of elements at a specified interval. Use <syncinterval> in server config to set the interval time in milliseconds (ms) | ||
|} | |} | ||
Revision as of 11:28, 26 July 2021
| Name | Description |
|---|---|
| none | Disables element sync entirely. Not recommended for multiplayer environments. |
| replay | Default. This will sync elements as soon as they're processed. If CPU usage is too busy and processing is slow, sync will be too. |
| interval | This forces sync of elements at a specified interval. Use <syncinterval> in server config to set the interval time in milliseconds (ms) |