Tao.Lua.Lua.lua_gethookcount C# (CSharp) Method

lua_gethookcount() private method

private lua_gethookcount ( lua_State L ) : int
L lua_State
return int
        public extern static int lua_gethookcount(lua_State L);
Lua