aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-17 14:13:10 +0100
committerBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-17 14:13:10 +0100
commit78b48979b8dbd367043c39fb21007ab4f54cd0a4 (patch)
treef944c36322bad140da8b8bd69aa7c1c17944ab87 /README.md
parentea562b1094672f641707c0f809827a0d3a982f23 (diff)
downloadfengari-78b48979b8dbd367043c39fb21007ab4f54cd0a4.tar.gz
fengari-78b48979b8dbd367043c39fb21007ab4f54cd0a4.tar.bz2
fengari-78b48979b8dbd367043c39fb21007ab4f54cd0a4.zip
lua_settable, lua_gettable
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b86a4b4..e2a9864 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,8 @@
- [x] lua_upvalueindex
- [x] lua_createtable
- [x] lua_newtable
+ - [x] lua_gettable
+ - [x] lua_settable
- [ ] lua_absindex
- [ ] lua_arith
- [ ] lua_checkstack
@@ -72,7 +74,6 @@
- [ ] lua_getlocal
- [ ] lua_getmetatable
- [ ] lua_getstack
- - [ ] lua_gettable
- [ ] lua_getupvalue
- [ ] lua_getuservalue
- [ ] lua_insert
@@ -122,7 +123,6 @@
- [ ] lua_seti
- [ ] lua_setlocal
- [ ] lua_setmetatable
- - [ ] lua_settable
- [ ] lua_settop
- [ ] lua_setupvalue
- [ ] lua_setuservalue