예제 #1
0
 public override void rsc(int i, int h, MappedInStream @in)
 {
     age.Age[] d = ((P0)owner).Data;
     for (; i != h; i++)
     {
         d[i].age = @in.v64();
     }
 }
예제 #2
0
 public override void rsc(int i, int h, MappedInStream @in)
 {
     floats.DoubleTest[] d = ((P0)owner).Data;
     for (; i != h; i++)
     {
         d[i].two = @in.f64();
     }
 }
예제 #3
0
 public override void rsc(int i, int h, MappedInStream @in)
 {
     floats.FloatTest[] d = ((P1)owner).Data;
     for (; i != h; i++)
     {
         d[i].zero = @in.f32();
     }
 }
예제 #4
0
 public override void rsc(int i, int h, MappedInStream @in)
 {
     annotation.Date[] d = ((P0)owner).Data;
     for (; i != h; i++)
     {
         d[i].date = @in.v64();
     }
 }
예제 #5
0
 public override void rsc(int i, int h, MappedInStream @in)
 {
     escaping.ZBoolean[] d = ((P0)owner).Data;
     for (; i != h; i++)
     {
         d[i].boolean = @in.@bool();
     }
 }
예제 #6
0
 public override void rsc(int i, int h, MappedInStream @in)
 {
     number.Number[] d = ((P0)owner).Data;
     for (; i != h; i++)
     {
         d[i].number = @in.i64();
     }
 }
예제 #7
0
 public override void rsc(int i, int h, MappedInStream @in)
 {
     restrictionsCore.Properties[] d = ((P0)owner.basePool).Data;
     for (; i != h; i++)
     {
         ((restrictionsCore.ZSystem)d[i]).version = @in.f32();
     }
 }
예제 #8
0
            public override void rsc(int i, int h, MappedInStream @in)
            {
                subtypes.A[] d = ((P0)owner.basePool).Data;
                P3           t = ((P3)(object)this.type);

                for (; i != h; i++)
                {
                    ((subtypes.C)d[i]).c = (subtypes.C)t.getByID(@in.v32());
                }
            }
예제 #9
0
            public override void rsc(int i, int h, MappedInStream @in)
            {
                escaping.Int[] d = ((P2)owner).Data;
                P2             t = ((P2)(object)this.type);

                for (; i != h; i++)
                {
                    d[i].Zif = (escaping.Int)t.getByID(@in.v32());
                }
            }
예제 #10
0
            public override void rsc(int i, int h, MappedInStream @in)
            {
                escaping.ZBoolean[] d = ((P0)owner).Data;
                P0 t = ((P0)(object)this.type);

                for (; i != h; i++)
                {
                    d[i].Zbool = (escaping.ZBoolean)t.getByID(@in.v32());
                }
            }
예제 #11
0
            public override void rsc(int i, int h, MappedInStream @in)
            {
                escaping.Z2200[] d = ((P3)owner).Data;
                StringPool       t = (StringPool)owner.Owner.Strings();

                for (; i != h; i++)
                {
                    d[i].Z2622 = t.get(@in.v32());
                }
            }
예제 #12
0
            public override void rsc(int i, int h, MappedInStream @in)
            {
                escaping.Z2200[] d = ((P3)owner).Data;
                P3 t = ((P3)(object)this.type);

                for (; i != h; i++)
                {
                    d[i].Z20ac = (escaping.Z2200)t.getByID(@in.v32());
                }
            }
예제 #13
0
            public override void rsc(int i, int h, MappedInStream @in)
            {
                unicode.Unicode[] d = ((P0)owner).Data;
                StringPool        t = (StringPool)owner.Owner.Strings();

                for (; i != h; i++)
                {
                    d[i].two = t.get(@in.v32());
                }
            }
예제 #14
0
            public override void rsc(int i, int h, MappedInStream @in)
            {
                annotation.Test[] d = ((P1)owner).Data;
                Annotation        t = (Annotation)this.type;

                for (; i != h; i++)
                {
                    d[i].f = ([email protected])t.readSingleField(@in);
                }
            }
예제 #15
0
            public override void rsc(int i, int h, MappedInStream @in)
            {
                enums.TestEnum[] d = ((P0)owner).Data;
                P0 t = ((P0)(object)this.type);

                for (; i != h; i++)
                {
                    d[i].next = (enums.TestEnum)t.getByID(@in.v32());
                }
            }
예제 #16
0
            public override void rsc(int i, int h, MappedInStream @in)
            {
                restrictionsCore.Properties[] d = ((P0)owner.basePool).Data;
                StringPool t = (StringPool)owner.Owner.Strings();

                for (; i != h; i++)
                {
                    ((restrictionsCore.ZSystem)d[i]).name = t.get(@in.v32());
                }
            }
예제 #17
0
            public override void rsc(int i, int h, MappedInStream @in)
            {
                unknown.A[] d = ((P0)owner).Data;
                P0          t = ((P0)(object)this.type);

                for (; i != h; i++)
                {
                    d[i].a = (unknown.A)t.getByID(@in.v32());
                }
            }
예제 #18
0
            public override void rsc(int i, int h, MappedInStream @in)
            {
                container.Container[] d = ((P0)owner).Data;
                MapType <System.String, System.Collections.Generic.Dictionary <System.Int64, System.Int64> > type = (MapType <System.String, System.Collections.Generic.Dictionary <System.Int64, System.Int64> >) this.type.cast <System.String, System.Collections.Generic.Dictionary <System.Int64, System.Int64> >();

                de.ust.skill.common.csharp.api.FieldType keyType   = type.keyType;
                de.ust.skill.common.csharp.api.FieldType valueType = type.valueType;
                for (; i != h; i++)
                {
                    d[i].f = castMap <string, System.Collections.Generic.Dictionary <long, long>, System.Object, System.Object>((Dictionary <System.Object, System.Object>)(([email protected]) this.type).readSingleField(@in));
                }
            }
예제 #19
0
            public override void rsc(int i, int h, MappedInStream @in)
            {
                container.Container[]  d    = ((P0)owner).Data;
                SetType <System.Int64> type = (SetType <System.Int64>) this.type.cast <System.Int64, System.Object>();

                for (; i != h; i++)
                {
                    int size = @in.v32();
                    System.Collections.Generic.HashSet <System.Int64> v = new HashSet <long>();
                    while (size-- > 0)
                    {
                        v.Add(@in.v64());
                    }
                    d[i].s = v;
                }
            }
예제 #20
0
            public override void rsc(int i, int h, MappedInStream @in)
            {
                container.Container[] d = ((P0)owner).Data;
                VariableLengthArray <System.Int64> type = (VariableLengthArray <System.Int64>) this.type.cast <System.Int64, System.Object>();

                for (; i != h; i++)
                {
                    int size = @in.v32();
                    System.Collections.ArrayList v = new ArrayList(size);
                    while (size-- > 0)
                    {
                        v.Add(@in.v64());
                    }
                    d[i].varr = v;
                }
            }
예제 #21
0
            public override void rsc(int i, int h, MappedInStream @in)
            {
                graph.Node[]         d    = ((P0)owner).Data;
                SetType <graph.Node> type = (SetType <graph.Node>) this.type.cast <graph.Node, System.Object>();
                P0 t = ((P0)(object)type.groundType);

                for (; i != h; i++)
                {
                    int size = @in.v32();
                    System.Collections.Generic.HashSet <graph.Node> v = new HashSet <graph.Node>();
                    while (size-- > 0)
                    {
                        v.Add((graph.Node)t.getByID(@in.v32()));
                    }
                    d[i].edges = v;
                }
            }
예제 #22
0
            public override void rsc(int i, int h, MappedInStream @in)
            {
                container.Container[]             d    = ((P0)owner).Data;
                SetType <container.SomethingElse> type = (SetType <container.SomethingElse>) this.type.cast <container.SomethingElse, System.Object>();
                P1 t = ((P1)(object)type.groundType);

                for (; i != h; i++)
                {
                    int size = @in.v32();
                    System.Collections.Generic.HashSet <container.SomethingElse> v = new HashSet <container.SomethingElse>();
                    while (size-- > 0)
                    {
                        v.Add((container.SomethingElse)t.getByID(@in.v32()));
                    }
                    d[i].someSet = v;
                }
            }
예제 #23
0
 public override void rsc(int i, int h, MappedInStream @in)
 {
 }