From 739b5c1888b38b2580adbe52a42b86372a7d146b Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Thu, 16 Feb 2017 11:55:54 +0100 Subject: lua_pushnumber, lua_pushinteger, lua_pushstring, lua_pushboolean --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a21cb1b..6fcea52 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ - [x] lua_gettop - [x] lua_type - [x] lua_typename + - [x] lua_pushboolean + - [x] lua_pushinteger + - [x] lua_pushnumber + - [x] lua_pushstring - [ ] lua_absindex - [ ] lua_arith - [ ] lua_call @@ -80,17 +84,13 @@ - [ ] lua_pcall - [ ] lua_pcallk - [ ] lua_pop - - [ ] lua_pushboolean - [ ] lua_pushcclosure - [ ] lua_pushcfunction - [ ] lua_pushfstring - [ ] lua_pushglobaltable - - [ ] lua_pushinteger - [ ] lua_pushlightuserdata - [ ] lua_pushliteral - [ ] lua_pushlstring - - [ ] lua_pushnumber - - [ ] lua_pushstring - [ ] lua_pushthread - [ ] lua_pushvalue - [ ] lua_pushvfstring -- cgit v1.2.3-54-g00ecf