Ejemplo n.º 1
0
        // Token: 0x060005B3 RID: 1459 RVA: 0x000080A8 File Offset: 0x000070A8
        public unsafe static void LogTimedStatePush(string name)
        {
            int byteCount = Encoding.ASCII.GetByteCount(name);

            byte[] array = new byte[byteCount + 1];
            Encoding.ASCII.GetBytes(name, 0, byteCount, array, 0);
            array[byteCount] = 0;
            fixed(byte *ptr = array)
            {
                JuiceGC._EASharpBinding_577((sbyte *)ptr);
            }
        }
Ejemplo n.º 2
0
 // Token: 0x060005B1 RID: 1457 RVA: 0x00008094 File Offset: 0x00007094
 public static bool GetIsPostRace()
 {
     return(JuiceGC._EASharpBinding_576());
 }
Ejemplo n.º 3
0
 // Token: 0x060005AF RID: 1455 RVA: 0x0000808C File Offset: 0x0000708C
 public static void SetIsPostRace(bool isInPostRace)
 {
     JuiceGC._EASharpBinding_575(isInPostRace);
 }
Ejemplo n.º 4
0
 // Token: 0x060005AD RID: 1453 RVA: 0x00008078 File Offset: 0x00007078
 public static JuiceGC.eOpponentPerformance GetNextRaceForceOpponentLevel()
 {
     return((JuiceGC.eOpponentPerformance)JuiceGC._EASharpBinding_574());
 }
Ejemplo n.º 5
0
 // Token: 0x060005AB RID: 1451 RVA: 0x00008070 File Offset: 0x00007070
 public static void SetNextRaceForceOpponentLevel(JuiceGC.eOpponentPerformance performanceType)
 {
     JuiceGC._EASharpBinding_573((int)performanceType);
 }
Ejemplo n.º 6
0
 // Token: 0x060005B9 RID: 1465 RVA: 0x00008160 File Offset: 0x00007160
 public static string GetCurrentEventName()
 {
     return(InternalUtil.ConvertFromCString(JuiceGC._EASharpBinding_580()));
 }
Ejemplo n.º 7
0
 // Token: 0x060005B7 RID: 1463 RVA: 0x00008157 File Offset: 0x00007157
 public static void LogEventEntered(uint eventId, bool isPvp)
 {
     JuiceGC._EASharpBinding_579(eventId, isPvp);
 }