terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
CreditsRollEvent.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000A54 RID: 2644
7 public class CreditsRollEvent
8 {
9 // Token: 0x1700089E RID: 2206
10 // (get) Token: 0x06004E16 RID: 19990 RVA: 0x000021DB File Offset: 0x000003DB
11 public static bool IsEventOngoing
12 {
13 get
14 {
15 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
16 }
17 }
18
19 // Token: 0x06004E17 RID: 19991 RVA: 0x00275B6C File Offset: 0x00273D6C
20 public static void TryStartingCreditsRoll()
21 {
22 !0 !;
23 if (! != null)
24 {
25 }
26 bool netHost = Main.NetHost;
27 }
28
29 // Token: 0x06004E18 RID: 19992 RVA: 0x00275B8C File Offset: 0x00273D8C
31 {
32 bool netHost = Main.NetHost;
33 }
34
35 // Token: 0x06004E19 RID: 19993 RVA: 0x00275BA4 File Offset: 0x00273DA4
36 public static void UpdateTime()
37 {
38 }
39
40 // Token: 0x06004E1A RID: 19994 RVA: 0x00275BB4 File Offset: 0x00273DB4
41 public static void Reset()
42 {
43 }
44
45 // Token: 0x06004E1B RID: 19995 RVA: 0x00275BC4 File Offset: 0x00273DC4
46 public static void SetRemainingTimeDirect(int time)
47 {
48 if (!true)
49 {
50 }
51 }
52
53 // Token: 0x06004E1C RID: 19996 RVA: 0x00275BD4 File Offset: 0x00273DD4
55 {
56 }
57
58 // Token: 0x040086D4 RID: 34516
59 private const int MAX_TIME_FOR_CREDITS_ROLL_IN_FRAMES = 28800;
60
61 // Token: 0x040086D5 RID: 34517
62 private static int _creditsRollRemainingTime;
63 }
64}
class f__AnonymousType0<< Count > j__TPar
static void SendCreditsRollRemainingTimeToPlayer(int playerIndex)
static bool NetHost
Definition Main.cs:5544