lua_sethook ( L func mask count -- int ) (original) (raw)
lua_sethook ( L func mask count -- int )
Vocabulary
lua
Inputs
L | an object |
---|---|
func | an object |
mask | an object |
count | an object |
Outputs
int | an object |
---|
Definition
USING: alien.c-types alien.syntax ;
LIBRARY: liblua5.1 FUNCTION: int lua_sethook
( lua_State* L, lua_Hook func, int mask, int count )