C# 클래스 FFXIVAPP.Memory.Reader

파일 보기 프로젝트 열기: Icehunter/ffxivapp-memory

Private Properties

프로퍼티 타입 설명
EnsureArrayIndexes void
EnsureMapAndZone void
GetItems FFXIVAPP.Memory.Core.InventoryEntity
GetTargetActorEntityFromSource FFXIVAPP.Memory.Core.ActorEntity
ResolveEntries IEnumerable>
ResolveEntry List

공개 메소드들

메소드 설명
GetActors ( ) : ActorReadResult
GetChatLog ( int previousArrayIndex, int previousOffset ) : ChatLogReadResult
GetInventoryItems ( ) : InventoryReadResult
GetPartyMembers ( ) : PartyInfoReadResult
GetPlayerInfo ( ) : PlayerInfoReadResult
GetTargetInfo ( ) : TargetReadResult

비공개 메소드들

메소드 설명
EnsureArrayIndexes ( ) : void
EnsureMapAndZone ( ActorEntity entry ) : void
GetItems ( IntPtr address, byte typeID ) : InventoryEntity
GetTargetActorEntityFromSource ( uint address ) : ActorEntity
ResolveEntries ( int offset, int length ) : IEnumerable>
ResolveEntry ( int offset, int length ) : List

메소드 상세

GetActors() 공개 정적인 메소드

public static GetActors ( ) : ActorReadResult
리턴 FFXIVAPP.Memory.Models.ActorReadResult

GetChatLog() 공개 정적인 메소드

public static GetChatLog ( int previousArrayIndex, int previousOffset ) : ChatLogReadResult
previousArrayIndex int
previousOffset int
리턴 FFXIVAPP.Memory.Models.ChatLogReadResult

GetInventoryItems() 공개 정적인 메소드

public static GetInventoryItems ( ) : InventoryReadResult
리턴 FFXIVAPP.Memory.Models.InventoryReadResult

GetPartyMembers() 공개 정적인 메소드

public static GetPartyMembers ( ) : PartyInfoReadResult
리턴 FFXIVAPP.Memory.Models.PartyInfoReadResult

GetPlayerInfo() 공개 정적인 메소드

public static GetPlayerInfo ( ) : PlayerInfoReadResult
리턴 FFXIVAPP.Memory.Models.PlayerInfoReadResult

GetTargetInfo() 공개 정적인 메소드

public static GetTargetInfo ( ) : TargetReadResult
리턴 FFXIVAPP.Memory.Models.TargetReadResult