169 lines
9.2 KiB
C#
169 lines
9.2 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x0200006B RID: 107
|
|
public class AI_GhostA_Red : AI_GhostA
|
|
{
|
|
// Token: 0x06000C86 RID: 3206 RVA: 0x00035BE4 File Offset: 0x00033DE4
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498713, XrefRangeEnd = 498714, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void Start(GameObject This, NPCManage NPCM)
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr;
|
|
checked
|
|
{
|
|
ptr = stackalloc IntPtr[unchecked((UIntPtr)2) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = IL2CPP.Il2CppObjectBaseToPtr(This);
|
|
}
|
|
ptr[checked(unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = IL2CPP.Il2CppObjectBaseToPtr(NPCM);
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostA_Red.NativeMethodInfoPtr_Start_Public_Virtual_Void_GameObject_NPCManage_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000C87 RID: 3207 RVA: 0x00035C60 File Offset: 0x00033E60
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498714, XrefRangeEnd = 498717, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void DamagedDownStart()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostA_Red.NativeMethodInfoPtr_DamagedDownStart_Protected_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000C88 RID: 3208 RVA: 0x00035CB0 File Offset: 0x00033EB0
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498717, XrefRangeEnd = 498720, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void FightingStart(AI_GhostA.AIFighting att = AI_GhostA.AIFighting.Watch)
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
checked
|
|
{
|
|
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = ref att;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostA_Red.NativeMethodInfoPtr_FightingStart_Protected_Virtual_Void_AIFighting_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06000C89 RID: 3209 RVA: 0x00035D10 File Offset: 0x00033F10
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498720, XrefRangeEnd = 498751, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void FAttackStart(string sAttackName)
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
checked
|
|
{
|
|
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = IL2CPP.ManagedStringToIl2Cpp(sAttackName);
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostA_Red.NativeMethodInfoPtr_FAttackStart_Protected_Virtual_Void_String_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06000C8A RID: 3210 RVA: 0x00035D74 File Offset: 0x00033F74
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498751, XrefRangeEnd = 498760, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void FAttackComboA02()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostA_Red.NativeMethodInfoPtr_FAttackComboA02_Protected_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000C8B RID: 3211 RVA: 0x00035DC4 File Offset: 0x00033FC4
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498760, XrefRangeEnd = 498762, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void FAttackRotate()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostA_Red.NativeMethodInfoPtr_FAttackRotate_Protected_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000C8C RID: 3212 RVA: 0x00035E14 File Offset: 0x00034014
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 498762, XrefRangeEnd = 498800, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void Hit(AttackData Data)
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
checked
|
|
{
|
|
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = IL2CPP.Il2CppObjectBaseToPtr(Data);
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostA_Red.NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06000C8D RID: 3213 RVA: 0x00035E78 File Offset: 0x00034078
|
|
[CallerCount(1)]
|
|
[CachedScanResults(RefRangeStart = 498801, RefRangeEnd = 498802, XrefRangeStart = 498800, XrefRangeEnd = 498801, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe AI_GhostA_Red()
|
|
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr))
|
|
{
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostA_Red.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000C8E RID: 3214 RVA: 0x00035EC4 File Offset: 0x000340C4
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
static AI_GhostA_Red()
|
|
{
|
|
Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "AI_GhostA_Red");
|
|
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr);
|
|
AI_GhostA_Red.NativeMethodInfoPtr_Start_Public_Virtual_Void_GameObject_NPCManage_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr, 100664380);
|
|
AI_GhostA_Red.NativeMethodInfoPtr_DamagedDownStart_Protected_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr, 100664381);
|
|
AI_GhostA_Red.NativeMethodInfoPtr_FightingStart_Protected_Virtual_Void_AIFighting_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr, 100664382);
|
|
AI_GhostA_Red.NativeMethodInfoPtr_FAttackStart_Protected_Virtual_Void_String_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr, 100664383);
|
|
AI_GhostA_Red.NativeMethodInfoPtr_FAttackComboA02_Protected_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr, 100664384);
|
|
AI_GhostA_Red.NativeMethodInfoPtr_FAttackRotate_Protected_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr, 100664385);
|
|
AI_GhostA_Red.NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr, 100664386);
|
|
AI_GhostA_Red.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr, 100664387);
|
|
}
|
|
|
|
// Token: 0x06000C8F RID: 3215 RVA: 0x00035F94 File Offset: 0x00034194
|
|
public AI_GhostA_Red(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x04000995 RID: 2453
|
|
private static readonly IntPtr NativeMethodInfoPtr_Start_Public_Virtual_Void_GameObject_NPCManage_0;
|
|
|
|
// Token: 0x04000996 RID: 2454
|
|
private static readonly IntPtr NativeMethodInfoPtr_DamagedDownStart_Protected_Virtual_Void_0;
|
|
|
|
// Token: 0x04000997 RID: 2455
|
|
private static readonly IntPtr NativeMethodInfoPtr_FightingStart_Protected_Virtual_Void_AIFighting_0;
|
|
|
|
// Token: 0x04000998 RID: 2456
|
|
private static readonly IntPtr NativeMethodInfoPtr_FAttackStart_Protected_Virtual_Void_String_0;
|
|
|
|
// Token: 0x04000999 RID: 2457
|
|
private static readonly IntPtr NativeMethodInfoPtr_FAttackComboA02_Protected_Virtual_Void_0;
|
|
|
|
// Token: 0x0400099A RID: 2458
|
|
private static readonly IntPtr NativeMethodInfoPtr_FAttackRotate_Protected_Virtual_Void_0;
|
|
|
|
// Token: 0x0400099B RID: 2459
|
|
private static readonly IntPtr NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0;
|
|
|
|
// Token: 0x0400099C RID: 2460
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
}
|