Home
last modified time | relevance | path

Searched defs:addHp (Results 1 – 5 of 5) sorted by relevance

/third_party/flatbuffers/tests/my-game/example/
Dmonster.ts665 static addHp(builder:flatbuffers.Builder, hp:number) { method in Monster
Dmonster.js513 static addHp(builder, hp) { method in Monster
/third_party/flatbuffers/tests/MyGame/Example/
DMonster.kt851 fun addHp(builder: FlatBufferBuilder, hp: Short) = builder.addShort(2, hp, 100) in MonsterBufferHasIdentifier() method
DMonster.php828 public static function addHp(FlatBufferBuilder $builder, $hp) function in MyGame\\Example\\Monster
DMonster.java217 public static void addHp(FlatBufferBuilder builder, short hp) { builder.addShort(2, hp, 100); } in addHp() method in Monster