Searched refs:getTestarrayoftables (Results 1 – 4 of 4) sorted by relevance
98 public MyGame.Example.MonsterT[] getTestarrayoftables() { return testarrayoftables; } in getTestarrayoftables() method in MonsterT
564 if (_o.getTestarrayoftables() != null) { in pack()565 int[] __testarrayoftables = new int[_o.getTestarrayoftables().length]; in pack()567 …for (MyGame.Example.MonsterT _e : _o.getTestarrayoftables()) { __testarrayoftables[_j] = MyGame.Ex… in pack()
179 public function getTestarrayoftables($j) function in MyGame\\Example\\Monster
1498 MonsterT[] testarrayoftables = monster.getTestarrayoftables(); in TestObject()