Directly read/write element type properties

This commit is contained in:
Simon Robertshaw
2011-12-08 09:52:44 +00:00
parent 73fd961d82
commit 0da91a783f
4 changed files with 561 additions and 346 deletions

View File

@@ -29,6 +29,8 @@ int luacon_eval(char *command);
int luacon_part_update(int t, int i, int x, int y, int surround_space, int nt);
char *luacon_geterror();
void luacon_close();
int luacon_elementread(lua_State* l);
int luacon_elementwrite(lua_State* l);
int process_command_lua(pixel *vid_buf, char *console, char *console_error);
int getPartIndex_curIdx;