| Value | Meaning |
|---|---|
| LUA_TNONE-1 | non-valid (but acceptable) index. |
| LUA_TNIL0 | Lua NIL type |
| LUA_TBOOLEAN1 | boolean type |
| LUA_TLIGHTUSERDATA2 | light user data type |
| LUA_TNUMBER3 | number type |
| LUA_TSTRING4 | string type |
| LUA_TTABLE5 | table type |
| LUA_TFUNCTION6 | function type |
| LUA_TUSERDATA7 | user data type |
| LUA_TTHREAD8 | thread type |
| LUA_NUMTYPES9 | number types |
Page generated by adrdox
Lua types