Beispiel #1
0
        private void GetSecondaryMantle()
        {
            Int64 Address  = LEVEL_ADDRESS + 0x34 + 0x4;
            int   mantleId = Scanner.READ_INT(Address);

            SecondaryMantle.SetID(mantleId);
        }
Beispiel #2
0
        private void GetSecondaryMantle()
        {
            Int64 Address  = PlayerStructAddress + 0x34 + 0x4;
            int   mantleId = Scanner.READ_INT(Address);

            SecondaryMantle.SetID(mantleId);
        }
Beispiel #3
0
        private void GetPrimaryMantle()
        {
            Int64 Address  = LEVEL_ADDRESS + 0x34;
            int   mantleId = Scanner.READ_INT(Address);

            PrimaryMantle.SetID(mantleId);
            PrimaryMantle.SetName(GStrings.MantleName(mantleId));
        }