From 4eea48935f2e0ea1267d314f2900af2a1a4b8b02 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Fri, 17 Feb 2017 07:56:12 +0100 Subject: lua_pop --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5d52e2e..fb727b4 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ - [x] lua_toboolean - [x] lua_pushjsclosure (lua_pushcclosure) - [x] lua_pushjsfunction (lua_pushcfunction) + - [x] lua_pop - [ ] lua_absindex - [ ] lua_arith - [ ] lua_call @@ -92,7 +93,6 @@ - [ ] lua_numbertointeger - [ ] lua_pcall - [ ] lua_pcallk - - [ ] lua_pop - [ ] lua_pushfstring - [ ] lua_pushglobaltable - [ ] lua_pushlightuserdata -- cgit v1.2.3-54-g00ecf