MemoryAPI.EliteMMOWrapper.NPCTools.HPPCurrent C# (CSharp) Method

HPPCurrent() public method

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