Searched refs:add_hp (Results 1 – 8 of 8) sorted by relevance
248 builder.add_hp(args.hp); in create()354 pub fn add_hp(&mut self, hp: i16) { in add_hp() method
343 void add_hp(int16_t hp) {393 builder_.add_hp(hp);
205 wrapper.add_hp(77); in populate_second_half()
220 void add_hp(int16_t hp) { fbb_.AddElement<int16_t>(8, hp, 100); }242 builder_.add_hp(hp);
1568 monster_builder.add_hp(hp);
993 builder.add_hp(args.hp); in create()1469 pub fn add_hp(&mut self, hp: i16) { in add_hp() method
1630 void add_hp(int16_t hp) {1868 builder_.add_hp(hp);
108 mb2.add_hp(1000); in CreateFlatBufferTest()