Artemis.Modules.Games.WoW.Data.WoWObjectManager.GetNextObjectFromCurrent C# (CSharp) 메소드

GetNextObjectFromCurrent() 공개 메소드

public GetNextObjectFromCurrent ( IntPtr current ) : IntPtr
current System.IntPtr
리턴 System.IntPtr
        public IntPtr GetNextObjectFromCurrent(IntPtr current)
        {
            var mgr = GetCurrentManager();

            return Process.Memory.Read<IntPtr>(
                current + mgr.VisibleObjects.m_fulllist.baseClass.m_linkoffset + IntPtr.Size);
        }