From f5b39b3e6da6ddf8e5eef4fa1d6e7548856f37eb Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 17 Dec 2004 11:46:41 +0000 Subject: Added lua's isobject method. --- include/BLua.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/BLua.h b/include/BLua.h index 4e350aa..d5e4f2b 100644 --- a/include/BLua.h +++ b/include/BLua.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: BLua.h,v 1.21 2004-12-12 02:10:09 pixel Exp $ */ +/* $Id: BLua.h,v 1.22 2004-12-17 11:46:41 pixel Exp $ */ #ifndef __BLUA_H__ #define __BLUA_H__ @@ -81,6 +81,7 @@ class Lua : public Base { bool iscfunction(int = -1); bool isuserdata(int = -1); bool islightuserdata(int = -1); + bool isobject(int = -1); bool toboolean(int = -1); lua_Number tonumber(int = -1); String tostring(int = -1); -- cgit v1.2.3