mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Update TODO list in scriptapi.cpp
This commit is contained in:
parent
7878d9b3f6
commit
40e7a1a5c9
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,7 @@ extern "C" {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
TODO:
|
TODO:
|
||||||
- Node type definition
|
- Node definition
|
||||||
- Random node triggers
|
- Random node triggers
|
||||||
- Object visual client-side stuff
|
- Object visual client-side stuff
|
||||||
- Blink effect
|
- Blink effect
|
||||||
|
@ -52,6 +52,7 @@ TODO:
|
||||||
blockdef.on_inventory_modified
|
blockdef.on_inventory_modified
|
||||||
meta.set("owner", playername)
|
meta.set("owner", playername)
|
||||||
meta.get("owner")
|
meta.get("owner")
|
||||||
|
- Item definition
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static void stackDump(lua_State *L, std::ostream &o)
|
static void stackDump(lua_State *L, std::ostream &o)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue