scripts
This commit is contained in:
@@ -0,0 +1,71 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom;
|
||||
using UnityEngine;
|
||||
|
||||
// Token: 0x02001CC2 RID: 7362
|
||||
[Token(Token = "0x2001CC2")]
|
||||
[StructLayout(0, Size = 24)]
|
||||
public struct ONOGGLDMANI
|
||||
{
|
||||
// Token: 0x0600C647 RID: 50759 RVA: 0x002EEA64 File Offset: 0x002ECC64
|
||||
[Token(Token = "0x600C647")]
|
||||
[Address(RVA = "0xDBA0", Offset = "0xCFA0", VA = "0x18000DBA0")]
|
||||
public ONOGGLDMANI(Vector3 linearVelocity, Vector3 angularVelocity)
|
||||
{
|
||||
float z = linearVelocity.z;
|
||||
float z2 = angularVelocity.z;
|
||||
}
|
||||
|
||||
// Token: 0x0600C648 RID: 50760 RVA: 0x002EEA80 File Offset: 0x002ECC80
|
||||
[Token(Token = "0x600C648")]
|
||||
[Address(RVA = "0x17D6020", Offset = "0x17D4A20", VA = "0x1817D6020")]
|
||||
public static ONOGGLDMANI AGIFAIEFNFD(PlayerAnimationFrameTransform FEEADMDNPHO, PlayerAnimationFrameTransform AKHAFLHOOLF, float POGAEJIEPIM)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600C648)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling ONOGGLDMANI ONOGGLDMANI::AGIFAIEFNFD(RecRoom.PlayerAnimationFrameTransform,RecRoom.PlayerAnimationFrameTransform,System.Single)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:float32(var_2_06, ldfld:float32(Vector3::z, ldloc:Vector3[exp:valuetype [UnityEngine.CoreModule]UnityEngine.Vector3&](var_1)))
|
||||
stloc:float32(var_5_0E, ldfld:float32(Vector3::z, ldloc:Vector3[exp:valuetype [UnityEngine.CoreModule]UnityEngine.Vector3&](var_4)))
|
||||
stfld:float32(Quaternion::z, ldfld:Quaternion[exp:valuetype [UnityEngine.CoreModule]UnityEngine.Quaternion&](PlayerAnimationFrameTransform::Rotation, ldloc:PlayerAnimationFrameTransform[exp:valuetype RecRoom.PlayerAnimationFrameTransform&](FEEADMDNPHO)), ldloc:float32(var_5_0E))
|
||||
}
|
||||
|
||||
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: 0x0600C649 RID: 50761 RVA: 0x002EEAAC File Offset: 0x002ECCAC
|
||||
[Token(Token = "0x600C649")]
|
||||
[Address(RVA = "0x17D5EA0", Offset = "0x17D48A0", VA = "0x1817D5EA0")]
|
||||
public static ONOGGLDMANI ADPELJHGHKK(ONOGGLDMANI LONDCJPNKKN, ONOGGLDMANI PCEJJILDLGD, float LIMOILDIGKF)
|
||||
{
|
||||
Vector3 vector;
|
||||
float z = vector.z;
|
||||
Vector3 vector2;
|
||||
float z2 = vector2.z;
|
||||
LONDCJPNKKN.ELJIEKONIIO.z = z2;
|
||||
return LONDCJPNKKN;
|
||||
}
|
||||
|
||||
// Token: 0x0400831E RID: 33566
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
||||
[Token(Token = "0x400831E")]
|
||||
public readonly Vector3 EPACGNDALII;
|
||||
|
||||
// Token: 0x0400831F RID: 33567
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0xC")]
|
||||
[Token(Token = "0x400831F")]
|
||||
public readonly Vector3 ELJIEKONIIO;
|
||||
}
|
||||
Reference in New Issue
Block a user