const char *luaL_checklstring (lua_State *L, int narg, size_t *l); Checks whether the function argumentnargis a string and returns this string; iflis notNULLfills*lwith the string's length.