Пример #1
0
 public override void read(BinaryReader br)
 {
     this.junkui1      = br.ReadUInt32();
     this.junkui2      = br.ReadUInt32();
     this.factor       = br.ReadSingle();
     this.jmclass      = HashTracker.getValueForHash(this.junkui1);
     this.jmcollection = HashTracker.getValueForHash(this.junkui2);
 }
Пример #2
0
 public override void read(BinaryReader br)
 {
     this.refui1 = br.ReadUInt32();
     this.refui2 = br.ReadUInt32();
     br.ReadInt32();
     this.refclass      = HashTracker.getValueForHash(this.refui1);
     this.refcollection = HashTracker.getValueForHash(this.refui2);
 }
Пример #3
0
 public override void read(BinaryReader br)
 {
     this.value1   = br.ReadUInt32();
     this.value2   = br.ReadUInt32();
     this.row_hash = br.ReadUInt32();
     this.value3   = HashTracker.getValueForHash(this.row_hash);
     this.value4   = br.ReadUInt32();
     this.value5   = br.ReadUInt32();
     this.value6   = br.ReadUInt32();
 }
Пример #4
0
 public override void read(BinaryReader br)
 {
     this.class_hash = br.ReadUInt32();
     this.clazz      = HashTracker.getValueForHash(this.class_hash);
     this.row_hash   = br.ReadUInt32();
     this.row        = HashTracker.getValueForHash(this.row_hash);
     this.value1     = br.ReadUInt32();
     this.value2     = br.ReadSingle();
     this.value3     = br.ReadUInt32();
     this.value4     = br.ReadUInt32();
 }
Пример #5
0
 public override void read(BinaryReader br)
 {
     this.hash  = br.ReadUInt32();
     this.value = HashTracker.getValueForHash(this.hash);
 }