Exemplo n.º 1
0
        // Token: 0x06000903 RID: 2307 RVA: 0x0000BE54 File Offset: 0x0000AE54
        public unsafe void SetDurabilityToolTip(string value)
        {
            int byteCount = Encoding.ASCII.GetByteCount(value);

            byte[] array = new byte[byteCount + 1];
            Encoding.ASCII.GetBytes(value, 0, byteCount, array, 0);
            array[byteCount] = 0;
            fixed(byte *ptr = array)
            {
                CarStatistics._EASharpBinding_903(this.mSelf, (sbyte *)ptr);
            }
        }
Exemplo n.º 2
0
 // Token: 0x060008FB RID: 2299 RVA: 0x0000BD30 File Offset: 0x0000AD30
 public CarStatistics() : base(default(ExposeTag_NoInitOwned))
 {
     this.mSelf = CarStatistics._EASharpBinding_899();
 }