forked from Mirrorlandia_minetest/minetest
Update TODO list in scriptapi.cpp
This commit is contained in:
parent
7878d9b3f6
commit
40e7a1a5c9
@ -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…
Reference in New Issue
Block a user