diff options
| author | Bryan Hoyle <starfoxprime@gmail.com> | 2011-08-24 00:28:55 (GMT) |
|---|---|---|
| committer | Bryan Hoyle <starfoxprime@gmail.com> | 2011-08-24 00:28:55 (GMT) |
| commit | f577c319db982e6b3d3b3731f1980c89182da982 (patch) | |
| tree | bba8666efd304f70392a5659c4b84107008f1ea9 /includes | |
| parent | 03ee03ed1e735352082fa35a06444bbf389bf9c6 (diff) | |
| download | powder-f577c319db982e6b3d3b3731f1980c89182da982.zip powder-f577c319db982e6b3d3b3731f1980c89182da982.tar.gz | |
Working tpt.getscriptid(<string: id>). Retrieves and runs a script from online
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/luaconsole.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/luaconsole.h b/includes/luaconsole.h index 036327a..3548dff 100644 --- a/includes/luaconsole.h +++ b/includes/luaconsole.h @@ -67,4 +67,5 @@ int luatpt_heat(lua_State* l); int luatpt_setfire(lua_State* l); int luatpt_setdebug(lua_State* l); int luatpt_setfpscap(lua_State* l); +int luatpt_getscriptid(lua_State* l); #endif |
