Home
last modified time | relevance | path

Searched refs:addSwordAttackDamage (Results 1 – 7 of 7) sorted by relevance

/external/flatbuffers/tests/union_vector/
DAttacker.php68 self::addSwordAttackDamage($builder, $sword_attack_damage);
78 public static function addSwordAttackDamage(FlatBufferBuilder $builder, $swordAttackDamage) function in Attacker
DAttacker.kt41 addSwordAttackDamage(builder, swordAttackDamage) in createAttacker()
45 …fun addSwordAttackDamage(builder: FlatBufferBuilder, swordAttackDamage: Int) = builder.addInt(0, s… in startAttacker() method
DAttacker.java22 Attacker.addSwordAttackDamage(builder, sword_attack_damage); in createAttacker()
27 …public static void addSwordAttackDamage(FlatBufferBuilder builder, int swordAttackDamage) { builde… in addSwordAttackDamage() method in Attacker
Dunion_vector_generated.js108 Attacker.addSwordAttackDamage = function(builder, swordAttackDamage) { function in Attacker
128 Attacker.addSwordAttackDamage(builder, swordAttackDamage);
Dunion_vector_generated.ts87 static addSwordAttackDamage(builder:flatbuffers.Builder, swordAttackDamage:number) { method in Attacker
102 Attacker.addSwordAttackDamage(builder, swordAttackDamage);
/external/flatbuffers/tests/
DJavaScriptUnionVectorTest.js16 Test.Attacker.addSwordAttackDamage(fbb, 5);
DphpUnionVectorTest.php60 Attacker::addSwordAttackDamage($fbb, 5);