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