Searched defs:swordAttackDamage (Results 1 – 5 of 5) sorted by relevance
15 public int swordAttackDamage() { int o = __offset(4); return o != 0 ? bb.getInt(o + bb_pos) : 0; } in swordAttackDamage() method in Attacker26 …public static void addSwordAttackDamage(FlatBufferBuilder builder, int swordAttackDamage) { builde… in addSwordAttackDamage()
54 Attacker.prototype.swordAttackDamage = function() { method in Attacker85 Attacker.addSwordAttackDamage = function(builder, swordAttackDamage) { argument103 Attacker.createAttacker = function(builder, swordAttackDamage) { argument
78 public static function addSwordAttackDamage(FlatBufferBuilder $builder, $swordAttackDamage)
46 swordAttackDamage():number { method in Attacker
423 final int swordAttackDamage = 1; in TestVectorOfUnions() local451 … TestEq(((Attacker)movie.characters(new Attacker(), 0)).swordAttackDamage(), swordAttackDamage); in TestVectorOfUnions() local