C# 클래스 FFXIVAPP.Memory.Delegates.MonsterWorkerDelegate

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

공개 메소드들

메소드 설명
EnsureEntity ( uint key, ActorEntity entity ) : void
GetEntity ( uint key ) : ActorEntity
RemoveEntity ( uint key ) : bool

메소드 상세

EnsureEntity() 공개 정적인 메소드

public static EnsureEntity ( uint key, ActorEntity entity ) : void
key uint
entity FFXIVAPP.Memory.Core.ActorEntity
리턴 void

GetEntity() 공개 정적인 메소드

public static GetEntity ( uint key ) : ActorEntity
key uint
리턴 FFXIVAPP.Memory.Core.ActorEntity

RemoveEntity() 공개 정적인 메소드

public static RemoveEntity ( uint key ) : bool
key uint
리턴 bool