Searched defs:Hp (Results 1 – 5 of 5) sorted by relevance
40 function Monster_mt:Hp() function
44 function Monster_mt:Hp() function
15 Hp int16 member515 func (rcv *Monster) Hp() int16 { func
27 …public short Hp { get { int o = __p.__offset(8); return o != 0 ? __p.bb.GetShort(o + __p.bb_pos) :… property753 public short Hp { get; set; } property in MyGame.Example.MonsterT
51 def Hp(self): member in Monster