diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-12-08 12:16:50 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-12-08 12:16:50 (GMT) |
| commit | d5f58d995e16cdc62a95b719f94ce5d47b598c46 (patch) | |
| tree | 546f0cb783811ba6f81f615cc661cd04b913031c /includes | |
| parent | 0da91a783f51aa6ab1fe2648fc34f80efc38a504 (diff) | |
| download | powder-d5f58d995e16cdc62a95b719f94ce5d47b598c46.zip powder-d5f58d995e16cdc62a95b719f94ce5d47b598c46.tar.gz | |
Directly accessible parts array (no pmap yet)
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/luaconsole.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/luaconsole.h b/includes/luaconsole.h index bb7c744..f116b9f 100644 --- a/includes/luaconsole.h +++ b/includes/luaconsole.h @@ -29,8 +29,14 @@ 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_partsread(lua_State* l); +int luacon_partswrite(lua_State* l); +int luacon_partread(lua_State* l); +int luacon_partwrite(lua_State* l); int luacon_elementread(lua_State* l); int luacon_elementwrite(lua_State* l); +int luacon_particle_getproperty(char * key, int * format); +int luacon_element_getproperty(char * key, int * format); int process_command_lua(pixel *vid_buf, char *console, char *console_error); int getPartIndex_curIdx; |
