Searched defs:addHp (Results 1 – 5 of 5) sorted by relevance
790 fun addHp(builder: FlatBufferBuilder, hp: Short) = builder.addShort(2, hp, 100) in MonsterBufferHasIdentifier() method
780 public static function addHp(FlatBufferBuilder $builder, $hp) function in MyGame\\Example\\Monster
201 public static void addHp(FlatBufferBuilder builder, short hp) { builder.addShort(2, hp, 100); } in addHp() method in Monster
1819 static addHp(builder:flatbuffers.Builder, hp:number) { method in MyGame.Example.Monster
1967 MyGame.Example.Monster.addHp = function(builder, hp) { function in MyGame.Example.Monster