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

lua_gethook() private method

private lua_gethook ( IntPtr L ) : lua_Hook
L System.IntPtr
return lua_Hook
        public static extern lua_Hook lua_gethook(lua_State L);
InvokeLua