Searched defs:swordAttackDamage (Results 1 – 9 of 9) sorted by relevance
20 swordAttackDamage() { method in Attacker38 static addSwordAttackDamage(builder, swordAttackDamage) { argument45 static createAttacker(builder, swordAttackDamage) { argument58 constructor(swordAttackDamage = 0) { argument
9 private int swordAttackDamage; field in AttackerT13 …public void setSwordAttackDamage(int swordAttackDamage) { this.swordAttackDamage = swordAttackDama… in setSwordAttackDamage()
16 public int swordAttackDamage() { int o = __offset(4); return o != 0 ? bb.getInt(o + bb_pos) : 0; } in swordAttackDamage() method in Attacker20 int swordAttackDamage) { in createAttacker()27 …public static void addSwordAttackDamage(FlatBufferBuilder builder, int swordAttackDamage) { builde… in addSwordAttackDamage()
25 swordAttackDamage():number { method in Attacker78 public swordAttackDamage: number = 0 property in AttackerT
17 val swordAttackDamage : Int constant in Attacker
78 public static function addSwordAttackDamage(FlatBufferBuilder $builder, $swordAttackDamage)
457 val swordAttackDamage = 1 in TestVectorOfUnions() constant
499 final int swordAttackDamage = 1; in TestVectorOfUnions() local532 … TestEq(((Attacker)movie.characters(new Attacker(), 0)).swordAttackDamage(), swordAttackDamage); in TestVectorOfUnions() local
344 …public var swordAttackDamage: Int32 { let o = _accessor.offset(VTOFFSET.swordAttackDamage.v); retu… variable395 public var swordAttackDamage: Int32 variable