diff options
| author | SmallJoker <SmallJoker@users.noreply.github.com> | 2021-05-30 20:24:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-30 20:24:12 +0200 |
| commit | c9144ae5e22ee041fed2512cd3055608c6e9a4bc (patch) | |
| tree | bcdcf98233034af6b6cf10f61dde0d1711bac068 /src/map.h | |
| parent | 89f3991351185b365ccd10525e74d35d7bb2da46 (diff) | |
| download | minetest-c9144ae5e22ee041fed2512cd3055608c6e9a4bc.tar.xz | |
Add core.compare_block_status function (#11247)
Makes it possible to check the status of the mapblock in a future-extensible way.
Diffstat (limited to 'src/map.h')
| -rw-r--r-- | src/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -365,6 +365,8 @@ public: */ MapBlock *getBlockOrEmerge(v3s16 p3d); + bool isBlockInQueue(v3s16 pos); + /* Database functions */ |
