summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptInterface.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-29 21:04:07 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-29 21:04:07 (GMT)
commit58dc2559aad5abb3ae23f89155a4cdf37e0de885 (patch)
treea7a452483b8875f3a95145578d7d45c36d53b52d /src/cat/LuaScriptInterface.h
parent3e78f64da8265816e973c6047fc9985193311e31 (diff)
downloadpowder-58dc2559aad5abb3ae23f89155a4cdf37e0de885.zip
powder-58dc2559aad5abb3ae23f89155a4cdf37e0de885.tar.gz
Implement retrieval of element properties
Diffstat (limited to 'src/cat/LuaScriptInterface.h')
-rw-r--r--src/cat/LuaScriptInterface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cat/LuaScriptInterface.h b/src/cat/LuaScriptInterface.h
index 9ae995a..e40ca2d 100644
--- a/src/cat/LuaScriptInterface.h
+++ b/src/cat/LuaScriptInterface.h
@@ -49,6 +49,7 @@ class LuaScriptInterface: public CommandInterface {
//Elements
void initElementsAPI();
static int elements_allocate(lua_State * l);
+ static int elements_element(lua_State * l);
static int elements_free(lua_State * l);
public:
lua_State *l;