diff options
author | chai <chaifix@163.com> | 2021-10-28 16:24:34 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-28 16:24:34 +0800 |
commit | 40d40edcdeef4978a0d9c7333b7007d1fa4c0bc6 (patch) | |
tree | 5b96c37f9bd85dd0be7a8b880a1de24914ae2880 /Runtime/Lua/LuaBind/LuaBindState.h | |
parent | 92dd401d75e19281dc7a01492ab3c0996de330fc (diff) |
*misc
Diffstat (limited to 'Runtime/Lua/LuaBind/LuaBindState.h')
-rw-r--r-- | Runtime/Lua/LuaBind/LuaBindState.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); |