lua_gethookcount function

  1. @JS("lua.lua_gethookcount")
int lua_gethookcount(
  1. lua_State L
)

Implementation

@JS("lua.lua_gethookcount")      external int        lua_gethookcount(lua_State L);