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; }