1197 lines
60 KiB
C#
1197 lines
60 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x0200006B RID: 107
|
|
public class AI_GhostB : AI_NPC
|
|
{
|
|
// Token: 0x06000C74 RID: 3188 RVA: 0x000357B8 File Offset: 0x000339B8
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479302, XrefRangeEnd = 479433, 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: 0x06000C75 RID: 3189 RVA: 0x00035834 File Offset: 0x00033A34
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479433, XrefRangeEnd = 479470, 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: 0x06000C76 RID: 3190 RVA: 0x00035894 File Offset: 0x00033A94
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479470, XrefRangeEnd = 479473, 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: 0x06000C77 RID: 3191 RVA: 0x000358E4 File Offset: 0x00033AE4
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479473, XrefRangeEnd = 479478, 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: 0x06000C78 RID: 3192 RVA: 0x00035934 File Offset: 0x00033B34
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479478, XrefRangeEnd = 479490, 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: 0x06000C79 RID: 3193 RVA: 0x00035984 File Offset: 0x00033B84
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479490, XrefRangeEnd = 479498, 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: 0x06000C7A RID: 3194 RVA: 0x000359D4 File Offset: 0x00033BD4
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479498, XrefRangeEnd = 479499, 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: 0x06000C7B RID: 3195 RVA: 0x00035A24 File Offset: 0x00033C24
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479499, XrefRangeEnd = 479508, 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: 0x06000C7C RID: 3196 RVA: 0x00035A74 File Offset: 0x00033C74
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479508, XrefRangeEnd = 479519, 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: 0x06000C7D RID: 3197 RVA: 0x00035AC4 File Offset: 0x00033CC4
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479519, XrefRangeEnd = 479547, 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: 0x06000C7E RID: 3198 RVA: 0x00035B14 File Offset: 0x00033D14
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479547, XrefRangeEnd = 479558, 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: 0x06000C7F RID: 3199 RVA: 0x00035B64 File Offset: 0x00033D64
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479558, XrefRangeEnd = 479560, 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: 0x06000C80 RID: 3200 RVA: 0x00035BB4 File Offset: 0x00033DB4
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479560, XrefRangeEnd = 479561, 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: 0x06000C81 RID: 3201 RVA: 0x00035C04 File Offset: 0x00033E04
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479561, XrefRangeEnd = 479563, 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: 0x06000C82 RID: 3202 RVA: 0x00035C54 File Offset: 0x00033E54
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479563, XrefRangeEnd = 479572, 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: 0x06000C83 RID: 3203 RVA: 0x00035CA4 File Offset: 0x00033EA4
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479572, XrefRangeEnd = 479582, 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: 0x06000C84 RID: 3204 RVA: 0x00035CF4 File Offset: 0x00033EF4
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479582, XrefRangeEnd = 479594, 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: 0x06000C85 RID: 3205 RVA: 0x00035D44 File Offset: 0x00033F44
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479594, XrefRangeEnd = 479607, 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: 0x06000C86 RID: 3206 RVA: 0x00035D94 File Offset: 0x00033F94
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479607, XrefRangeEnd = 479619, 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: 0x06000C87 RID: 3207 RVA: 0x00035DE4 File Offset: 0x00033FE4
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479619, XrefRangeEnd = 479634, 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: 0x06000C88 RID: 3208 RVA: 0x00035E34 File Offset: 0x00034034
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479634, XrefRangeEnd = 479655, 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: 0x06000C89 RID: 3209 RVA: 0x00035E84 File Offset: 0x00034084
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479655, XrefRangeEnd = 479660, 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: 0x06000C8A RID: 3210 RVA: 0x00035ED4 File Offset: 0x000340D4
|
|
[CallerCount(8)]
|
|
[CachedScanResults(RefRangeStart = 479698, RefRangeEnd = 479706, XrefRangeStart = 479660, XrefRangeEnd = 479698, 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: 0x06000C8B RID: 3211 RVA: 0x00035F3C File Offset: 0x0003413C
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479706, XrefRangeEnd = 479717, 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: 0x06000C8C RID: 3212 RVA: 0x00035F9C File Offset: 0x0003419C
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479717, XrefRangeEnd = 479764, 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: 0x06000C8D RID: 3213 RVA: 0x00035FEC File Offset: 0x000341EC
|
|
[CallerCount(1)]
|
|
[CachedScanResults(RefRangeStart = 479782, RefRangeEnd = 479783, XrefRangeStart = 479764, XrefRangeEnd = 479782, 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: 0x06000C8E RID: 3214 RVA: 0x00036030 File Offset: 0x00034230
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479783, XrefRangeEnd = 479784, 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: 0x06000C8F RID: 3215 RVA: 0x00036074 File Offset: 0x00034274
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479784, XrefRangeEnd = 479785, 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: 0x06000C90 RID: 3216 RVA: 0x000360B8 File Offset: 0x000342B8
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479785, XrefRangeEnd = 479787, 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: 0x06000C91 RID: 3217 RVA: 0x000360FC File Offset: 0x000342FC
|
|
[CallerCount(5585)]
|
|
[CachedScanResults(RefRangeStart = 24, RefRangeEnd = 5609, XrefRangeStart = 24, XrefRangeEnd = 5609, 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: 0x06000C92 RID: 3218 RVA: 0x0003614C File Offset: 0x0003434C
|
|
[CallerCount(5585)]
|
|
[CachedScanResults(RefRangeStart = 24, RefRangeEnd = 5609, XrefRangeStart = 24, XrefRangeEnd = 5609, 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: 0x06000C93 RID: 3219 RVA: 0x0003619C File Offset: 0x0003439C
|
|
[CallerCount(5585)]
|
|
[CachedScanResults(RefRangeStart = 24, RefRangeEnd = 5609, XrefRangeStart = 24, XrefRangeEnd = 5609, 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: 0x06000C94 RID: 3220 RVA: 0x000361EC File Offset: 0x000343EC
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479787, XrefRangeEnd = 479790, 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: 0x06000C95 RID: 3221 RVA: 0x0003623C File Offset: 0x0003443C
|
|
[CallerCount(2)]
|
|
[CachedScanResults(RefRangeStart = 479800, RefRangeEnd = 479802, XrefRangeStart = 479790, XrefRangeEnd = 479800, 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: 0x06000C96 RID: 3222 RVA: 0x00036290 File Offset: 0x00034490
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479802, XrefRangeEnd = 479839, 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: 0x06000C97 RID: 3223 RVA: 0x000362F4 File Offset: 0x000344F4
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479839, XrefRangeEnd = 479852, 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: 0x06000C98 RID: 3224 RVA: 0x0003637C File Offset: 0x0003457C
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479852, XrefRangeEnd = 479862, 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: 0x06000C99 RID: 3225 RVA: 0x000363CC File Offset: 0x000345CC
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479862, XrefRangeEnd = 479891, 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: 0x06000C9A RID: 3226 RVA: 0x0003641C File Offset: 0x0003461C
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479891, XrefRangeEnd = 479899, 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: 0x06000C9B RID: 3227 RVA: 0x0003646C File Offset: 0x0003466C
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479899, XrefRangeEnd = 479902, 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: 0x06000C9C RID: 3228 RVA: 0x000364CC File Offset: 0x000346CC
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 479902, XrefRangeEnd = 479905, 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: 0x06000C9D RID: 3229 RVA: 0x0003652C File Offset: 0x0003472C
|
|
[CallerCount(2)]
|
|
[CachedScanResults(RefRangeStart = 479907, RefRangeEnd = 479909, XrefRangeStart = 479905, XrefRangeEnd = 479907, 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: 0x06000C9E RID: 3230 RVA: 0x00036578 File Offset: 0x00034778
|
|
// 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_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, 100664384);
|
|
AI_GhostB.NativeMethodInfoPtr_Update_Public_Virtual_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664385);
|
|
AI_GhostB.NativeMethodInfoPtr_LateUpdate_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664386);
|
|
AI_GhostB.NativeMethodInfoPtr_Sky_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664387);
|
|
AI_GhostB.NativeMethodInfoPtr_ResurrectionStatus_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664388);
|
|
AI_GhostB.NativeMethodInfoPtr_Idle_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664389);
|
|
AI_GhostB.NativeMethodInfoPtr_Patrol_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664390);
|
|
AI_GhostB.NativeMethodInfoPtr_Confirming_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664391);
|
|
AI_GhostB.NativeMethodInfoPtr_Track_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664392);
|
|
AI_GhostB.NativeMethodInfoPtr_Escape_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664393);
|
|
AI_GhostB.NativeMethodInfoPtr_Dodge_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664394);
|
|
AI_GhostB.NativeMethodInfoPtr_Prediction_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664395);
|
|
AI_GhostB.NativeMethodInfoPtr_LookFor_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664396);
|
|
AI_GhostB.NativeMethodInfoPtr_GoHome_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664397);
|
|
AI_GhostB.NativeMethodInfoPtr_Hear_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664398);
|
|
AI_GhostB.NativeMethodInfoPtr_HearCheck_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664399);
|
|
AI_GhostB.NativeMethodInfoPtr_Damaged_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664400);
|
|
AI_GhostB.NativeMethodInfoPtr_DamagedDown_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664401);
|
|
AI_GhostB.NativeMethodInfoPtr_DamagedFly_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664402);
|
|
AI_GhostB.NativeMethodInfoPtr_GetUp_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664403);
|
|
AI_GhostB.NativeMethodInfoPtr_Death_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664404);
|
|
AI_GhostB.NativeMethodInfoPtr_Destroy_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664405);
|
|
AI_GhostB.NativeMethodInfoPtr_InitStatus_Protected_Void_AIStatus_AIFighting_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664406);
|
|
AI_GhostB.NativeMethodInfoPtr_FightStatusInit_Protected_Virtual_New_Void_AIFighting_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664407);
|
|
AI_GhostB.NativeMethodInfoPtr_FWatch_Protected_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664408);
|
|
AI_GhostB.NativeMethodInfoPtr_FFind_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664409);
|
|
AI_GhostB.NativeMethodInfoPtr_FSong01_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664410);
|
|
AI_GhostB.NativeMethodInfoPtr_Magic01_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664411);
|
|
AI_GhostB.NativeMethodInfoPtr_Magic01_02_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664412);
|
|
AI_GhostB.NativeMethodInfoPtr_FSong02_01_Protected_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664413);
|
|
AI_GhostB.NativeMethodInfoPtr_FSong02_02_Protected_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664414);
|
|
AI_GhostB.NativeMethodInfoPtr_FMagic02_Protected_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664415);
|
|
AI_GhostB.NativeMethodInfoPtr_Fighting_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664416);
|
|
AI_GhostB.NativeMethodInfoPtr_ReNavigationPath_Protected_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664417);
|
|
AI_GhostB.NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664418);
|
|
AI_GhostB.NativeMethodInfoPtr_ReceiveSound_Public_Virtual_Void_Vector3_Single_SoundWaveType_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664419);
|
|
AI_GhostB.NativeMethodInfoPtr_Resurrection_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664420);
|
|
AI_GhostB.NativeMethodInfoPtr_Create_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664421);
|
|
AI_GhostB.NativeMethodInfoPtr_Remove_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664422);
|
|
AI_GhostB.NativeMethodInfoPtr_SetTimeScale_Public_Virtual_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664423);
|
|
AI_GhostB.NativeMethodInfoPtr_SetAiStatus_Public_Virtual_Void_AIStatus_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664424);
|
|
AI_GhostB.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AI_GhostB>.NativeClassPtr, 100664425);
|
|
}
|
|
|
|
// Token: 0x06000C9F RID: 3231 RVA: 0x0001D6EC File Offset: 0x0001B8EC
|
|
public AI_GhostB(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x170003F0 RID: 1008
|
|
// (get) Token: 0x06000CA0 RID: 3232 RVA: 0x00036A94 File Offset: 0x00034C94
|
|
// (set) Token: 0x06000CA1 RID: 3233 RVA: 0x00036AC8 File Offset: 0x00034CC8
|
|
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: 0x170003F1 RID: 1009
|
|
// (get) Token: 0x06000CA2 RID: 3234 RVA: 0x00036AF0 File Offset: 0x00034CF0
|
|
// (set) Token: 0x06000CA3 RID: 3235 RVA: 0x00036B18 File Offset: 0x00034D18
|
|
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: 0x170003F2 RID: 1010
|
|
// (get) Token: 0x06000CA4 RID: 3236 RVA: 0x00036B3C File Offset: 0x00034D3C
|
|
// (set) Token: 0x06000CA5 RID: 3237 RVA: 0x00036B64 File Offset: 0x00034D64
|
|
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: 0x170003F3 RID: 1011
|
|
// (get) Token: 0x06000CA6 RID: 3238 RVA: 0x00036B88 File Offset: 0x00034D88
|
|
// (set) Token: 0x06000CA7 RID: 3239 RVA: 0x00036BB0 File Offset: 0x00034DB0
|
|
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: 0x170003F4 RID: 1012
|
|
// (get) Token: 0x06000CA8 RID: 3240 RVA: 0x00036BD4 File Offset: 0x00034DD4
|
|
// (set) Token: 0x06000CA9 RID: 3241 RVA: 0x00036BFC File Offset: 0x00034DFC
|
|
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: 0x170003F5 RID: 1013
|
|
// (get) Token: 0x06000CAA RID: 3242 RVA: 0x00036C20 File Offset: 0x00034E20
|
|
// (set) Token: 0x06000CAB RID: 3243 RVA: 0x00036C48 File Offset: 0x00034E48
|
|
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: 0x170003F6 RID: 1014
|
|
// (get) Token: 0x06000CAC RID: 3244 RVA: 0x00036C6C File Offset: 0x00034E6C
|
|
// (set) Token: 0x06000CAD RID: 3245 RVA: 0x00036CA0 File Offset: 0x00034EA0
|
|
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: 0x170003F7 RID: 1015
|
|
// (get) Token: 0x06000CAE RID: 3246 RVA: 0x00036CC8 File Offset: 0x00034EC8
|
|
// (set) Token: 0x06000CAF RID: 3247 RVA: 0x00036CF0 File Offset: 0x00034EF0
|
|
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: 0x170003F8 RID: 1016
|
|
// (get) Token: 0x06000CB0 RID: 3248 RVA: 0x00036D14 File Offset: 0x00034F14
|
|
// (set) Token: 0x06000CB1 RID: 3249 RVA: 0x00036D3C File Offset: 0x00034F3C
|
|
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: 0x170003F9 RID: 1017
|
|
// (get) Token: 0x06000CB2 RID: 3250 RVA: 0x00036D60 File Offset: 0x00034F60
|
|
// (set) Token: 0x06000CB3 RID: 3251 RVA: 0x00036D88 File Offset: 0x00034F88
|
|
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: 0x170003FA RID: 1018
|
|
// (get) Token: 0x06000CB4 RID: 3252 RVA: 0x00036DAC File Offset: 0x00034FAC
|
|
// (set) Token: 0x06000CB5 RID: 3253 RVA: 0x00036DE0 File Offset: 0x00034FE0
|
|
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: 0x170003FB RID: 1019
|
|
// (get) Token: 0x06000CB6 RID: 3254 RVA: 0x00036E08 File Offset: 0x00035008
|
|
// (set) Token: 0x06000CB7 RID: 3255 RVA: 0x00036E3C File Offset: 0x0003503C
|
|
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: 0x170003FC RID: 1020
|
|
// (get) Token: 0x06000CB8 RID: 3256 RVA: 0x00036E64 File Offset: 0x00035064
|
|
// (set) Token: 0x06000CB9 RID: 3257 RVA: 0x00036E98 File Offset: 0x00035098
|
|
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: 0x170003FD RID: 1021
|
|
// (get) Token: 0x06000CBA RID: 3258 RVA: 0x00036EC0 File Offset: 0x000350C0
|
|
// (set) Token: 0x06000CBB RID: 3259 RVA: 0x00036EF4 File Offset: 0x000350F4
|
|
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: 0x170003FE RID: 1022
|
|
// (get) Token: 0x06000CBC RID: 3260 RVA: 0x00036F1C File Offset: 0x0003511C
|
|
// (set) Token: 0x06000CBD RID: 3261 RVA: 0x00036F50 File Offset: 0x00035150
|
|
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: 0x170003FF RID: 1023
|
|
// (get) Token: 0x06000CBE RID: 3262 RVA: 0x00036F78 File Offset: 0x00035178
|
|
// (set) Token: 0x06000CBF RID: 3263 RVA: 0x00036FAC File Offset: 0x000351AC
|
|
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: 0x17000400 RID: 1024
|
|
// (get) Token: 0x06000CC0 RID: 3264 RVA: 0x00036FD4 File Offset: 0x000351D4
|
|
// (set) Token: 0x06000CC1 RID: 3265 RVA: 0x00037008 File Offset: 0x00035208
|
|
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: 0x17000401 RID: 1025
|
|
// (get) Token: 0x06000CC2 RID: 3266 RVA: 0x00037030 File Offset: 0x00035230
|
|
// (set) Token: 0x06000CC3 RID: 3267 RVA: 0x00037058 File Offset: 0x00035258
|
|
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: 0x17000402 RID: 1026
|
|
// (get) Token: 0x06000CC4 RID: 3268 RVA: 0x0003707C File Offset: 0x0003527C
|
|
// (set) Token: 0x06000CC5 RID: 3269 RVA: 0x000370A4 File Offset: 0x000352A4
|
|
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: 0x17000403 RID: 1027
|
|
// (get) Token: 0x06000CC6 RID: 3270 RVA: 0x000370C8 File Offset: 0x000352C8
|
|
// (set) Token: 0x06000CC7 RID: 3271 RVA: 0x000370F0 File Offset: 0x000352F0
|
|
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: 0x17000404 RID: 1028
|
|
// (get) Token: 0x06000CC8 RID: 3272 RVA: 0x00037114 File Offset: 0x00035314
|
|
// (set) Token: 0x06000CC9 RID: 3273 RVA: 0x0003713C File Offset: 0x0003533C
|
|
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: 0x04000978 RID: 2424
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_Effect;
|
|
|
|
// Token: 0x04000979 RID: 2425
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fAttackRadius;
|
|
|
|
// Token: 0x0400097A RID: 2426
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fAniMoveSpeed;
|
|
|
|
// Token: 0x0400097B RID: 2427
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fAniMoveAngle;
|
|
|
|
// Token: 0x0400097C RID: 2428
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_v3PrePosition;
|
|
|
|
// Token: 0x0400097D RID: 2429
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_bDamagedDownDirection;
|
|
|
|
// Token: 0x0400097E RID: 2430
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_Mat;
|
|
|
|
// Token: 0x0400097F RID: 2431
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_EyeColor;
|
|
|
|
// Token: 0x04000980 RID: 2432
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_BodyColor;
|
|
|
|
// Token: 0x04000981 RID: 2433
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_DefaultColor;
|
|
|
|
// Token: 0x04000982 RID: 2434
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_MeshRender01;
|
|
|
|
// Token: 0x04000983 RID: 2435
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_CCC;
|
|
|
|
// Token: 0x04000984 RID: 2436
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_CC02;
|
|
|
|
// Token: 0x04000985 RID: 2437
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_BodyEffect;
|
|
|
|
// Token: 0x04000986 RID: 2438
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_DeathEffect;
|
|
|
|
// Token: 0x04000987 RID: 2439
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_ShakeHead;
|
|
|
|
// Token: 0x04000988 RID: 2440
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_ShakeBody;
|
|
|
|
// Token: 0x04000989 RID: 2441
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_Fighting;
|
|
|
|
// Token: 0x0400098A RID: 2442
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fFindRange;
|
|
|
|
// Token: 0x0400098B RID: 2443
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_v3SeePlayerDirection;
|
|
|
|
// Token: 0x0400098C RID: 2444
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fSeePlayerDistance;
|
|
|
|
// Token: 0x0400098D RID: 2445
|
|
private static readonly IntPtr NativeMethodInfoPtr_Start_Public_Virtual_Void_GameObject_NPCManage_0;
|
|
|
|
// Token: 0x0400098E RID: 2446
|
|
private static readonly IntPtr NativeMethodInfoPtr_Update_Public_Virtual_Void_Single_0;
|
|
|
|
// Token: 0x0400098F RID: 2447
|
|
private static readonly IntPtr NativeMethodInfoPtr_LateUpdate_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000990 RID: 2448
|
|
private static readonly IntPtr NativeMethodInfoPtr_Sky_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000991 RID: 2449
|
|
private static readonly IntPtr NativeMethodInfoPtr_ResurrectionStatus_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000992 RID: 2450
|
|
private static readonly IntPtr NativeMethodInfoPtr_Idle_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000993 RID: 2451
|
|
private static readonly IntPtr NativeMethodInfoPtr_Patrol_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000994 RID: 2452
|
|
private static readonly IntPtr NativeMethodInfoPtr_Confirming_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000995 RID: 2453
|
|
private static readonly IntPtr NativeMethodInfoPtr_Track_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000996 RID: 2454
|
|
private static readonly IntPtr NativeMethodInfoPtr_Escape_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000997 RID: 2455
|
|
private static readonly IntPtr NativeMethodInfoPtr_Dodge_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000998 RID: 2456
|
|
private static readonly IntPtr NativeMethodInfoPtr_Prediction_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04000999 RID: 2457
|
|
private static readonly IntPtr NativeMethodInfoPtr_LookFor_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x0400099A RID: 2458
|
|
private static readonly IntPtr NativeMethodInfoPtr_GoHome_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x0400099B RID: 2459
|
|
private static readonly IntPtr NativeMethodInfoPtr_Hear_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x0400099C RID: 2460
|
|
private static readonly IntPtr NativeMethodInfoPtr_HearCheck_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x0400099D RID: 2461
|
|
private static readonly IntPtr NativeMethodInfoPtr_Damaged_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x0400099E RID: 2462
|
|
private static readonly IntPtr NativeMethodInfoPtr_DamagedDown_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x0400099F RID: 2463
|
|
private static readonly IntPtr NativeMethodInfoPtr_DamagedFly_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x040009A0 RID: 2464
|
|
private static readonly IntPtr NativeMethodInfoPtr_GetUp_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x040009A1 RID: 2465
|
|
private static readonly IntPtr NativeMethodInfoPtr_Death_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x040009A2 RID: 2466
|
|
private static readonly IntPtr NativeMethodInfoPtr_Destroy_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x040009A3 RID: 2467
|
|
private static readonly IntPtr NativeMethodInfoPtr_InitStatus_Protected_Void_AIStatus_AIFighting_0;
|
|
|
|
// Token: 0x040009A4 RID: 2468
|
|
private static readonly IntPtr NativeMethodInfoPtr_FightStatusInit_Protected_Virtual_New_Void_AIFighting_0;
|
|
|
|
// Token: 0x040009A5 RID: 2469
|
|
private static readonly IntPtr NativeMethodInfoPtr_FWatch_Protected_Virtual_New_Void_0;
|
|
|
|
// Token: 0x040009A6 RID: 2470
|
|
private static readonly IntPtr NativeMethodInfoPtr_FFind_Private_Void_0;
|
|
|
|
// Token: 0x040009A7 RID: 2471
|
|
private static readonly IntPtr NativeMethodInfoPtr_FSong01_Private_Void_0;
|
|
|
|
// Token: 0x040009A8 RID: 2472
|
|
private static readonly IntPtr NativeMethodInfoPtr_Magic01_Private_Void_0;
|
|
|
|
// Token: 0x040009A9 RID: 2473
|
|
private static readonly IntPtr NativeMethodInfoPtr_Magic01_02_Private_Void_0;
|
|
|
|
// Token: 0x040009AA RID: 2474
|
|
private static readonly IntPtr NativeMethodInfoPtr_FSong02_01_Protected_Virtual_New_Void_0;
|
|
|
|
// Token: 0x040009AB RID: 2475
|
|
private static readonly IntPtr NativeMethodInfoPtr_FSong02_02_Protected_Virtual_New_Void_0;
|
|
|
|
// Token: 0x040009AC RID: 2476
|
|
private static readonly IntPtr NativeMethodInfoPtr_FMagic02_Protected_Virtual_New_Void_0;
|
|
|
|
// Token: 0x040009AD RID: 2477
|
|
private static readonly IntPtr NativeMethodInfoPtr_Fighting_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x040009AE RID: 2478
|
|
private static readonly IntPtr NativeMethodInfoPtr_ReNavigationPath_Protected_Void_Single_0;
|
|
|
|
// Token: 0x040009AF RID: 2479
|
|
private static readonly IntPtr NativeMethodInfoPtr_Hit_Public_Virtual_Void_AttackData_0;
|
|
|
|
// Token: 0x040009B0 RID: 2480
|
|
private static readonly IntPtr NativeMethodInfoPtr_ReceiveSound_Public_Virtual_Void_Vector3_Single_SoundWaveType_0;
|
|
|
|
// Token: 0x040009B1 RID: 2481
|
|
private static readonly IntPtr NativeMethodInfoPtr_Resurrection_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x040009B2 RID: 2482
|
|
private static readonly IntPtr NativeMethodInfoPtr_Create_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x040009B3 RID: 2483
|
|
private static readonly IntPtr NativeMethodInfoPtr_Remove_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x040009B4 RID: 2484
|
|
private static readonly IntPtr NativeMethodInfoPtr_SetTimeScale_Public_Virtual_Void_Single_0;
|
|
|
|
// Token: 0x040009B5 RID: 2485
|
|
private static readonly IntPtr NativeMethodInfoPtr_SetAiStatus_Public_Virtual_Void_AIStatus_0;
|
|
|
|
// Token: 0x040009B6 RID: 2486
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
|
|
// Token: 0x0200006C RID: 108
|
|
public enum AIFighting
|
|
{
|
|
// Token: 0x040009B8 RID: 2488
|
|
Watch,
|
|
// Token: 0x040009B9 RID: 2489
|
|
Find,
|
|
// Token: 0x040009BA RID: 2490
|
|
Song01,
|
|
// Token: 0x040009BB RID: 2491
|
|
Magic01,
|
|
// Token: 0x040009BC RID: 2492
|
|
Magic01_02,
|
|
// Token: 0x040009BD RID: 2493
|
|
Song02_01,
|
|
// Token: 0x040009BE RID: 2494
|
|
Song02_02,
|
|
// Token: 0x040009BF RID: 2495
|
|
Magic02
|
|
}
|
|
}
|