Files
2026-04-08 23:40:05 +02:00

4341 lines
289 KiB
C#

using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Runtime.InteropServices;
using CircuitsV2;
using CircuitsV2.Context;
using CircuitsV2.Graph;
using CircuitsV2.Utilities;
using Cpp2IlInjected;
using Photon.Pun;
using Photon.Realtime;
using RecRoom.Core.AI;
using RecRoom.Core.Creation;
using RecRoom.Core.Creation.AI;
using RecRoom.Core.Creation.Circuits;
using RecRoom.Core.Creation.SandboxGizmos;
using RecRoom.Systems.PlayerRoles;
using RecRoom.Tools.Tags;
using UnityEngine;
// Token: 0x0200233D RID: 9021
[Token(Token = "0x200233D")]
[StructLayout(3)]
public sealed class LEOFAEBBNLD : INodeDependencies
{
// Token: 0x0600F8C8 RID: 63688 RVA: 0x003AA914 File Offset: 0x003A8B14
[Token(Token = "0x600F8C8")]
[Address(RVA = "0x1FAAAD0", Offset = "0x1FA94D0", VA = "0x181FAAAD0")]
private static Result<None> JGNJFPIMFJA<T>(in ENDNBHFKNFL KHEPJABPCBH, ref InOut DFKDMKHALFA, in T IIFJDCEPNMJ, LEOFAEBBNLD.OEDLOMKGMLA<UGCAIController, T> ADNILBJMMOL, LEOFAEBBNLD.OEDLOMKGMLA<global::Player, T> IEKDDPPNFPF)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F8C9 RID: 63689 RVA: 0x003AA92C File Offset: 0x003A8B2C
[Token(Token = "0x600F8C9")]
[Address(RVA = "0x1FA9180", Offset = "0x1FA7B80", VA = "0x181FA9180")]
private static Result<None> BAMFPKOGNLC<T>(in ENDNBHFKNFL KHEPJABPCBH, ref InOut DFKDMKHALFA, in T IIFJDCEPNMJ, LEOFAEBBNLD.OEDLOMKGMLA<UGCAIController, T> ADNILBJMMOL, LEOFAEBBNLD.OEDLOMKGMLA<Photon.Realtime.Player, T> IEKDDPPNFPF)
{
bool flag;
Photon.Realtime.Player player;
if (!flag || player != 0)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F8CA RID: 63690 RVA: 0x003AA948 File Offset: 0x003A8B48
[Token(Token = "0x600F8CA")]
[Address(RVA = "0x1FAACF0", Offset = "0x1FA96F0", VA = "0x181FAACF0")]
private static Result<None> KECODLFJCIA<T>(in ENDNBHFKNFL KHEPJABPCBH, ref InOut DFKDMKHALFA, in T IIFJDCEPNMJ, LEOFAEBBNLD.OEDLOMKGMLA<UGCAIController, T> ADNILBJMMOL, [Attribute(Name = "TupleElementNamesAttribute", RVA = "0xD21C0", Offset = "0xD15C0")] LEOFAEBBNLD.OEDLOMKGMLA<ValueTuple<global::Player, Photon.Realtime.Player>, T> IEKDDPPNFPF)
{
bool flag;
if (flag)
{
}
Photon.Realtime.Player player;
if (player != 0)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F8CB RID: 63691 RVA: 0x003AA968 File Offset: 0x003A8B68
[Token(Token = "0x600F8CB")]
[Address(RVA = "0x15761B0", Offset = "0x1574BB0", VA = "0x1815761B0", Slot = "4")]
public Result<None> AIGetTarget(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F8CC RID: 63692 RVA: 0x003AA980 File Offset: 0x003A8B80
[Token(Token = "0x600F8CC")]
[Address(RVA = "0x1578BF0", Offset = "0x15775F0", VA = "0x181578BF0", Slot = "5")]
public Result<None> AISetTarget(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8CD RID: 63693 RVA: 0x003AA9A4 File Offset: 0x003A8BA4
[Token(Token = "0x600F8CD")]
[Address(RVA = "0x1578D50", Offset = "0x1577750", VA = "0x181578D50", Slot = "6")]
public Result<None> AIStartCombatBehavior(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8CE RID: 63694 RVA: 0x003AA9C4 File Offset: 0x003A8BC4
[Token(Token = "0x600F8CE")]
[Address(RVA = "0x1578E20", Offset = "0x1577820", VA = "0x181578E20", Slot = "7")]
public Result<None> AIStopCombatBehavior(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8CF RID: 63695 RVA: 0x003AA9E4 File Offset: 0x003A8BE4
[Token(Token = "0x600F8CF")]
[Address(RVA = "0x1578AE0", Offset = "0x15774E0", VA = "0x181578AE0", Slot = "8")]
public Result<None> AISetPatrolPath(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8D0 RID: 63696 RVA: 0x003AAA0C File Offset: 0x003A8C0C
[Token(Token = "0x600F8D0")]
[Address(RVA = "0x1577930", Offset = "0x1576330", VA = "0x181577930", Slot = "9")]
public Result<None> AIPathToAI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
decimal num;
int lo = num.lo;
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8D1 RID: 63697 RVA: 0x003AAA3C File Offset: 0x003A8C3C
[Token(Token = "0x600F8D1")]
[Address(RVA = "0x1577A80", Offset = "0x1576480", VA = "0x181577A80", Slot = "10")]
public Result<None> AIPathToCombatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8D2 RID: 63698 RVA: 0x003AAA60 File Offset: 0x003A8C60
[Token(Token = "0x600F8D2")]
[Address(RVA = "0x1577BE0", Offset = "0x15765E0", VA = "0x181577BE0", Slot = "11")]
public Result<None> AIPathToCreationObject(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
int num = 0;
UGCAIPathPoint ugcaipathPoint;
if (!(ugcaipathPoint != num))
{
UGCAIController component = ugcaipathPoint.GetComponent<UGCAIController>();
int num2 = 0;
if (!(component != num2))
{
}
int aiphotonViewId = component.ONFFNEINIMO;
}
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8D3 RID: 63699 RVA: 0x003AAAB8 File Offset: 0x003A8CB8
[Token(Token = "0x600F8D3")]
[Address(RVA = "0x1577E50", Offset = "0x1576850", VA = "0x181577E50", Slot = "12")]
public Result<None> AIPathToPatrolPoint(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8D4 RID: 63700 RVA: 0x003AAAE0 File Offset: 0x003A8CE0
[Token(Token = "0x600F8D4")]
[Address(RVA = "0x1577F60", Offset = "0x1576960", VA = "0x181577F60", Slot = "13")]
public Result<None> AIPathToPlayer(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
Vector3 vector;
float z = vector.z;
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8D5 RID: 63701 RVA: 0x003AAB10 File Offset: 0x003A8D10
[Token(Token = "0x600F8D5")]
[Address(RVA = "0x15780A0", Offset = "0x1576AA0", VA = "0x1815780A0", Slot = "14")]
public Result<None> AIPathToVector3(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8D6 RID: 63702 RVA: 0x003AAB30 File Offset: 0x003A8D30
[Token(Token = "0x600F8D6")]
[Address(RVA = "0x1578820", Offset = "0x1577220", VA = "0x181578820", Slot = "15")]
public Result<None> AISetLineOfSightParameters(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
string text;
bool flag3 = text.Equals("cone");
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8D7 RID: 63703 RVA: 0x003AAB64 File Offset: 0x003A8D64
[Token(Token = "0x600F8D7")]
[Address(RVA = "0x1575FB0", Offset = "0x15749B0", VA = "0x181575FB0", Slot = "16")]
public Result<None> AIGetLineOfSightParameters(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F8D8 RID: 63704 RVA: 0x003AAB7C File Offset: 0x003A8D7C
[Token(Token = "0x600F8D8")]
[Address(RVA = "0x1576DC0", Offset = "0x15757C0", VA = "0x181576DC0", Slot = "17")]
public Result<None> AILookAtAI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
if (!flag2)
{
Result<None> result = Result.Ok();
}
Result<None> result2 = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8D9 RID: 63705 RVA: 0x003AABAC File Offset: 0x003A8DAC
[Token(Token = "0x600F8D9")]
[Address(RVA = "0x1576F80", Offset = "0x1575980", VA = "0x181576F80", Slot = "18")]
public Result<None> AILookAtCombatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
if (!flag2)
{
Result<None> result = Result.Ok();
}
Result<None> result2 = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8DA RID: 63706 RVA: 0x003AABDC File Offset: 0x003A8DDC
[Token(Token = "0x600F8DA")]
[Address(RVA = "0x1577140", Offset = "0x1575B40", VA = "0x181577140", Slot = "19")]
public Result<None> AILookAtCreationObject(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
int num = 0;
UGCAIPathPoint ugcaipathPoint;
if (!(ugcaipathPoint != num))
{
UGCAIController component = ugcaipathPoint.GetComponent<UGCAIController>();
int num2 = 0;
if (!(component != num2))
{
if (!flag2)
{
component.SetPatrol(num2);
Result<None> result = Result.Ok();
}
component.LookAt(num2);
Result<None> result2 = Result.Ok();
}
Vector3 groundPosition = component.LOGIPAJLMIO;
}
Transform transform = ugcaipathPoint.transform;
}
throw new NullReferenceException();
}
// Token: 0x0600F8DB RID: 63707 RVA: 0x003AAC54 File Offset: 0x003A8E54
[Token(Token = "0x600F8DB")]
[Address(RVA = "0x15773D0", Offset = "0x1575DD0", VA = "0x1815773D0", Slot = "20")]
public Result<None> AILookAtPatrolPoint(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
Vector3 vector;
if (!flag2)
{
float z = vector.z;
Result<None> result = Result.Ok();
}
float z2 = vector.z;
Result<None> result2 = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8DC RID: 63708 RVA: 0x003AAC98 File Offset: 0x003A8E98
[Token(Token = "0x600F8DC")]
[Address(RVA = "0x15775A0", Offset = "0x1575FA0", VA = "0x1815775A0", Slot = "21")]
public Result<None> AILookAtPlayer(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
Vector3 vector;
if (!flag2)
{
float z = vector.z;
Result<None> result = Result.Ok();
}
float z2 = vector.z;
Result<None> result2 = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8DD RID: 63709 RVA: 0x003AACDC File Offset: 0x003A8EDC
[Token(Token = "0x600F8DD")]
[Address(RVA = "0x1577760", Offset = "0x1576160", VA = "0x181577760", Slot = "22")]
public Result<None> AILookAtVector3(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
if (!flag)
{
}
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8DE RID: 63710 RVA: 0x003AAD00 File Offset: 0x003A8F00
[Token(Token = "0x600F8DE")]
[Address(RVA = "0x1578A00", Offset = "0x1577400", VA = "0x181578A00", Slot = "23")]
public Result<None> AISetPathingSpeed(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8DF RID: 63711 RVA: 0x003AAD20 File Offset: 0x003A8F20
[Token(Token = "0x600F8DF")]
[Address(RVA = "0x1576320", Offset = "0x1574D20", VA = "0x181576320", Slot = "24")]
public Result<None> AIHasLineOfSightToTargetAI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (!flag || flag2)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F8E0 RID: 63712 RVA: 0x003AAD40 File Offset: 0x003A8F40
[Token(Token = "0x600F8E0")]
[Address(RVA = "0x15764D0", Offset = "0x1574ED0", VA = "0x1815764D0", Slot = "25")]
public Result<None> AIHasLineOfSightToTargetCombatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (!flag || flag2)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F8E1 RID: 63713 RVA: 0x003AAD60 File Offset: 0x003A8F60
[Token(Token = "0x600F8E1")]
[Address(RVA = "0x1576670", Offset = "0x1575070", VA = "0x181576670", Slot = "26")]
public Result<None> AIHasLineOfSightToTargetCreationObject(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
int num = 0;
UGCAIPathPoint ugcaipathPoint;
if (!(ugcaipathPoint != num))
{
UGCAIController component = ugcaipathPoint.GetComponent<UGCAIController>();
int num2 = 0;
if (!(component != num2))
{
}
Vector3 groundPosition = component.LOGIPAJLMIO;
}
Transform transform = ugcaipathPoint.transform;
}
throw new NullReferenceException();
}
// Token: 0x0600F8E2 RID: 63714 RVA: 0x003AADB8 File Offset: 0x003A8FB8
[Token(Token = "0x600F8E2")]
[Address(RVA = "0x1576920", Offset = "0x1575320", VA = "0x181576920", Slot = "27")]
public Result<None> AIHasLineOfSightToTargetPatrolPoint(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
Vector3 vector;
float z = vector.z;
}
throw new NullReferenceException();
}
// Token: 0x0600F8E3 RID: 63715 RVA: 0x003AADE0 File Offset: 0x003A8FE0
[Token(Token = "0x600F8E3")]
[Address(RVA = "0x1576AD0", Offset = "0x15754D0", VA = "0x181576AD0", Slot = "28")]
public Result<None> AIHasLineOfSightToTargetPlayer(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
Vector3 vector;
float z = vector.z;
}
throw new NullReferenceException();
}
// Token: 0x0600F8E4 RID: 63716 RVA: 0x003AAE08 File Offset: 0x003A9008
[Token(Token = "0x600F8E4")]
[Address(RVA = "0x1576C90", Offset = "0x1575690", VA = "0x181576C90", Slot = "29")]
public Result<None> AIHasLineOfSightToTargetVector3(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F8E5 RID: 63717 RVA: 0x003AAE20 File Offset: 0x003A9020
[Token(Token = "0x600F8E5")]
[Address(RVA = "0x15781A0", Offset = "0x1576BA0", VA = "0x1815781A0", Slot = "30")]
public Result<None> AIRotateFloat(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Vector3 forward = Vector3.forward;
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8E6 RID: 63718 RVA: 0x003AAE48 File Offset: 0x003A9048
[Token(Token = "0x600F8E6")]
[Address(RVA = "0x15783D0", Offset = "0x1576DD0", VA = "0x1815783D0", Slot = "31")]
public Result<None> AIRotateInt(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Vector3 forward = Vector3.forward;
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8E7 RID: 63719 RVA: 0x003AAE70 File Offset: 0x003A9070
[Token(Token = "0x600F8E7")]
[Address(RVA = "0x1578600", Offset = "0x1577000", VA = "0x181578600", Slot = "32")]
public Result<None> AIRotateVector3(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Vector3 forward = Vector3.forward;
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8E8 RID: 63720 RVA: 0x003AAE98 File Offset: 0x003A9098
[Token(Token = "0x600F8E8")]
[Address(RVA = "0x1578EF0", Offset = "0x15778F0", VA = "0x181578EF0", Slot = "33")]
public Result<None> AIStopLooking(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8E9 RID: 63721 RVA: 0x003AAEB8 File Offset: 0x003A90B8
[Token(Token = "0x600F8E9")]
[Address(RVA = "0x1581FB0", Offset = "0x15809B0", VA = "0x181581FB0", Slot = "34")]
public Result<None> HasAuthorityOf(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F8EA RID: 63722 RVA: 0x003AAED0 File Offset: 0x003A90D0
[Token(Token = "0x600F8EA")]
[Address(RVA = "0x1579060", Offset = "0x1577A60", VA = "0x181579060", Slot = "35")]
public Result<None> ButtonGetIsPressed(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F8EB RID: 63723 RVA: 0x003AAEE8 File Offset: 0x003A90E8
[Token(Token = "0x600F8EB")]
[Address(RVA = "0x1579160", Offset = "0x1577B60", VA = "0x181579160", Slot = "36")]
public Result<None> ButtonGetText(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F8EC RID: 63724 RVA: 0x003AAF00 File Offset: 0x003A9100
[Token(Token = "0x600F8EC")]
[Address(RVA = "0x1579260", Offset = "0x1577C60", VA = "0x181579260", Slot = "37")]
public Result<None> ButtonSetText(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8ED RID: 63725 RVA: 0x003AAF28 File Offset: 0x003A9128
[Token(Token = "0x600F8ED")]
[Address(RVA = "0x1580640", Offset = "0x157F040", VA = "0x181580640")]
private static Result<None> GNNCPHFPEHH(UGCAIController ADNILBJMMOL, ref InOut DFKDMKHALFA, in None CEHJGNDELGL)
{
throw new NullReferenceException();
}
// Token: 0x0600F8EE RID: 63726 RVA: 0x003AAF3C File Offset: 0x003A913C
[Token(Token = "0x600F8EE")]
[Address(RVA = "0x15838D0", Offset = "0x15822D0", VA = "0x1815838D0")]
private static Result<None> NDMBAMPBBPJ(Photon.Realtime.Player AGIHAKFFCCD, ref InOut DFKDMKHALFA, in None CEHJGNDELGL)
{
if (NetworkedSingletonMonoBehaviour.FFNIFALJLDD && NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.CIFKHPAHBHB)
{
GameCombatManager combatManager = NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.combatManager;
GameCombatManager combatManager2 = NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.combatManager;
int maxHealth = NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.combatManager.DIEKGFJCKKM;
}
throw new NullReferenceException();
}
// Token: 0x0600F8EF RID: 63727 RVA: 0x003AAF90 File Offset: 0x003A9190
[Token(Token = "0x600F8EF")]
[Address(RVA = "0x1579A50", Offset = "0x1578450", VA = "0x181579A50", Slot = "38")]
public Result<None> CombatantGetHealthAI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F8F0 RID: 63728 RVA: 0x003AAFAC File Offset: 0x003A91AC
[Token(Token = "0x600F8F0")]
[Address(RVA = "0x1579C20", Offset = "0x1578620", VA = "0x181579C20", Slot = "39")]
public Result<None> CombatantGetHealthCombatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F8F0)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::CombatantGetHealthCombatant(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>(var_3_15, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_4), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None&)[exp:native int](LEOFAEBBNLD::GNNCPHFPEHH)))
stloc:int32(var_4, ldc.i4:int32(0))
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class [PhotonRealtime]Photon.Realtime.Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>(var_5_26, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class [PhotonRealtime]Photon.Realtime.Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_6), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class [PhotonRealtime]Photon.Realtime.Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None&)[exp:native int](LEOFAEBBNLD::NDMBAMPBBPJ)))
stloc:int32(var_6, ldc.i4:int32(0))
}
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: 0x0600F8F1 RID: 63729 RVA: 0x003AAFE4 File Offset: 0x003A91E4
[Token(Token = "0x600F8F1")]
[Address(RVA = "0x1579DC0", Offset = "0x15787C0", VA = "0x181579DC0", Slot = "40")]
public Result<None> CombatantGetHealthPlayer(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
while (!flag)
{
}
}
// Token: 0x0600F8F2 RID: 63730 RVA: 0x003AAFF8 File Offset: 0x003A91F8
[Token(Token = "0x600F8F2")]
[Address(RVA = "0x1583BE0", Offset = "0x15825E0", VA = "0x181583BE0")]
private static Result<None> OOGPHBDDPOI(UGCAIController GCCGJAMAAMB, ref InOut JJDLNGMGNFG, [Attribute(Name = "TupleElementNamesAttribute", RVA = "0xD2970", Offset = "0xD1D70")] in ValueTuple<UGCAIController, int, bool> IIFJDCEPNMJ)
{
Result<None> result = Result.Ok();
throw new NullReferenceException();
}
// Token: 0x0600F8F3 RID: 63731 RVA: 0x003AB014 File Offset: 0x003A9214
[Token(Token = "0x600F8F3")]
[Address(RVA = "0x1575EA0", Offset = "0x15748A0", VA = "0x181575EA0")]
private static Result<None> AFICOBIEPLJ(Photon.Realtime.Player JPEHDNLLOJG, ref InOut JJDLNGMGNFG, [Attribute(Name = "TupleElementNamesAttribute", RVA = "0xD2FC0", Offset = "0xD23C0")] in ValueTuple<UGCAIController, int, bool> IIFJDCEPNMJ)
{
Result<None> result = Result.Ok();
throw new NullReferenceException();
}
// Token: 0x0600F8F4 RID: 63732 RVA: 0x003AB030 File Offset: 0x003A9230
[Token(Token = "0x600F8F4")]
[Address(RVA = "0x157A990", Offset = "0x1579390", VA = "0x18157A990", Slot = "41")]
public Result<None> CombatantReceiveDamageAI_AI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8F5 RID: 63733 RVA: 0x003AB054 File Offset: 0x003A9254
[Token(Token = "0x600F8F5")]
[Address(RVA = "0x157ABD0", Offset = "0x15795D0", VA = "0x18157ABD0", Slot = "42")]
public Result<None> CombatantReceiveDamageAI_Combatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F8F5)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::CombatantReceiveDamageAI_Combatant(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_1:
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, valuetype [mscorlib]System.ValueTuple`3<class RecRoom.Core.Creation.AI.UGCAIController, int32, bool>>(var_3_17, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, valuetype [mscorlib]System.ValueTuple`3<class RecRoom.Core.Creation.AI.UGCAIController, int32, bool>>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_4), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, valuetype [mscorlib]System.ValueTuple`3<class RecRoom.Core.Creation.AI.UGCAIController, int32, bool>&)[exp:native int](LEOFAEBBNLD::OOGPHBDDPOI)))
stloc:int32(var_4, ldc.i4:int32(0))
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class [PhotonRealtime]Photon.Realtime.Player, valuetype [mscorlib]System.ValueTuple`3<class RecRoom.Core.Creation.AI.UGCAIController, int32, bool>>(var_5_28, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class [PhotonRealtime]Photon.Realtime.Player, valuetype [mscorlib]System.ValueTuple`3<class RecRoom.Core.Creation.AI.UGCAIController, int32, bool>>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_6), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class [PhotonRealtime]Photon.Realtime.Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, valuetype [mscorlib]System.ValueTuple`3<class RecRoom.Core.Creation.AI.UGCAIController, int32, bool>&)[exp:native int](LEOFAEBBNLD::AFICOBIEPLJ)))
stloc:int32(var_6, ldc.i4:int32(0))
}
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: 0x0600F8F6 RID: 63734 RVA: 0x003AB090 File Offset: 0x003A9290
[Token(Token = "0x600F8F6")]
[Address(RVA = "0x157ADE0", Offset = "0x15797E0", VA = "0x18157ADE0", Slot = "43")]
public Result<None> CombatantReceiveDamageAI_Player(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F8F7 RID: 63735 RVA: 0x003AB0B8 File Offset: 0x003A92B8
[Token(Token = "0x600F8F7")]
[Address(RVA = "0x157FAD0", Offset = "0x157E4D0", VA = "0x18157FAD0")]
private static Result<None> FICAPHLPNNF(UGCAIController GCCGJAMAAMB, ref InOut DFKDMKHALFA, [Attribute(Name = "TupleElementNamesAttribute", RVA = "0xD34F0", Offset = "0xD28F0")] in ValueTuple<ENDNBHFKNFL, int, bool> IIFJDCEPNMJ)
{
/*
An exception occurred when decompiling this method (0600F8F7)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::FICAPHLPNNF(RecRoom.Core.Creation.AI.UGCAIController,CircuitsV2.Graph.InOut&,System.ValueTuple`3<ENDNBHFKNFL,System.Int32,System.Boolean>&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_1:
stsfld:class LEOFAEBBNLD/OEDLOMKGMLA<valuetype [mscorlib]System.ValueTuple`2<class Player, class [PhotonRealtime]Photon.Realtime.Player>, valuetype [mscorlib]System.ValueTuple`3<class RecRoom.Core.Creation.AI.UGCAIController, int32, bool>>('<>c'::<>9__48_1, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<valuetype [mscorlib]System.ValueTuple`2<class Player, class [PhotonRealtime]Photon.Realtime.Player>, valuetype [mscorlib]System.ValueTuple`3<class RecRoom.Core.Creation.AI.UGCAIController, int32, bool>>](OEDLOMKGMLA::.ctor, ldsfld:'<>c'[exp:object]('<>c'::<>9), ldftn:method instance valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(valuetype [mscorlib]System.ValueTuple`2<class Player, class [PhotonRealtime]Photon.Realtime.Player>, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, valuetype [mscorlib]System.ValueTuple`3<class RecRoom.Core.Creation.AI.UGCAIController, int32, bool>&)[exp:native int]('<>c'::<CombatantReceiveDamageCombatant_AIImpl>b__48_1)))
}
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: 0x0600F8F8 RID: 63736 RVA: 0x003AB100 File Offset: 0x003A9300
[Token(Token = "0x600F8F8")]
[Address(RVA = "0x15820B0", Offset = "0x1580AB0", VA = "0x1815820B0")]
private static Result<None> IFJAPCDOOEP(Photon.Realtime.Player JPEHDNLLOJG, ref InOut DFKDMKHALFA, [Attribute(Name = "TupleElementNamesAttribute", RVA = "0xD3A10", Offset = "0xD2E10")] in ValueTuple<ENDNBHFKNFL, int, bool> IIFJDCEPNMJ)
{
/*
An exception occurred when decompiling this method (0600F8F8)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::IFJAPCDOOEP(Photon.Realtime.Player,CircuitsV2.Graph.InOut&,System.ValueTuple`3<ENDNBHFKNFL,System.Int32,System.Boolean>&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_1:
stsfld:class LEOFAEBBNLD/OEDLOMKGMLA<valuetype [mscorlib]System.ValueTuple`2<class Player, class [PhotonRealtime]Photon.Realtime.Player>, valuetype [mscorlib]System.ValueTuple`3<class [PhotonRealtime]Photon.Realtime.Player, int32, bool>>('<>c'::<>9__49_1, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<valuetype [mscorlib]System.ValueTuple`2<class Player, class [PhotonRealtime]Photon.Realtime.Player>, valuetype [mscorlib]System.ValueTuple`3<class [PhotonRealtime]Photon.Realtime.Player, int32, bool>>](OEDLOMKGMLA::.ctor, ldsfld:'<>c'[exp:object]('<>c'::<>9), ldftn:method instance valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(valuetype [mscorlib]System.ValueTuple`2<class Player, class [PhotonRealtime]Photon.Realtime.Player>, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, valuetype [mscorlib]System.ValueTuple`3<class [PhotonRealtime]Photon.Realtime.Player, int32, bool>&)[exp:native int]('<>c'::<CombatantReceiveDamageCombatant_PlayerImpl>b__49_1)))
}
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: 0x0600F8F9 RID: 63737 RVA: 0x003AB148 File Offset: 0x003A9348
[Token(Token = "0x600F8F9")]
[Address(RVA = "0x157AFF0", Offset = "0x15799F0", VA = "0x18157AFF0", Slot = "44")]
public Result<None> CombatantReceiveDamageCombatant_AI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F8F9)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::CombatantReceiveDamageCombatant_AI(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
brtrue(IL_00, logicnot:bool(ldloc:bool(var_2)))
}
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.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
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: 0x0600F8FA RID: 63738 RVA: 0x003AB160 File Offset: 0x003A9360
[Token(Token = "0x600F8FA")]
[Address(RVA = "0x157B210", Offset = "0x1579C10", VA = "0x18157B210", Slot = "45")]
public Result<None> CombatantReceiveDamageCombatant_Combatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F8FA)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::CombatantReceiveDamageCombatant_Combatant(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_1:
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, valuetype [mscorlib]System.ValueTuple`3<valuetype ENDNBHFKNFL, int32, bool>>(var_3_17, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, valuetype [mscorlib]System.ValueTuple`3<valuetype ENDNBHFKNFL, int32, bool>>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_4), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, valuetype [mscorlib]System.ValueTuple`3<valuetype ENDNBHFKNFL, int32, bool>&)[exp:native int](LEOFAEBBNLD::FICAPHLPNNF)))
stloc:int32(var_4, ldc.i4:int32(0))
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class [PhotonRealtime]Photon.Realtime.Player, valuetype [mscorlib]System.ValueTuple`3<valuetype ENDNBHFKNFL, int32, bool>>(var_5_28, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class [PhotonRealtime]Photon.Realtime.Player, valuetype [mscorlib]System.ValueTuple`3<valuetype ENDNBHFKNFL, int32, bool>>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_6), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class [PhotonRealtime]Photon.Realtime.Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, valuetype [mscorlib]System.ValueTuple`3<valuetype ENDNBHFKNFL, int32, bool>&)[exp:native int](LEOFAEBBNLD::IFJAPCDOOEP)))
stloc:int32(var_6, ldc.i4:int32(0))
}
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: 0x0600F8FB RID: 63739 RVA: 0x003AB19C File Offset: 0x003A939C
[Token(Token = "0x600F8FB")]
[Address(RVA = "0x157B4B0", Offset = "0x1579EB0", VA = "0x18157B4B0", Slot = "46")]
public Result<None> CombatantReceiveDamageCombatant_Player(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F8FB)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::CombatantReceiveDamageCombatant_Player(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
brtrue(IL_00, logicnot:bool(ldloc:bool(var_2)))
}
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.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
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: 0x0600F8FC RID: 63740 RVA: 0x003AB1B4 File Offset: 0x003A93B4
[Token(Token = "0x600F8FC")]
[Address(RVA = "0x1579400", Offset = "0x1577E00", VA = "0x181579400")]
private static Result<None> CHIANKCAKJP(UGCAIController GCCGJAMAAMB, ref InOut JJDLNGMGNFG, [Attribute(Name = "TupleElementNamesAttribute", RVA = "0xD3F00", Offset = "0xD3300")] in ValueTuple<global::Player, Photon.Realtime.Player, int, bool> IIFJDCEPNMJ)
{
if (NetworkedSingletonMonoBehaviour.FFNIFALJLDD && NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.CIFKHPAHBHB)
{
GameCombatManager combatManager = NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.combatManager;
}
Result<None> result = Result.Ok();
throw new NullReferenceException();
}
// Token: 0x0600F8FD RID: 63741 RVA: 0x003AB1F0 File Offset: 0x003A93F0
[Token(Token = "0x600F8FD")]
[Address(RVA = "0x1583D40", Offset = "0x1582740", VA = "0x181583D40")]
private static Result<None> PADAFOEEEAD(Photon.Realtime.Player JGLKOBFOACH, ref InOut JJDLNGMGNFG, [Attribute(Name = "TupleElementNamesAttribute", RVA = "0xD43B0", Offset = "0xD37B0")] in ValueTuple<global::Player, Photon.Realtime.Player, int, bool> IIFJDCEPNMJ)
{
if (NetworkedSingletonMonoBehaviour.FFNIFALJLDD)
{
GameManager instance = NetworkedSingletonMonoBehaviour.ONCPNMDGGKG;
if (instance.CIFKHPAHBHB)
{
GameCombatManager combatManager = NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.combatManager;
Vector3 vector;
float z = vector.z;
}
}
Result<None> result = Result.Ok();
throw new NullReferenceException();
}
// Token: 0x0600F8FE RID: 63742 RVA: 0x003AB238 File Offset: 0x003A9438
[Token(Token = "0x600F8FE")]
[Address(RVA = "0x157B6D0", Offset = "0x157A0D0", VA = "0x18157B6D0", Slot = "47")]
public Result<None> CombatantReceiveDamagePlayer_AI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
if (NetworkedSingletonMonoBehaviour.FFNIFALJLDD && NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.CIFKHPAHBHB)
{
GameCombatManager combatManager = NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.combatManager;
}
bool isInitialized = NetworkedSingletonMonoBehaviour<GameManager>.FFNIFALJLDD;
}
throw new NullReferenceException();
}
// Token: 0x0600F8FF RID: 63743 RVA: 0x003AB280 File Offset: 0x003A9480
[Token(Token = "0x600F8FF")]
[Address(RVA = "0x157B9D0", Offset = "0x157A3D0", VA = "0x18157B9D0", Slot = "48")]
public Result<None> CombatantReceiveDamagePlayer_Combatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F8FF)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::CombatantReceiveDamagePlayer_Combatant(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_1:
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, valuetype [mscorlib]System.ValueTuple`4<class Player, class [PhotonRealtime]Photon.Realtime.Player, int32, bool>>(var_4_19, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, valuetype [mscorlib]System.ValueTuple`4<class Player, class [PhotonRealtime]Photon.Realtime.Player, int32, bool>>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_5), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, valuetype [mscorlib]System.ValueTuple`4<class Player, class [PhotonRealtime]Photon.Realtime.Player, int32, bool>&)[exp:native int](LEOFAEBBNLD::CHIANKCAKJP)))
stloc:int32(var_5, ldc.i4:int32(0))
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class [PhotonRealtime]Photon.Realtime.Player, valuetype [mscorlib]System.ValueTuple`4<class Player, class [PhotonRealtime]Photon.Realtime.Player, int32, bool>>(var_6_2B, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class [PhotonRealtime]Photon.Realtime.Player, valuetype [mscorlib]System.ValueTuple`4<class Player, class [PhotonRealtime]Photon.Realtime.Player, int32, bool>>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_7), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class [PhotonRealtime]Photon.Realtime.Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, valuetype [mscorlib]System.ValueTuple`4<class Player, class [PhotonRealtime]Photon.Realtime.Player, int32, bool>&)[exp:native int](LEOFAEBBNLD::PADAFOEEEAD)))
stloc:int32(var_7, ldc.i4:int32(0))
}
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: 0x0600F900 RID: 63744 RVA: 0x003AB2BC File Offset: 0x003A94BC
[Token(Token = "0x600F900")]
[Address(RVA = "0x157BBF0", Offset = "0x157A5F0", VA = "0x18157BBF0", Slot = "49")]
public Result<None> CombatantReceiveDamagePlayer_Player(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
if (NetworkedSingletonMonoBehaviour.FFNIFALJLDD && NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.CIFKHPAHBHB)
{
GameManager instance = NetworkedSingletonMonoBehaviour.ONCPNMDGGKG;
GameCombatManager combatManager = instance.combatManager;
DelegateData data = instance.NHDKANAHJFM.data;
Vector3 vector;
float z = vector.z;
Result<None> result = Result.Ok();
}
bool isInitialized = NetworkedSingletonMonoBehaviour<GameManager>.FFNIFALJLDD;
}
throw new NullReferenceException();
}
// Token: 0x0600F901 RID: 63745 RVA: 0x003AB324 File Offset: 0x003A9524
[Token(Token = "0x600F901")]
[Address(RVA = "0x1583880", Offset = "0x1582280", VA = "0x181583880")]
private static Result<None> MMDPMILGGIA(UGCAIController ADNILBJMMOL, ref InOut JJDLNGMGNFG, in int OOAFHBIPAKB)
{
Result<None> result = Result.Ok();
throw new NullReferenceException();
}
// Token: 0x0600F902 RID: 63746 RVA: 0x003AB33C File Offset: 0x003A953C
[Token(Token = "0x600F902")]
[Address(RVA = "0x1583ED0", Offset = "0x15828D0", VA = "0x181583ED0")]
private static Result<None> PBCJOAKNBMN(Photon.Realtime.Player AGIHAKFFCCD, ref InOut JJDLNGMGNFG, in int OOAFHBIPAKB)
{
if (NetworkedSingletonMonoBehaviour.FFNIFALJLDD && NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.CIFKHPAHBHB)
{
GameCombatManager combatManager = NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.combatManager;
}
Result<None> result = Result.Ok();
throw new NullReferenceException();
}
// Token: 0x0600F903 RID: 63747 RVA: 0x003AB374 File Offset: 0x003A9574
[Token(Token = "0x600F903")]
[Address(RVA = "0x157BEE0", Offset = "0x157A8E0", VA = "0x18157BEE0", Slot = "50")]
public Result<None> CombatantSetHealthAI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F904 RID: 63748 RVA: 0x003AB394 File Offset: 0x003A9594
[Token(Token = "0x600F904")]
[Address(RVA = "0x157BFF0", Offset = "0x157A9F0", VA = "0x18157BFF0", Slot = "51")]
public Result<None> CombatantSetHealthCombatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F904)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::CombatantSetHealthCombatant(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, int32>(var_2_12, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, int32>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_3), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, int32&)[exp:native int](LEOFAEBBNLD::MMDPMILGGIA)))
stloc:int32(var_3, ldc.i4:int32(0))
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class [PhotonRealtime]Photon.Realtime.Player, int32>(var_4_22, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class [PhotonRealtime]Photon.Realtime.Player, int32>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_5), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class [PhotonRealtime]Photon.Realtime.Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, int32&)[exp:native int](LEOFAEBBNLD::PBCJOAKNBMN)))
stloc:int32(var_5, ldc.i4:int32(0))
}
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: 0x0600F905 RID: 63749 RVA: 0x003AB3C8 File Offset: 0x003A95C8
[Token(Token = "0x600F905")]
[Address(RVA = "0x157C190", Offset = "0x157AB90", VA = "0x18157C190", Slot = "52")]
public Result<None> CombatantSetHealthPlayer(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
if (NetworkedSingletonMonoBehaviour.FFNIFALJLDD && NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.CIFKHPAHBHB)
{
GameCombatManager combatManager = NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.combatManager;
}
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F906 RID: 63750 RVA: 0x003AB408 File Offset: 0x003A9608
[Token(Token = "0x600F906")]
[Address(RVA = "0x1583B90", Offset = "0x1582590", VA = "0x181583B90")]
private static Result<None> NJBFMGJGLAJ(UGCAIController ADNILBJMMOL, ref InOut JJDLNGMGNFG, in int AOCMHMEEAOP)
{
Result<None> result = Result.Ok();
throw new NullReferenceException();
}
// Token: 0x0600F907 RID: 63751 RVA: 0x003AB420 File Offset: 0x003A9620
[Token(Token = "0x600F907")]
[Address(RVA = "0x1582DD0", Offset = "0x15817D0", VA = "0x181582DD0")]
private static Result<None> KPDIODEPLKG(Photon.Realtime.Player AGIHAKFFCCD, ref InOut JJDLNGMGNFG, in int OOAFHBIPAKB)
{
GameCombatManager combatManager = NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.combatManager;
Result<None> result = Result.Ok();
throw new NullReferenceException();
}
// Token: 0x0600F908 RID: 63752 RVA: 0x003AB444 File Offset: 0x003A9644
[Token(Token = "0x600F908")]
[Address(RVA = "0x157C370", Offset = "0x157AD70", VA = "0x18157C370", Slot = "53")]
public Result<None> CombatantSetMaxHealthAI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F909 RID: 63753 RVA: 0x003AB464 File Offset: 0x003A9664
[Token(Token = "0x600F909")]
[Address(RVA = "0x157C480", Offset = "0x157AE80", VA = "0x18157C480", Slot = "54")]
public Result<None> CombatantSetMaxHealthCombatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F909)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::CombatantSetMaxHealthCombatant(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, int32>(var_2_12, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, int32>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_3), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, int32&)[exp:native int](LEOFAEBBNLD::NJBFMGJGLAJ)))
stloc:int32(var_3, ldc.i4:int32(0))
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class [PhotonRealtime]Photon.Realtime.Player, int32>(var_4_22, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class [PhotonRealtime]Photon.Realtime.Player, int32>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_5), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class [PhotonRealtime]Photon.Realtime.Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, int32&)[exp:native int](LEOFAEBBNLD::KPDIODEPLKG)))
stloc:int32(var_5, ldc.i4:int32(0))
}
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: 0x0600F90A RID: 63754 RVA: 0x003AB498 File Offset: 0x003A9698
[Token(Token = "0x600F90A")]
[Address(RVA = "0x157C620", Offset = "0x157B020", VA = "0x18157C620", Slot = "55")]
public Result<None> CombatantSetMaxHealthPlayer(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
GameCombatManager combatManager = NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.combatManager;
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F90B RID: 63755 RVA: 0x003AB4C4 File Offset: 0x003A96C4
[Token(Token = "0x600F90B")]
[Address(RVA = "0x15805B0", Offset = "0x157EFB0", VA = "0x1815805B0")]
private static Result<None> GHMFIJOCOCJ(UGCAIController ADNILBJMMOL, ref InOut DFKDMKHALFA, in None CEHJGNDELGL)
{
throw new NullReferenceException();
}
// Token: 0x0600F90C RID: 63756 RVA: 0x003AB4D8 File Offset: 0x003A96D8
[Token(Token = "0x600F90C")]
[Address(RVA = "0x1582E80", Offset = "0x1581880", VA = "0x181582E80")]
private static Result<None> LIBDDDOCNPJ(Photon.Realtime.Player AGIHAKFFCCD, ref InOut DFKDMKHALFA, in None CEHJGNDELGL)
{
if (NetworkedSingletonMonoBehaviour.FFNIFALJLDD && NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.CIFKHPAHBHB)
{
GameCombatManager combatManager = NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.combatManager;
}
throw new NullReferenceException();
}
// Token: 0x0600F90D RID: 63757 RVA: 0x003AB50C File Offset: 0x003A970C
[Token(Token = "0x600F90D")]
[Address(RVA = "0x1579EC0", Offset = "0x15788C0", VA = "0x181579EC0", Slot = "56")]
public Result<None> CombatantGetIsAliveAI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F90E RID: 63758 RVA: 0x003AB52C File Offset: 0x003A972C
[Token(Token = "0x600F90E")]
[Address(RVA = "0x157A020", Offset = "0x1578A20", VA = "0x18157A020", Slot = "57")]
public Result<None> CombatantGetIsAliveCombatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F90E)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::CombatantGetIsAliveCombatant(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>(var_3_15, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_4), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None&)[exp:native int](LEOFAEBBNLD::GHMFIJOCOCJ)))
stloc:int32(var_4, ldc.i4:int32(0))
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class [PhotonRealtime]Photon.Realtime.Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>(var_5_26, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class [PhotonRealtime]Photon.Realtime.Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_6), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class [PhotonRealtime]Photon.Realtime.Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None&)[exp:native int](LEOFAEBBNLD::LIBDDDOCNPJ)))
stloc:int32(var_6, ldc.i4:int32(0))
}
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: 0x0600F90F RID: 63759 RVA: 0x003AB564 File Offset: 0x003A9764
[Token(Token = "0x600F90F")]
[Address(RVA = "0x157A1C0", Offset = "0x1578BC0", VA = "0x18157A1C0", Slot = "58")]
public Result<None> CombatantGetIsAlivePlayer(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag && NetworkedSingletonMonoBehaviour.FFNIFALJLDD && NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.CIFKHPAHBHB)
{
GameCombatManager combatManager = NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.combatManager;
}
throw new NullReferenceException();
}
// Token: 0x0600F910 RID: 63760 RVA: 0x003AB5A4 File Offset: 0x003A97A4
[Token(Token = "0x600F910")]
[Address(RVA = "0x1578FC0", Offset = "0x15779C0", VA = "0x181578FC0")]
private static Result<None> BIODFOGJCAE(UGCAIController ADNILBJMMOL, ref InOut DFKDMKHALFA, in None CEHJGNDELGL)
{
throw new NullReferenceException();
}
// Token: 0x0600F911 RID: 63761 RVA: 0x003AB5B8 File Offset: 0x003A97B8
[Token(Token = "0x600F911")]
[Address(RVA = "0x15837E0", Offset = "0x15821E0", VA = "0x1815837E0")]
private static Result<None> MFDADCAJEHM(global::Player IEKDDPPNFPF, ref InOut DFKDMKHALFA, in None CEHJGNDELGL)
{
Vector3 vector;
float z = vector.z;
throw new NullReferenceException();
}
// Token: 0x0600F912 RID: 63762 RVA: 0x003AB5D4 File Offset: 0x003A97D4
[Token(Token = "0x600F912")]
[Address(RVA = "0x15795B0", Offset = "0x1577FB0", VA = "0x1815795B0", Slot = "59")]
public Result<None> CombatantGetGroundPositionAI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
decimal num;
int lo = num.lo;
}
throw new NullReferenceException();
}
// Token: 0x0600F913 RID: 63763 RVA: 0x003AB5FC File Offset: 0x003A97FC
[Token(Token = "0x600F913")]
[Address(RVA = "0x1579730", Offset = "0x1578130", VA = "0x181579730", Slot = "60")]
public Result<None> CombatantGetGroundPositionCombatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F913)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::CombatantGetGroundPositionCombatant(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>(var_3_15, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_4), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None&)[exp:native int](LEOFAEBBNLD::BIODFOGJCAE)))
stloc:int32(var_4, ldc.i4:int32(0))
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>(var_5_26, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_6), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None&)[exp:native int](LEOFAEBBNLD::MFDADCAJEHM)))
stloc:int32(var_6, ldc.i4:int32(0))
}
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: 0x0600F914 RID: 63764 RVA: 0x003AB634 File Offset: 0x003A9834
[Token(Token = "0x600F914")]
[Address(RVA = "0x15798D0", Offset = "0x15782D0", VA = "0x1815798D0", Slot = "61")]
public Result<None> CombatantGetGroundPositionPlayer(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Vector3 vector;
float z = vector.z;
}
throw new NullReferenceException();
}
// Token: 0x0600F915 RID: 63765 RVA: 0x003AB65C File Offset: 0x003A985C
[Token(Token = "0x600F915")]
[Address(RVA = "0x1583FF0", Offset = "0x15829F0", VA = "0x181583FF0")]
private static Result<None> PLMAOGLLMFG(UGCAIController ADNILBJMMOL, ref InOut DFKDMKHALFA, in None CEHJGNDELGL)
{
throw new NullReferenceException();
}
// Token: 0x0600F916 RID: 63766 RVA: 0x003AB670 File Offset: 0x003A9870
[Token(Token = "0x600F916")]
[Address(RVA = "0x1580460", Offset = "0x157EE60", VA = "0x181580460")]
private static Result<None> GCMGMLNCIBI(global::Player IEKDDPPNFPF, ref InOut DFKDMKHALFA, in None CEHJGNDELGL)
{
CircuitSignal @in = DFKDMKHALFA.in3;
throw new NullReferenceException();
}
// Token: 0x0600F917 RID: 63767 RVA: 0x003AB68C File Offset: 0x003A988C
[Token(Token = "0x600F917")]
[Address(RVA = "0x157A430", Offset = "0x1578E30", VA = "0x18157A430", Slot = "62")]
public Result<None> CombatantGetVelocityAI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F918 RID: 63768 RVA: 0x003AB6A8 File Offset: 0x003A98A8
[Token(Token = "0x600F918")]
[Address(RVA = "0x157A600", Offset = "0x1579000", VA = "0x18157A600", Slot = "63")]
public Result<None> CombatantGetVelocityCombatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F918)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::CombatantGetVelocityCombatant(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>(var_3_15, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_4), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None&)[exp:native int](LEOFAEBBNLD::PLMAOGLLMFG)))
stloc:int32(var_4, ldc.i4:int32(0))
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>(var_5_26, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_6), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None&)[exp:native int](LEOFAEBBNLD::GCMGMLNCIBI)))
stloc:int32(var_6, ldc.i4:int32(0))
}
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: 0x0600F919 RID: 63769 RVA: 0x003AB6E0 File Offset: 0x003A98E0
[Token(Token = "0x600F919")]
[Address(RVA = "0x157A7A0", Offset = "0x15791A0", VA = "0x18157A7A0", Slot = "64")]
public Result<None> CombatantGetVelocityPlayer(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F91A RID: 63770 RVA: 0x003AB6FC File Offset: 0x003A98FC
[Token(Token = "0x600F91A")]
[Address(RVA = "0x157CA50", Offset = "0x157B450", VA = "0x18157CA50", Slot = "65")]
public Result<None> CombatantToCombatantAI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
CircuitSignal circuitSignal = CircuitSignal.FromStruct<ENDNBHFKNFL>(0);
}
throw new NullReferenceException();
}
// Token: 0x0600F91B RID: 63771 RVA: 0x003AB71C File Offset: 0x003A991C
[Token(Token = "0x600F91B")]
[Address(RVA = "0x157CBF0", Offset = "0x157B5F0", VA = "0x18157CBF0", Slot = "66")]
public Result<None> CombatantToCombatantPlayer(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F91B)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::CombatantToCombatantPlayer(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:CircuitSignal(var_2_0C, call:CircuitSignal(CircuitSignal::FromStruct, ldc.i4:int32[exp:valuetype ENDNBHFKNFL&](0)))
}
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: 0x0600F91C RID: 63772 RVA: 0x003AB738 File Offset: 0x003A9938
[Token(Token = "0x600F91C")]
[Address(RVA = "0x157C780", Offset = "0x157B180", VA = "0x18157C780", Slot = "67")]
public Result<None> CombatantSplit(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (!flag || flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F91D RID: 63773 RVA: 0x003AB758 File Offset: 0x003A9958
[Token(Token = "0x600F91D")]
[Address(RVA = "0x157CFD0", Offset = "0x157B9D0", VA = "0x18157CFD0", Slot = "68")]
public Result<None> CreationObjectGetAllWithTag(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
ToolTagManager instance = NetworkedSingletonMonoBehaviour.ONCPNMDGGKG;
Func<TaggedTool, CircuitSignal> <>9__86_ = LEOFAEBBNLD.<>c.<>9__86_0;
if (<>9__86_ == 0)
{
LEOFAEBBNLD.<>c.<>9__86_0 = delegate(TaggedTool t)
{
throw new NullReferenceException();
};
}
ReadOnlyCollection<TaggedTool> readOnlyCollection;
List<CircuitSignal> list = Enumerable.ToList<CircuitSignal>(Enumerable.Select<TaggedTool, CircuitSignal>(readOnlyCollection, <>9__86_));
}
throw new NullReferenceException();
}
// Token: 0x0600F91E RID: 63774 RVA: 0x003AB7A8 File Offset: 0x003A99A8
[Token(Token = "0x600F91E")]
[Address(RVA = "0x157D480", Offset = "0x157BE80", VA = "0x18157D480", Slot = "69")]
public Result<None> CreationObjectHasTag(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
int num = 0;
bool flag;
bool flag2;
bool flag3;
if (flag && flag2 && flag3)
{
int num2 = 0;
if (num != num2)
{
}
}
throw new NullReferenceException();
}
// Token: 0x0600F91F RID: 63775 RVA: 0x003AB7DC File Offset: 0x003A99DC
[Token(Token = "0x600F91F")]
[Address(RVA = "0x157CD80", Offset = "0x157B780", VA = "0x18157CD80", Slot = "70")]
public Result<None> CreationObjectAddTags(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
int num = 0;
bool flag;
bool flag2;
if (flag && flag2)
{
bool flag3;
if (flag3)
{
int num2 = 0;
if (!(num == num2))
{
Func<CircuitSignal, string> <>9__88_ = LEOFAEBBNLD.<>c.<>9__88_0;
if (<>9__88_ == 0)
{
LEOFAEBBNLD.<>c.<>9__88_0 = delegate(CircuitSignal i)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
};
}
List<string> list = Enumerable.ToList<string>(Enumerable.Select<CircuitSignal, string>(num, <>9__88_));
}
}
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F920 RID: 63776 RVA: 0x003AB844 File Offset: 0x003A9A44
[Token(Token = "0x600F920")]
[Address(RVA = "0x157D640", Offset = "0x157C040", VA = "0x18157D640", Slot = "71")]
public Result<None> CreationObjectRemoveTags(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
if (LEOFAEBBNLD.<>c.<>9__89_0 == 0)
{
LEOFAEBBNLD.<>c.<>9__89_0 = delegate(CircuitSignal i)
{
/*
An exception occurred when decompiling this method (0600F9C9)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<System.String> LEOFAEBBNLD/<>c::<CreationObjectRemoveTags>b__89_0(CircuitsV2.CircuitSignal)
---> System.Exception: Basic block has to end with unconditional control flow.
{
IL_00:
brtrue(IL_00, logicnot:bool(ldloc:bool(var_2)))
}
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.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
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.Transforms.DelegateConstruction.HandleAnonymousMethod(ObjectCreateExpression objectCreateExpression, Expression target, IMethod methodRef) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\Transforms\DelegateConstruction.cs:line 237
*/;
};
}
bool flag3;
if (flag3)
{
Result<None> result = Result.Ok();
}
}
throw new NullReferenceException();
}
// Token: 0x0600F921 RID: 63777 RVA: 0x003AB88C File Offset: 0x003A9A8C
[Token(Token = "0x600F921")]
[Address(RVA = "0x157D1F0", Offset = "0x157BBF0", VA = "0x18157D1F0", Slot = "72")]
public Result<None> CreationObjectGetTags(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
int num = 0;
bool flag;
if (flag)
{
bool flag2;
if (flag2)
{
int num2 = 0;
if (!(num == num2))
{
Func<string, CircuitSignal> <>9__90_ = LEOFAEBBNLD.<>c.<>9__90_0;
if (<>9__90_ == 0)
{
LEOFAEBBNLD.<>c.<>9__90_0 = delegate(string i)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
};
}
IEnumerable<string> enumerable;
List<CircuitSignal> list = Enumerable.ToList<CircuitSignal>(Enumerable.Select<string, CircuitSignal>(enumerable, <>9__90_));
}
}
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F922 RID: 63778 RVA: 0x003AB8F0 File Offset: 0x003A9AF0
[Token(Token = "0x600F922")]
[Address(RVA = "0x1586D90", Offset = "0x1585790", VA = "0x181586D90", Slot = "73")]
public Result<None> ToCreationObjectAI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (!flag || flag2)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F923 RID: 63779 RVA: 0x003AB910 File Offset: 0x003A9B10
[Token(Token = "0x600F923")]
[Address(RVA = "0x1586EE0", Offset = "0x15858E0", VA = "0x181586EE0", Slot = "74")]
public Result<None> ToCreationObjectButton(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (!flag || flag2)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F924 RID: 63780 RVA: 0x003AB930 File Offset: 0x003A9B30
[Token(Token = "0x600F924")]
[Address(RVA = "0x1587030", Offset = "0x1585A30", VA = "0x181587030", Slot = "75")]
public Result<None> ToCreationObjectPatrolPoint(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (!flag || flag2)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F925 RID: 63781 RVA: 0x003AB950 File Offset: 0x003A9B50
[Token(Token = "0x600F925")]
[Address(RVA = "0x1587420", Offset = "0x1585E20", VA = "0x181587420", Slot = "76")]
public Result<None> ToCreationObjectToggleButton(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (!flag || flag2)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F926 RID: 63782 RVA: 0x003AB970 File Offset: 0x003A9B70
[Token(Token = "0x600F926")]
[Address(RVA = "0x1587570", Offset = "0x1585F70", VA = "0x181587570", Slot = "77")]
public Result<None> ToCreationObjectTriggerVolume(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (!flag || flag2)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F927 RID: 63783 RVA: 0x003AB990 File Offset: 0x003A9B90
[Token(Token = "0x600F927")]
[Address(RVA = "0x15872D0", Offset = "0x1585CD0", VA = "0x1815872D0", Slot = "78")]
public Result<None> ToCreationObjectRotator(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (!flag || flag2)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F928 RID: 63784 RVA: 0x003AB9B0 File Offset: 0x003A9BB0
[Token(Token = "0x600F928")]
[Address(RVA = "0x1587180", Offset = "0x1585B80", VA = "0x181587180", Slot = "79")]
public Result<None> ToCreationObjectPiston(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (!flag || flag2)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F929 RID: 63785 RVA: 0x003AB9D0 File Offset: 0x003A9BD0
[Token(Token = "0x600F929")]
[Address(RVA = "0x157FCF0", Offset = "0x157E6F0", VA = "0x18157FCF0", Slot = "80")]
public Result<None> FromCreationObjectAI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F92A RID: 63786 RVA: 0x003AB9E8 File Offset: 0x003A9BE8
[Token(Token = "0x600F92A")]
[Address(RVA = "0x157FE00", Offset = "0x157E800", VA = "0x18157FE00", Slot = "81")]
public Result<None> FromCreationObjectButton(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F92B RID: 63787 RVA: 0x003ABA00 File Offset: 0x003A9C00
[Token(Token = "0x600F92B")]
[Address(RVA = "0x157FF10", Offset = "0x157E910", VA = "0x18157FF10", Slot = "82")]
public Result<None> FromCreationObjectPatrolPoint(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F92C RID: 63788 RVA: 0x003ABA18 File Offset: 0x003A9C18
[Token(Token = "0x600F92C")]
[Address(RVA = "0x1580240", Offset = "0x157EC40", VA = "0x181580240", Slot = "83")]
public Result<None> FromCreationObjectToggleButton(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F92D RID: 63789 RVA: 0x003ABA30 File Offset: 0x003A9C30
[Token(Token = "0x600F92D")]
[Address(RVA = "0x1580350", Offset = "0x157ED50", VA = "0x181580350", Slot = "84")]
public Result<None> FromCreationObjectTriggerVolume(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F92E RID: 63790 RVA: 0x003ABA48 File Offset: 0x003A9C48
[Token(Token = "0x600F92E")]
[Address(RVA = "0x1580130", Offset = "0x157EB30", VA = "0x181580130", Slot = "85")]
public Result<None> FromCreationObjectRotator(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F92F RID: 63791 RVA: 0x003ABA60 File Offset: 0x003A9C60
[Token(Token = "0x600F92F")]
[Address(RVA = "0x1580020", Offset = "0x157EA20", VA = "0x181580020", Slot = "86")]
public Result<None> FromCreationObjectPiston(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F930 RID: 63792 RVA: 0x003ABA78 File Offset: 0x003A9C78
[Token(Token = "0x600F930")]
[Address(RVA = "0x157DAE0", Offset = "0x157C4E0", VA = "0x18157DAE0", Slot = "87")]
public Result<None> DiceRollFinished(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F931 RID: 63793 RVA: 0x003ABA90 File Offset: 0x003A9C90
[Token(Token = "0x600F931")]
[Address(RVA = "0x157D9B0", Offset = "0x157C3B0", VA = "0x18157D9B0", Slot = "88")]
public Result<None> DiceResult(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F932 RID: 63794 RVA: 0x003ABAA8 File Offset: 0x003A9CA8
[Token(Token = "0x600F932")]
[Address(RVA = "0x157D880", Offset = "0x157C280", VA = "0x18157D880", Slot = "89")]
public Result<None> DicePlayerRolled(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F933 RID: 63795 RVA: 0x003ABAC0 File Offset: 0x003A9CC0
[Token(Token = "0x600F933")]
[Address(RVA = "0x157F950", Offset = "0x157E350", VA = "0x18157F950", Slot = "90")]
public Result<None> EmitterStart(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F934 RID: 63796 RVA: 0x003ABAD8 File Offset: 0x003A9CD8
[Token(Token = "0x600F934")]
[Address(RVA = "0x157FA10", Offset = "0x157E410", VA = "0x18157FA10", Slot = "91")]
public Result<None> EmitterStop(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F935 RID: 63797 RVA: 0x003ABAF0 File Offset: 0x003A9CF0
[Token(Token = "0x600F935")]
[Address(RVA = "0x157F630", Offset = "0x157E030", VA = "0x18157F630", Slot = "92")]
public Result<None> EmitterSetLooping(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F936 RID: 63798 RVA: 0x003ABB08 File Offset: 0x003A9D08
[Token(Token = "0x600F936")]
[Address(RVA = "0x157F710", Offset = "0x157E110", VA = "0x18157F710", Slot = "93")]
public Result<None> EmitterSetSize(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F937 RID: 63799 RVA: 0x003ABB20 File Offset: 0x003A9D20
[Token(Token = "0x600F937")]
[Address(RVA = "0x157F830", Offset = "0x157E230", VA = "0x18157F830", Slot = "94")]
public Result<None> EmitterSetSpeed(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F938 RID: 63800 RVA: 0x003ABB38 File Offset: 0x003A9D38
[Token(Token = "0x600F938")]
[Address(RVA = "0x157F550", Offset = "0x157DF50", VA = "0x18157F550", Slot = "95")]
public Result<None> EmitterSetColor(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F939 RID: 63801 RVA: 0x003ABB50 File Offset: 0x003A9D50
[Token(Token = "0x600F939")]
[Address(RVA = "0x1583610", Offset = "0x1582010", VA = "0x181583610")]
private static Result<None> MCOHLNJAMBK(UGCAIController ADNILBJMMOL, ref InOut DFKDMKHALFA, in None CEHJGNDELGL)
{
bool flag;
string text;
if (flag && text != 0)
{
int num = 0;
PhotonView photonView;
if (!(photonView == num))
{
PhotonView photonView2;
int viewIdField = photonView2.viewIdField;
string text3;
string text2 = string.Format("{0} ({1})", text3, photonView2);
}
}
throw new NullReferenceException();
}
// Token: 0x0600F93A RID: 63802 RVA: 0x003ABB94 File Offset: 0x003A9D94
[Token(Token = "0x600F93A")]
[Address(RVA = "0x157F470", Offset = "0x157DE70", VA = "0x18157F470")]
private static Result<None> EKGBMNNJCHO(Photon.Realtime.Player AGIHAKFFCCD, ref InOut DFKDMKHALFA, in None CEHJGNDELGL)
{
if (DFKDMKHALFA.in1.backingObject != 0)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F93B RID: 63803 RVA: 0x003ABBB8 File Offset: 0x003A9DB8
[Token(Token = "0x600F93B")]
[Address(RVA = "0x1580770", Offset = "0x157F170", VA = "0x181580770", Slot = "96")]
public Result<None> GetFriendlyNameAI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
while (!flag)
{
}
}
// Token: 0x0600F93C RID: 63804 RVA: 0x003ABBCC File Offset: 0x003A9DCC
[Token(Token = "0x600F93C")]
[Address(RVA = "0x1580870", Offset = "0x157F270", VA = "0x181580870", Slot = "97")]
public Result<None> GetFriendlyNameCombatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F93C)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::GetFriendlyNameCombatant(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>(var_3_15, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_4), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None&)[exp:native int](LEOFAEBBNLD::MCOHLNJAMBK)))
stloc:int32(var_4, ldc.i4:int32(0))
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class [PhotonRealtime]Photon.Realtime.Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>(var_5_26, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class [PhotonRealtime]Photon.Realtime.Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_6), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class [PhotonRealtime]Photon.Realtime.Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None&)[exp:native int](LEOFAEBBNLD::EKGBMNNJCHO)))
stloc:int32(var_6, ldc.i4:int32(0))
}
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: 0x0600F93D RID: 63805 RVA: 0x003ABC04 File Offset: 0x003A9E04
[Token(Token = "0x600F93D")]
[Address(RVA = "0x1580A10", Offset = "0x157F410", VA = "0x181580A10", Slot = "98")]
public Result<None> GetFriendlyNameCreationObject(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
string text;
if (!flag || text != 0)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F93E RID: 63806 RVA: 0x003ABC20 File Offset: 0x003A9E20
[Token(Token = "0x600F93E")]
[Address(RVA = "0x1580B90", Offset = "0x157F590", VA = "0x181580B90", Slot = "99")]
public Result<None> GetFriendlyNamePlayer(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F93F RID: 63807 RVA: 0x003ABC40 File Offset: 0x003A9E40
[Token(Token = "0x600F93F")]
[Address(RVA = "0x1582440", Offset = "0x1580E40", VA = "0x181582440", Slot = "100")]
public Result<None> ImpulseChipAddPlayer(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F940 RID: 63808 RVA: 0x003ABC60 File Offset: 0x003A9E60
[Token(Token = "0x600F940")]
[Address(RVA = "0x15822D0", Offset = "0x1580CD0", VA = "0x1815822D0", Slot = "101")]
public Result<None> ImpulseChipAddObject(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F941 RID: 63809 RVA: 0x003ABC80 File Offset: 0x003A9E80
[Token(Token = "0x600F941")]
[Address(RVA = "0x1582A00", Offset = "0x1581400", VA = "0x181582A00", Slot = "102")]
public Result<None> ImpulseChipSetPlayer(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F942 RID: 63810 RVA: 0x003ABCA0 File Offset: 0x003A9EA0
[Token(Token = "0x600F942")]
[Address(RVA = "0x1582890", Offset = "0x1581290", VA = "0x181582890", Slot = "103")]
public Result<None> ImpulseChipSetObject(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F943 RID: 63811 RVA: 0x003ABCC0 File Offset: 0x003A9EC0
[Token(Token = "0x600F943")]
[Address(RVA = "0x1582720", Offset = "0x1581120", VA = "0x181582720", Slot = "104")]
public Result<None> ImpulseChipReflectPlayer(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F944 RID: 63812 RVA: 0x003ABCE0 File Offset: 0x003A9EE0
[Token(Token = "0x600F944")]
[Address(RVA = "0x1582590", Offset = "0x1580F90", VA = "0x181582590", Slot = "105")]
public Result<None> ImpulseChipReflectObject(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F945 RID: 63813 RVA: 0x003ABD00 File Offset: 0x003A9F00
[Token(Token = "0x600F945")]
[Address(RVA = "0x1585FA0", Offset = "0x15849A0", VA = "0x181585FA0", Slot = "112")]
public Result<None> SendLogString(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
if (LogScreen.LogString != 0)
{
}
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F946 RID: 63814 RVA: 0x003ABD28 File Offset: 0x003A9F28
[Token(Token = "0x600F946")]
[Address(RVA = "0x1586130", Offset = "0x1584B30", VA = "0x181586130", Slot = "113")]
public Result<None> SetLogScreenMuted(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F947 RID: 63815 RVA: 0x003ABD48 File Offset: 0x003A9F48
[Token(Token = "0x600F947")]
[Address(RVA = "0x15812C0", Offset = "0x157FCC0", VA = "0x1815812C0", Slot = "114")]
public Result<None> GetLogScreenMuted(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F948 RID: 63816 RVA: 0x003ABD60 File Offset: 0x003A9F60
[Token(Token = "0x600F948")]
[Address(RVA = "0x1585600", Offset = "0x1584000", VA = "0x181585600", Slot = "115")]
public Result<None> ResetLogScreen(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F949 RID: 63817 RVA: 0x003ABD80 File Offset: 0x003A9F80
[Token(Token = "0x600F949")]
[Address(RVA = "0x1FA9770", Offset = "0x1FA8170", VA = "0x181FA9770")]
private static Result<None> GMGFJCDDNOH<X, Y>(ref InOut DFKDMKHALFA, [Attribute(Name = "TupleElementNamesAttribute", RVA = "0xD5590", Offset = "0xD4990")] ValueTuple<OIEFAAMEDBI.AGDAGCEOCPO<X>, LEOFAEBBNLD.LFHNEEMODLN<X>> NDILEEFABJA, [Attribute(Name = "TupleElementNamesAttribute", RVA = "0xD58C0", Offset = "0xD4CC0")] ValueTuple<OIEFAAMEDBI.AGDAGCEOCPO<Y>, LEOFAEBBNLD.LFHNEEMODLN<Y>> DFICPKCPNLK)
{
int num = 0;
if (num != 0 && num != 0)
{
float num2;
CircuitSignal circuitSignal = CircuitSignal.FromFloat(num2);
}
DFKDMKHALFA.in0 = num;
throw new NullReferenceException();
}
// Token: 0x0600F94A RID: 63818 RVA: 0x003ABDAC File Offset: 0x003A9FAC
[Token(Token = "0x600F94A")]
[Address(RVA = "0x157DC10", Offset = "0x157C610", VA = "0x18157DC10", Slot = "116")]
public Result<None> DistanceAI_AI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F94A)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceAI_AI(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.AI.UGCAIController>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.AI.UGCAIController>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.AI.UGCAIController>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.AI.UGCAIController>>(LEOFAEBBNLD::GJCBPHFBCDM))
}
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: 0x0600F94B RID: 63819 RVA: 0x003ABDC0 File Offset: 0x003A9FC0
[Token(Token = "0x600F94B")]
[Address(RVA = "0x157DCB0", Offset = "0x157C6B0", VA = "0x18157DCB0", Slot = "117")]
public Result<None> DistanceAI_Combatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F94B)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceAI_Combatant(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype ENDNBHFKNFL>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype ENDNBHFKNFL>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype ENDNBHFKNFL>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype ENDNBHFKNFL>>(LEOFAEBBNLD::HMBOBNAELKG))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.AI.UGCAIController>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.AI.UGCAIController>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.AI.UGCAIController>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.AI.UGCAIController>>(LEOFAEBBNLD::GJCBPHFBCDM))
}
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: 0x0600F94C RID: 63820 RVA: 0x003ABDD8 File Offset: 0x003A9FD8
[Token(Token = "0x600F94C")]
[Address(RVA = "0x157DD60", Offset = "0x157C760", VA = "0x18157DD60", Slot = "118")]
public Result<None> DistanceAI_CreationObject(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F94C)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceAI_CreationObject(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.CreationObject>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.CreationObject>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.CreationObject>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.CreationObject>>(LEOFAEBBNLD::OONADJJBGAI))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.AI.UGCAIController>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.AI.UGCAIController>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.AI.UGCAIController>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.AI.UGCAIController>>(LEOFAEBBNLD::GJCBPHFBCDM))
}
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: 0x0600F94D RID: 63821 RVA: 0x003ABDF0 File Offset: 0x003A9FF0
[Token(Token = "0x600F94D")]
[Address(RVA = "0x157DE10", Offset = "0x157C810", VA = "0x18157DE10", Slot = "119")]
public Result<None> DistanceAI_PatrolPoint(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F94D)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceAI_PatrolPoint(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>>(LEOFAEBBNLD::INJPGCJKCNO))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.AI.UGCAIController>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.AI.UGCAIController>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.AI.UGCAIController>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.AI.UGCAIController>>(LEOFAEBBNLD::GJCBPHFBCDM))
}
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: 0x0600F94E RID: 63822 RVA: 0x003ABE08 File Offset: 0x003AA008
[Token(Token = "0x600F94E")]
[Address(RVA = "0x157DEC0", Offset = "0x157C8C0", VA = "0x18157DEC0", Slot = "120")]
public Result<None> DistanceAI_Player(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F94E)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceAI_Player(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class Player>, class LEOFAEBBNLD/LFHNEEMODLN<class Player>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class Player>, class LEOFAEBBNLD/LFHNEEMODLN<class Player>>(LEOFAEBBNLD::CBDHBMODKBE))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.AI.UGCAIController>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.AI.UGCAIController>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.AI.UGCAIController>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.AI.UGCAIController>>(LEOFAEBBNLD::GJCBPHFBCDM))
}
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: 0x0600F94F RID: 63823 RVA: 0x003ABE20 File Offset: 0x003AA020
[Token(Token = "0x600F94F")]
[Address(RVA = "0x157DF70", Offset = "0x157C970", VA = "0x18157DF70", Slot = "121")]
public Result<None> DistanceAI_Vector3(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F94F)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceAI_Vector3(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>>(LEOFAEBBNLD::FAAFINLFNJI))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.AI.UGCAIController>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.AI.UGCAIController>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.AI.UGCAIController>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.AI.UGCAIController>>(LEOFAEBBNLD::GJCBPHFBCDM))
}
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: 0x0600F950 RID: 63824 RVA: 0x003ABE38 File Offset: 0x003AA038
[Token(Token = "0x600F950")]
[Address(RVA = "0x157E020", Offset = "0x157CA20", VA = "0x18157E020", Slot = "122")]
public Result<None> DistanceCombatant_AI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F950)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceCombatant_AI(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.AI.UGCAIController>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.AI.UGCAIController>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.AI.UGCAIController>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.AI.UGCAIController>>(LEOFAEBBNLD::GJCBPHFBCDM))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype ENDNBHFKNFL>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype ENDNBHFKNFL>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype ENDNBHFKNFL>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype ENDNBHFKNFL>>(LEOFAEBBNLD::HMBOBNAELKG))
}
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: 0x0600F951 RID: 63825 RVA: 0x003ABE50 File Offset: 0x003AA050
[Token(Token = "0x600F951")]
[Address(RVA = "0x157E0D0", Offset = "0x157CAD0", VA = "0x18157E0D0", Slot = "123")]
public Result<None> DistanceCombatant_Combatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F951)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceCombatant_Combatant(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype ENDNBHFKNFL>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype ENDNBHFKNFL>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype ENDNBHFKNFL>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype ENDNBHFKNFL>>(LEOFAEBBNLD::HMBOBNAELKG))
}
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: 0x0600F952 RID: 63826 RVA: 0x003ABE64 File Offset: 0x003AA064
[Token(Token = "0x600F952")]
[Address(RVA = "0x157E170", Offset = "0x157CB70", VA = "0x18157E170", Slot = "124")]
public Result<None> DistanceCombatant_CreationObject(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F952)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceCombatant_CreationObject(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.CreationObject>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.CreationObject>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.CreationObject>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.CreationObject>>(LEOFAEBBNLD::OONADJJBGAI))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype ENDNBHFKNFL>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype ENDNBHFKNFL>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype ENDNBHFKNFL>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype ENDNBHFKNFL>>(LEOFAEBBNLD::HMBOBNAELKG))
}
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: 0x0600F953 RID: 63827 RVA: 0x003ABE7C File Offset: 0x003AA07C
[Token(Token = "0x600F953")]
[Address(RVA = "0x157E220", Offset = "0x157CC20", VA = "0x18157E220", Slot = "125")]
public Result<None> DistanceCombatant_PatrolPoint(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F953)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceCombatant_PatrolPoint(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>>(LEOFAEBBNLD::INJPGCJKCNO))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype ENDNBHFKNFL>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype ENDNBHFKNFL>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype ENDNBHFKNFL>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype ENDNBHFKNFL>>(LEOFAEBBNLD::HMBOBNAELKG))
}
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: 0x0600F954 RID: 63828 RVA: 0x003ABE94 File Offset: 0x003AA094
[Token(Token = "0x600F954")]
[Address(RVA = "0x157E2D0", Offset = "0x157CCD0", VA = "0x18157E2D0", Slot = "126")]
public Result<None> DistanceCombatant_Player(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F954)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceCombatant_Player(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class Player>, class LEOFAEBBNLD/LFHNEEMODLN<class Player>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class Player>, class LEOFAEBBNLD/LFHNEEMODLN<class Player>>(LEOFAEBBNLD::CBDHBMODKBE))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype ENDNBHFKNFL>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype ENDNBHFKNFL>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype ENDNBHFKNFL>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype ENDNBHFKNFL>>(LEOFAEBBNLD::HMBOBNAELKG))
}
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: 0x0600F955 RID: 63829 RVA: 0x003ABEAC File Offset: 0x003AA0AC
[Token(Token = "0x600F955")]
[Address(RVA = "0x157E380", Offset = "0x157CD80", VA = "0x18157E380", Slot = "127")]
public Result<None> DistanceCombatant_Vector3(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F955)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceCombatant_Vector3(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>>(LEOFAEBBNLD::FAAFINLFNJI))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype ENDNBHFKNFL>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype ENDNBHFKNFL>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype ENDNBHFKNFL>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype ENDNBHFKNFL>>(LEOFAEBBNLD::HMBOBNAELKG))
}
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: 0x0600F956 RID: 63830 RVA: 0x003ABEC4 File Offset: 0x003AA0C4
[Token(Token = "0x600F956")]
[Address(RVA = "0x157E430", Offset = "0x157CE30", VA = "0x18157E430", Slot = "128")]
public Result<None> DistanceCreationObject_AI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F956)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceCreationObject_AI(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.AI.UGCAIController>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.AI.UGCAIController>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.AI.UGCAIController>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.AI.UGCAIController>>(LEOFAEBBNLD::GJCBPHFBCDM))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.CreationObject>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.CreationObject>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.CreationObject>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.CreationObject>>(LEOFAEBBNLD::OONADJJBGAI))
}
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: 0x0600F957 RID: 63831 RVA: 0x003ABEDC File Offset: 0x003AA0DC
[Token(Token = "0x600F957")]
[Address(RVA = "0x157E4E0", Offset = "0x157CEE0", VA = "0x18157E4E0", Slot = "129")]
public Result<None> DistanceCreationObject_Combatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F957)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceCreationObject_Combatant(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype ENDNBHFKNFL>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype ENDNBHFKNFL>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype ENDNBHFKNFL>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype ENDNBHFKNFL>>(LEOFAEBBNLD::HMBOBNAELKG))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.CreationObject>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.CreationObject>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.CreationObject>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.CreationObject>>(LEOFAEBBNLD::OONADJJBGAI))
}
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: 0x0600F958 RID: 63832 RVA: 0x003ABEF4 File Offset: 0x003AA0F4
[Token(Token = "0x600F958")]
[Address(RVA = "0x157E590", Offset = "0x157CF90", VA = "0x18157E590", Slot = "130")]
public Result<None> DistanceCreationObject_CreationObject(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F958)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceCreationObject_CreationObject(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.CreationObject>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.CreationObject>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.CreationObject>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.CreationObject>>(LEOFAEBBNLD::OONADJJBGAI))
}
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: 0x0600F959 RID: 63833 RVA: 0x003ABF08 File Offset: 0x003AA108
[Token(Token = "0x600F959")]
[Address(RVA = "0x157E630", Offset = "0x157D030", VA = "0x18157E630", Slot = "131")]
public Result<None> DistanceCreationObject_PatrolPoint(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F959)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceCreationObject_PatrolPoint(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>>(LEOFAEBBNLD::INJPGCJKCNO))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.CreationObject>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.CreationObject>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.CreationObject>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.CreationObject>>(LEOFAEBBNLD::OONADJJBGAI))
}
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: 0x0600F95A RID: 63834 RVA: 0x003ABF20 File Offset: 0x003AA120
[Token(Token = "0x600F95A")]
[Address(RVA = "0x157E6E0", Offset = "0x157D0E0", VA = "0x18157E6E0", Slot = "132")]
public Result<None> DistanceCreationObject_Player(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F95A)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceCreationObject_Player(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class Player>, class LEOFAEBBNLD/LFHNEEMODLN<class Player>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class Player>, class LEOFAEBBNLD/LFHNEEMODLN<class Player>>(LEOFAEBBNLD::CBDHBMODKBE))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.CreationObject>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.CreationObject>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.CreationObject>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.CreationObject>>(LEOFAEBBNLD::OONADJJBGAI))
}
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: 0x0600F95B RID: 63835 RVA: 0x003ABF38 File Offset: 0x003AA138
[Token(Token = "0x600F95B")]
[Address(RVA = "0x157E790", Offset = "0x157D190", VA = "0x18157E790", Slot = "133")]
public Result<None> DistanceCreationObject_Vector3(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F95B)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceCreationObject_Vector3(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>>(LEOFAEBBNLD::FAAFINLFNJI))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.CreationObject>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.CreationObject>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.CreationObject>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.CreationObject>>(LEOFAEBBNLD::OONADJJBGAI))
}
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: 0x0600F95C RID: 63836 RVA: 0x003ABF50 File Offset: 0x003AA150
[Token(Token = "0x600F95C")]
[Address(RVA = "0x157E840", Offset = "0x157D240", VA = "0x18157E840", Slot = "134")]
public Result<None> DistancePatrolPoint_AI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F95C)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistancePatrolPoint_AI(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.AI.UGCAIController>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.AI.UGCAIController>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.AI.UGCAIController>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.AI.UGCAIController>>(LEOFAEBBNLD::GJCBPHFBCDM))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>>(LEOFAEBBNLD::INJPGCJKCNO))
}
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: 0x0600F95D RID: 63837 RVA: 0x003ABF68 File Offset: 0x003AA168
[Token(Token = "0x600F95D")]
[Address(RVA = "0x157E8F0", Offset = "0x157D2F0", VA = "0x18157E8F0", Slot = "135")]
public Result<None> DistancePatrolPoint_Combatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F95D)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistancePatrolPoint_Combatant(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype ENDNBHFKNFL>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype ENDNBHFKNFL>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype ENDNBHFKNFL>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype ENDNBHFKNFL>>(LEOFAEBBNLD::HMBOBNAELKG))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>>(LEOFAEBBNLD::INJPGCJKCNO))
}
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: 0x0600F95E RID: 63838 RVA: 0x003ABF80 File Offset: 0x003AA180
[Token(Token = "0x600F95E")]
[Address(RVA = "0x157E9A0", Offset = "0x157D3A0", VA = "0x18157E9A0", Slot = "136")]
public Result<None> DistancePatrolPoint_CreationObject(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F95E)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistancePatrolPoint_CreationObject(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.CreationObject>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.CreationObject>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.CreationObject>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.CreationObject>>(LEOFAEBBNLD::OONADJJBGAI))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>>(LEOFAEBBNLD::INJPGCJKCNO))
}
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: 0x0600F95F RID: 63839 RVA: 0x003ABF98 File Offset: 0x003AA198
[Token(Token = "0x600F95F")]
[Address(RVA = "0x157EA50", Offset = "0x157D450", VA = "0x18157EA50", Slot = "137")]
public Result<None> DistancePatrolPoint_PatrolPoint(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F95F)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistancePatrolPoint_PatrolPoint(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>>(LEOFAEBBNLD::INJPGCJKCNO))
}
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: 0x0600F960 RID: 63840 RVA: 0x003ABFAC File Offset: 0x003AA1AC
[Token(Token = "0x600F960")]
[Address(RVA = "0x157EAF0", Offset = "0x157D4F0", VA = "0x18157EAF0", Slot = "138")]
public Result<None> DistancePatrolPoint_Player(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F960)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistancePatrolPoint_Player(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class Player>, class LEOFAEBBNLD/LFHNEEMODLN<class Player>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class Player>, class LEOFAEBBNLD/LFHNEEMODLN<class Player>>(LEOFAEBBNLD::CBDHBMODKBE))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>>(LEOFAEBBNLD::INJPGCJKCNO))
}
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: 0x0600F961 RID: 63841 RVA: 0x003ABFC4 File Offset: 0x003AA1C4
[Token(Token = "0x600F961")]
[Address(RVA = "0x157EBA0", Offset = "0x157D5A0", VA = "0x18157EBA0", Slot = "139")]
public Result<None> DistancePatrolPoint_Vector3(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F961)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistancePatrolPoint_Vector3(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>>(LEOFAEBBNLD::FAAFINLFNJI))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>>(LEOFAEBBNLD::INJPGCJKCNO))
}
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: 0x0600F962 RID: 63842 RVA: 0x003ABFDC File Offset: 0x003AA1DC
[Token(Token = "0x600F962")]
[Address(RVA = "0x157EC50", Offset = "0x157D650", VA = "0x18157EC50", Slot = "140")]
public Result<None> DistancePlayer_AI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F962)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistancePlayer_AI(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.AI.UGCAIController>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.AI.UGCAIController>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.AI.UGCAIController>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.AI.UGCAIController>>(LEOFAEBBNLD::GJCBPHFBCDM))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class Player>, class LEOFAEBBNLD/LFHNEEMODLN<class Player>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class Player>, class LEOFAEBBNLD/LFHNEEMODLN<class Player>>(LEOFAEBBNLD::CBDHBMODKBE))
}
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: 0x0600F963 RID: 63843 RVA: 0x003ABFF4 File Offset: 0x003AA1F4
[Token(Token = "0x600F963")]
[Address(RVA = "0x157ED00", Offset = "0x157D700", VA = "0x18157ED00", Slot = "141")]
public Result<None> DistancePlayer_Combatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F963)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistancePlayer_Combatant(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype ENDNBHFKNFL>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype ENDNBHFKNFL>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype ENDNBHFKNFL>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype ENDNBHFKNFL>>(LEOFAEBBNLD::HMBOBNAELKG))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class Player>, class LEOFAEBBNLD/LFHNEEMODLN<class Player>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class Player>, class LEOFAEBBNLD/LFHNEEMODLN<class Player>>(LEOFAEBBNLD::CBDHBMODKBE))
}
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: 0x0600F964 RID: 63844 RVA: 0x003AC00C File Offset: 0x003AA20C
[Token(Token = "0x600F964")]
[Address(RVA = "0x157EDB0", Offset = "0x157D7B0", VA = "0x18157EDB0", Slot = "142")]
public Result<None> DistancePlayer_CreationObject(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F964)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistancePlayer_CreationObject(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.CreationObject>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.CreationObject>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.CreationObject>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.CreationObject>>(LEOFAEBBNLD::OONADJJBGAI))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class Player>, class LEOFAEBBNLD/LFHNEEMODLN<class Player>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class Player>, class LEOFAEBBNLD/LFHNEEMODLN<class Player>>(LEOFAEBBNLD::CBDHBMODKBE))
}
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: 0x0600F965 RID: 63845 RVA: 0x003AC024 File Offset: 0x003AA224
[Token(Token = "0x600F965")]
[Address(RVA = "0x157EE60", Offset = "0x157D860", VA = "0x18157EE60", Slot = "143")]
public Result<None> DistancePlayer_PatrolPoint(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F965)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistancePlayer_PatrolPoint(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>>(LEOFAEBBNLD::INJPGCJKCNO))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class Player>, class LEOFAEBBNLD/LFHNEEMODLN<class Player>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class Player>, class LEOFAEBBNLD/LFHNEEMODLN<class Player>>(LEOFAEBBNLD::CBDHBMODKBE))
}
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: 0x0600F966 RID: 63846 RVA: 0x003AC03C File Offset: 0x003AA23C
[Token(Token = "0x600F966")]
[Address(RVA = "0x157EF10", Offset = "0x157D910", VA = "0x18157EF10", Slot = "144")]
public Result<None> DistancePlayer_Player(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F966)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistancePlayer_Player(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class Player>, class LEOFAEBBNLD/LFHNEEMODLN<class Player>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class Player>, class LEOFAEBBNLD/LFHNEEMODLN<class Player>>(LEOFAEBBNLD::CBDHBMODKBE))
}
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: 0x0600F967 RID: 63847 RVA: 0x003AC050 File Offset: 0x003AA250
[Token(Token = "0x600F967")]
[Address(RVA = "0x157EFB0", Offset = "0x157D9B0", VA = "0x18157EFB0", Slot = "145")]
public Result<None> DistancePlayer_Vector3(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F967)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistancePlayer_Vector3(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>>(LEOFAEBBNLD::FAAFINLFNJI))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class Player>, class LEOFAEBBNLD/LFHNEEMODLN<class Player>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class Player>, class LEOFAEBBNLD/LFHNEEMODLN<class Player>>(LEOFAEBBNLD::CBDHBMODKBE))
}
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: 0x0600F968 RID: 63848 RVA: 0x003AC068 File Offset: 0x003AA268
[Token(Token = "0x600F968")]
[Address(RVA = "0x157F060", Offset = "0x157DA60", VA = "0x18157F060", Slot = "146")]
public Result<None> DistanceVector3_AI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F968)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceVector3_AI(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.AI.UGCAIController>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.AI.UGCAIController>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.AI.UGCAIController>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.AI.UGCAIController>>(LEOFAEBBNLD::GJCBPHFBCDM))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>>(LEOFAEBBNLD::FAAFINLFNJI))
}
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: 0x0600F969 RID: 63849 RVA: 0x003AC080 File Offset: 0x003AA280
[Token(Token = "0x600F969")]
[Address(RVA = "0x157F110", Offset = "0x157DB10", VA = "0x18157F110", Slot = "147")]
public Result<None> DistanceVector3_Combatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F969)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceVector3_Combatant(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype ENDNBHFKNFL>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype ENDNBHFKNFL>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype ENDNBHFKNFL>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype ENDNBHFKNFL>>(LEOFAEBBNLD::HMBOBNAELKG))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>>(LEOFAEBBNLD::FAAFINLFNJI))
}
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: 0x0600F96A RID: 63850 RVA: 0x003AC098 File Offset: 0x003AA298
[Token(Token = "0x600F96A")]
[Address(RVA = "0x157F1C0", Offset = "0x157DBC0", VA = "0x18157F1C0", Slot = "148")]
public Result<None> DistanceVector3_CreationObject(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F96A)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceVector3_CreationObject(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.CreationObject>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.CreationObject>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.CreationObject>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.CreationObject>>(LEOFAEBBNLD::OONADJJBGAI))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>>(LEOFAEBBNLD::FAAFINLFNJI))
}
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: 0x0600F96B RID: 63851 RVA: 0x003AC0B0 File Offset: 0x003AA2B0
[Token(Token = "0x600F96B")]
[Address(RVA = "0x157F270", Offset = "0x157DC70", VA = "0x18157F270", Slot = "149")]
public Result<None> DistanceVector3_PatrolPoint(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F96B)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceVector3_PatrolPoint(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>, class LEOFAEBBNLD/LFHNEEMODLN<class RecRoom.Core.Creation.Circuits.UGCAIPathPoint>>(LEOFAEBBNLD::INJPGCJKCNO))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>>(LEOFAEBBNLD::FAAFINLFNJI))
}
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: 0x0600F96C RID: 63852 RVA: 0x003AC0C8 File Offset: 0x003AA2C8
[Token(Token = "0x600F96C")]
[Address(RVA = "0x157F320", Offset = "0x157DD20", VA = "0x18157F320", Slot = "150")]
public Result<None> DistanceVector3_Player(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F96C)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceVector3_Player(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class Player>, class LEOFAEBBNLD/LFHNEEMODLN<class Player>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<class Player>, class LEOFAEBBNLD/LFHNEEMODLN<class Player>>(LEOFAEBBNLD::CBDHBMODKBE))
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>>(var_1_0B, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>>(LEOFAEBBNLD::FAAFINLFNJI))
}
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: 0x0600F96D RID: 63853 RVA: 0x003AC0E0 File Offset: 0x003AA2E0
[Token(Token = "0x600F96D")]
[Address(RVA = "0x157F3D0", Offset = "0x157DDD0", VA = "0x18157F3D0", Slot = "151")]
public Result<None> DistanceVector3_Vector3(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F96D)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::DistanceVector3_Vector3(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>>(var_0_05, ldsfld:valuetype [mscorlib]System.ValueTuple`2<class OIEFAAMEDBI/AGDAGCEOCPO<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>, class LEOFAEBBNLD/LFHNEEMODLN<valuetype [UnityEngine.CoreModule]UnityEngine.Vector3>>(LEOFAEBBNLD::FAAFINLFNJI))
}
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: 0x0600F96E RID: 63854 RVA: 0x003AC0F4 File Offset: 0x003AA2F4
[Token(Token = "0x600F96E")]
[Address(RVA = "0x1575E00", Offset = "0x1574800", VA = "0x181575E00")]
private static Result<None> ADLACFINIBK(UGCAIController ADNILBJMMOL, ref InOut DFKDMKHALFA, in None CEHJGNDELGL)
{
throw new NullReferenceException();
}
// Token: 0x0600F96F RID: 63855 RVA: 0x003AC108 File Offset: 0x003AA308
[Token(Token = "0x600F96F")]
[Address(RVA = "0x1583020", Offset = "0x1581A20", VA = "0x181583020")]
private static Result<None> LNJLLLDAGAG(global::Player IEKDDPPNFPF, ref InOut DFKDMKHALFA, in None CEHJGNDELGL)
{
object backingObject = DFKDMKHALFA.in3.backingObject;
Vector3 vector;
float z = vector.z;
throw new NullReferenceException();
}
// Token: 0x0600F970 RID: 63856 RVA: 0x003AC130 File Offset: 0x003AA330
[Token(Token = "0x600F970")]
[Address(RVA = "0x15813C0", Offset = "0x157FDC0", VA = "0x1815813C0", Slot = "152")]
public Result<None> GetPositionAI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F971 RID: 63857 RVA: 0x003AC150 File Offset: 0x003AA350
[Token(Token = "0x600F971")]
[Address(RVA = "0x1581540", Offset = "0x157FF40", VA = "0x181581540", Slot = "153")]
public Result<None> GetPositionCombatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F971)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::GetPositionCombatant(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>(var_3_15, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_4), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None&)[exp:native int](LEOFAEBBNLD::ADLACFINIBK)))
stloc:int32(var_4, ldc.i4:int32(0))
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>(var_5_26, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_6), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None&)[exp:native int](LEOFAEBBNLD::LNJLLLDAGAG)))
stloc:int32(var_6, ldc.i4:int32(0))
}
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: 0x0600F972 RID: 63858 RVA: 0x003AC188 File Offset: 0x003AA388
[Token(Token = "0x600F972")]
[Address(RVA = "0x15816E0", Offset = "0x15800E0", VA = "0x1815816E0", Slot = "154")]
public Result<None> GetPositionCreationObject(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Vector3 vector;
float z = vector.z;
}
throw new NullReferenceException();
}
// Token: 0x0600F973 RID: 63859 RVA: 0x003AC1A8 File Offset: 0x003AA3A8
[Token(Token = "0x600F973")]
[Address(RVA = "0x1581820", Offset = "0x1580220", VA = "0x181581820", Slot = "155")]
public Result<None> GetPositionPlayer(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Vector3 vector;
float z = vector.z;
}
throw new NullReferenceException();
}
// Token: 0x0600F974 RID: 63860 RVA: 0x003AC1D0 File Offset: 0x003AA3D0
[Token(Token = "0x600F974")]
[Address(RVA = "0x1584220", Offset = "0x1582C20", VA = "0x181584220", Slot = "156")]
public Result<None> PistonGetDistance(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
float num;
CircuitSignal circuitSignal = CircuitSignal.FromFloat(num);
}
throw new NullReferenceException();
}
// Token: 0x0600F975 RID: 63861 RVA: 0x003AC1F0 File Offset: 0x003AA3F0
[Token(Token = "0x600F975")]
[Address(RVA = "0x1584700", Offset = "0x1583100", VA = "0x181584700", Slot = "157")]
public Result<None> PistonSetDistance(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F976 RID: 63862 RVA: 0x003AC214 File Offset: 0x003AA414
[Token(Token = "0x600F976")]
[Address(RVA = "0x1584520", Offset = "0x1582F20", VA = "0x181584520", Slot = "158")]
public Result<None> PistonGetSpeed(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
float num;
CircuitSignal circuitSignal = CircuitSignal.FromFloat(num);
}
throw new NullReferenceException();
}
// Token: 0x0600F977 RID: 63863 RVA: 0x003AC234 File Offset: 0x003AA434
[Token(Token = "0x600F977")]
[Address(RVA = "0x15849A0", Offset = "0x15833A0", VA = "0x1815849A0", Slot = "159")]
public Result<None> PistonSetSpeed(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F978 RID: 63864 RVA: 0x003AC258 File Offset: 0x003AA458
[Token(Token = "0x600F978")]
[Address(RVA = "0x1584120", Offset = "0x1582B20", VA = "0x181584120", Slot = "160")]
public Result<None> PistonGetAcceleration(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F979 RID: 63865 RVA: 0x003AC270 File Offset: 0x003AA470
[Token(Token = "0x600F979")]
[Address(RVA = "0x1584620", Offset = "0x1583020", VA = "0x181584620", Slot = "161")]
public Result<None> PistonSetAcceleration(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F97A RID: 63866 RVA: 0x003AC294 File Offset: 0x003AA494
[Token(Token = "0x600F97A")]
[Address(RVA = "0x1584420", Offset = "0x1582E20", VA = "0x181584420", Slot = "162")]
public Result<None> PistonGetMaxDistance(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F97B RID: 63867 RVA: 0x003AC2AC File Offset: 0x003AA4AC
[Token(Token = "0x600F97B")]
[Address(RVA = "0x15848C0", Offset = "0x15832C0", VA = "0x1815848C0", Slot = "163")]
public Result<None> PistonSetMaxDistance(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F97C RID: 63868 RVA: 0x003AC2C4 File Offset: 0x003AA4C4
[Token(Token = "0x600F97C")]
[Address(RVA = "0x1584320", Offset = "0x1582D20", VA = "0x181584320", Slot = "164")]
public Result<None> PistonGetMarkerDistance(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F97D RID: 63869 RVA: 0x003AC2DC File Offset: 0x003AA4DC
[Token(Token = "0x600F97D")]
[Address(RVA = "0x15847E0", Offset = "0x15831E0", VA = "0x1815847E0", Slot = "165")]
public Result<None> PistonSetMarkerDistance(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F97E RID: 63870 RVA: 0x003AC2F4 File Offset: 0x003AA4F4
[Token(Token = "0x600F97E")]
[Address(RVA = "0x1585120", Offset = "0x1583B20", VA = "0x181585120", Slot = "166")]
public Result<None> PlayerIsLocal(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F97F RID: 63871 RVA: 0x003AC30C File Offset: 0x003AA50C
[Token(Token = "0x600F97F")]
[Address(RVA = "0x1584CE0", Offset = "0x15836E0", VA = "0x181584CE0", Slot = "167")]
public Result<None> PlayerGetAll(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F97F)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::PlayerGetAll(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
IL_29:
stloc:class [mscorlib]System.Collections.Generic.List`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.CircuitSignal>(var_4_35, call:List`1[exp:class [mscorlib]System.Collections.Generic.List`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.CircuitSignal>](Enumerable::ToList, call:IEnumerable`1(Enumerable::Select, ldloc:class [PhotonRealtime]Photon.Realtime.Player[][exp:IEnumerable`1](var_2_09), ldloc:class [mscorlib]System.Func`2<class [PhotonRealtime]Photon.Realtime.Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.CircuitSignal>[exp:Func`2](var_3_0F))))
}
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: 0x0600F980 RID: 63872 RVA: 0x003AC350 File Offset: 0x003AA550
[Token(Token = "0x600F980")]
[Address(RVA = "0x1585480", Offset = "0x1583E80", VA = "0x181585480", Slot = "168")]
public Result<None> PlayerResetHealth(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
if (NetworkedSingletonMonoBehaviour.FFNIFALJLDD && NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.CIFKHPAHBHB)
{
GameCombatManager combatManager = NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.combatManager;
}
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F981 RID: 63873 RVA: 0x003AC390 File Offset: 0x003AA590
[Token(Token = "0x600F981")]
[Address(RVA = "0x1584E70", Offset = "0x1583870", VA = "0x181584E70", Slot = "169")]
public Result<None> PlayerGetLocal(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F981)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::PlayerGetLocal(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:Player(var_2_09, callgetter:Player(PhotonNetwork::get_LocalPlayer))
}
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: 0x0600F982 RID: 63874 RVA: 0x003AC3A8 File Offset: 0x003AA5A8
[Token(Token = "0x600F982")]
[Address(RVA = "0x15857A0", Offset = "0x15841A0", VA = "0x1815857A0", Slot = "173")]
public Result<None> ResetRoom(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
NetworkedSingletonMonoBehaviour.ONCPNMDGGKG.RpcResetRoom();
Result<None> result = Result.Ok();
throw new NullReferenceException();
}
// Token: 0x0600F983 RID: 63875 RVA: 0x003AC3CC File Offset: 0x003AA5CC
[Token(Token = "0x600F983")]
[Address(RVA = "0x15856D0", Offset = "0x15840D0", VA = "0x1815856D0", Slot = "174")]
public Result<None> ResetObject(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F984 RID: 63876 RVA: 0x003AC3EC File Offset: 0x003AA5EC
[Token(Token = "0x600F984")]
[Address(RVA = "0x1585B20", Offset = "0x1584520", VA = "0x181585B20", Slot = "175")]
public Result<None> RotatorGetRotation(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
float num;
CircuitSignal circuitSignal = CircuitSignal.FromFloat(num);
}
throw new NullReferenceException();
}
// Token: 0x0600F985 RID: 63877 RVA: 0x003AC40C File Offset: 0x003AA60C
[Token(Token = "0x600F985")]
[Address(RVA = "0x1585EC0", Offset = "0x15848C0", VA = "0x181585EC0", Slot = "176")]
public Result<None> RotatorSetRotation(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F986 RID: 63878 RVA: 0x003AC430 File Offset: 0x003AA630
[Token(Token = "0x600F986")]
[Address(RVA = "0x1585A20", Offset = "0x1584420", VA = "0x181585A20", Slot = "177")]
public Result<None> RotatorGetRotationSpeed(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
float num;
CircuitSignal circuitSignal = CircuitSignal.FromFloat(num);
}
throw new NullReferenceException();
}
// Token: 0x0600F987 RID: 63879 RVA: 0x003AC450 File Offset: 0x003AA650
[Token(Token = "0x600F987")]
[Address(RVA = "0x1585DE0", Offset = "0x15847E0", VA = "0x181585DE0", Slot = "178")]
public Result<None> RotatorSetRotationSpeed(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F988 RID: 63880 RVA: 0x003AC474 File Offset: 0x003AA674
[Token(Token = "0x600F988")]
[Address(RVA = "0x1585920", Offset = "0x1584320", VA = "0x181585920", Slot = "179")]
public Result<None> RotatorGetRotationAcceleration(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F989 RID: 63881 RVA: 0x003AC48C File Offset: 0x003AA68C
[Token(Token = "0x600F989")]
[Address(RVA = "0x1585D00", Offset = "0x1584700", VA = "0x181585D00", Slot = "180")]
public Result<None> RotatorSetRotationAcceleration(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F98A RID: 63882 RVA: 0x003AC4B0 File Offset: 0x003AA6B0
[Token(Token = "0x600F98A")]
[Address(RVA = "0x1585820", Offset = "0x1584220", VA = "0x181585820", Slot = "181")]
public Result<None> RotatorGetMarkerRotation(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F98B RID: 63883 RVA: 0x003AC4C8 File Offset: 0x003AA6C8
[Token(Token = "0x600F98B")]
[Address(RVA = "0x1585C20", Offset = "0x1584620", VA = "0x181585C20", Slot = "182")]
public Result<None> RotatorSetMarkerRotation(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F98C RID: 63884 RVA: 0x003AC4E8 File Offset: 0x003AA6E8
[Token(Token = "0x600F98C")]
[Address(RVA = "0x1586410", Offset = "0x1584E10", VA = "0x181586410", Slot = "183")]
public Result<None> SfxPlay(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F98D RID: 63885 RVA: 0x003AC508 File Offset: 0x003AA708
[Token(Token = "0x600F98D")]
[Address(RVA = "0x15865C0", Offset = "0x1584FC0", VA = "0x1815865C0", Slot = "184")]
public Result<None> SfxStop(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F98E RID: 63886 RVA: 0x003AC528 File Offset: 0x003AA728
[Token(Token = "0x600F98E")]
[Address(RVA = "0x1586310", Offset = "0x1584D10", VA = "0x181586310", Slot = "185")]
public Result<None> SfxIsPlaying(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F98F RID: 63887 RVA: 0x003AC540 File Offset: 0x003AA740
[Token(Token = "0x600F98F")]
[Address(RVA = "0x1586210", Offset = "0x1584C10", VA = "0x181586210", Slot = "186")]
public Result<None> SfxGetVolume(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F990 RID: 63888 RVA: 0x003AC558 File Offset: 0x003AA758
[Token(Token = "0x600F990")]
[Address(RVA = "0x15864E0", Offset = "0x1584EE0", VA = "0x1815864E0", Slot = "187")]
public Result<None> SfxSetVolume(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F991 RID: 63889 RVA: 0x003AC578 File Offset: 0x003AA778
[Token(Token = "0x600F991")]
[Address(RVA = "0x1584A80", Offset = "0x1583480", VA = "0x181584A80", Slot = "170")]
public Result<None> PlayerAddRole(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
int num = 0;
bool flag;
bool flag2;
if (flag && flag2 && NetworkedSingletonMonoBehaviour.FFNIFALJLDD)
{
GameRole gameRole = PlayerGameRoleManager.ONCPNMDGGKG.FindActiveRoleByName(num);
if (gameRole != 0)
{
PlayerGameRoleManager instance = PlayerGameRoleManager.ONCPNMDGGKG;
CMDADAAOBHD roleId = gameRole.roleId;
bool flag3 = instance.PlayerHasRole(num, roleId);
if (!flag3)
{
CircuitSignal @in = DFKDMKHALFA.in1;
if (!flag3)
{
Result<None> result = NetErr.NoNetwork();
}
PlayerGameRoleManager instance2 = PlayerGameRoleManager.ONCPNMDGGKG;
CMDADAAOBHD roleId2 = gameRole.roleId;
instance2.RequestAddRole(num, roleId2);
}
}
Result<None> result2 = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F992 RID: 63890 RVA: 0x003AC618 File Offset: 0x003AA818
[Token(Token = "0x600F992")]
[Address(RVA = "0x1585220", Offset = "0x1583C20", VA = "0x181585220", Slot = "171")]
public Result<None> PlayerRemoveRole(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
int num = 0;
bool flag;
bool flag2;
if (flag && flag2 && NetworkedSingletonMonoBehaviour.FFNIFALJLDD)
{
GameRole gameRole = PlayerGameRoleManager.ONCPNMDGGKG.FindActiveRoleByName(num);
if (gameRole != 0)
{
PlayerGameRoleManager instance = PlayerGameRoleManager.ONCPNMDGGKG;
CMDADAAOBHD roleId = gameRole.roleId;
bool flag3 = instance.PlayerHasRole(num, roleId);
if (flag3)
{
CircuitSignal @in = DFKDMKHALFA.in1;
if (!flag3)
{
Result<None> result = NetErr.NoNetwork();
}
PlayerGameRoleManager instance2 = PlayerGameRoleManager.ONCPNMDGGKG;
CMDADAAOBHD roleId2 = gameRole.roleId;
instance2.RequestRemoveRole(num, roleId2);
}
}
Result<None> result2 = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F993 RID: 63891 RVA: 0x003AC6B8 File Offset: 0x003AA8B8
[Token(Token = "0x600F993")]
[Address(RVA = "0x1584F20", Offset = "0x1583920", VA = "0x181584F20", Slot = "172")]
public Result<None> PlayerHasRoleByName(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2 && NetworkedSingletonMonoBehaviour.FFNIFALJLDD)
{
PlayerGameRoleManager instance = PlayerGameRoleManager.ONCPNMDGGKG;
GameRole gameRole;
if (gameRole == 0)
{
}
PlayerGameRoleManager instance2 = PlayerGameRoleManager.ONCPNMDGGKG;
}
throw new NullReferenceException();
}
// Token: 0x0600F994 RID: 63892 RVA: 0x003AC6F4 File Offset: 0x003AA8F4
[Token(Token = "0x600F994")]
[Address(RVA = "0x15867C0", Offset = "0x15851C0", VA = "0x1815867C0", Slot = "188")]
public Result<None> SpawnerStartSpawning(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
int num = 0;
bool flag;
bool flag2;
if (flag && flag2)
{
int num2 = 0;
if (!(num == num2))
{
Result<None> result = Result.Ok();
}
}
throw new NullReferenceException();
}
// Token: 0x0600F995 RID: 63893 RVA: 0x003AC72C File Offset: 0x003AA92C
[Token(Token = "0x600F995")]
[Address(RVA = "0x1586690", Offset = "0x1585090", VA = "0x181586690", Slot = "189")]
public Result<None> SpawnerResetSpawner(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
int num = 0;
bool flag;
if (flag)
{
bool flag2;
if (flag2)
{
int num2 = 0;
if (!(num == num2))
{
}
}
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F996 RID: 63894 RVA: 0x003AC760 File Offset: 0x003AA960
[Token(Token = "0x600F996")]
[Address(RVA = "0x1583530", Offset = "0x1581F30", VA = "0x181583530", Slot = "106")]
public Result<None> LightTurnOn(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F997 RID: 63895 RVA: 0x003AC780 File Offset: 0x003AA980
[Token(Token = "0x600F997")]
[Address(RVA = "0x1583450", Offset = "0x1581E50", VA = "0x181583450", Slot = "107")]
public Result<None> LightTurnOff(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F998 RID: 63896 RVA: 0x003AC7A0 File Offset: 0x003AA9A0
[Token(Token = "0x600F998")]
[Address(RVA = "0x15831B0", Offset = "0x1581BB0", VA = "0x1815831B0", Slot = "108")]
public Result<None> LightSetColor(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F999 RID: 63897 RVA: 0x003AC7C0 File Offset: 0x003AA9C0
[Token(Token = "0x600F999")]
[Address(RVA = "0x1583370", Offset = "0x1581D70", VA = "0x181583370", Slot = "109")]
public Result<None> LightSetRange(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F99A RID: 63898 RVA: 0x003AC7D8 File Offset: 0x003AA9D8
[Token(Token = "0x600F99A")]
[Address(RVA = "0x1583290", Offset = "0x1581C90", VA = "0x181583290", Slot = "110")]
public Result<None> LightSetIntensity(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F99B RID: 63899 RVA: 0x003AC7F0 File Offset: 0x003AA9F0
[Token(Token = "0x600F99B")]
[Address(RVA = "0x15830D0", Offset = "0x1581AD0", VA = "0x1815830D0", Slot = "111")]
public Result<None> LightSetAngle(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F99C RID: 63900 RVA: 0x003AC808 File Offset: 0x003AAA08
[Token(Token = "0x600F99C")]
[Address(RVA = "0x1580D50", Offset = "0x157F750", VA = "0x181580D50", Slot = "190")]
public Result<None> GetFromSyncIdAI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
PhotonView photonView = PhotonNetwork.GetPhotonView(0);
int num = 0;
if (!(photonView == num))
{
UGCAIController component = photonView.GetComponent<UGCAIController>();
}
throw new NullReferenceException();
}
// Token: 0x0600F99D RID: 63901 RVA: 0x003AC834 File Offset: 0x003AAA34
[Token(Token = "0x600F99D")]
[Address(RVA = "0x1580E70", Offset = "0x157F870", VA = "0x181580E70", Slot = "191")]
public Result<None> GetFromSyncIdCombatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
Photon.Realtime.Player player;
PhotonView photonView;
int num2;
do
{
int num = 0;
player = PhotonNetwork.LocalPlayer.Get(num);
if (player != 0)
{
goto IL_31;
}
photonView = PhotonNetwork.GetPhotonView(num);
num2 = 0;
}
while (photonView == num2);
Enemy component = photonView.GetComponent<Enemy>();
IL_31:
global::Player player2 = player.GPOMCJICJIH();
CircuitSignal circuitSignal = CircuitSignal.FromStruct<ENDNBHFKNFL>(0);
throw new NullReferenceException();
}
// Token: 0x0600F99E RID: 63902 RVA: 0x003AC888 File Offset: 0x003AAA88
[Token(Token = "0x600F99E")]
[Address(RVA = "0x15810B0", Offset = "0x157FAB0", VA = "0x1815810B0", Slot = "192")]
public Result<None> GetFromSyncIdCreationObject(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
PhotonView photonView = PhotonNetwork.GetPhotonView(0);
int num = 0;
if (!(photonView == num))
{
CreationObject component = photonView.GetComponent<CreationObject>();
}
throw new NullReferenceException();
}
// Token: 0x0600F99F RID: 63903 RVA: 0x003AC8B4 File Offset: 0x003AAAB4
[Token(Token = "0x600F99F")]
[Address(RVA = "0x15811D0", Offset = "0x157FBD0", VA = "0x1815811D0", Slot = "193")]
public Result<None> GetFromSyncIdPlayer(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
int num = 0;
if (PhotonNetwork.LocalPlayer.Get(num) != 0)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F9A0 RID: 63904 RVA: 0x003AC8D8 File Offset: 0x003AAAD8
[Token(Token = "0x600F9A0")]
[Address(RVA = "0x1579370", Offset = "0x1577D70", VA = "0x181579370")]
private static Result<None> CBDOLANHKIO(UGCAIController ADNILBJMMOL, ref InOut DFKDMKHALFA, in None CEHJGNDELGL)
{
throw new NullReferenceException();
}
// Token: 0x0600F9A1 RID: 63905 RVA: 0x003AC8EC File Offset: 0x003AAAEC
[Token(Token = "0x600F9A1")]
[Address(RVA = "0x15778B0", Offset = "0x15762B0", VA = "0x1815778B0")]
private static Result<None> AIOMCPECJIN(Photon.Realtime.Player IEKDDPPNFPF, ref InOut DFKDMKHALFA, in None CEHJGNDELGL)
{
throw new NullReferenceException();
}
// Token: 0x0600F9A2 RID: 63906 RVA: 0x003AC900 File Offset: 0x003AAB00
[Token(Token = "0x600F9A2")]
[Address(RVA = "0x15819B0", Offset = "0x15803B0", VA = "0x1815819B0", Slot = "194")]
public Result<None> GetSyncIdAI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F9A3 RID: 63907 RVA: 0x003AC920 File Offset: 0x003AAB20
[Token(Token = "0x600F9A3")]
[Address(RVA = "0x1581B60", Offset = "0x1580560", VA = "0x181581B60", Slot = "195")]
public Result<None> GetSyncIdCombatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
/*
An exception occurred when decompiling this method (0600F9A3)
ICSharpCode.Decompiler.DecompilerException: Error decompiling CircuitsV2.Utilities.Result`1<CircuitsV2.Utilities.None> LEOFAEBBNLD::GetSyncIdCombatant(CircuitsV2.Graph.ExecParams,CircuitsV2.Graph.InOut&)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>(var_3_15, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_4), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class RecRoom.Core.Creation.AI.UGCAIController, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None&)[exp:native int](LEOFAEBBNLD::CBDOLANHKIO)))
stloc:int32(var_4, ldc.i4:int32(0))
stloc:class LEOFAEBBNLD/OEDLOMKGMLA<class [PhotonRealtime]Photon.Realtime.Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>(var_5_26, newobj:OEDLOMKGMLA[exp:class LEOFAEBBNLD/OEDLOMKGMLA<class [PhotonRealtime]Photon.Realtime.Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None>](OEDLOMKGMLA::.ctor, ldloc:int32[exp:object](var_6), ldftn:method valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.Result`1<valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None> *(class [PhotonRealtime]Photon.Realtime.Player, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Graph.InOut&, valuetype [RecRoom.Circuitsv2.Runtime]CircuitsV2.Utilities.None&)[exp:native int](LEOFAEBBNLD::AIOMCPECJIN)))
stloc:int32(var_6, ldc.i4:int32(0))
}
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: 0x0600F9A4 RID: 63908 RVA: 0x003AC958 File Offset: 0x003AAB58
[Token(Token = "0x600F9A4")]
[Address(RVA = "0x1581D10", Offset = "0x1580710", VA = "0x181581D10", Slot = "196")]
public Result<None> GetSyncIdCreationObject(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F9A5 RID: 63909 RVA: 0x003AC970 File Offset: 0x003AAB70
[Token(Token = "0x600F9A5")]
[Address(RVA = "0x1581E10", Offset = "0x1580810", VA = "0x181581E10", Slot = "197")]
public Result<None> GetSyncIdPlayer(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F9A6 RID: 63910 RVA: 0x003AC990 File Offset: 0x003AAB90
[Token(Token = "0x600F9A6")]
[Address(RVA = "0x1586C70", Offset = "0x1585670", VA = "0x181586C70", Slot = "198")]
public Result<None> TextToolSetText(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
int num = 0;
bool flag;
bool flag2;
if (flag && flag2)
{
if (num == 0)
{
}
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F9A7 RID: 63911 RVA: 0x003AC9BC File Offset: 0x003AABBC
[Token(Token = "0x600F9A7")]
[Address(RVA = "0x15869D0", Offset = "0x15853D0", VA = "0x1815869D0", Slot = "199")]
public Result<None> TextToolSetColor(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
int num = 0;
if (EOKPFJPCGMK.LBELLGDFLFA((LNBGEMHOKFN)num) == 0)
{
ShapeColorInfo shapeColorInfo = Enumerable.First<ShapeColorInfo>(EOKPFJPCGMK.CJABFLFIKOA);
}
}
throw new NullReferenceException();
}
// Token: 0x0600F9A8 RID: 63912 RVA: 0x003AC9F4 File Offset: 0x003AABF4
[Token(Token = "0x600F9A8")]
[Address(RVA = "0x1586B20", Offset = "0x1585520", VA = "0x181586B20", Slot = "200")]
public Result<None> TextToolSetMaterial(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
int num = 0;
if (EOKPFJPCGMK.LCNCGMABGCO((CLKCBCAGDDK)num) == 0)
{
ShapeMaterialInfo shapeMaterialInfo = Enumerable.First<ShapeMaterialInfo>(EOKPFJPCGMK.KEMHPPDDMJA);
}
}
throw new NullReferenceException();
}
// Token: 0x0600F9A9 RID: 63913 RVA: 0x003ACA2C File Offset: 0x003AAC2C
[Token(Token = "0x600F9A9")]
[Address(RVA = "0x15876E0", Offset = "0x15860E0", VA = "0x1815876E0", Slot = "201")]
public Result<None> ToggleButtonGetIsPressed(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F9AA RID: 63914 RVA: 0x003ACA44 File Offset: 0x003AAC44
[Token(Token = "0x600F9AA")]
[Address(RVA = "0x15877E0", Offset = "0x15861E0", VA = "0x1815877E0", Slot = "202")]
public Result<None> ToggleButtonSetIsPressed(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
bool flag2;
if (flag2 != flag)
{
}
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F9AB RID: 63915 RVA: 0x003ACA68 File Offset: 0x003AAC68
[Token(Token = "0x600F9AB")]
[Address(RVA = "0x1587E90", Offset = "0x1586890", VA = "0x181587E90", Slot = "203")]
public Result<None> TriggerVolumeGetObjects(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Func<Tool, CircuitSignal> <>9__237_ = LEOFAEBBNLD.<>c.<>9__237_0;
if (<>9__237_ == 0)
{
LEOFAEBBNLD.<>c.<>9__237_0 = delegate(Tool i)
{
throw new NullReferenceException();
};
}
IEnumerable<Tool> enumerable;
List<CircuitSignal> list = Enumerable.ToList<CircuitSignal>(Enumerable.Select<Tool, CircuitSignal>(enumerable, <>9__237_));
}
throw new NullReferenceException();
}
// Token: 0x0600F9AC RID: 63916 RVA: 0x003ACAB0 File Offset: 0x003AACB0
[Token(Token = "0x600F9AC")]
[Address(RVA = "0x1587C30", Offset = "0x1586630", VA = "0x181587C30", Slot = "204")]
public Result<None> TriggerVolumeGetNumObjects(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F9AD RID: 63917 RVA: 0x003ACAC8 File Offset: 0x003AACC8
[Token(Token = "0x600F9AD")]
[Address(RVA = "0x15880C0", Offset = "0x1586AC0", VA = "0x1815880C0", Slot = "205")]
public Result<None> TriggerVolumeGetPlayers(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Func<Photon.Realtime.Player, CircuitSignal> <>9__239_ = LEOFAEBBNLD.<>c.<>9__239_0;
if (<>9__239_ == 0)
{
LEOFAEBBNLD.<>c.<>9__239_0 = delegate(Photon.Realtime.Player i)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
};
}
IEnumerable<Photon.Realtime.Player> enumerable;
List<CircuitSignal> list = Enumerable.ToList<CircuitSignal>(Enumerable.Select<Photon.Realtime.Player, CircuitSignal>(enumerable, <>9__239_));
}
throw new NullReferenceException();
}
// Token: 0x0600F9AE RID: 63918 RVA: 0x003ACB10 File Offset: 0x003AAD10
[Token(Token = "0x600F9AE")]
[Address(RVA = "0x1587D60", Offset = "0x1586760", VA = "0x181587D60", Slot = "206")]
public Result<None> TriggerVolumeGetNumPlayers(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F9AF RID: 63919 RVA: 0x003ACB28 File Offset: 0x003AAD28
[Token(Token = "0x600F9AF")]
[Address(RVA = "0x1587A00", Offset = "0x1586400", VA = "0x181587A00", Slot = "207")]
public Result<None> TriggerVolumeGetFilterTags(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
Func<string, CircuitSignal> <>9__241_ = LEOFAEBBNLD.<>c.<>9__241_0;
if (<>9__241_ == 0)
{
LEOFAEBBNLD.<>c.<>9__241_0 = delegate(string i)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
};
}
string[] array;
List<CircuitSignal> list = Enumerable.ToList<CircuitSignal>(Enumerable.Select<string, CircuitSignal>(array, <>9__241_));
}
throw new NullReferenceException();
}
// Token: 0x0600F9B0 RID: 63920 RVA: 0x003ACB70 File Offset: 0x003AAD70
[Token(Token = "0x600F9B0")]
[Address(RVA = "0x1588430", Offset = "0x1586E30", VA = "0x181588430", Slot = "208")]
public Result<None> TriggerVolumeSetFilterTags(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
int num = 0;
bool flag;
bool flag2;
if (flag && flag2)
{
Func<CircuitSignal, string> <>9__242_ = LEOFAEBBNLD.<>c.<>9__242_0;
if (<>9__242_ == 0)
{
LEOFAEBBNLD.<>c.<>9__242_0 = delegate(CircuitSignal i)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
};
}
string[] array = Enumerable.ToArray<string>(Enumerable.Select<CircuitSignal, string>(num, <>9__242_));
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F9B1 RID: 63921 RVA: 0x003ACBC8 File Offset: 0x003AADC8
[Token(Token = "0x600F9B1")]
[Address(RVA = "0x15878D0", Offset = "0x15862D0", VA = "0x1815878D0", Slot = "209")]
public Result<None> TriggerVolumeGetFilterRole(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F9B2 RID: 63922 RVA: 0x003ACBE0 File Offset: 0x003AADE0
[Token(Token = "0x600F9B2")]
[Address(RVA = "0x15882F0", Offset = "0x1586CF0", VA = "0x1815882F0", Slot = "210")]
public Result<None> TriggerVolumeSetFilterRole(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
bool flag2;
if (flag && flag2)
{
Result<None> result = Result.Ok();
}
throw new NullReferenceException();
}
// Token: 0x0600F9B3 RID: 63923 RVA: 0x003ACC08 File Offset: 0x003AAE08
[Token(Token = "0x600F9B3")]
[Address(RVA = "0x1588660", Offset = "0x1587060", VA = "0x181588660", Slot = "211")]
public Result<None> VectorGadgetGetVector(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
bool flag;
if (flag)
{
}
throw new NullReferenceException();
}
// Token: 0x0600F9B4 RID: 63924 RVA: 0x003ACC20 File Offset: 0x003AAE20
[Token(Token = "0x600F9B4")]
[Address(RVA = "0x1582B20", Offset = "0x1581520", VA = "0x181582B20", Slot = "212")]
public Result<None> IsValidAI(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
}
// Token: 0x0600F9B5 RID: 63925 RVA: 0x003ACC30 File Offset: 0x003AAE30
[Token(Token = "0x600F9B5")]
[Address(RVA = "0x1582BF0", Offset = "0x15815F0", VA = "0x181582BF0", Slot = "213")]
public Result<None> IsValidCombatant(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
}
// Token: 0x0600F9B6 RID: 63926 RVA: 0x003ACC40 File Offset: 0x003AAE40
[Token(Token = "0x600F9B6")]
[Address(RVA = "0x1582D00", Offset = "0x1581700", VA = "0x181582D00", Slot = "214")]
public Result<None> IsValidPlayer(ExecParams CHKKEHOKPJP, ref InOut DFKDMKHALFA)
{
}
// Token: 0x0600F9B7 RID: 63927 RVA: 0x003ACC50 File Offset: 0x003AAE50
[Token(Token = "0x600F9B7")]
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
public LEOFAEBBNLD()
{
}
// Token: 0x0600F9B8 RID: 63928 RVA: 0x003ACC64 File Offset: 0x003AAE64
// Note: this type is marked as 'beforefieldinit'.
[Token(Token = "0x600F9B8")]
[Address(RVA = "0x1588810", Offset = "0x1587210", VA = "0x181588810")]
static LEOFAEBBNLD()
{
int num;
OIEFAAMEDBI.AGDAGCEOCPO<UGCAIController> agdagceocpo = new OIEFAAMEDBI.AGDAGCEOCPO(num.MIIACLBOLDO);
num = 0;
LEOFAEBBNLD.LFHNEEMODLN<UGCAIController> lfhneemodln = delegate(in UGCAIController self)
{
throw new NullReferenceException();
};
int num2;
OIEFAAMEDBI.AGDAGCEOCPO<ENDNBHFKNFL> agdagceocpo2 = new OIEFAAMEDBI.AGDAGCEOCPO(num2.BHMJGPDMIID);
num2 = 0;
LEOFAEBBNLD.LFHNEEMODLN<ENDNBHFKNFL> lfhneemodln2 = delegate(in ENDNBHFKNFL self)
{
if ("{il2cpp array field il2cppMethodInfo->}" != (ulong)0L)
{
}
throw new NullReferenceException();
};
int num3;
OIEFAAMEDBI.AGDAGCEOCPO<CreationObject> agdagceocpo3 = new OIEFAAMEDBI.AGDAGCEOCPO(num3.OLEFCPKAAON);
num3 = 0;
LEOFAEBBNLD.LFHNEEMODLN<CreationObject> lfhneemodln3 = delegate(in CreationObject self)
{
Vector3 vector;
float z = vector.z;
throw new NullReferenceException();
};
int num4;
OIEFAAMEDBI.AGDAGCEOCPO<UGCAIPathPoint> agdagceocpo4 = new OIEFAAMEDBI.AGDAGCEOCPO(num4.HMLHGNKAMNL);
num4 = 0;
LEOFAEBBNLD.LFHNEEMODLN<UGCAIPathPoint> lfhneemodln4 = delegate(in UGCAIPathPoint self)
{
Vector3 vector2;
float z2 = vector2.z;
throw new NullReferenceException();
};
int num5;
OIEFAAMEDBI.AGDAGCEOCPO<global::Player> agdagceocpo5 = new OIEFAAMEDBI.AGDAGCEOCPO(num5.BDPNENBMDDB);
num5 = 0;
LEOFAEBBNLD.LFHNEEMODLN<global::Player> lfhneemodln5 = delegate(in global::Player self)
{
Vector3 vector3;
float z3 = vector3.z;
throw new NullReferenceException();
};
int num6;
OIEFAAMEDBI.AGDAGCEOCPO<Vector3> agdagceocpo6 = new OIEFAAMEDBI.AGDAGCEOCPO(num6.PNLDHHINKDH);
num6 = 0;
LEOFAEBBNLD.LFHNEEMODLN<Vector3> lfhneemodln6 = delegate(in Vector3 self)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
};
}
// Token: 0x0400A659 RID: 42585
[Token(Token = "0x400A659")]
private static readonly CircuitSignal MHCLLJKGHCI;
// Token: 0x0400A65A RID: 42586
[Token(Token = "0x400A65A")]
private static readonly ValueTuple<OIEFAAMEDBI.AGDAGCEOCPO<UGCAIController>, LEOFAEBBNLD.LFHNEEMODLN<UGCAIController>> GJCBPHFBCDM;
// Token: 0x0400A65B RID: 42587
[Token(Token = "0x400A65B")]
private static readonly ValueTuple<OIEFAAMEDBI.AGDAGCEOCPO<ENDNBHFKNFL>, LEOFAEBBNLD.LFHNEEMODLN<ENDNBHFKNFL>> HMBOBNAELKG;
// Token: 0x0400A65C RID: 42588
[Token(Token = "0x400A65C")]
private static readonly ValueTuple<OIEFAAMEDBI.AGDAGCEOCPO<CreationObject>, LEOFAEBBNLD.LFHNEEMODLN<CreationObject>> OONADJJBGAI;
// Token: 0x0400A65D RID: 42589
[Token(Token = "0x400A65D")]
private static readonly ValueTuple<OIEFAAMEDBI.AGDAGCEOCPO<UGCAIPathPoint>, LEOFAEBBNLD.LFHNEEMODLN<UGCAIPathPoint>> INJPGCJKCNO;
// Token: 0x0400A65E RID: 42590
[Token(Token = "0x400A65E")]
private static readonly ValueTuple<OIEFAAMEDBI.AGDAGCEOCPO<global::Player>, LEOFAEBBNLD.LFHNEEMODLN<global::Player>> CBDHBMODKBE;
// Token: 0x0400A65F RID: 42591
[Token(Token = "0x400A65F")]
private static readonly ValueTuple<OIEFAAMEDBI.AGDAGCEOCPO<Vector3>, LEOFAEBBNLD.LFHNEEMODLN<Vector3>> FAAFINLFNJI;
// Token: 0x0400A660 RID: 42592
[Token(Token = "0x400A660")]
private const int HLEAAKJCBJM = 36;
// Token: 0x0200233E RID: 9022
[Token(Token = "0x200233E")]
private sealed class OEDLOMKGMLA<T, U> : MulticastDelegate
{
// Token: 0x0600F9B9 RID: 63929 RVA: 0x003ACD48 File Offset: 0x003AAF48
[Token(Token = "0x600F9B9")]
[Address(RVA = "0x3E5170", Offset = "0x3E3B70", VA = "0x1803E5170")]
public OEDLOMKGMLA(object @object, IntPtr method)
{
}
// Token: 0x0600F9BA RID: 63930 RVA: 0x003ACD58 File Offset: 0x003AAF58
[Token(Token = "0x600F9BA")]
[Address(RVA = "0x2400D60", Offset = "0x23FF760", VA = "0x182400D60", Slot = "13")]
public Result<None> Invoke(T KHEPJABPCBH, ref InOut DFKDMKHALFA, in U IIFJDCEPNMJ)
{
uint num;
do
{
if (0 != 0)
{
}
}
while (num == (uint)0);
throw new ExecutionEngineException();
}
// Token: 0x0600F9BB RID: 63931 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600F9BB")]
[Address(RVA = "0x24008F0", Offset = "0x23FF2F0", VA = "0x1824008F0", Slot = "14")]
public IAsyncResult BeginInvoke(T KHEPJABPCBH, ref InOut DFKDMKHALFA, in U IIFJDCEPNMJ, AsyncCallback AFLPGGJMPOE, object FEDFKKMABOG)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600F9BC RID: 63932 RVA: 0x003ACE44 File Offset: 0x003AB044
[Token(Token = "0x600F9BC")]
[Address(RVA = "0x2400D20", Offset = "0x23FF720", VA = "0x182400D20", Slot = "15")]
public Result<None> EndInvoke(ref InOut DFKDMKHALFA, in U IIFJDCEPNMJ, IAsyncResult GIAOBLMEMMI)
{
throw new NullReferenceException();
}
}
// Token: 0x0200233F RID: 9023
[Token(Token = "0x200233F")]
private sealed class LFHNEEMODLN<T> : MulticastDelegate
{
// Token: 0x0600F9BD RID: 63933 RVA: 0x003ACE58 File Offset: 0x003AB058
[Token(Token = "0x600F9BD")]
[Address(RVA = "0x3E5170", Offset = "0x3E3B70", VA = "0x1803E5170")]
public LFHNEEMODLN(object @object, IntPtr method)
{
}
// Token: 0x0600F9BE RID: 63934 RVA: 0x003ACE68 File Offset: 0x003AB068
[Token(Token = "0x600F9BE")]
[Address(RVA = "0x23F8AE0", Offset = "0x23F74E0", VA = "0x1823F8AE0", Slot = "13")]
public Vector3 Invoke(in T NMELNILPPKN)
{
uint num2;
do
{
int num = 0;
if (num != 0)
{
num += 32;
}
}
while (num2 == (uint)0);
throw new ExecutionEngineException();
}
// Token: 0x0600F9BF RID: 63935 RVA: 0x003ACEF8 File Offset: 0x003AB0F8
[Token(Token = "0x600F9BF")]
[Address(RVA = "0x23F8950", Offset = "0x23F7350", VA = "0x1823F8950", Slot = "14")]
public IAsyncResult BeginInvoke(in T NMELNILPPKN, AsyncCallback AFLPGGJMPOE, object FEDFKKMABOG)
{
}
// Token: 0x0600F9C0 RID: 63936 RVA: 0x003ACF08 File Offset: 0x003AB108
[Token(Token = "0x600F9C0")]
[Address(RVA = "0x23F8AA0", Offset = "0x23F74A0", VA = "0x1823F8AA0", Slot = "15")]
public Vector3 EndInvoke(in T NMELNILPPKN, IAsyncResult GIAOBLMEMMI)
{
throw new NullReferenceException();
}
}
}