using System; using System.Collections; using Cpp2IlInjected; using RecRoom.Core.Animation; using UnityEngine; namespace RecRoom.Core.Encounters { // Token: 0x020030C6 RID: 12486 [Token(Token = "0x20030C6")] public class PlayScreenAnimationVignetteEncounterStep : GameEncounterStep { // Token: 0x17003A18 RID: 14872 // (get) Token: 0x0601521C RID: 86556 RVA: 0x004EBAA4 File Offset: 0x004E9CA4 [Token(Token = "0x17003A18")] public override string KODBEJPEFOJ { [Token(Token = "0x601521C")] [Address(RVA = "0x13A8390", Offset = "0x13A7390", VA = "0x1813A8390", Slot = "4")] get { return "Plays a ScreenAnimationVignette on the local player"; } } // Token: 0x0601521D RID: 86557 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x601521D")] [Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "9")] public override void OnEncounterStart() { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x0601521E RID: 86558 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x601521E")] [Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "10")] public override void OnEncounterStop() { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x0601521F RID: 86559 RVA: 0x004EBAB8 File Offset: 0x004E9CB8 [Token(Token = "0x601521F")] [Address(RVA = "0x13A82A0", Offset = "0x13A72A0", VA = "0x1813A82A0")] private IEnumerator MBPHBOOODBA(PlayerAnimationVignette ICAINNHGICK) { /* An exception occurred when decompiling this method (0601521F) ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.IEnumerator RecRoom.Core.Encounters.PlayScreenAnimationVignetteEncounterStep::MBPHBOOODBA(RecRoom.Core.Animation.PlayerAnimationVignette) ---> System.Exception: Basic block has to end with unconditional control flow. { Block_0: call:void(IGJCPHFCHPK::System.IDisposable.Dispose, ldloc:IGJCPHFCHPK(var_0)) stfld:PlayScreenAnimationVignetteEncounterStep(IGJCPHFCHPK::<>4__this, ldloc:IGJCPHFCHPK(var_0), ldloc:PlayScreenAnimationVignetteEncounterStep(this)) stfld:int32(IGJCPHFCHPK::<>1__state, ldloc:IGJCPHFCHPK(var_0), conv.u8:uint64[exp:int32](ldc.i8:int64[exp:uint64](0))) stfld:PlayerAnimationVignette(IGJCPHFCHPK::vignette, ldloc:IGJCPHFCHPK(var_0), ldloc:PlayerAnimationVignette(ICAINNHGICK)) } at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88 --- End of inner exception stack trace --- at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663 */; } // Token: 0x06015220 RID: 86560 RVA: 0x004EBAE4 File Offset: 0x004E9CE4 [Token(Token = "0x6015220")] [Address(RVA = "0x13A8310", Offset = "0x13A7310", VA = "0x1813A8310", Slot = "11")] public override void OnStartRunning() { PlayerAnimationVignette playerAnimationVignette = this.vignette; PlayScreenAnimationVignetteEncounterStep.IGJCPHFCHPK igjcphfchpk; igjcphfchpk.System.IDisposable.Dispose(); igjcphfchpk.<>1__state = (int)((ulong)0L); igjcphfchpk.<>4__this = this; igjcphfchpk.vignette = playerAnimationVignette; Coroutine coroutine = base.StartCoroutine(igjcphfchpk); } // Token: 0x06015221 RID: 86561 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6015221")] [Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "12")] public override void OnUpdateRunning() { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x06015222 RID: 86562 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6015222")] [Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "13")] public override void OnStopRunning() { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x06015223 RID: 86563 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6015223")] [Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "14")] public override void OnSkipRunning() { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x06015224 RID: 86564 RVA: 0x004EBB20 File Offset: 0x004E9D20 [Token(Token = "0x6015224")] [Address(RVA = "0x13A8220", Offset = "0x13A7220", VA = "0x1813A8220", Slot = "15")] public override bool IsBlockingEncounterEnd() { int finishCondition = this.finishCondition; if (finishCondition != 0) { if (finishCondition != 0) { if (finishCondition != 1) { } float num = this.POLMFGOLNLC.OKFCHCDDGCP; float apmoagiimap = this.APMOAGIIMAP; } } float num2 = this.POLMFGOLNLC.OKFCHCDDGCP; throw new NullReferenceException(); } // Token: 0x06015225 RID: 86565 RVA: 0x004EBB68 File Offset: 0x004E9D68 [Token(Token = "0x6015225")] [Address(RVA = "0x4246A0", Offset = "0x4236A0", VA = "0x1804246A0", Slot = "16")] public override bool IsCompleted() { return true; } // Token: 0x06015226 RID: 86566 RVA: 0x004EBB78 File Offset: 0x004E9D78 [Token(Token = "0x6015226")] [Address(RVA = "0x1392C90", Offset = "0x1391C90", VA = "0x181392C90")] public PlayScreenAnimationVignetteEncounterStep() { this.stepName = "New Step"; this.PNNLJIGIFDL = (int)((ulong)4294967295L); base..ctor(); } // Token: 0x0400DF09 RID: 57097 [FieldOffset(Offset = "0x48")] [Token(Token = "0x400DF09")] [SerializeField] [Header("Screens Animations")] protected PlayerAnimationVignette vignette; // Token: 0x0400DF0A RID: 57098 [FieldOffset(Offset = "0x50")] [Token(Token = "0x400DF0A")] private float APMOAGIIMAP; // Token: 0x020030C7 RID: 12487 [Token(Token = "0x20030C7")] public enum GADLOFBPNIL { // Token: 0x0400DF0C RID: 57100 [Token(Token = "0x400DF0C")] TIME_ELAPSED, // Token: 0x0400DF0D RID: 57101 [Token(Token = "0x400DF0D")] IMMEDIATELY, // Token: 0x0400DF0E RID: 57102 [Token(Token = "0x400DF0E")] AFTER_VIGNETTE_DURATION } } }