1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00
This commit is contained in:
Desour 2025-06-13 12:32:35 +02:00
parent 9db352c133
commit 2aeb4b3de4

View file

@ -482,6 +482,8 @@ Timestamp and node ID mappings come here if map format version >= 29.
* `s32` timeout * 1000 * `s32` timeout * 1000
* `s32` elapsed * 1000 * `s32` elapsed * 1000
* Map format version >= 25: see below
`u8` static object version: `u8` static object version:
* Always 0 * Always 0
@ -508,7 +510,7 @@ Before map format version 29:
* `u16` `name_len` * `u16` `name_len`
* `u8[name_len]` `name` * `u8[name_len]` `name`
Since map format version 25: Since map format version 25, node timers come here:
* `u8` length of the data of a single timer (always 2+4+4=10) * `u8` length of the data of a single timer (always 2+4+4=10)
* `u16` `num_of_timers` * `u16` `num_of_timers`
* foreach `num_of_timers`: * foreach `num_of_timers`: