Skip to content

Commit

Permalink
Add disclaimer to client_lua_api.txt (#5391)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy authored and nerzhul committed Mar 14, 2017
1 parent 88df9fb commit 84f4565
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/client_lua_api.txt → doc/client_lua_api.md
@@ -1,10 +1,13 @@
Minetest Lua Modding API Reference 0.4.15
=========================================
Minetest Lua Client Modding API Reference 0.4.15
================================================
* More information at <http://www.minetest.net/>
* Developer Wiki: <http://dev.minetest.net/>

Introduction
------------

**WARNING: The client API is currently unstable, and may break/change without warning.**

Content and functionality can be added to Minetest 0.4 by using Lua
scripting in run-time loaded mods.

Expand Down Expand Up @@ -732,7 +735,7 @@ Call these functions only at load time!

### Player
* `minetest.get_wielded_item()`
* Returns the itemstack the local player is holding
* Returns the itemstack the local player is holding

### Misc.
* `minetest.parse_json(string[, nullvalue])`: returns something
Expand Down

0 comments on commit 84f4565

Please sign in to comment.