C# 클래스 Artemis.Modules.Games.WoW.Data.WoWObjectManager

파일 보기 프로젝트 열기: SpoinkyNL/Artemis 1 사용 예제들

공개 메소드들

메소드 설명
EnumVisibleObjects ( ) : IEnumerable
GetCurrentManager ( ) : WoWStructs.CurrentManager
GetFirstObject ( ) : IntPtr
GetNextObjectFromCurrent ( IntPtr current ) : IntPtr
Update ( ) : void
WoWObjectManager ( IProcess process, IntPtr baseAddress ) : System

보호된 메소드들

메소드 설명
OnObjectsUpdated ( WoWObject>.Dictionary e ) : void

메소드 상세

EnumVisibleObjects() 공개 메소드

public EnumVisibleObjects ( ) : IEnumerable
리턴 IEnumerable

GetCurrentManager() 공개 메소드

public GetCurrentManager ( ) : WoWStructs.CurrentManager
리턴 WoWStructs.CurrentManager

GetFirstObject() 공개 메소드

public GetFirstObject ( ) : IntPtr
리턴 System.IntPtr

GetNextObjectFromCurrent() 공개 메소드

public GetNextObjectFromCurrent ( IntPtr current ) : IntPtr
current System.IntPtr
리턴 System.IntPtr

OnObjectsUpdated() 보호된 메소드

protected OnObjectsUpdated ( WoWObject>.Dictionary e ) : void
e WoWObject>.Dictionary
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

WoWObjectManager() 공개 메소드

public WoWObjectManager ( IProcess process, IntPtr baseAddress ) : System
process IProcess
baseAddress System.IntPtr
리턴 System