mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Add disclaimer to client_lua_api.txt (#5391)
This commit is contained in:
@@ -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/>
|
* More information at <http://www.minetest.net/>
|
||||||
* Developer Wiki: <http://dev.minetest.net/>
|
* Developer Wiki: <http://dev.minetest.net/>
|
||||||
|
|
||||||
Introduction
|
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
|
Content and functionality can be added to Minetest 0.4 by using Lua
|
||||||
scripting in run-time loaded mods.
|
scripting in run-time loaded mods.
|
||||||
|
|
||||||
@@ -732,7 +735,7 @@ Call these functions only at load time!
|
|||||||
|
|
||||||
### Player
|
### Player
|
||||||
* `minetest.get_wielded_item()`
|
* `minetest.get_wielded_item()`
|
||||||
* Returns the itemstack the local player is holding
|
* Returns the itemstack the local player is holding
|
||||||
|
|
||||||
### Misc.
|
### Misc.
|
||||||
* `minetest.parse_json(string[, nullvalue])`: returns something
|
* `minetest.parse_json(string[, nullvalue])`: returns something
|
Reference in New Issue
Block a user