Update TODO list in scriptapi.cpp

This commit is contained in:
Perttu Ahola 2011-11-15 08:16:12 +02:00
parent 7878d9b3f6
commit 40e7a1a5c9

View File

@ -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)