Home | History | Annotate | Download | only in samples

Lines Matching defs:hp

149   int16_t hp;
157 hp(100),
187 int16_t hp() const {
261 void add_hp(int16_t hp) {
262 fbb_.AddElement<int16_t>(Monster::VT_HP, hp, 100);
298 int16_t hp = 100,
311 builder_.add_hp(hp);
322 int16_t hp = 100,
333 hp,
437 { auto _e = hp(); _o->hp = _e; };
455 auto _hp = _o->hp;