lua_tostring
[-0, +0, m]
1 | const char *lua_tostring (lua_State *L, int index); |
Equivalent to lua_tolstring
with len
equal to NULL
.
lua_tostring
[-0, +0, m]
1 | const char *lua_tostring (lua_State *L, int index); |
Equivalent to lua_tolstring
with len
equal to NULL
.
Designed by : w10schools
service@w10schools.com
Please login to continue.