C# Class FFXIVAPP.Memory.Delegates.NPCWorkerDelegate

Afficher le fichier Open project: Icehunter/ffxivapp-memory

Méthodes publiques

Méthode Description
EnsureEntity ( uint key, ActorEntity entity ) : void
GetEntity ( uint key ) : ActorEntity
RemoveEntity ( uint key ) : bool

Method Details

EnsureEntity() public static méthode

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

GetEntity() public static méthode

public static GetEntity ( uint key ) : ActorEntity
key uint
Résultat FFXIVAPP.Memory.Core.ActorEntity

RemoveEntity() public static méthode

public static RemoveEntity ( uint key ) : bool
key uint
Résultat bool