diff options
Diffstat (limited to 'doc/client_lua_api.txt')
-rw-r--r-- | doc/client_lua_api.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/client_lua_api.txt b/doc/client_lua_api.txt index 48d5c73bf..e2cebcb10 100644 --- a/doc/client_lua_api.txt +++ b/doc/client_lua_api.txt @@ -902,6 +902,8 @@ Call these functions only at load time! * Delete `ParticleSpawner` with `id` (return value from `minetest.add_particlespawner`) ### Misc +* `minetest.get_inventory(location)` + * Returns the inventory at location * `minetest.register_cheat(name, category, setting | function)` * Register an entry for the cheat menu * If the Category is nonexistant, it will be created |