AGS.Plugin.Lua.InvokeLua.lua_gethookcount C# (CSharp) Method

lua_gethookcount() private method

private lua_gethookcount ( IntPtr L ) : int
L System.IntPtr
return int
        public static extern int lua_gethookcount(lua_State L);
InvokeLua