diff options
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 86c64f9be..46b789526 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -2099,6 +2099,8 @@ methods: ^ To be used only by a VoxelManip object from minetest.get_mapgen_object ^ (p1, p2) is the area in which lighting is set; defaults to the whole area if left out - update_liquids(): Update liquid flow +- was_modified(): Returns true or false if the data in the voxel manipulator had been modified since + the last read from map, due to a call to minetest.set_data() on the loaded area elsewhere VoxelArea: A helper class for voxel areas - Can be created via VoxelArea:new{MinEdge=pmin, MaxEdge=pmax} |