From 40d40edcdeef4978a0d9c7333b7007d1fa4c0bc6 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 28 Oct 2021 16:24:34 +0800 Subject: *misc --- Runtime/Lua/LuaBind/LuaBindState.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Runtime/Lua/LuaBind/LuaBindState.h') diff --git a/Runtime/Lua/LuaBind/LuaBindState.h b/Runtime/Lua/LuaBind/LuaBindState.h index a47ed5d..528c81a 100644 --- a/Runtime/Lua/LuaBind/LuaBindState.h +++ b/Runtime/Lua/LuaBind/LuaBindState.h @@ -65,7 +65,8 @@ namespace LuaBind void SetTop(int top); int GetTop(); - bool CheckParams(int idx, cc8* format); + bool CheckParams(int idx, cc8* format, int len); + bool CheckParams(int idx, cc8* format); int AbsIndex(int idx); void Call(int nArgs, int nResults, ErrorHandler handler = NULL); -- cgit v1.1-26-g67d0