LUAL_TYPENAME(3) Library Functions Manual LUAL_TYPENAME(3)

luaL_typenamereturns the name of the type of the value, function indicator [-0, +0, -]

#include <lauxlib.h>

const char *
luaL_typename(lua_State *L, int index);

() returns the name of the type of the value at the given index.

Roberto Ierusalimschy, Luiz Henrique de Figueiredo, and Waldemar Celes, Lua 5.1 Reference Manual.

The luaL_typename() manual page is based on Lua Reference Manual 5.1 and was created by Sergey Bronnikov.

July 21, 2022 Debian