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: 0x06000C79 RID: 3193 RVA: 0x00035794 File Offset: 0x00033994
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 495810, XrefRangeEnd = 495811, 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: 0x06000C7A RID: 3194 RVA: 0x00035810 File Offset: 0x00033A10
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 495811, XrefRangeEnd = 495814, 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: 0x06000C7B RID: 3195 RVA: 0x00035860 File Offset: 0x00033A60
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 495814, XrefRangeEnd = 495817, 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: 0x06000C7C RID: 3196 RVA: 0x000358C0 File Offset: 0x00033AC0
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 495817, XrefRangeEnd = 495848, 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: 0x06000C7D RID: 3197 RVA: 0x00035924 File Offset: 0x00033B24
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 495848, XrefRangeEnd = 495857, 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: 0x06000C7E RID: 3198 RVA: 0x00035974 File Offset: 0x00033B74
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 495857, XrefRangeEnd = 495859, 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: 0x06000C7F RID: 3199 RVA: 0x000359C4 File Offset: 0x00033BC4
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 495859, XrefRangeEnd = 495895, 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: 0x06000C80 RID: 3200 RVA: 0x00035A28 File Offset: 0x00033C28
|
|
[CallerCount(2)]
|
|
[CachedScanResults(RefRangeStart = 495808, RefRangeEnd = 495810, XrefRangeStart = 495808, XrefRangeEnd = 495810, 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: 0x06000C81 RID: 3201 RVA: 0x00035A74 File Offset: 0x00033C74
|
|
// 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, 100664377);
|
|
AI_GhostA_Red.NativeMethodInfoPtr_DamagedDownStart_Protected_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr, 100664378);
|
|
AI_GhostA_Red.NativeMethodInfoPtr_FightingStart_Protected_Virtual_Void_AIFighting_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr, 100664379);
|
|
AI_GhostA_Red.NativeMethodInfoPtr_FAttackStart_Protected_Virtual_Void_String_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr, 100664380);
|
|
AI_GhostA_Red.NativeMethodInfoPtr_FAttackComboA02_Protected_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr, 100664381);
|
|
AI_GhostA_Red.NativeMethodInfoPtr_FAttackRotate_Protected_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr, 100664382);
|
|
AI_GhostA_Red.NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr, 100664383);
|
|
AI_GhostA_Red.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr, 100664384);
|
|
}
|
|
|
|
// Token: 0x06000C82 RID: 3202 RVA: 0x00035B44 File Offset: 0x00033D44
|
|
public AI_GhostA_Red(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x0400097C RID: 2428
|
|
private static readonly IntPtr NativeMethodInfoPtr_Start_Public_Virtual_Void_GameObject_NPCManage_0;
|
|
|
|
// Token: 0x0400097D RID: 2429
|
|
private static readonly IntPtr NativeMethodInfoPtr_DamagedDownStart_Protected_Virtual_Void_0;
|
|
|
|
// Token: 0x0400097E RID: 2430
|
|
private static readonly IntPtr NativeMethodInfoPtr_FightingStart_Protected_Virtual_Void_AIFighting_0;
|
|
|
|
// Token: 0x0400097F RID: 2431
|
|
private static readonly IntPtr NativeMethodInfoPtr_FAttackStart_Protected_Virtual_Void_String_0;
|
|
|
|
// Token: 0x04000980 RID: 2432
|
|
private static readonly IntPtr NativeMethodInfoPtr_FAttackComboA02_Protected_Virtual_Void_0;
|
|
|
|
// Token: 0x04000981 RID: 2433
|
|
private static readonly IntPtr NativeMethodInfoPtr_FAttackRotate_Protected_Virtual_Void_0;
|
|
|
|
// Token: 0x04000982 RID: 2434
|
|
private static readonly IntPtr NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0;
|
|
|
|
// Token: 0x04000983 RID: 2435
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
}
|