Skip to main content

get_hook_count

Function get_hook_count 

Source
pub fn get_hook_count(state: &LuaState) -> i32
Expand description

Returns the current hook call count.

C: LUA_API int lua_gethookcount(lua_State *L)