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

lua_sethook() private method

private lua_sethook ( IntPtr L, lua_Hook func, int mask, int count ) : int
L System.IntPtr
func lua_Hook
mask int
count int
return int
        public static extern int lua_sethook(lua_State L, lua_Hook func, int mask, int count);
InvokeLua