From 5131a5ab1f471655d6398748b1eaa9abd47c14da Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Fri, 17 Feb 2017 14:36:33 +0100 Subject: lua_pcall --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e2a9864..980f9e5 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ - [x] lua_load - [x] lua_call - [x] lua_callk + - [x] lua_pcall - [x] lua_setglobal - [x] lua_upvalueindex - [x] lua_createtable @@ -96,7 +97,6 @@ - [ ] lua_newuserdata - [ ] lua_next - [ ] lua_numbertointeger - - [ ] lua_pcall - [ ] lua_pcallk - [ ] lua_pushfstring - [ ] lua_pushglobaltable -- cgit v1.2.3-54-g00ecf