193 lines
9.4 KiB
C#
193 lines
9.4 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x02000116 RID: 278
|
|
[Token(Token = "0x2000116")]
|
|
public class TargetTrack : MonoBehaviour
|
|
{
|
|
// Token: 0x06000EAB RID: 3755 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x6000EAB")]
|
|
[Address(RVA = "0x9929F0", Offset = "0x9919F0", VA = "0x1809929F0")]
|
|
private void Start()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06000EAC RID: 3756 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x6000EAC")]
|
|
[Address(RVA = "0x992C80", Offset = "0x991C80", VA = "0x180992C80", Slot = "4")]
|
|
protected virtual void Update()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06000EAD RID: 3757 RVA: 0x00022618 File Offset: 0x00020818
|
|
[Token(Token = "0x6000EAD")]
|
|
[Address(RVA = "0x672E50", Offset = "0x671E50", VA = "0x180672E50")]
|
|
public void SetCollisionEffect(EffectPool Effect)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06000EAD)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void TargetTrack::SetCollisionEffect(EffectPool)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{; Block_0:; stfld:EffectPool(TargetTrack::g_CollisionPool, ldloc:TargetTrack(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: 0x06000EAE RID: 3758 RVA: 0x0002262C File Offset: 0x0002082C
|
|
[Token(Token = "0x6000EAE")]
|
|
[Address(RVA = "0x67B3B0", Offset = "0x67A3B0", VA = "0x18067B3B0")]
|
|
public void SetCollisionEnemyEffect(EffectPool Effect)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06000EAE)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void TargetTrack::SetCollisionEnemyEffect(EffectPool)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{; Block_0:; stfld:EffectPool(TargetTrack::g_CollisionPoolEnemy, ldloc:TargetTrack(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: 0x06000EAF RID: 3759 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x6000EAF")]
|
|
[Address(RVA = "0x992780", Offset = "0x991780", VA = "0x180992780")]
|
|
public void SetTarget(Transform Target, bool RotTarget = true)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06000EB0 RID: 3760 RVA: 0x00022640 File Offset: 0x00020840
|
|
[Token(Token = "0x6000EB0")]
|
|
[Address(RVA = "0x992770", Offset = "0x991770", VA = "0x180992770")]
|
|
public void SetLife(float fLife)
|
|
{
|
|
this.g_fLife = fLife;
|
|
}
|
|
|
|
// Token: 0x06000EB1 RID: 3761 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x6000EB1")]
|
|
[Address(RVA = "0x993780", Offset = "0x992780", VA = "0x180993780")]
|
|
public TargetTrack()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x040018D1 RID: 6353
|
|
[FieldOffset(Offset = "0x18")]
|
|
[Token(Token = "0x40018D1")]
|
|
protected ParticleSystem g_PS;
|
|
|
|
// Token: 0x040018D2 RID: 6354
|
|
[FieldOffset(Offset = "0x20")]
|
|
[Token(Token = "0x40018D2")]
|
|
protected AttackData g_AData;
|
|
|
|
// Token: 0x040018D3 RID: 6355
|
|
[FieldOffset(Offset = "0x28")]
|
|
[Token(Token = "0x40018D3")]
|
|
protected Vector3 g_PrePosition;
|
|
|
|
// Token: 0x040018D4 RID: 6356
|
|
[FieldOffset(Offset = "0x34")]
|
|
[Token(Token = "0x40018D4")]
|
|
protected bool g_bCollision;
|
|
|
|
// Token: 0x040018D5 RID: 6357
|
|
[FieldOffset(Offset = "0x35")]
|
|
[Token(Token = "0x40018D5")]
|
|
protected bool g_bPlayerDodge;
|
|
|
|
// Token: 0x040018D6 RID: 6358
|
|
[FieldOffset(Offset = "0x38")]
|
|
[Token(Token = "0x40018D6")]
|
|
public float g_fSpeed;
|
|
|
|
// Token: 0x040018D7 RID: 6359
|
|
[FieldOffset(Offset = "0x3C")]
|
|
[Token(Token = "0x40018D7")]
|
|
public Vector3 g_v3Size;
|
|
|
|
// Token: 0x040018D8 RID: 6360
|
|
[FieldOffset(Offset = "0x48")]
|
|
[Token(Token = "0x40018D8")]
|
|
public float g_fSoundRadius;
|
|
|
|
// Token: 0x040018D9 RID: 6361
|
|
[FieldOffset(Offset = "0x50")]
|
|
[Token(Token = "0x40018D9")]
|
|
public string g_OwnTag;
|
|
|
|
// Token: 0x040018DA RID: 6362
|
|
[FieldOffset(Offset = "0x58")]
|
|
[Token(Token = "0x40018DA")]
|
|
protected float g_fLife;
|
|
|
|
// Token: 0x040018DB RID: 6363
|
|
[FieldOffset(Offset = "0x60")]
|
|
[Token(Token = "0x40018DB")]
|
|
protected Transform g_Rot;
|
|
|
|
// Token: 0x040018DC RID: 6364
|
|
[FieldOffset(Offset = "0x68")]
|
|
[Token(Token = "0x40018DC")]
|
|
protected Transform g_Target;
|
|
|
|
// Token: 0x040018DD RID: 6365
|
|
[FieldOffset(Offset = "0x70")]
|
|
[Token(Token = "0x40018DD")]
|
|
public float g_fTrackTime;
|
|
|
|
// Token: 0x040018DE RID: 6366
|
|
[FieldOffset(Offset = "0x74")]
|
|
[Token(Token = "0x40018DE")]
|
|
protected float g_fTrackTimeVal;
|
|
|
|
// Token: 0x040018DF RID: 6367
|
|
[FieldOffset(Offset = "0x78")]
|
|
[Token(Token = "0x40018DF")]
|
|
public float g_fRotSpeed;
|
|
|
|
// Token: 0x040018E0 RID: 6368
|
|
[FieldOffset(Offset = "0x7C")]
|
|
[Token(Token = "0x40018E0")]
|
|
public bool g_bChangeRotSpeed;
|
|
|
|
// Token: 0x040018E1 RID: 6369
|
|
[FieldOffset(Offset = "0x80")]
|
|
[Token(Token = "0x40018E1")]
|
|
protected float g_fChangeRotSpeed;
|
|
|
|
// Token: 0x040018E2 RID: 6370
|
|
[FieldOffset(Offset = "0x84")]
|
|
[Token(Token = "0x40018E2")]
|
|
protected LayerMask g_Mask;
|
|
|
|
// Token: 0x040018E3 RID: 6371
|
|
[FieldOffset(Offset = "0x88")]
|
|
[Token(Token = "0x40018E3")]
|
|
protected EffectPool g_CollisionPool;
|
|
|
|
// Token: 0x040018E4 RID: 6372
|
|
[FieldOffset(Offset = "0x90")]
|
|
[Token(Token = "0x40018E4")]
|
|
protected EffectPool g_CollisionPoolEnemy;
|
|
}
|