AGS.Plugin.Lua.InvokeLua.lua_sethook C# (CSharp) 메소드

lua_sethook() 개인적인 메소드

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