lua_sethook ( L func mask count -- int )


Vocabulary
lua

Inputs
Lan object
funcan object
maskan object
countan object


Outputs
intan object


Definition


LIBRARY: liblua5.1 FUNCTION: int lua_sethook
( lua_State* L, lua_Hook func, int mask, int count )