Add v1.0.3.1
This commit is contained in:
168
Interop/Assembly-CSharp/AI_GhostA_Red.cs
Normal file
168
Interop/Assembly-CSharp/AI_GhostA_Red.cs
Normal file
@@ -0,0 +1,168 @@
|
||||
using System;
|
||||
using Il2CppInterop.Common.Attributes;
|
||||
using Il2CppInterop.Runtime;
|
||||
using UnityEngine;
|
||||
|
||||
// Token: 0x0200006A RID: 106
|
||||
public class AI_GhostA_Red : AI_GhostA
|
||||
{
|
||||
// Token: 0x06000C6A RID: 3178 RVA: 0x000353FC File Offset: 0x000335FC
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479217, XrefRangeEnd = 479218, 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: 0x06000C6B RID: 3179 RVA: 0x00035478 File Offset: 0x00033678
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479218, XrefRangeEnd = 479221, 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: 0x06000C6C RID: 3180 RVA: 0x000354C8 File Offset: 0x000336C8
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479221, XrefRangeEnd = 479224, 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: 0x06000C6D RID: 3181 RVA: 0x00035528 File Offset: 0x00033728
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479224, XrefRangeEnd = 479255, 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: 0x06000C6E RID: 3182 RVA: 0x0003558C File Offset: 0x0003378C
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479255, XrefRangeEnd = 479264, 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: 0x06000C6F RID: 3183 RVA: 0x000355DC File Offset: 0x000337DC
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479264, XrefRangeEnd = 479266, 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: 0x06000C70 RID: 3184 RVA: 0x0003562C File Offset: 0x0003382C
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479266, XrefRangeEnd = 479302, 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: 0x06000C71 RID: 3185 RVA: 0x00035690 File Offset: 0x00033890
|
||||
[CallerCount(2)]
|
||||
[CachedScanResults(RefRangeStart = 479215, RefRangeEnd = 479217, XrefRangeStart = 479215, XrefRangeEnd = 479217, 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: 0x06000C72 RID: 3186 RVA: 0x000356DC File Offset: 0x000338DC
|
||||
// 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, 100664376);
|
||||
AI_GhostA_Red.NativeMethodInfoPtr_DamagedDownStart_Protected_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr, 100664377);
|
||||
AI_GhostA_Red.NativeMethodInfoPtr_FightingStart_Protected_Virtual_Void_AIFighting_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr, 100664378);
|
||||
AI_GhostA_Red.NativeMethodInfoPtr_FAttackStart_Protected_Virtual_Void_String_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr, 100664379);
|
||||
AI_GhostA_Red.NativeMethodInfoPtr_FAttackComboA02_Protected_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr, 100664380);
|
||||
AI_GhostA_Red.NativeMethodInfoPtr_FAttackRotate_Protected_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr, 100664381);
|
||||
AI_GhostA_Red.NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr, 100664382);
|
||||
AI_GhostA_Red.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostA_Red>.NativeClassPtr, 100664383);
|
||||
}
|
||||
|
||||
// Token: 0x06000C73 RID: 3187 RVA: 0x000357AC File Offset: 0x000339AC
|
||||
public AI_GhostA_Red(IntPtr pointer)
|
||||
: base(pointer)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04000970 RID: 2416
|
||||
private static readonly IntPtr NativeMethodInfoPtr_Start_Public_Virtual_Void_GameObject_NPCManage_0;
|
||||
|
||||
// Token: 0x04000971 RID: 2417
|
||||
private static readonly IntPtr NativeMethodInfoPtr_DamagedDownStart_Protected_Virtual_Void_0;
|
||||
|
||||
// Token: 0x04000972 RID: 2418
|
||||
private static readonly IntPtr NativeMethodInfoPtr_FightingStart_Protected_Virtual_Void_AIFighting_0;
|
||||
|
||||
// Token: 0x04000973 RID: 2419
|
||||
private static readonly IntPtr NativeMethodInfoPtr_FAttackStart_Protected_Virtual_Void_String_0;
|
||||
|
||||
// Token: 0x04000974 RID: 2420
|
||||
private static readonly IntPtr NativeMethodInfoPtr_FAttackComboA02_Protected_Virtual_Void_0;
|
||||
|
||||
// Token: 0x04000975 RID: 2421
|
||||
private static readonly IntPtr NativeMethodInfoPtr_FAttackRotate_Protected_Virtual_Void_0;
|
||||
|
||||
// Token: 0x04000976 RID: 2422
|
||||
private static readonly IntPtr NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0;
|
||||
|
||||
// Token: 0x04000977 RID: 2423
|
||||
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
||||
}
|
||||
Reference in New Issue
Block a user