コード例 #1
0
        // Token: 0x06000B05 RID: 2821 RVA: 0x0000DFA0 File Offset: 0x0000CFA0
        public unsafe void SetScoreString(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)
            {
                GamerScore._EASharpBinding_1117(this.mSelf, (sbyte *)ptr);
            }
        }
コード例 #2
0
 // Token: 0x06000B03 RID: 2819 RVA: 0x0000DF90 File Offset: 0x0000CF90
 public virtual void Reset()
 {
     GamerScore._EASharpBinding_1116(this.mSelf);
 }
コード例 #3
0
 // Token: 0x06000AFF RID: 2815 RVA: 0x0000DF2C File Offset: 0x0000CF2C
 public GamerScore() : base(default(ExposeTag_NoInitOwned))
 {
     this.mSelf = GamerScore._EASharpBinding_1114();
 }