Files
NobetaSource/Interop/Assembly-CSharp/AI_GhostB.cs
2023-09-06 22:09:22 +02:00

1219 lines
61 KiB
C#

using System;
using Il2CppInterop.Common.Attributes;
using Il2CppInterop.Runtime;
using UnityEngine;
// Token: 0x0200006C RID: 108
public class AI_GhostB : AI_NPC
{
// Token: 0x06000C83 RID: 3203 RVA: 0x00035B50 File Offset: 0x00033D50
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 495895, XrefRangeEnd = 496035, 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_GhostB.NativeMethodInfoPtr_Start_Public_Virtual_Void_GameObject_NPCManage_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C84 RID: 3204 RVA: 0x00035BCC File Offset: 0x00033DCC
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496035, XrefRangeEnd = 496072, 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_GhostB.NativeMethodInfoPtr_Update_Public_Virtual_Void_Single_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06000C85 RID: 3205 RVA: 0x00035C2C File Offset: 0x00033E2C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496072, XrefRangeEnd = 496075, 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_GhostB.NativeMethodInfoPtr_LateUpdate_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C86 RID: 3206 RVA: 0x00035C7C File Offset: 0x00033E7C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496075, XrefRangeEnd = 496080, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void Sky()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostB.NativeMethodInfoPtr_Sky_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C87 RID: 3207 RVA: 0x00035CCC File Offset: 0x00033ECC
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496080, XrefRangeEnd = 496082, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
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_GhostB.NativeMethodInfoPtr_ResurrectionStatus_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C88 RID: 3208 RVA: 0x00035D1C File Offset: 0x00033F1C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496082, XrefRangeEnd = 496083, 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_GhostB.NativeMethodInfoPtr_Idle_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C89 RID: 3209 RVA: 0x00035D6C File Offset: 0x00033F6C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496083, XrefRangeEnd = 496084, 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_GhostB.NativeMethodInfoPtr_Patrol_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C8A RID: 3210 RVA: 0x00035DBC File Offset: 0x00033FBC
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496084, XrefRangeEnd = 496086, 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_GhostB.NativeMethodInfoPtr_Confirming_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C8B RID: 3211 RVA: 0x00035E0C File Offset: 0x0003400C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496086, XrefRangeEnd = 496089, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void Track()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostB.NativeMethodInfoPtr_Track_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C8C RID: 3212 RVA: 0x00035E5C File Offset: 0x0003405C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496089, XrefRangeEnd = 496096, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void Escape()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostB.NativeMethodInfoPtr_Escape_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C8D RID: 3213 RVA: 0x00035EAC File Offset: 0x000340AC
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496096, XrefRangeEnd = 496098, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void Dodge()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostB.NativeMethodInfoPtr_Dodge_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C8E RID: 3214 RVA: 0x00035EFC File Offset: 0x000340FC
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496098, XrefRangeEnd = 496100, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void Prediction()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostB.NativeMethodInfoPtr_Prediction_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C8F RID: 3215 RVA: 0x00035F4C File Offset: 0x0003414C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496100, XrefRangeEnd = 496101, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
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_GhostB.NativeMethodInfoPtr_LookFor_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C90 RID: 3216 RVA: 0x00035F9C File Offset: 0x0003419C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496101, XrefRangeEnd = 496106, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void GoHome()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostB.NativeMethodInfoPtr_GoHome_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C91 RID: 3217 RVA: 0x00035FEC File Offset: 0x000341EC
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496106, XrefRangeEnd = 496108, 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_GhostB.NativeMethodInfoPtr_Hear_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C92 RID: 3218 RVA: 0x0003603C File Offset: 0x0003423C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496108, XrefRangeEnd = 496113, 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_GhostB.NativeMethodInfoPtr_HearCheck_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C93 RID: 3219 RVA: 0x0003608C File Offset: 0x0003428C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496113, XrefRangeEnd = 496115, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
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_GhostB.NativeMethodInfoPtr_Damaged_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C94 RID: 3220 RVA: 0x000360DC File Offset: 0x000342DC
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496115, XrefRangeEnd = 496118, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void DamagedDown()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostB.NativeMethodInfoPtr_DamagedDown_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C95 RID: 3221 RVA: 0x0003612C File Offset: 0x0003432C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496118, XrefRangeEnd = 496123, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void DamagedFly()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostB.NativeMethodInfoPtr_DamagedFly_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C96 RID: 3222 RVA: 0x0003617C File Offset: 0x0003437C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496123, XrefRangeEnd = 496128, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe override void GetUp()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostB.NativeMethodInfoPtr_GetUp_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C97 RID: 3223 RVA: 0x000361CC File Offset: 0x000343CC
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496128, XrefRangeEnd = 496135, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
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_GhostB.NativeMethodInfoPtr_Death_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C98 RID: 3224 RVA: 0x0003621C File Offset: 0x0003441C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496135, XrefRangeEnd = 496140, 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_GhostB.NativeMethodInfoPtr_Destroy_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C99 RID: 3225 RVA: 0x0003626C File Offset: 0x0003446C
[CallerCount(26)]
[CachedScanResults(RefRangeStart = 496179, RefRangeEnd = 496205, XrefRangeStart = 496140, XrefRangeEnd = 496179, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void InitStatus(AI_NPC.AIStatus Status, AI_GhostB.AIFighting FightStatus = AI_GhostB.AIFighting.Watch)
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr;
checked
{
ptr = stackalloc IntPtr[unchecked((UIntPtr)2) * (UIntPtr)sizeof(IntPtr)];
*ptr = ref Status;
}
ptr[checked(unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = ref FightStatus;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostB.NativeMethodInfoPtr_InitStatus_Protected_Void_AIStatus_AIFighting_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C9A RID: 3226 RVA: 0x000362D4 File Offset: 0x000344D4
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496205, XrefRangeEnd = 496216, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe virtual void FightStatusInit(AI_GhostB.AIFighting FightStatus)
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
checked
{
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
*ptr = ref FightStatus;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostB.NativeMethodInfoPtr_FightStatusInit_Protected_Virtual_New_Void_AIFighting_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06000C9B RID: 3227 RVA: 0x00036334 File Offset: 0x00034534
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496216, XrefRangeEnd = 496258, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe virtual void FWatch()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostB.NativeMethodInfoPtr_FWatch_Protected_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C9C RID: 3228 RVA: 0x00036384 File Offset: 0x00034584
[CallerCount(1)]
[CachedScanResults(RefRangeStart = 496263, RefRangeEnd = 496264, XrefRangeStart = 496258, XrefRangeEnd = 496263, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void FFind()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostB.NativeMethodInfoPtr_FFind_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C9D RID: 3229 RVA: 0x000363C8 File Offset: 0x000345C8
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496264, XrefRangeEnd = 496265, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void FSong01()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostB.NativeMethodInfoPtr_FSong01_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C9E RID: 3230 RVA: 0x0003640C File Offset: 0x0003460C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496265, XrefRangeEnd = 496266, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void Magic01()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostB.NativeMethodInfoPtr_Magic01_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000C9F RID: 3231 RVA: 0x00036450 File Offset: 0x00034650
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496266, XrefRangeEnd = 496268, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void Magic01_02()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostB.NativeMethodInfoPtr_Magic01_02_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000CA0 RID: 3232 RVA: 0x00036494 File Offset: 0x00034694
[CallerCount(5802)]
[CachedScanResults(RefRangeStart = 24, RefRangeEnd = 5826, XrefRangeStart = 24, XrefRangeEnd = 5826, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe virtual void FSong02_01()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostB.NativeMethodInfoPtr_FSong02_01_Protected_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000CA1 RID: 3233 RVA: 0x000364E4 File Offset: 0x000346E4
[CallerCount(5802)]
[CachedScanResults(RefRangeStart = 24, RefRangeEnd = 5826, XrefRangeStart = 24, XrefRangeEnd = 5826, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe virtual void FSong02_02()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostB.NativeMethodInfoPtr_FSong02_02_Protected_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000CA2 RID: 3234 RVA: 0x00036534 File Offset: 0x00034734
[CallerCount(5802)]
[CachedScanResults(RefRangeStart = 24, RefRangeEnd = 5826, XrefRangeStart = 24, XrefRangeEnd = 5826, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe virtual void FMagic02()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), AI_GhostB.NativeMethodInfoPtr_FMagic02_Protected_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000CA3 RID: 3235 RVA: 0x00036584 File Offset: 0x00034784
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496268, XrefRangeEnd = 496271, 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_GhostB.NativeMethodInfoPtr_Fighting_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000CA4 RID: 3236 RVA: 0x000365D4 File Offset: 0x000347D4
[CallerCount(2)]
[CachedScanResults(RefRangeStart = 496281, RefRangeEnd = 496283, XrefRangeStart = 496271, XrefRangeEnd = 496281, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void ReNavigationPath(float fDistance)
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
checked
{
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
*ptr = ref fDistance;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostB.NativeMethodInfoPtr_ReNavigationPath_Protected_Void_Single_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06000CA5 RID: 3237 RVA: 0x00036628 File Offset: 0x00034828
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496283, XrefRangeEnd = 496320, 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_GhostB.NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06000CA6 RID: 3238 RVA: 0x0003668C File Offset: 0x0003488C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496320, XrefRangeEnd = 496324, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
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_GhostB.NativeMethodInfoPtr_ReceiveSound_Public_Virtual_Void_Vector3_Single_SoundWaveType_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000CA7 RID: 3239 RVA: 0x00036714 File Offset: 0x00034914
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496324, XrefRangeEnd = 496326, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
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_GhostB.NativeMethodInfoPtr_Resurrection_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000CA8 RID: 3240 RVA: 0x00036764 File Offset: 0x00034964
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496326, XrefRangeEnd = 496348, 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_GhostB.NativeMethodInfoPtr_Create_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000CA9 RID: 3241 RVA: 0x000367B4 File Offset: 0x000349B4
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496348, XrefRangeEnd = 496357, 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_GhostB.NativeMethodInfoPtr_Remove_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000CAA RID: 3242 RVA: 0x00036804 File Offset: 0x00034A04
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496357, XrefRangeEnd = 496360, 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_GhostB.NativeMethodInfoPtr_SetTimeScale_Public_Virtual_Void_Single_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06000CAB RID: 3243 RVA: 0x00036864 File Offset: 0x00034A64
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 496360, XrefRangeEnd = 496363, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
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_GhostB.NativeMethodInfoPtr_SetAiStatus_Public_Virtual_Void_AIStatus_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x06000CAC RID: 3244 RVA: 0x000368C4 File Offset: 0x00034AC4
[CallerCount(2)]
[CachedScanResults(RefRangeStart = 496366, RefRangeEnd = 496368, XrefRangeStart = 496363, XrefRangeEnd = 496366, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe AI_GhostB()
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr))
{
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AI_GhostB.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06000CAD RID: 3245 RVA: 0x00036910 File Offset: 0x00034B10
// Note: this type is marked as 'beforefieldinit'.
static AI_GhostB()
{
Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "AI_GhostB");
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr);
AI_GhostB.NativeFieldInfoPtr_g_Effect = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, "g_Effect");
AI_GhostB.NativeFieldInfoPtr_g_fAttackRadius = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, "g_fAttackRadius");
AI_GhostB.NativeFieldInfoPtr_g_fAniMoveSpeed = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, "g_fAniMoveSpeed");
AI_GhostB.NativeFieldInfoPtr_g_fAniMoveAngle = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, "g_fAniMoveAngle");
AI_GhostB.NativeFieldInfoPtr_g_v3PrePosition = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, "g_v3PrePosition");
AI_GhostB.NativeFieldInfoPtr_g_bDamagedDownDirection = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, "g_bDamagedDownDirection");
AI_GhostB.NativeFieldInfoPtr_g_Mat = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, "g_Mat");
AI_GhostB.NativeFieldInfoPtr_g_EyeColor = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, "g_EyeColor");
AI_GhostB.NativeFieldInfoPtr_g_BodyColor = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, "g_BodyColor");
AI_GhostB.NativeFieldInfoPtr_g_DefaultColor = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, "g_DefaultColor");
AI_GhostB.NativeFieldInfoPtr_g_MeshRender01 = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, "g_MeshRender01");
AI_GhostB.NativeFieldInfoPtr_g_CCC = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, "g_CCC");
AI_GhostB.NativeFieldInfoPtr_g_CC02 = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, "g_CC02");
AI_GhostB.NativeFieldInfoPtr_g_CCBody = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, "g_CCBody");
AI_GhostB.NativeFieldInfoPtr_g_BodyEffect = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, "g_BodyEffect");
AI_GhostB.NativeFieldInfoPtr_g_DeathEffect = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, "g_DeathEffect");
AI_GhostB.NativeFieldInfoPtr_g_ShakeHead = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, "g_ShakeHead");
AI_GhostB.NativeFieldInfoPtr_g_ShakeBody = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, "g_ShakeBody");
AI_GhostB.NativeFieldInfoPtr_g_Fighting = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, "g_Fighting");
AI_GhostB.NativeFieldInfoPtr_g_fFindRange = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, "g_fFindRange");
AI_GhostB.NativeFieldInfoPtr_g_v3SeePlayerDirection = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, "g_v3SeePlayerDirection");
AI_GhostB.NativeFieldInfoPtr_g_fSeePlayerDistance = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, "g_fSeePlayerDistance");
AI_GhostB.NativeMethodInfoPtr_Start_Public_Virtual_Void_GameObject_NPCManage_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664385);
AI_GhostB.NativeMethodInfoPtr_Update_Public_Virtual_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664386);
AI_GhostB.NativeMethodInfoPtr_LateUpdate_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664387);
AI_GhostB.NativeMethodInfoPtr_Sky_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664388);
AI_GhostB.NativeMethodInfoPtr_ResurrectionStatus_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664389);
AI_GhostB.NativeMethodInfoPtr_Idle_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664390);
AI_GhostB.NativeMethodInfoPtr_Patrol_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664391);
AI_GhostB.NativeMethodInfoPtr_Confirming_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664392);
AI_GhostB.NativeMethodInfoPtr_Track_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664393);
AI_GhostB.NativeMethodInfoPtr_Escape_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664394);
AI_GhostB.NativeMethodInfoPtr_Dodge_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664395);
AI_GhostB.NativeMethodInfoPtr_Prediction_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664396);
AI_GhostB.NativeMethodInfoPtr_LookFor_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664397);
AI_GhostB.NativeMethodInfoPtr_GoHome_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664398);
AI_GhostB.NativeMethodInfoPtr_Hear_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664399);
AI_GhostB.NativeMethodInfoPtr_HearCheck_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664400);
AI_GhostB.NativeMethodInfoPtr_Damaged_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664401);
AI_GhostB.NativeMethodInfoPtr_DamagedDown_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664402);
AI_GhostB.NativeMethodInfoPtr_DamagedFly_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664403);
AI_GhostB.NativeMethodInfoPtr_GetUp_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664404);
AI_GhostB.NativeMethodInfoPtr_Death_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664405);
AI_GhostB.NativeMethodInfoPtr_Destroy_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664406);
AI_GhostB.NativeMethodInfoPtr_InitStatus_Protected_Void_AIStatus_AIFighting_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664407);
AI_GhostB.NativeMethodInfoPtr_FightStatusInit_Protected_Virtual_New_Void_AIFighting_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664408);
AI_GhostB.NativeMethodInfoPtr_FWatch_Protected_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664409);
AI_GhostB.NativeMethodInfoPtr_FFind_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664410);
AI_GhostB.NativeMethodInfoPtr_FSong01_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664411);
AI_GhostB.NativeMethodInfoPtr_Magic01_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664412);
AI_GhostB.NativeMethodInfoPtr_Magic01_02_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664413);
AI_GhostB.NativeMethodInfoPtr_FSong02_01_Protected_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664414);
AI_GhostB.NativeMethodInfoPtr_FSong02_02_Protected_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664415);
AI_GhostB.NativeMethodInfoPtr_FMagic02_Protected_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664416);
AI_GhostB.NativeMethodInfoPtr_Fighting_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664417);
AI_GhostB.NativeMethodInfoPtr_ReNavigationPath_Protected_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664418);
AI_GhostB.NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664419);
AI_GhostB.NativeMethodInfoPtr_ReceiveSound_Public_Virtual_Void_Vector3_Single_SoundWaveType_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664420);
AI_GhostB.NativeMethodInfoPtr_Resurrection_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664421);
AI_GhostB.NativeMethodInfoPtr_Create_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664422);
AI_GhostB.NativeMethodInfoPtr_Remove_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664423);
AI_GhostB.NativeMethodInfoPtr_SetTimeScale_Public_Virtual_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664424);
AI_GhostB.NativeMethodInfoPtr_SetAiStatus_Public_Virtual_Void_AIStatus_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664425);
AI_GhostB.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664426);
}
// Token: 0x06000CAE RID: 3246 RVA: 0x0001D7B0 File Offset: 0x0001B9B0
public AI_GhostB(IntPtr pointer)
: base(pointer)
{
}
// Token: 0x170003F8 RID: 1016
// (get) Token: 0x06000CAF RID: 3247 RVA: 0x00036E40 File Offset: 0x00035040
// (set) Token: 0x06000CB0 RID: 3248 RVA: 0x00036E74 File Offset: 0x00035074
public unsafe GhostBEffectPlay g_Effect
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_Effect);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new GhostBEffectPlay(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_Effect), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x170003F9 RID: 1017
// (get) Token: 0x06000CB1 RID: 3249 RVA: 0x00036E9C File Offset: 0x0003509C
// (set) Token: 0x06000CB2 RID: 3250 RVA: 0x00036EC4 File Offset: 0x000350C4
public unsafe float g_fAttackRadius
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_fAttackRadius);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_fAttackRadius)) = value;
}
}
// Token: 0x170003FA RID: 1018
// (get) Token: 0x06000CB3 RID: 3251 RVA: 0x00036EE8 File Offset: 0x000350E8
// (set) Token: 0x06000CB4 RID: 3252 RVA: 0x00036F10 File Offset: 0x00035110
public unsafe float g_fAniMoveSpeed
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_fAniMoveSpeed);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_fAniMoveSpeed)) = value;
}
}
// Token: 0x170003FB RID: 1019
// (get) Token: 0x06000CB5 RID: 3253 RVA: 0x00036F34 File Offset: 0x00035134
// (set) Token: 0x06000CB6 RID: 3254 RVA: 0x00036F5C File Offset: 0x0003515C
public unsafe float g_fAniMoveAngle
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_fAniMoveAngle);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_fAniMoveAngle)) = value;
}
}
// Token: 0x170003FC RID: 1020
// (get) Token: 0x06000CB7 RID: 3255 RVA: 0x00036F80 File Offset: 0x00035180
// (set) Token: 0x06000CB8 RID: 3256 RVA: 0x00036FA8 File Offset: 0x000351A8
public unsafe Vector3 g_v3PrePosition
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_v3PrePosition);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_v3PrePosition)) = value;
}
}
// Token: 0x170003FD RID: 1021
// (get) Token: 0x06000CB9 RID: 3257 RVA: 0x00036FCC File Offset: 0x000351CC
// (set) Token: 0x06000CBA RID: 3258 RVA: 0x00036FF4 File Offset: 0x000351F4
public unsafe bool g_bDamagedDownDirection
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_bDamagedDownDirection);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_bDamagedDownDirection)) = value;
}
}
// Token: 0x170003FE RID: 1022
// (get) Token: 0x06000CBB RID: 3259 RVA: 0x00037018 File Offset: 0x00035218
// (set) Token: 0x06000CBC RID: 3260 RVA: 0x0003704C File Offset: 0x0003524C
public unsafe Material g_Mat
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_Mat);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new Material(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_Mat), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x170003FF RID: 1023
// (get) Token: 0x06000CBD RID: 3261 RVA: 0x00037074 File Offset: 0x00035274
// (set) Token: 0x06000CBE RID: 3262 RVA: 0x0003709C File Offset: 0x0003529C
public unsafe Color g_EyeColor
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_EyeColor);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_EyeColor)) = value;
}
}
// Token: 0x17000400 RID: 1024
// (get) Token: 0x06000CBF RID: 3263 RVA: 0x000370C0 File Offset: 0x000352C0
// (set) Token: 0x06000CC0 RID: 3264 RVA: 0x000370E8 File Offset: 0x000352E8
public unsafe Color g_BodyColor
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_BodyColor);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_BodyColor)) = value;
}
}
// Token: 0x17000401 RID: 1025
// (get) Token: 0x06000CC1 RID: 3265 RVA: 0x0003710C File Offset: 0x0003530C
// (set) Token: 0x06000CC2 RID: 3266 RVA: 0x00037134 File Offset: 0x00035334
public unsafe Color g_DefaultColor
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_DefaultColor);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_DefaultColor)) = value;
}
}
// Token: 0x17000402 RID: 1026
// (get) Token: 0x06000CC3 RID: 3267 RVA: 0x00037158 File Offset: 0x00035358
// (set) Token: 0x06000CC4 RID: 3268 RVA: 0x0003718C File Offset: 0x0003538C
public unsafe SkinnedMeshRenderer g_MeshRender01
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.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_GhostB.NativeFieldInfoPtr_g_MeshRender01), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x17000403 RID: 1027
// (get) Token: 0x06000CC5 RID: 3269 RVA: 0x000371B4 File Offset: 0x000353B4
// (set) Token: 0x06000CC6 RID: 3270 RVA: 0x000371E8 File Offset: 0x000353E8
public unsafe CCController g_CCC
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.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_GhostB.NativeFieldInfoPtr_g_CCC), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x17000404 RID: 1028
// (get) Token: 0x06000CC7 RID: 3271 RVA: 0x00037210 File Offset: 0x00035410
// (set) Token: 0x06000CC8 RID: 3272 RVA: 0x00037244 File Offset: 0x00035444
public unsafe SphereCollider g_CC02
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_CC02);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new SphereCollider(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_CC02), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x17000405 RID: 1029
// (get) Token: 0x06000CC9 RID: 3273 RVA: 0x0003726C File Offset: 0x0003546C
// (set) Token: 0x06000CCA RID: 3274 RVA: 0x000372A0 File Offset: 0x000354A0
public unsafe CapsuleCollider g_CCBody
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_CCBody);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new CapsuleCollider(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_CCBody), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x17000406 RID: 1030
// (get) Token: 0x06000CCB RID: 3275 RVA: 0x000372C8 File Offset: 0x000354C8
// (set) Token: 0x06000CCC RID: 3276 RVA: 0x000372FC File Offset: 0x000354FC
public unsafe ParticleSystem g_BodyEffect
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_BodyEffect);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new ParticleSystem(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_BodyEffect), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x17000407 RID: 1031
// (get) Token: 0x06000CCD RID: 3277 RVA: 0x00037324 File Offset: 0x00035524
// (set) Token: 0x06000CCE RID: 3278 RVA: 0x00037358 File Offset: 0x00035558
public unsafe ParticleSystem g_DeathEffect
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_DeathEffect);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new ParticleSystem(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_DeathEffect), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x17000408 RID: 1032
// (get) Token: 0x06000CCF RID: 3279 RVA: 0x00037380 File Offset: 0x00035580
// (set) Token: 0x06000CD0 RID: 3280 RVA: 0x000373B4 File Offset: 0x000355B4
public unsafe Shake g_ShakeHead
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_ShakeHead);
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_GhostB.NativeFieldInfoPtr_g_ShakeHead), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x17000409 RID: 1033
// (get) Token: 0x06000CD1 RID: 3281 RVA: 0x000373DC File Offset: 0x000355DC
// (set) Token: 0x06000CD2 RID: 3282 RVA: 0x00037410 File Offset: 0x00035610
public unsafe Shake g_ShakeBody
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.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_GhostB.NativeFieldInfoPtr_g_ShakeBody), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x1700040A RID: 1034
// (get) Token: 0x06000CD3 RID: 3283 RVA: 0x00037438 File Offset: 0x00035638
// (set) Token: 0x06000CD4 RID: 3284 RVA: 0x00037460 File Offset: 0x00035660
public unsafe AI_GhostB.AIFighting g_Fighting
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_Fighting);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_Fighting)) = value;
}
}
// Token: 0x1700040B RID: 1035
// (get) Token: 0x06000CD5 RID: 3285 RVA: 0x00037484 File Offset: 0x00035684
// (set) Token: 0x06000CD6 RID: 3286 RVA: 0x000374AC File Offset: 0x000356AC
public unsafe float g_fFindRange
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_fFindRange);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_fFindRange)) = value;
}
}
// Token: 0x1700040C RID: 1036
// (get) Token: 0x06000CD7 RID: 3287 RVA: 0x000374D0 File Offset: 0x000356D0
// (set) Token: 0x06000CD8 RID: 3288 RVA: 0x000374F8 File Offset: 0x000356F8
public unsafe Vector3 g_v3SeePlayerDirection
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_v3SeePlayerDirection);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_v3SeePlayerDirection)) = value;
}
}
// Token: 0x1700040D RID: 1037
// (get) Token: 0x06000CD9 RID: 3289 RVA: 0x0003751C File Offset: 0x0003571C
// (set) Token: 0x06000CDA RID: 3290 RVA: 0x00037544 File Offset: 0x00035744
public unsafe float g_fSeePlayerDistance
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_fSeePlayerDistance);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(AI_GhostB.NativeFieldInfoPtr_g_fSeePlayerDistance)) = value;
}
}
// Token: 0x04000984 RID: 2436
private static readonly IntPtr NativeFieldInfoPtr_g_Effect;
// Token: 0x04000985 RID: 2437
private static readonly IntPtr NativeFieldInfoPtr_g_fAttackRadius;
// Token: 0x04000986 RID: 2438
private static readonly IntPtr NativeFieldInfoPtr_g_fAniMoveSpeed;
// Token: 0x04000987 RID: 2439
private static readonly IntPtr NativeFieldInfoPtr_g_fAniMoveAngle;
// Token: 0x04000988 RID: 2440
private static readonly IntPtr NativeFieldInfoPtr_g_v3PrePosition;
// Token: 0x04000989 RID: 2441
private static readonly IntPtr NativeFieldInfoPtr_g_bDamagedDownDirection;
// Token: 0x0400098A RID: 2442
private static readonly IntPtr NativeFieldInfoPtr_g_Mat;
// Token: 0x0400098B RID: 2443
private static readonly IntPtr NativeFieldInfoPtr_g_EyeColor;
// Token: 0x0400098C RID: 2444
private static readonly IntPtr NativeFieldInfoPtr_g_BodyColor;
// Token: 0x0400098D RID: 2445
private static readonly IntPtr NativeFieldInfoPtr_g_DefaultColor;
// Token: 0x0400098E RID: 2446
private static readonly IntPtr NativeFieldInfoPtr_g_MeshRender01;
// Token: 0x0400098F RID: 2447
private static readonly IntPtr NativeFieldInfoPtr_g_CCC;
// Token: 0x04000990 RID: 2448
private static readonly IntPtr NativeFieldInfoPtr_g_CC02;
// Token: 0x04000991 RID: 2449
private static readonly IntPtr NativeFieldInfoPtr_g_CCBody;
// Token: 0x04000992 RID: 2450
private static readonly IntPtr NativeFieldInfoPtr_g_BodyEffect;
// Token: 0x04000993 RID: 2451
private static readonly IntPtr NativeFieldInfoPtr_g_DeathEffect;
// Token: 0x04000994 RID: 2452
private static readonly IntPtr NativeFieldInfoPtr_g_ShakeHead;
// Token: 0x04000995 RID: 2453
private static readonly IntPtr NativeFieldInfoPtr_g_ShakeBody;
// Token: 0x04000996 RID: 2454
private static readonly IntPtr NativeFieldInfoPtr_g_Fighting;
// Token: 0x04000997 RID: 2455
private static readonly IntPtr NativeFieldInfoPtr_g_fFindRange;
// Token: 0x04000998 RID: 2456
private static readonly IntPtr NativeFieldInfoPtr_g_v3SeePlayerDirection;
// Token: 0x04000999 RID: 2457
private static readonly IntPtr NativeFieldInfoPtr_g_fSeePlayerDistance;
// Token: 0x0400099A RID: 2458
private static readonly IntPtr NativeMethodInfoPtr_Start_Public_Virtual_Void_GameObject_NPCManage_0;
// Token: 0x0400099B RID: 2459
private static readonly IntPtr NativeMethodInfoPtr_Update_Public_Virtual_Void_Single_0;
// Token: 0x0400099C RID: 2460
private static readonly IntPtr NativeMethodInfoPtr_LateUpdate_Public_Virtual_Void_0;
// Token: 0x0400099D RID: 2461
private static readonly IntPtr NativeMethodInfoPtr_Sky_Public_Virtual_Void_0;
// Token: 0x0400099E RID: 2462
private static readonly IntPtr NativeMethodInfoPtr_ResurrectionStatus_Public_Virtual_Void_0;
// Token: 0x0400099F RID: 2463
private static readonly IntPtr NativeMethodInfoPtr_Idle_Public_Virtual_Void_0;
// Token: 0x040009A0 RID: 2464
private static readonly IntPtr NativeMethodInfoPtr_Patrol_Public_Virtual_Void_0;
// Token: 0x040009A1 RID: 2465
private static readonly IntPtr NativeMethodInfoPtr_Confirming_Public_Virtual_Void_0;
// Token: 0x040009A2 RID: 2466
private static readonly IntPtr NativeMethodInfoPtr_Track_Public_Virtual_Void_0;
// Token: 0x040009A3 RID: 2467
private static readonly IntPtr NativeMethodInfoPtr_Escape_Public_Virtual_Void_0;
// Token: 0x040009A4 RID: 2468
private static readonly IntPtr NativeMethodInfoPtr_Dodge_Public_Virtual_Void_0;
// Token: 0x040009A5 RID: 2469
private static readonly IntPtr NativeMethodInfoPtr_Prediction_Public_Virtual_Void_0;
// Token: 0x040009A6 RID: 2470
private static readonly IntPtr NativeMethodInfoPtr_LookFor_Public_Virtual_Void_0;
// Token: 0x040009A7 RID: 2471
private static readonly IntPtr NativeMethodInfoPtr_GoHome_Public_Virtual_Void_0;
// Token: 0x040009A8 RID: 2472
private static readonly IntPtr NativeMethodInfoPtr_Hear_Public_Virtual_Void_0;
// Token: 0x040009A9 RID: 2473
private static readonly IntPtr NativeMethodInfoPtr_HearCheck_Public_Virtual_Void_0;
// Token: 0x040009AA RID: 2474
private static readonly IntPtr NativeMethodInfoPtr_Damaged_Public_Virtual_Void_0;
// Token: 0x040009AB RID: 2475
private static readonly IntPtr NativeMethodInfoPtr_DamagedDown_Public_Virtual_Void_0;
// Token: 0x040009AC RID: 2476
private static readonly IntPtr NativeMethodInfoPtr_DamagedFly_Public_Virtual_Void_0;
// Token: 0x040009AD RID: 2477
private static readonly IntPtr NativeMethodInfoPtr_GetUp_Public_Virtual_Void_0;
// Token: 0x040009AE RID: 2478
private static readonly IntPtr NativeMethodInfoPtr_Death_Public_Virtual_Void_0;
// Token: 0x040009AF RID: 2479
private static readonly IntPtr NativeMethodInfoPtr_Destroy_Public_Virtual_Void_0;
// Token: 0x040009B0 RID: 2480
private static readonly IntPtr NativeMethodInfoPtr_InitStatus_Protected_Void_AIStatus_AIFighting_0;
// Token: 0x040009B1 RID: 2481
private static readonly IntPtr NativeMethodInfoPtr_FightStatusInit_Protected_Virtual_New_Void_AIFighting_0;
// Token: 0x040009B2 RID: 2482
private static readonly IntPtr NativeMethodInfoPtr_FWatch_Protected_Virtual_New_Void_0;
// Token: 0x040009B3 RID: 2483
private static readonly IntPtr NativeMethodInfoPtr_FFind_Private_Void_0;
// Token: 0x040009B4 RID: 2484
private static readonly IntPtr NativeMethodInfoPtr_FSong01_Private_Void_0;
// Token: 0x040009B5 RID: 2485
private static readonly IntPtr NativeMethodInfoPtr_Magic01_Private_Void_0;
// Token: 0x040009B6 RID: 2486
private static readonly IntPtr NativeMethodInfoPtr_Magic01_02_Private_Void_0;
// Token: 0x040009B7 RID: 2487
private static readonly IntPtr NativeMethodInfoPtr_FSong02_01_Protected_Virtual_New_Void_0;
// Token: 0x040009B8 RID: 2488
private static readonly IntPtr NativeMethodInfoPtr_FSong02_02_Protected_Virtual_New_Void_0;
// Token: 0x040009B9 RID: 2489
private static readonly IntPtr NativeMethodInfoPtr_FMagic02_Protected_Virtual_New_Void_0;
// Token: 0x040009BA RID: 2490
private static readonly IntPtr NativeMethodInfoPtr_Fighting_Public_Virtual_Void_0;
// Token: 0x040009BB RID: 2491
private static readonly IntPtr NativeMethodInfoPtr_ReNavigationPath_Protected_Void_Single_0;
// Token: 0x040009BC RID: 2492
private static readonly IntPtr NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0;
// Token: 0x040009BD RID: 2493
private static readonly IntPtr NativeMethodInfoPtr_ReceiveSound_Public_Virtual_Void_Vector3_Single_SoundWaveType_0;
// Token: 0x040009BE RID: 2494
private static readonly IntPtr NativeMethodInfoPtr_Resurrection_Public_Virtual_Void_0;
// Token: 0x040009BF RID: 2495
private static readonly IntPtr NativeMethodInfoPtr_Create_Public_Virtual_Void_0;
// Token: 0x040009C0 RID: 2496
private static readonly IntPtr NativeMethodInfoPtr_Remove_Public_Virtual_Void_0;
// Token: 0x040009C1 RID: 2497
private static readonly IntPtr NativeMethodInfoPtr_SetTimeScale_Public_Virtual_Void_Single_0;
// Token: 0x040009C2 RID: 2498
private static readonly IntPtr NativeMethodInfoPtr_SetAiStatus_Public_Virtual_Void_AIStatus_0;
// Token: 0x040009C3 RID: 2499
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
// Token: 0x0200006D RID: 109
public enum AIFighting
{
// Token: 0x040009C5 RID: 2501
Watch,
// Token: 0x040009C6 RID: 2502
Find,
// Token: 0x040009C7 RID: 2503
Song01,
// Token: 0x040009C8 RID: 2504
Magic01,
// Token: 0x040009C9 RID: 2505
Magic01_02,
// Token: 0x040009CA RID: 2506
Song02_01,
// Token: 0x040009CB RID: 2507
Song02_02,
// Token: 0x040009CC RID: 2508
Magic02
}
}