Files
NobetaSource/Cpp2IL/Assembly-CSharp/NullChargeTrack.cs
2023-09-06 22:09:22 +02:00

207 lines
12 KiB
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
using UnityEngine;
// Token: 0x020000E4 RID: 228
[Token(Token = "0x20000E4")]
public class NullChargeTrack : MonoBehaviour
{
// Token: 0x1700003C RID: 60
// (get) Token: 0x06000C51 RID: 3153 RVA: 0x0001DE48 File Offset: 0x0001C048
[Token(Token = "0x1700003C")]
protected GameSave GameSave
{
[Token(Token = "0x6000C51")]
[Address(RVA = "0xFD29A0", Offset = "0xFD11A0", VA = "0x180FD29A0")]
get
{
return Game.GameSave;
}
}
// Token: 0x06000C52 RID: 3154 RVA: 0x0001DE5C File Offset: 0x0001C05C
[Token(Token = "0x6000C52")]
[Address(RVA = "0xFD12A0", Offset = "0xFCFAA0", VA = "0x180FD12A0")]
public void Start()
{
ParticleSystem component = base.GetComponent<ParticleSystem>();
this.g_PS = component;
ParticleSystem particleSystem = this.g_PS;
int num = 0;
if (particleSystem == num)
{
Debug.LogError(base.transform.name + " 特效錯誤");
}
AttackData component2 = base.GetComponent<AttackData>();
this.g_AData = component2;
AttackData attackData = this.g_AData;
int num2 = 0;
if (attackData == num2)
{
Debug.LogError(base.transform.name + " 攻擊資料錯誤");
}
List<int> list = new List();
this.g_iExclude = list;
this.g_bCollision = false;
}
// Token: 0x06000C53 RID: 3155 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6000C53")]
[Address(RVA = "0xFD14C0", Offset = "0xFCFCC0", VA = "0x180FD14C0", Slot = "4")]
protected virtual void Update()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06000C54 RID: 3156 RVA: 0x0001DF00 File Offset: 0x0001C100
[Token(Token = "0x6000C54")]
[Address(RVA = "0x628230", Offset = "0x626A30", VA = "0x180628230")]
public void SetCollisionEffect(EffectPool Effect)
{
/*
An exception occurred when decompiling this method (06000C54)
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void NullChargeTrack::SetCollisionEffect(EffectPool)
---> System.Exception: Basic block has to end with unconditional control flow.
{; Block_0:; stfld:EffectPool(NullChargeTrack::g_CollisionPool, ldloc:NullChargeTrack(this), ldloc:EffectPool(Effect)); };
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1810
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 344
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 1618
*/;
}
// Token: 0x06000C55 RID: 3157 RVA: 0x0001DF14 File Offset: 0x0001C114
[Token(Token = "0x6000C55")]
[Address(RVA = "0x5D2AB0", Offset = "0x5D12B0", VA = "0x1805D2AB0")]
public void SetSECollision(SoundEffectPool SE)
{
/*
An exception occurred when decompiling this method (06000C55)
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void NullChargeTrack::SetSECollision(SoundEffectPool)
---> System.Exception: Basic block has to end with unconditional control flow.
{; Block_0:; stfld:SoundEffectPool(NullChargeTrack::g_SECollision, ldloc:NullChargeTrack(this), ldloc:SoundEffectPool(SE)); };
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1810
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 344
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 1618
*/;
}
// Token: 0x06000C56 RID: 3158 RVA: 0x0001DF28 File Offset: 0x0001C128
[Token(Token = "0x6000C56")]
[Address(RVA = "0x558E70", Offset = "0x557670", VA = "0x180558E70")]
public void SetSECollisionWall(SoundEffectPool SE)
{
/*
An exception occurred when decompiling this method (06000C56)
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void NullChargeTrack::SetSECollisionWall(SoundEffectPool)
---> System.Exception: Basic block has to end with unconditional control flow.
{; Block_0:; stfld:SoundEffectPool(NullChargeTrack::g_SECollisionWall, ldloc:NullChargeTrack(this), ldloc:SoundEffectPool(SE)); };
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1810
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 344
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 1618
*/;
}
// Token: 0x06000C57 RID: 3159 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6000C57")]
[Address(RVA = "0xFD1120", Offset = "0xFCF920", VA = "0x180FD1120", Slot = "5")]
public virtual void SetTarget(Vector3 v3Target)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06000C58 RID: 3160 RVA: 0x0001DF3C File Offset: 0x0001C13C
[Token(Token = "0x6000C58")]
[Address(RVA = "0x9E3AB0", Offset = "0x9E22B0", VA = "0x1809E3AB0")]
public void SetLife(float fLife)
{
this.g_fLife = fLife;
}
// Token: 0x06000C59 RID: 3161 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6000C59")]
[Address(RVA = "0xFD2960", Offset = "0xFD1160", VA = "0x180FD2960")]
public NullChargeTrack()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0400156A RID: 5482
[FieldOffset(Offset = "0x18")]
[Token(Token = "0x400156A")]
protected ParticleSystem g_PS;
// Token: 0x0400156B RID: 5483
[FieldOffset(Offset = "0x20")]
[Token(Token = "0x400156B")]
protected AttackData g_AData;
// Token: 0x0400156C RID: 5484
[FieldOffset(Offset = "0x28")]
[Token(Token = "0x400156C")]
protected Vector3 g_Direction;
// Token: 0x0400156D RID: 5485
[FieldOffset(Offset = "0x34")]
[Token(Token = "0x400156D")]
protected Vector3 g_PrePosition;
// Token: 0x0400156E RID: 5486
[FieldOffset(Offset = "0x40")]
[Token(Token = "0x400156E")]
protected bool g_bCollision;
// Token: 0x0400156F RID: 5487
[FieldOffset(Offset = "0x44")]
[Token(Token = "0x400156F")]
public float g_fSpeed;
// Token: 0x04001570 RID: 5488
[FieldOffset(Offset = "0x48")]
[Token(Token = "0x4001570")]
public Vector3 g_v3Size;
// Token: 0x04001571 RID: 5489
[FieldOffset(Offset = "0x54")]
[Token(Token = "0x4001571")]
protected float g_fLife;
// Token: 0x04001572 RID: 5490
[FieldOffset(Offset = "0x58")]
[Token(Token = "0x4001572")]
protected List<int> g_iExclude;
// Token: 0x04001573 RID: 5491
[FieldOffset(Offset = "0x60")]
[Token(Token = "0x4001573")]
protected EffectPool g_CollisionPool;
// Token: 0x04001574 RID: 5492
[FieldOffset(Offset = "0x68")]
[Token(Token = "0x4001574")]
protected SoundEffectPool g_SECollision;
// Token: 0x04001575 RID: 5493
[FieldOffset(Offset = "0x70")]
[Token(Token = "0x4001575")]
protected SoundEffectPool g_SECollisionWall;
}