Searched refs:MutateHp (Results 1 – 5 of 5) sorted by relevance
77 if ok := monster.MutateHp(10); !ok {
3180 monster.MutateHp(10); // Set table field.
351 testcase{"Hp", func() bool { return monster.MutateHp(70) }},432 monster.MutateHp(80)
487 func (rcv *Monster) MutateHp(n int16) bool { func
28 …public bool MutateHp(short hp) { int o = __p.__offset(8); if (o != 0) { __p.bb.PutShort(o + __p.bb… in MutateHp() method