C# Class FFXIVAPP.Memory.Delegates.PartyInfoWorkerDelegate

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

Public Methods

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

Method Details

EnsureEntity() public static method

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

GetEntity() public static method

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

RemoveEntity() public static method

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