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

lua_gethookcount() 개인적인 메소드

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