Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DMonster.php456 public static function addHp(FlatBufferBuilder $builder, $hp) function in MyGame\\Example\\Monster
DMonster.java94 public static void addHp(FlatBufferBuilder builder, short hp) { builder.addShort(2, hp, 100); } in addHp() method in Monster
/external/flatbuffers/tests/
Dmonster_test_generated.js1200 MyGame.Example.Monster.addHp = function(builder, hp) { function in MyGame.Example.Monster