53 lines
3.4 KiB
C#
53 lines
3.4 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
using RecRoom.Circuits;
|
|
using RecRoom.Core.Creation.Circuits;
|
|
|
|
// Token: 0x02000243 RID: 579
|
|
[Token(Token = "0x2000243")]
|
|
public class CircuitGroupOutputInterfaceNode : CircuitGroupInterfaceNode
|
|
{
|
|
// Token: 0x17000291 RID: 657
|
|
// (get) Token: 0x06001192 RID: 4498 RVA: 0x0004BF00 File Offset: 0x0004A100
|
|
[Token(Token = "0x17000291")]
|
|
public override OutputSlot? MDMBMHINCLJ
|
|
{
|
|
[Token(Token = "0x6001192")]
|
|
[Address(RVA = "0x145E4B0", Offset = "0x145D2B0", VA = "0x18145E4B0", Slot = "23")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06001192)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Nullable`1<RecRoom.Circuits.OutputSlot> CircuitGroupOutputInterfaceNode::get_MyOutputSlot()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:OutputSlot(var_0_06, ldfld:OutputSlot(CircuitGroupOutputInterfaceNode::outputSlot, ldloc:CircuitGroupOutputInterfaceNode(this)))
|
|
}
|
|
|
|
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 1660
|
|
*/;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06001193 RID: 4499 RVA: 0x0004BF14 File Offset: 0x0004A114
|
|
[Token(Token = "0x6001193")]
|
|
[Address(RVA = "0x145E450", Offset = "0x145D250", VA = "0x18145E450")]
|
|
public CircuitGroupOutputInterfaceNode()
|
|
{
|
|
}
|
|
|
|
// Token: 0x04000DE7 RID: 3559
|
|
[FieldOffset(Offset = "0xC0")]
|
|
[Token(Token = "0x4000DE7")]
|
|
public OutputSlot outputSlot;
|
|
}
|