MemoryAPI.EliteMMOWrapper.NPCTools.HPPCurrent C# (CSharp) Méthode

HPPCurrent() public méthode

public HPPCurrent ( int id ) : short
id int
Résultat short
            public short HPPCurrent(int id) { return api.Entity.GetEntity(id).HealthPercent; }