MemoryAPI.EliteMMOWrapper.NPCTools.HPPCurrent C# (CSharp) Метод

HPPCurrent() публичный Метод

public HPPCurrent ( int id ) : short
id int
Результат short
            public short HPPCurrent(int id) { return api.Entity.GetEntity(id).HealthPercent; }