C# Class FFXIVAPP.Memory.Delegates.PCWorkerDelegate

ファイルを表示 Open project: Icehunter/ffxivapp-memory

Public Methods

Method Description
EnsureEntity ( uint key, ActorEntity entity ) : void
GetEntity ( uint key ) : ActorEntity
RemoveEntity ( uint key ) : bool

Method Details

EnsureEntity() public static method

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

GetEntity() public static method

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

RemoveEntity() public static method

public static RemoveEntity ( uint key ) : bool
key uint
return bool