97 lines
5.9 KiB
C#
97 lines
5.9 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
using RecRoom;
|
|
using RecRoom.Core;
|
|
using RecRoom.Core.Controllers.ScreenModes;
|
|
using RecRoom.Inputs;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x0200304C RID: 12364
|
|
[Token(Token = "0x200304C")]
|
|
public class BDOGNNKBPII : LKJPMJBAJJN
|
|
{
|
|
// Token: 0x06014EBF RID: 85695 RVA: 0x004DD1F4 File Offset: 0x004DB3F4
|
|
[Token(Token = "0x6014EBF")]
|
|
[Address(RVA = "0x2167610", Offset = "0x2166610", VA = "0x182167610", Slot = "8")]
|
|
public override void LALEKKCHBHD(Quaternion NNBMANPICHA, Vector3 GLIJPIDABED)
|
|
{
|
|
float z = GLIJPIDABED.z;
|
|
if (!this.MHFGEIEHDLA)
|
|
{
|
|
Quaternion ccgcdfpkphn = this.CCGCDFPKPHN;
|
|
}
|
|
float z2 = this.PEMALNFOJCG.z;
|
|
}
|
|
|
|
// Token: 0x06014EC0 RID: 85696 RVA: 0x004DD228 File Offset: 0x004DB428
|
|
[Token(Token = "0x6014EC0")]
|
|
[Address(RVA = "0x21673C0", Offset = "0x21663C0", VA = "0x1821673C0", Slot = "6")]
|
|
public override Quaternion HCNGHKKEELE(ScreenPlayerController FINBOONIGDO, Player IEKDDPPNFPF, Vector3 GLIJPIDABED, Quaternion NNBMANPICHA, LOCNHHPGIAG DBFBLNILIGL, NFOJNNKAEFL LIONOFNBCNE, ScreensCameraInputGamepadSettings BGOMJGPANHB, ScreenCameraTargetingData NIPEIFOAGBJ, bool CHEJBIBOBPH, bool EALHIPLOBGP)
|
|
{
|
|
IntPtr cachedPtr = IEKDDPPNFPF.m_CachedPtr;
|
|
float deltaTime = Time.deltaTime;
|
|
if (FINBOONIGDO.globalPerHandBehaviors == (ulong)0L)
|
|
{
|
|
ScreenPlayerModeConfigBase[] modeConfigs = FINBOONIGDO.modeConfigs;
|
|
}
|
|
ScreenPlayerCameraSettings defaultCameraSettings = FINBOONIGDO.defaultCameraSettings;
|
|
int num = 0;
|
|
if (defaultCameraSettings != num)
|
|
{
|
|
ScreenPlayerCameraSettings defaultCameraSettings2 = FINBOONIGDO.defaultCameraSettings;
|
|
}
|
|
ScreensCameraInputGamepadSettings defaultCameraGamepadInputSettings = FINBOONIGDO.defaultCameraGamepadInputSettings;
|
|
float trackingSpaceRotationVelocity = FINBOONIGDO._trackingSpaceRotationVelocity;
|
|
ScreenPlayerModeConfigBase[] modeConfigs2 = FINBOONIGDO.modeConfigs;
|
|
Vector2 defaultMenuViewportMargins = FINBOONIGDO.defaultMenuViewportMargins;
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06014EC1 RID: 85697 RVA: 0x004DD29C File Offset: 0x004DB49C
|
|
[Token(Token = "0x6014EC1")]
|
|
[Address(RVA = "0x2167780", Offset = "0x2166780", VA = "0x182167780", Slot = "7")]
|
|
public override Vector3 PKDPMDJLLAF(ScreenPlayerController FINBOONIGDO, Player IEKDDPPNFPF, Vector3 GLIJPIDABED, Quaternion NNBMANPICHA, LOCNHHPGIAG DBFBLNILIGL, NFOJNNKAEFL LIONOFNBCNE, ScreenCameraTargetingData NIPEIFOAGBJ, bool CHEJBIBOBPH, bool EALHIPLOBGP, out Vector3 DDELPDMAHFA)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06014EC1)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling UnityEngine.Vector3 BDOGNNKBPII::PKDPMDJLLAF(RecRoom.ScreenPlayerController,Player,UnityEngine.Vector3,UnityEngine.Quaternion,LOCNHHPGIAG,NFOJNNKAEFL,RecRoom.Core.ScreenCameraTargetingData,System.Boolean,System.Boolean,UnityEngine.Vector3&)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:Vector2(var_2_06, ldfld:Vector2(ScreenPlayerController::defaultMenuViewportMargins, ldloc:ScreenPlayerController(FINBOONIGDO)))
|
|
stloc:float32(var_6_0E, ldfld:float32(Vector3::z, ldloc:Vector3[exp:valuetype [UnityEngine.CoreModule]UnityEngine.Vector3&](var_4)))
|
|
stloc:float32(var_8_17, ldfld:float32(Vector3::z, ldloc:Vector3[exp:valuetype [UnityEngine.CoreModule]UnityEngine.Vector3&](var_7)))
|
|
}
|
|
|
|
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: 0x06014EC2 RID: 85698 RVA: 0x004DD2C4 File Offset: 0x004DB4C4
|
|
[Token(Token = "0x6014EC2")]
|
|
[Address(RVA = "0x21673B0", Offset = "0x21663B0", VA = "0x1821673B0")]
|
|
public void GHGHCGOIIAG(Quaternion PJCFHOAJCLK)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06014EC3 RID: 85699 RVA: 0x004DD2D4 File Offset: 0x004DB4D4
|
|
[Token(Token = "0x6014EC3")]
|
|
[Address(RVA = "0x2167970", Offset = "0x2166970", VA = "0x182167970")]
|
|
public BDOGNNKBPII()
|
|
{
|
|
}
|
|
|
|
// Token: 0x0400DC14 RID: 56340
|
|
[FieldOffset(Offset = "0x70")]
|
|
[Token(Token = "0x400DC14")]
|
|
public bool MHFGEIEHDLA = true;
|
|
}
|