diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-12-08 09:52:44 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-12-08 09:52:44 (GMT) |
| commit | 0da91a783f51aa6ab1fe2648fc34f80efc38a504 (patch) | |
| tree | 4f8ce227af5f882bffdbf4935383c951de9fa52e /includes/luaconsole.h | |
| parent | 73fd961d824549a484c4807efeaaf1934ab3b76c (diff) | |
| download | powder-0da91a783f51aa6ab1fe2648fc34f80efc38a504.zip powder-0da91a783f51aa6ab1fe2648fc34f80efc38a504.tar.gz | |
Directly read/write element type properties
Diffstat (limited to 'includes/luaconsole.h')
| -rw-r--r-- | includes/luaconsole.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/luaconsole.h b/includes/luaconsole.h index e35da84..bb7c744 100644 --- a/includes/luaconsole.h +++ b/includes/luaconsole.h @@ -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; |
