Appearance
現在のフックカウントを返します。
[-0, +0, -]
int lua_gethookcount (lua_State *L);
int count = lua_gethookcount(L); printf("フックカウント: %d\n", count);
このコードは、現在のフックカウントを取得して表示します。