diff options
| author | Bryan Hoyle <starfoxprime@gmail.com> | 2011-08-16 01:44:37 (GMT) |
|---|---|---|
| committer | Bryan Hoyle <starfoxprime@gmail.com> | 2011-08-16 01:44:37 (GMT) |
| commit | aa56eca5c01359732f7331d2a572ce31d7ff3c23 (patch) | |
| tree | 5ca7e2e010bd80dd47708954de17f43553ecee94 /includes/luaconsole.h | |
| parent | dcd3af94404b1d1bb296566a84177cc37e0b83d5 (diff) | |
| download | powder-aa56eca5c01359732f7331d2a572ce31d7ff3c23.zip powder-aa56eca5c01359732f7331d2a572ce31d7ff3c23.tar.gz | |
added lua command: tpt.setfpscap(int FPSCap)
Diffstat (limited to 'includes/luaconsole.h')
| -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 ff65cbf..036327a 100644 --- a/includes/luaconsole.h +++ b/includes/luaconsole.h @@ -66,4 +66,5 @@ int luatpt_error(lua_State* l); int luatpt_heat(lua_State* l); int luatpt_setfire(lua_State* l); int luatpt_setdebug(lua_State* l); +int luatpt_setfpscap(lua_State* l); #endif |
