예제 #1
0
        }                                               // 0x000000018002D570-0x000000018002D580

        private void SetType(EGameIDType other)
        {
        }                                                  // 0x000000018002D5A0-0x000000018002D5C0
예제 #2
0
 private void SetType(EGameIDType other)
 {
     this.m_GameID = (this.m_GameID & 18446744069431361535UL) | ((ulong)((((long)other) & 0xffL) << 0x18));
 }
예제 #3
0
		private void SetType(EGameIDType other) {
			m_GameID = (m_GameID & ~(0xFFul << (ushort)24)) | (((ulong)(other) & 0xFFul) << (ushort)24);
		}
예제 #4
0
 private void SetType(EGameIDType other)
 {
     m_GameID = (ulong)(((long)m_GameID & -4278190081L) | (((long)other & 255L) << 24));
 }