1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

Formating.

This commit is contained in:
SFENCE 2025-04-10 04:58:50 +02:00
parent 55a27fb5f8
commit d1580d743b
2 changed files with 2 additions and 2 deletions

View file

@ -6637,7 +6637,7 @@ Environment access
clear objects in unloaded mapblocks only when the
mapblocks are next activated.
* `core.blocks_callback(options)`
* Call Lua function over all loaded or loadable blocks
* Call Lua function over all loaded or loadable blocks
* Takes an table as an argument with the fields:
* `mode`
* mode = "full": Load and go through every mapblock.

View file

@ -252,7 +252,7 @@ public:
// Clear objects, loading and going through every MapBlock
void clearObjects(ClearObjectsMode mode);
// Call Lua functon for akk loaded or loadable MapBlock
// Call Lua functon for akk loaded or loadable MapBlock
void blocksCallback(BlocksCallbackConfig &config);
// to be called before destructor