1023 lines
48 KiB
C#
1023 lines
48 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x0200007D RID: 125
|
|
public class AI_GhostD : AI_NPC
|
|
{
|
|
// Token: 0x06000E1B RID: 3611 RVA: 0x0003D448 File Offset: 0x0003B648
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 481878, XrefRangeEnd = 481930, 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_GhostD.NativeMethodInfoPtr_Start_Public_Virtual_Void_GameObject_NPCManage_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E1C RID: 3612 RVA: 0x0003D4C4 File Offset: 0x0003B6C4
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 481930, XrefRangeEnd = 481932, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void Update(float fDeltaTime)
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
checked
|
|
{
|
|
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = ref fDeltaTime;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_Update_Public_Virtual_Void_Single_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06000E1D RID: 3613 RVA: 0x0003D524 File Offset: 0x0003B724
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 481932, XrefRangeEnd = 481955, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe virtual void Move()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_Move_Protected_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E1E RID: 3614 RVA: 0x0003D574 File Offset: 0x0003B774
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 481955, XrefRangeEnd = 481957, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void LateUpdate()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_LateUpdate_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E1F RID: 3615 RVA: 0x0003D5C4 File Offset: 0x0003B7C4
|
|
[CallerCount(5585)]
|
|
[CachedScanResults(RefRangeStart = 24, RefRangeEnd = 5609, XrefRangeStart = 24, XrefRangeEnd = 5609, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe void EndStatus(AI_NPC.AIStatus Status)
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
checked
|
|
{
|
|
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = ref Status;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostD.NativeMethodInfoPtr_EndStatus_Public_Void_AIStatus_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06000E20 RID: 3616 RVA: 0x0003D618 File Offset: 0x0003B818
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 481957, XrefRangeEnd = 481961, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe virtual void InitStatus(AI_NPC.AIStatus Status)
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
checked
|
|
{
|
|
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = ref Status;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_InitStatus_Public_Virtual_New_Void_AIStatus_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06000E21 RID: 3617 RVA: 0x0003D678 File Offset: 0x0003B878
|
|
[CallerCount(0)]
|
|
public unsafe override void ResurrectionStatus()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_ResurrectionStatus_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E22 RID: 3618 RVA: 0x0003D6C8 File Offset: 0x0003B8C8
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 481961, XrefRangeEnd = 481962, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void Idle()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_Idle_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E23 RID: 3619 RVA: 0x0003D718 File Offset: 0x0003B918
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 481962, XrefRangeEnd = 481964, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void Patrol()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_Patrol_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E24 RID: 3620 RVA: 0x0003D768 File Offset: 0x0003B968
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 481964, XrefRangeEnd = 481966, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void Confirming()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_Confirming_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E25 RID: 3621 RVA: 0x0003D7B8 File Offset: 0x0003B9B8
|
|
[CallerCount(0)]
|
|
public unsafe override void LookFor()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_LookFor_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E26 RID: 3622 RVA: 0x0003D808 File Offset: 0x0003BA08
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 481966, XrefRangeEnd = 481967, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void Hear()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_Hear_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E27 RID: 3623 RVA: 0x0003D858 File Offset: 0x0003BA58
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 481967, XrefRangeEnd = 481969, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void HearCheck()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_HearCheck_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E28 RID: 3624 RVA: 0x0003D8A8 File Offset: 0x0003BAA8
|
|
[CallerCount(0)]
|
|
public unsafe override void Damaged()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_Damaged_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E29 RID: 3625 RVA: 0x0003D8F8 File Offset: 0x0003BAF8
|
|
[CallerCount(0)]
|
|
public unsafe override void Death()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_Death_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E2A RID: 3626 RVA: 0x0003D948 File Offset: 0x0003BB48
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 481969, XrefRangeEnd = 481970, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void Destroy()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_Destroy_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E2B RID: 3627 RVA: 0x0003D998 File Offset: 0x0003BB98
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 481970, XrefRangeEnd = 481972, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void Fighting()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_Fighting_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E2C RID: 3628 RVA: 0x0003D9E8 File Offset: 0x0003BBE8
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 481972, XrefRangeEnd = 481990, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe virtual void InitFightingType(AI_GhostD.AIFighting Type)
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
checked
|
|
{
|
|
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = ref Type;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_InitFightingType_Protected_Virtual_New_Void_AIFighting_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06000E2D RID: 3629 RVA: 0x0003DA48 File Offset: 0x0003BC48
|
|
[CallerCount(1)]
|
|
[CachedScanResults(RefRangeStart = 481996, RefRangeEnd = 481997, XrefRangeStart = 481990, XrefRangeEnd = 481996, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe void FightWatch()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostD.NativeMethodInfoPtr_FightWatch_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E2E RID: 3630 RVA: 0x0003DA8C File Offset: 0x0003BC8C
|
|
[CallerCount(1)]
|
|
[CachedScanResults(RefRangeStart = 481997, RefRangeEnd = 481998, XrefRangeStart = 481997, XrefRangeEnd = 481997, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe void FightCharge()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostD.NativeMethodInfoPtr_FightCharge_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E2F RID: 3631 RVA: 0x0003DAD0 File Offset: 0x0003BCD0
|
|
[CallerCount(0)]
|
|
public unsafe virtual void FightShot()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_FightShot_Protected_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E30 RID: 3632 RVA: 0x0003DB20 File Offset: 0x0003BD20
|
|
[CallerCount(5585)]
|
|
[CachedScanResults(RefRangeStart = 24, RefRangeEnd = 5609, XrefRangeStart = 24, XrefRangeEnd = 5609, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe void FightPlayerDead()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostD.NativeMethodInfoPtr_FightPlayerDead_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E31 RID: 3633 RVA: 0x0003DB64 File Offset: 0x0003BD64
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 481998, XrefRangeEnd = 482016, 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_GhostD.NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06000E32 RID: 3634 RVA: 0x0003DBC8 File Offset: 0x0003BDC8
|
|
[CallerCount(0)]
|
|
public unsafe override void ReceiveSound(Vector3 v3Source, float fSize, SceneManager.SoundWaveType SoundType)
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr;
|
|
checked
|
|
{
|
|
ptr = stackalloc IntPtr[unchecked((UIntPtr)3) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = ref v3Source;
|
|
}
|
|
ptr[checked(unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = ref fSize;
|
|
ptr[checked(unchecked((UIntPtr)2) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = ref SoundType;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_ReceiveSound_Public_Virtual_Void_Vector3_Single_SoundWaveType_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E33 RID: 3635 RVA: 0x0003DC50 File Offset: 0x0003BE50
|
|
[CallerCount(0)]
|
|
public unsafe override void Resurrection()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_Resurrection_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E34 RID: 3636 RVA: 0x0003DCA0 File Offset: 0x0003BEA0
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 482016, XrefRangeEnd = 482027, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void Create()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_Create_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E35 RID: 3637 RVA: 0x0003DCF0 File Offset: 0x0003BEF0
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 482027, XrefRangeEnd = 482033, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void Remove()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_Remove_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E36 RID: 3638 RVA: 0x0003DD40 File Offset: 0x0003BF40
|
|
[CallerCount(0)]
|
|
public unsafe override void SetAiStatus(AI_NPC.AIStatus Status)
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
checked
|
|
{
|
|
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = ref Status;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_SetAiStatus_Public_Virtual_Void_AIStatus_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06000E37 RID: 3639 RVA: 0x0003DDA0 File Offset: 0x0003BFA0
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 482033, XrefRangeEnd = 482036, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void SetTimeScale(float fTimeScale)
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
checked
|
|
{
|
|
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = ref fTimeScale;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostD.NativeMethodInfoPtr_SetTimeScale_Public_Virtual_Void_Single_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06000E38 RID: 3640 RVA: 0x0003DE00 File Offset: 0x0003C000
|
|
[CallerCount(3)]
|
|
[CachedScanResults(RefRangeStart = 482037, RefRangeEnd = 482040, XrefRangeStart = 482036, XrefRangeEnd = 482037, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe AI_GhostD()
|
|
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr))
|
|
{
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostD.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06000E39 RID: 3641 RVA: 0x0003DE4C File Offset: 0x0003C04C
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
static AI_GhostD()
|
|
{
|
|
Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "AI_GhostD");
|
|
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr);
|
|
AI_GhostD.NativeFieldInfoPtr_g_Effect = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_Effect");
|
|
AI_GhostD.NativeFieldInfoPtr_g_ShakeBody = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_ShakeBody");
|
|
AI_GhostD.NativeFieldInfoPtr_g_fAttackRadius = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_fAttackRadius");
|
|
AI_GhostD.NativeFieldInfoPtr_g_fMoveRadius = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_fMoveRadius");
|
|
AI_GhostD.NativeFieldInfoPtr_g_fPiX = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_fPiX");
|
|
AI_GhostD.NativeFieldInfoPtr_g_fPiY = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_fPiY");
|
|
AI_GhostD.NativeFieldInfoPtr_g_fPiZ = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_fPiZ");
|
|
AI_GhostD.NativeFieldInfoPtr_g_fSpeedX = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_fSpeedX");
|
|
AI_GhostD.NativeFieldInfoPtr_g_fSpeedY = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_fSpeedY");
|
|
AI_GhostD.NativeFieldInfoPtr_g_fSpeedZ = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_fSpeedZ");
|
|
AI_GhostD.NativeFieldInfoPtr_g_fPI2 = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_fPI2");
|
|
AI_GhostD.NativeFieldInfoPtr_g_fSpeedMin = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_fSpeedMin");
|
|
AI_GhostD.NativeFieldInfoPtr_g_fSpeedMax = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_fSpeedMax");
|
|
AI_GhostD.NativeFieldInfoPtr_g_v3CenterPos = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_v3CenterPos");
|
|
AI_GhostD.NativeFieldInfoPtr_g_v3Move = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_v3Move");
|
|
AI_GhostD.NativeFieldInfoPtr_g_fMoveVal = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_fMoveVal");
|
|
AI_GhostD.NativeFieldInfoPtr_g_fPauseMoveTime = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_fPauseMoveTime");
|
|
AI_GhostD.NativeFieldInfoPtr_g_fSEMoveVolume = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_fSEMoveVolume");
|
|
AI_GhostD.NativeFieldInfoPtr_g_MeshRender01 = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_MeshRender01");
|
|
AI_GhostD.NativeFieldInfoPtr_g_CCC = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_CCC");
|
|
AI_GhostD.NativeFieldInfoPtr_g_fTrackTime = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_fTrackTime");
|
|
AI_GhostD.NativeFieldInfoPtr_g_Fightting = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_Fightting");
|
|
AI_GhostD.NativeFieldInfoPtr_g_fAttackTips = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, "g_fAttackTips");
|
|
AI_GhostD.NativeMethodInfoPtr_Start_Public_Virtual_Void_GameObject_NPCManage_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664597);
|
|
AI_GhostD.NativeMethodInfoPtr_Update_Public_Virtual_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664598);
|
|
AI_GhostD.NativeMethodInfoPtr_Move_Protected_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664599);
|
|
AI_GhostD.NativeMethodInfoPtr_LateUpdate_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664600);
|
|
AI_GhostD.NativeMethodInfoPtr_EndStatus_Public_Void_AIStatus_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664601);
|
|
AI_GhostD.NativeMethodInfoPtr_InitStatus_Public_Virtual_New_Void_AIStatus_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664602);
|
|
AI_GhostD.NativeMethodInfoPtr_ResurrectionStatus_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664603);
|
|
AI_GhostD.NativeMethodInfoPtr_Idle_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664604);
|
|
AI_GhostD.NativeMethodInfoPtr_Patrol_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664605);
|
|
AI_GhostD.NativeMethodInfoPtr_Confirming_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664606);
|
|
AI_GhostD.NativeMethodInfoPtr_LookFor_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664607);
|
|
AI_GhostD.NativeMethodInfoPtr_Hear_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664608);
|
|
AI_GhostD.NativeMethodInfoPtr_HearCheck_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664609);
|
|
AI_GhostD.NativeMethodInfoPtr_Damaged_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664610);
|
|
AI_GhostD.NativeMethodInfoPtr_Death_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664611);
|
|
AI_GhostD.NativeMethodInfoPtr_Destroy_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664612);
|
|
AI_GhostD.NativeMethodInfoPtr_Fighting_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664613);
|
|
AI_GhostD.NativeMethodInfoPtr_InitFightingType_Protected_Virtual_New_Void_AIFighting_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664614);
|
|
AI_GhostD.NativeMethodInfoPtr_FightWatch_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664615);
|
|
AI_GhostD.NativeMethodInfoPtr_FightCharge_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664616);
|
|
AI_GhostD.NativeMethodInfoPtr_FightShot_Protected_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664617);
|
|
AI_GhostD.NativeMethodInfoPtr_FightPlayerDead_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664618);
|
|
AI_GhostD.NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664619);
|
|
AI_GhostD.NativeMethodInfoPtr_ReceiveSound_Public_Virtual_Void_Vector3_Single_SoundWaveType_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664620);
|
|
AI_GhostD.NativeMethodInfoPtr_Resurrection_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664621);
|
|
AI_GhostD.NativeMethodInfoPtr_Create_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664622);
|
|
AI_GhostD.NativeMethodInfoPtr_Remove_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664623);
|
|
AI_GhostD.NativeMethodInfoPtr_SetAiStatus_Public_Virtual_Void_AIStatus_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664624);
|
|
AI_GhostD.NativeMethodInfoPtr_SetTimeScale_Public_Virtual_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664625);
|
|
AI_GhostD.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostD>.NativeClassPtr, 100664626);
|
|
}
|
|
|
|
// Token: 0x06000E3A RID: 3642 RVA: 0x0001D6EC File Offset: 0x0001B8EC
|
|
public AI_GhostD(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x1700044F RID: 1103
|
|
// (get) Token: 0x06000E3B RID: 3643 RVA: 0x0003E2A0 File Offset: 0x0003C4A0
|
|
// (set) Token: 0x06000E3C RID: 3644 RVA: 0x0003E2D4 File Offset: 0x0003C4D4
|
|
public unsafe GhostDEffectPlay g_Effect
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_Effect);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new GhostDEffectPlay(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_Effect), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000450 RID: 1104
|
|
// (get) Token: 0x06000E3D RID: 3645 RVA: 0x0003E2FC File Offset: 0x0003C4FC
|
|
// (set) Token: 0x06000E3E RID: 3646 RVA: 0x0003E330 File Offset: 0x0003C530
|
|
public unsafe Shake g_ShakeBody
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_ShakeBody);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new Shake(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_ShakeBody), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000451 RID: 1105
|
|
// (get) Token: 0x06000E3F RID: 3647 RVA: 0x0003E358 File Offset: 0x0003C558
|
|
// (set) Token: 0x06000E40 RID: 3648 RVA: 0x0003E380 File Offset: 0x0003C580
|
|
public unsafe float g_fAttackRadius
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fAttackRadius);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fAttackRadius)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000452 RID: 1106
|
|
// (get) Token: 0x06000E41 RID: 3649 RVA: 0x0003E3A4 File Offset: 0x0003C5A4
|
|
// (set) Token: 0x06000E42 RID: 3650 RVA: 0x0003E3C2 File Offset: 0x0003C5C2
|
|
public unsafe static float g_fMoveRadius
|
|
{
|
|
get
|
|
{
|
|
float num;
|
|
IL2CPP.il2cpp_field_static_get_value(AI_GhostD.NativeFieldInfoPtr_g_fMoveRadius, (void*)(&num));
|
|
return num;
|
|
}
|
|
set
|
|
{
|
|
IL2CPP.il2cpp_field_static_set_value(AI_GhostD.NativeFieldInfoPtr_g_fMoveRadius, (void*)(&value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000453 RID: 1107
|
|
// (get) Token: 0x06000E43 RID: 3651 RVA: 0x0003E3D4 File Offset: 0x0003C5D4
|
|
// (set) Token: 0x06000E44 RID: 3652 RVA: 0x0003E3FC File Offset: 0x0003C5FC
|
|
public unsafe float g_fPiX
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fPiX);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fPiX)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000454 RID: 1108
|
|
// (get) Token: 0x06000E45 RID: 3653 RVA: 0x0003E420 File Offset: 0x0003C620
|
|
// (set) Token: 0x06000E46 RID: 3654 RVA: 0x0003E448 File Offset: 0x0003C648
|
|
public unsafe float g_fPiY
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fPiY);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fPiY)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000455 RID: 1109
|
|
// (get) Token: 0x06000E47 RID: 3655 RVA: 0x0003E46C File Offset: 0x0003C66C
|
|
// (set) Token: 0x06000E48 RID: 3656 RVA: 0x0003E494 File Offset: 0x0003C694
|
|
public unsafe float g_fPiZ
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fPiZ);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fPiZ)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000456 RID: 1110
|
|
// (get) Token: 0x06000E49 RID: 3657 RVA: 0x0003E4B8 File Offset: 0x0003C6B8
|
|
// (set) Token: 0x06000E4A RID: 3658 RVA: 0x0003E4E0 File Offset: 0x0003C6E0
|
|
public unsafe float g_fSpeedX
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fSpeedX);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fSpeedX)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000457 RID: 1111
|
|
// (get) Token: 0x06000E4B RID: 3659 RVA: 0x0003E504 File Offset: 0x0003C704
|
|
// (set) Token: 0x06000E4C RID: 3660 RVA: 0x0003E52C File Offset: 0x0003C72C
|
|
public unsafe float g_fSpeedY
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fSpeedY);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fSpeedY)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000458 RID: 1112
|
|
// (get) Token: 0x06000E4D RID: 3661 RVA: 0x0003E550 File Offset: 0x0003C750
|
|
// (set) Token: 0x06000E4E RID: 3662 RVA: 0x0003E578 File Offset: 0x0003C778
|
|
public unsafe float g_fSpeedZ
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fSpeedZ);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fSpeedZ)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000459 RID: 1113
|
|
// (get) Token: 0x06000E4F RID: 3663 RVA: 0x0003E59C File Offset: 0x0003C79C
|
|
// (set) Token: 0x06000E50 RID: 3664 RVA: 0x0003E5BA File Offset: 0x0003C7BA
|
|
public unsafe static float g_fPI2
|
|
{
|
|
get
|
|
{
|
|
float num;
|
|
IL2CPP.il2cpp_field_static_get_value(AI_GhostD.NativeFieldInfoPtr_g_fPI2, (void*)(&num));
|
|
return num;
|
|
}
|
|
set
|
|
{
|
|
IL2CPP.il2cpp_field_static_set_value(AI_GhostD.NativeFieldInfoPtr_g_fPI2, (void*)(&value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700045A RID: 1114
|
|
// (get) Token: 0x06000E51 RID: 3665 RVA: 0x0003E5CC File Offset: 0x0003C7CC
|
|
// (set) Token: 0x06000E52 RID: 3666 RVA: 0x0003E5EA File Offset: 0x0003C7EA
|
|
public unsafe static float g_fSpeedMin
|
|
{
|
|
get
|
|
{
|
|
float num;
|
|
IL2CPP.il2cpp_field_static_get_value(AI_GhostD.NativeFieldInfoPtr_g_fSpeedMin, (void*)(&num));
|
|
return num;
|
|
}
|
|
set
|
|
{
|
|
IL2CPP.il2cpp_field_static_set_value(AI_GhostD.NativeFieldInfoPtr_g_fSpeedMin, (void*)(&value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700045B RID: 1115
|
|
// (get) Token: 0x06000E53 RID: 3667 RVA: 0x0003E5FC File Offset: 0x0003C7FC
|
|
// (set) Token: 0x06000E54 RID: 3668 RVA: 0x0003E61A File Offset: 0x0003C81A
|
|
public unsafe static float g_fSpeedMax
|
|
{
|
|
get
|
|
{
|
|
float num;
|
|
IL2CPP.il2cpp_field_static_get_value(AI_GhostD.NativeFieldInfoPtr_g_fSpeedMax, (void*)(&num));
|
|
return num;
|
|
}
|
|
set
|
|
{
|
|
IL2CPP.il2cpp_field_static_set_value(AI_GhostD.NativeFieldInfoPtr_g_fSpeedMax, (void*)(&value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700045C RID: 1116
|
|
// (get) Token: 0x06000E55 RID: 3669 RVA: 0x0003E62C File Offset: 0x0003C82C
|
|
// (set) Token: 0x06000E56 RID: 3670 RVA: 0x0003E654 File Offset: 0x0003C854
|
|
public unsafe Vector3 g_v3CenterPos
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_v3CenterPos);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_v3CenterPos)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700045D RID: 1117
|
|
// (get) Token: 0x06000E57 RID: 3671 RVA: 0x0003E678 File Offset: 0x0003C878
|
|
// (set) Token: 0x06000E58 RID: 3672 RVA: 0x0003E6A0 File Offset: 0x0003C8A0
|
|
public unsafe Vector3 g_v3Move
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_v3Move);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_v3Move)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700045E RID: 1118
|
|
// (get) Token: 0x06000E59 RID: 3673 RVA: 0x0003E6C4 File Offset: 0x0003C8C4
|
|
// (set) Token: 0x06000E5A RID: 3674 RVA: 0x0003E6EC File Offset: 0x0003C8EC
|
|
public unsafe float g_fMoveVal
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fMoveVal);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fMoveVal)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700045F RID: 1119
|
|
// (get) Token: 0x06000E5B RID: 3675 RVA: 0x0003E710 File Offset: 0x0003C910
|
|
// (set) Token: 0x06000E5C RID: 3676 RVA: 0x0003E738 File Offset: 0x0003C938
|
|
public unsafe float g_fPauseMoveTime
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fPauseMoveTime);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fPauseMoveTime)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000460 RID: 1120
|
|
// (get) Token: 0x06000E5D RID: 3677 RVA: 0x0003E75C File Offset: 0x0003C95C
|
|
// (set) Token: 0x06000E5E RID: 3678 RVA: 0x0003E784 File Offset: 0x0003C984
|
|
public unsafe float g_fSEMoveVolume
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fSEMoveVolume);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fSEMoveVolume)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000461 RID: 1121
|
|
// (get) Token: 0x06000E5F RID: 3679 RVA: 0x0003E7A8 File Offset: 0x0003C9A8
|
|
// (set) Token: 0x06000E60 RID: 3680 RVA: 0x0003E7DC File Offset: 0x0003C9DC
|
|
public unsafe SkinnedMeshRenderer g_MeshRender01
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_MeshRender01);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new SkinnedMeshRenderer(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_MeshRender01), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000462 RID: 1122
|
|
// (get) Token: 0x06000E61 RID: 3681 RVA: 0x0003E804 File Offset: 0x0003CA04
|
|
// (set) Token: 0x06000E62 RID: 3682 RVA: 0x0003E838 File Offset: 0x0003CA38
|
|
public unsafe CCController g_CCC
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_CCC);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new CCController(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_CCC), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000463 RID: 1123
|
|
// (get) Token: 0x06000E63 RID: 3683 RVA: 0x0003E860 File Offset: 0x0003CA60
|
|
// (set) Token: 0x06000E64 RID: 3684 RVA: 0x0003E888 File Offset: 0x0003CA88
|
|
public unsafe float g_fTrackTime
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fTrackTime);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fTrackTime)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000464 RID: 1124
|
|
// (get) Token: 0x06000E65 RID: 3685 RVA: 0x0003E8AC File Offset: 0x0003CAAC
|
|
// (set) Token: 0x06000E66 RID: 3686 RVA: 0x0003E8D4 File Offset: 0x0003CAD4
|
|
public unsafe AI_GhostD.AIFighting g_Fightting
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_Fightting);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_Fightting)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000465 RID: 1125
|
|
// (get) Token: 0x06000E67 RID: 3687 RVA: 0x0003E8F8 File Offset: 0x0003CAF8
|
|
// (set) Token: 0x06000E68 RID: 3688 RVA: 0x0003E920 File Offset: 0x0003CB20
|
|
public unsafe float g_fAttackTips
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fAttackTips);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostD.NativeFieldInfoPtr_g_fAttackTips)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x04000AE8 RID: 2792
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_Effect;
|
|
|
|
// Token: 0x04000AE9 RID: 2793
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_ShakeBody;
|
|
|
|
// Token: 0x04000AEA RID: 2794
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fAttackRadius;
|
|
|
|
// Token: 0x04000AEB RID: 2795
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fMoveRadius;
|
|
|
|
// Token: 0x04000AEC RID: 2796
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fPiX;
|
|
|
|
// Token: 0x04000AED RID: 2797
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fPiY;
|
|
|
|
// Token: 0x04000AEE RID: 2798
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fPiZ;
|
|
|
|
// Token: 0x04000AEF RID: 2799
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fSpeedX;
|
|
|
|
// Token: 0x04000AF0 RID: 2800
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fSpeedY;
|
|
|
|
// Token: 0x04000AF1 RID: 2801
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fSpeedZ;
|
|
|
|
// Token: 0x04000AF2 RID: 2802
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fPI2;
|
|
|
|
// Token: 0x04000AF3 RID: 2803
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fSpeedMin;
|
|
|
|
// Token: 0x04000AF4 RID: 2804
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fSpeedMax;
|
|
|
|
// Token: 0x04000AF5 RID: 2805
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_v3CenterPos;
|
|
|
|
// Token: 0x04000AF6 RID: 2806
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_v3Move;
|
|
|
|
// Token: 0x04000AF7 RID: 2807
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fMoveVal;
|
|
|
|
// Token: 0x04000AF8 RID: 2808
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fPauseMoveTime;
|
|
|
|
// Token: 0x04000AF9 RID: 2809
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fSEMoveVolume;
|
|
|
|
// Token: 0x04000AFA RID: 2810
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_MeshRender01;
|
|
|
|
// Token: 0x04000AFB RID: 2811
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_CCC;
|
|
|
|
// Token: 0x04000AFC RID: 2812
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fTrackTime;
|
|
|
|
// Token: 0x04000AFD RID: 2813
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_Fightting;
|
|
|
|
// Token: 0x04000AFE RID: 2814
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fAttackTips;
|
|
|
|
// Token: 0x04000AFF RID: 2815
|
|
private static readonly IntPtr NativeMethodInfoPtr_Start_Public_Virtual_Void_GameObject_NPCManage_0;
|
|
|
|
// Token: 0x04000B00 RID: 2816
|
|
private static readonly IntPtr NativeMethodInfoPtr_Update_Public_Virtual_Void_Single_0;
|
|
|
|
// Token: 0x04000B01 RID: 2817
|
|
private static readonly IntPtr NativeMethodInfoPtr_Move_Protected_Virtual_New_Void_0;
|
|
|
|
// Token: 0x04000B02 RID: 2818
|
|
private static readonly IntPtr NativeMethodInfoPtr_LateUpdate_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000B03 RID: 2819
|
|
private static readonly IntPtr NativeMethodInfoPtr_EndStatus_Public_Void_AIStatus_0;
|
|
|
|
// Token: 0x04000B04 RID: 2820
|
|
private static readonly IntPtr NativeMethodInfoPtr_InitStatus_Public_Virtual_New_Void_AIStatus_0;
|
|
|
|
// Token: 0x04000B05 RID: 2821
|
|
private static readonly IntPtr NativeMethodInfoPtr_ResurrectionStatus_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000B06 RID: 2822
|
|
private static readonly IntPtr NativeMethodInfoPtr_Idle_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000B07 RID: 2823
|
|
private static readonly IntPtr NativeMethodInfoPtr_Patrol_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000B08 RID: 2824
|
|
private static readonly IntPtr NativeMethodInfoPtr_Confirming_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000B09 RID: 2825
|
|
private static readonly IntPtr NativeMethodInfoPtr_LookFor_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000B0A RID: 2826
|
|
private static readonly IntPtr NativeMethodInfoPtr_Hear_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000B0B RID: 2827
|
|
private static readonly IntPtr NativeMethodInfoPtr_HearCheck_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000B0C RID: 2828
|
|
private static readonly IntPtr NativeMethodInfoPtr_Damaged_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000B0D RID: 2829
|
|
private static readonly IntPtr NativeMethodInfoPtr_Death_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000B0E RID: 2830
|
|
private static readonly IntPtr NativeMethodInfoPtr_Destroy_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000B0F RID: 2831
|
|
private static readonly IntPtr NativeMethodInfoPtr_Fighting_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000B10 RID: 2832
|
|
private static readonly IntPtr NativeMethodInfoPtr_InitFightingType_Protected_Virtual_New_Void_AIFighting_0;
|
|
|
|
// Token: 0x04000B11 RID: 2833
|
|
private static readonly IntPtr NativeMethodInfoPtr_FightWatch_Private_Void_0;
|
|
|
|
// Token: 0x04000B12 RID: 2834
|
|
private static readonly IntPtr NativeMethodInfoPtr_FightCharge_Private_Void_0;
|
|
|
|
// Token: 0x04000B13 RID: 2835
|
|
private static readonly IntPtr NativeMethodInfoPtr_FightShot_Protected_Virtual_New_Void_0;
|
|
|
|
// Token: 0x04000B14 RID: 2836
|
|
private static readonly IntPtr NativeMethodInfoPtr_FightPlayerDead_Private_Void_0;
|
|
|
|
// Token: 0x04000B15 RID: 2837
|
|
private static readonly IntPtr NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0;
|
|
|
|
// Token: 0x04000B16 RID: 2838
|
|
private static readonly IntPtr NativeMethodInfoPtr_ReceiveSound_Public_Virtual_Void_Vector3_Single_SoundWaveType_0;
|
|
|
|
// Token: 0x04000B17 RID: 2839
|
|
private static readonly IntPtr NativeMethodInfoPtr_Resurrection_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000B18 RID: 2840
|
|
private static readonly IntPtr NativeMethodInfoPtr_Create_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000B19 RID: 2841
|
|
private static readonly IntPtr NativeMethodInfoPtr_Remove_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000B1A RID: 2842
|
|
private static readonly IntPtr NativeMethodInfoPtr_SetAiStatus_Public_Virtual_Void_AIStatus_0;
|
|
|
|
// Token: 0x04000B1B RID: 2843
|
|
private static readonly IntPtr NativeMethodInfoPtr_SetTimeScale_Public_Virtual_Void_Single_0;
|
|
|
|
// Token: 0x04000B1C RID: 2844
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
|
|
// Token: 0x0200007E RID: 126
|
|
public enum AIFighting
|
|
{
|
|
// Token: 0x04000B1E RID: 2846
|
|
WatchFirst,
|
|
// Token: 0x04000B1F RID: 2847
|
|
Watch,
|
|
// Token: 0x04000B20 RID: 2848
|
|
Change,
|
|
// Token: 0x04000B21 RID: 2849
|
|
Shot,
|
|
// Token: 0x04000B22 RID: 2850
|
|
PlayerDead
|
|
}
|
|
}
|