| LUA_GETHOOKMASK(3) | Library Functions Manual | LUA_GETHOOKMASK(3) | 
lua_gethookmask —
    returns the current hook mask, function indicator [-0, +0,
    -]
#include
  <lua.h>
int
  
  lua_gethookmask(lua_State
    *L);
lua_gethookmask()
    returns the current hook mask.
Returns the current hook mask.
Roberto Ierusalimschy, Luiz Henrique de Figueiredo, and Waldemar Celes, Lua 5.1 Reference Manual.
The lua_gethookmask() manual page is based
    on Lua Reference Manual 5.1 and was created by Sergey Bronnikov.
| July 13, 2022 | Debian |