Searched defs:VectorOfLongs (Results 1 – 4 of 4) sorted by relevance
351 function Monster_mt:VectorOfLongs(j) function
43 VectorOfLongs []int64 member981 func (rcv *Monster) VectorOfLongs(j int) int64 { func
121 …public long VectorOfLongs(int j) { int o = __p.__offset(68); return o != 0 ? __p.bb.GetLong(__p.__… in VectorOfLongs() method828 public List<long> VectorOfLongs { get; set; } property in MyGame.Example.MonsterT
450 def VectorOfLongs(self, j): member in Monster