From 8f913dd74957ef18e144f15b78c3e55893744218 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Thu, 16 Feb 2017 12:54:22 +0100 Subject: lua_tonumber, lua_tointeger, lua_tostring, lua_toboolean --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ad85079..62c8803 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,12 @@ - [x] lua_pushnumber - [x] lua_pushstring - [x] lua_pushvalue + - [x] lua_tointeger + - [x] lua_tointegerx + - [x] lua_tolstring + - [x] lua_tonumber + - [x] lua_tonumberx + - [x] lua_toboolean - [ ] lua_absindex - [ ] lua_arith - [ ] lua_call @@ -120,13 +126,7 @@ - [ ] lua_setuservalue - [ ] lua_status - [ ] lua_stringtonumber - - [ ] lua_toboolean - [ ] lua_tocfunction - - [ ] lua_tointeger - - [ ] lua_tointegerx - - [ ] lua_tolstring - - [ ] lua_tonumber - - [ ] lua_tonumberx - [ ] lua_topointer - [ ] lua_tostring - [ ] lua_tothread -- cgit v1.2.3-54-g00ecf