diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-08-22 15:45:06 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-08-22 15:45:06 +0200 |
commit | 9b1030cac4409b262dca73d2f0741fe78d4998ee (patch) | |
tree | 4815f2122fd6b9778d0cc0f2cedb10389157f580 /doc/client_lua_api.txt | |
parent | 2321e3da4c7f29ae06400e91e4e031777c6a5d9a (diff) | |
download | dragonfireclient-9b1030cac4409b262dca73d2f0741fe78d4998ee.tar.xz |
Added minetest.get_inventory(location)
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 |