37386 lines
1.9 MiB
37386 lines
1.9 MiB
#include "il2cpp-config.h"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <cstring>
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
#include <cmath>
|
|
#include <limits>
|
|
#include <assert.h>
|
|
#include <stdint.h>
|
|
|
|
#include "codegen/il2cpp-codegen.h"
|
|
#include "il2cpp-object-internals.h"
|
|
|
|
struct VirtActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct VirtFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct VirtFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2, typename T3>
|
|
struct VirtActionInvoker3
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct VirtActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct GenericVirtFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct InterfaceActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct InterfaceFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
struct InterfaceActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct InterfaceFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct GenericInterfaceFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
|
|
// BestHTTP.Authentication.Credentials
|
|
struct Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247;
|
|
// BestHTTP.Forms.HTTPFormBase
|
|
struct HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8;
|
|
// BestHTTP.HTTPRequest
|
|
struct HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE;
|
|
// BestHTTP.HTTPResponse
|
|
struct HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE;
|
|
// BestHTTP.OnBeforeRedirectionDelegate
|
|
struct OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D;
|
|
// BestHTTP.OnDownloadProgressDelegate
|
|
struct OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729;
|
|
// BestHTTP.OnRequestFinishedDelegate
|
|
struct OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D;
|
|
// BestHTTP.OnUploadProgressDelegate
|
|
struct OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D;
|
|
// DSLuaClient
|
|
struct DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C;
|
|
// ExceptionReporter
|
|
struct ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA;
|
|
// FairyGUI.Container
|
|
struct Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68;
|
|
// FairyGUI.DisplayObject
|
|
struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB;
|
|
// FairyGUI.EventCallback0
|
|
struct EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8;
|
|
// FairyGUI.EventCallback1
|
|
struct EventCallback1_t389063B912FE306493324D5033356213EEA650A7;
|
|
// FairyGUI.EventContext
|
|
struct EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122;
|
|
// FairyGUI.EventDispatcher
|
|
struct EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7;
|
|
// FairyGUI.EventListener
|
|
struct EventListener_t49A905F03D200ACE99DE09C02C7007437397826F;
|
|
// FairyGUI.GComponent
|
|
struct GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC;
|
|
// FairyGUI.GGroup
|
|
struct GGroup_tC639447CD683C998CC282B1BEB24798021939CB4;
|
|
// FairyGUI.GObject
|
|
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB;
|
|
// FairyGUI.GearBase[]
|
|
struct GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A;
|
|
// FairyGUI.IFilter
|
|
struct IFilter_t3EAC54FF3FB87ED9EA6B407C8D1FEF6AC55EACE3;
|
|
// FairyGUI.IHitTest
|
|
struct IHitTest_tA44710C1A71DD2F7E69CD3B62A9A3CF6A0A12AF9;
|
|
// FairyGUI.IKeyboard
|
|
struct IKeyboard_t5C6EB807944D436141E634F73C2AAC8E660A2745;
|
|
// FairyGUI.InputEvent
|
|
struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495;
|
|
// FairyGUI.InputTextField
|
|
struct InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC;
|
|
// FairyGUI.NGraphics
|
|
struct NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD;
|
|
// FairyGUI.PackageItem
|
|
struct PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0;
|
|
// FairyGUI.Relations
|
|
struct Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF;
|
|
// FairyGUI.Stage
|
|
struct Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8;
|
|
// FairyGUI.TouchInfo[]
|
|
struct TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD;
|
|
// FairyGUI.UpdateContext
|
|
struct UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7;
|
|
// Game.Utils/<>c__DisplayClass11_0
|
|
struct U3CU3Ec__DisplayClass11_0_tB2F7F95A676C0DC1CF162CF0826330BFE667C79C;
|
|
// GameApplication
|
|
struct GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712;
|
|
// GameApplicationWrap
|
|
struct GameApplicationWrap_t51AF531128FE180D1AE980C563F71090F82CE7F5;
|
|
// Game_UtilsWrap
|
|
struct Game_UtilsWrap_tE3264B8BD008A6FD2D31F5382EAA4E423EDC89B5;
|
|
// Hotupdate
|
|
struct Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB;
|
|
// Hotupdate/<>c__DisplayClass15_0
|
|
struct U3CU3Ec__DisplayClass15_0_t7CEB7B7DEA9DC373E32F54AE94FF96B3C401E5B4;
|
|
// Hotupdate/<>c__DisplayClass15_1
|
|
struct U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E;
|
|
// Hotupdate/<>c__DisplayClass17_0
|
|
struct U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB;
|
|
// Hotupdate/<DownAsset>d__17
|
|
struct U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022;
|
|
// Hotupdate/<__LoadAsset>d__15
|
|
struct U3C__LoadAssetU3Ed__15_t5AFAC24ED5B409AFA3BFBF457EA729F2BCE46920;
|
|
// Hotupdate/<__UnPack>d__16
|
|
struct U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB;
|
|
// HotupdateWrap
|
|
struct HotupdateWrap_t2589C374F69D82E033ABC005F29C11A8EC0A02A0;
|
|
// Log
|
|
struct Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B;
|
|
// LogManager
|
|
struct LogManager_tED2A57CB3D8EC3AB1B85577DF9659C0D8EA60AEE;
|
|
// LuaClient
|
|
struct LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301;
|
|
// LuaCoroutine/<CoWaitForEndOfFrame>d__8
|
|
struct U3CCoWaitForEndOfFrameU3Ed__8_t29F7A69C4E0AFF9484B4E4F6915A0E5D0D1B28BD;
|
|
// LuaCoroutine/<CoWaitForFixedUpdate>d__6
|
|
struct U3CCoWaitForFixedUpdateU3Ed__6_tA632C5D4CAE55ACEC2DEE1BCE9E5EAC42F2E906E;
|
|
// LuaCoroutine/<CoWaitForSeconds>d__4
|
|
struct U3CCoWaitForSecondsU3Ed__4_t084603F9A0F1C9940571AE77E3DD00EC4C8A911E;
|
|
// LuaCoroutine/<CoWrap>d__13
|
|
struct U3CCoWrapU3Ed__13_t30E36E0B1C814750EED9FA9A6AD1D142578E15C8;
|
|
// LuaCoroutine/<CoYield>d__10
|
|
struct U3CCoYieldU3Ed__10_tEBA02A86946E0B84BBC10E3A70C9C179A7875943;
|
|
// LuaInterface.EventObject
|
|
struct EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7;
|
|
// LuaInterface.GCRef
|
|
struct GCRef_tDDB8569385E3C98E44AC5735D9D10E2F0AACFE85;
|
|
// LuaInterface.LuaArrayTable
|
|
struct LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727;
|
|
// LuaInterface.LuaArrayTable/Enumerator
|
|
struct Enumerator_tC45C231DF0C00698C4FE7793E87B5B7DA62089A2;
|
|
// LuaInterface.LuaBaseRef
|
|
struct LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4;
|
|
// LuaInterface.LuaBeatEvent
|
|
struct LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033;
|
|
// LuaInterface.LuaByteBufferAttribute
|
|
struct LuaByteBufferAttribute_tD6D205944C6C15AFDD7E9973DC5B0D9EC4A5ABD4;
|
|
// LuaInterface.LuaCSFunction
|
|
struct LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE;
|
|
// LuaInterface.LuaConstructor
|
|
struct LuaConstructor_tFD182305C354FE01AE8A5AAE0B92771A065FC6DF;
|
|
// LuaInterface.LuaDLL
|
|
struct LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6;
|
|
// LuaInterface.LuaException
|
|
struct LuaException_t362D5A575564491633FB3233987012974B1564C4;
|
|
// LuaInterface.LuaFileUtils
|
|
struct LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE;
|
|
// LuaInterface.LuaFunction
|
|
struct LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B;
|
|
// LuaInterface.LuaHookFunc
|
|
struct LuaHookFunc_tC30C669CB2AC6BFBAD9DC3B0CB1303E85204CB1E;
|
|
// LuaInterface.LuaReflection
|
|
struct LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F;
|
|
// LuaInterface.LuaState
|
|
struct LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE;
|
|
// LuaInterface.LuaStatePtr
|
|
struct LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C;
|
|
// LuaInterface.LuaTable
|
|
struct LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87;
|
|
// LuaInterface.Lua_Debug
|
|
struct Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4;
|
|
// LuaInterface.ObjectTranslator
|
|
struct ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF;
|
|
// LuaInterface.ToLua/LuaTableToVar[]
|
|
struct LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6;
|
|
// LuaLooper
|
|
struct LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3;
|
|
// Microsoft.Win32.SafeHandles.SafeFileHandle
|
|
struct SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB;
|
|
// SDKCallBack
|
|
struct SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05;
|
|
// Singleton`1<LogManager>
|
|
struct Singleton_1_t7DCC2FA80BC7522DF2984354DB8985C5C315F11D;
|
|
// Singleton`1<System.Object>
|
|
struct Singleton_1_t2F491137FD6609FA1D09DC5EF3D792449E0912F4;
|
|
// System.Action
|
|
struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579;
|
|
// System.Action`1<System.Int32>
|
|
struct Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B;
|
|
// System.Action`1<System.Object>
|
|
struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0;
|
|
// System.Action`2<System.Int32,System.Object>
|
|
struct Action_2_tCC05A68F0FC31E84E54091438749644062A6C27F;
|
|
// System.Action`2<System.Int32,System.String>
|
|
struct Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36;
|
|
// System.Action`2<System.Object,System.Object>
|
|
struct Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C;
|
|
// System.Action`2<System.String,System.Action>
|
|
struct Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23;
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
|
|
// System.Attribute
|
|
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.String,Version>[]
|
|
struct EntryU5BU5D_tE76B471C44BE1C9181B94A5E01451633731BE83A;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,Version>
|
|
struct KeyCollection_t4AA9B89FA36A7FC1A461B95741EBFB355E9DEDE5;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,Version>
|
|
struct ValueCollection_t5AE98141925AA32558EEF5D405D30BCA01BF7F6C;
|
|
// System.Collections.Generic.Dictionary`2<System.Enum,System.Object>
|
|
struct Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Type>
|
|
struct Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.WeakReference>
|
|
struct Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,taurus.client.TaurusClient>
|
|
struct Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73;
|
|
// System.Collections.Generic.Dictionary`2<System.Int64,System.WeakReference>
|
|
struct Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9;
|
|
// System.Collections.Generic.Dictionary`2<System.IntPtr,LuaInterface.LuaState>
|
|
struct Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601;
|
|
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
|
|
struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA;
|
|
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge>
|
|
struct Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Boolean>
|
|
struct Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>>
|
|
struct Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<taurus.unity.AssetEntity>>
|
|
struct Dictionary_2_t296DB25273CE4CE3D4D5B7FCA95E3214DF18B51F;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.String>
|
|
struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.WeakReference>
|
|
struct Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3;
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AssetBundle>
|
|
struct Dictionary_2_t9119D8967869E96A9D001B5D96F65C462E234BEA;
|
|
// System.Collections.Generic.Dictionary`2<System.String,Version>
|
|
struct Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F;
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.client.FileHead>
|
|
struct Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577;
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetConfig>
|
|
struct Dictionary_2_tBE7E701AAE9FFB72282933F87F7F982A9A3101D3;
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetEntity>
|
|
struct Dictionary_2_t8EEB90D3AA4C58DE8DD6E135B93B327F5BE0C319;
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetPack>
|
|
struct Dictionary_2_t03D9CCDAE197F765067E955798A9B865501546AC;
|
|
// System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.LuaCSFunction>
|
|
struct Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16;
|
|
// System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.ToLua/LuaPushVarObject>
|
|
struct Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA;
|
|
// System.Collections.Generic.Dictionary`2<System.Type,System.Int32>
|
|
struct Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F;
|
|
// System.Collections.Generic.HashSet`1<System.String>
|
|
struct HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A;
|
|
// System.Collections.Generic.HashSet`1<System.Type>
|
|
struct HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05;
|
|
// System.Collections.Generic.IEnumerable`1<System.Object>
|
|
struct IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73;
|
|
// System.Collections.Generic.IEnumerable`1<System.Type>
|
|
struct IEnumerable_1_tF9225691990EF9799D9F4B64E4063CA0D1DF03CA;
|
|
// System.Collections.Generic.IEnumerator`1<System.Object>
|
|
struct IEnumerator_1_tDDB69E91697CCB64C7993B651487CEEC287DB7E8;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.String>
|
|
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
|
|
// System.Collections.Generic.List`1<FairyGUI.DisplayObject>
|
|
struct List_1_t11A30662822286DF8036D0D1993807262B502B70;
|
|
// System.Collections.Generic.List`1<FairyGUI.EventBridge>
|
|
struct List_1_t96F9041444F491A9089B15870662D9839D1B9728;
|
|
// System.Collections.Generic.List`1<FairyGUI.NTexture>
|
|
struct List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87;
|
|
// System.Collections.Generic.List`1<LuaInterface.GCRef>
|
|
struct List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F;
|
|
// System.Collections.Generic.List`1<LuaInterface.LuaBaseRef>
|
|
struct List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1;
|
|
// System.Collections.Generic.List`1<System.Byte[]>
|
|
struct List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531;
|
|
// System.Collections.Generic.List`1<System.Int32>
|
|
struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226;
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
|
|
// System.Collections.Generic.List`1<System.String>
|
|
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3;
|
|
// System.Collections.Generic.List`1<System.Type>
|
|
struct List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0;
|
|
// System.Collections.Generic.List`1<taurus.client.TaurusClient>
|
|
struct List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3;
|
|
// System.Collections.Generic.Stack`1<FairyGUI.EventContext>
|
|
struct Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A;
|
|
// System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>
|
|
struct Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211;
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
|
|
// System.Collections.IEnumerator
|
|
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
|
|
// System.Delegate
|
|
struct Delegate_t;
|
|
// System.DelegateData
|
|
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
|
|
// System.Exception
|
|
struct Exception_t;
|
|
// System.Func`4<BestHTTP.HTTPRequest,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Boolean>
|
|
struct Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB;
|
|
// System.Globalization.CodePageDataItem
|
|
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB;
|
|
// System.IAsyncResult
|
|
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
|
|
// System.IO.DirectoryInfo
|
|
struct DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F;
|
|
// System.IO.FileStream
|
|
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418;
|
|
// System.IO.MemoryStream
|
|
struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C;
|
|
// System.IO.Stream
|
|
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
|
|
// System.IO.Stream/ReadWriteTask
|
|
struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
// System.Reflection.Binder
|
|
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
|
|
// System.Reflection.ConstructorInfo
|
|
struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
|
|
// System.Single[]
|
|
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5;
|
|
// System.String
|
|
struct String_t;
|
|
// System.String[]
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|
// System.Text.DecoderFallback
|
|
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
|
|
// System.Text.EncoderFallback
|
|
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
|
|
// System.Text.Encoding
|
|
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
|
|
// System.Text.StringBuilder
|
|
struct StringBuilder_t;
|
|
// System.Threading.SemaphoreSlim
|
|
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048;
|
|
// System.Threading.Tasks.Task`1<System.Int32>
|
|
struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87;
|
|
// System.Type
|
|
struct Type_t;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
|
|
// System.Uri
|
|
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E;
|
|
// System.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
|
|
// TestConsole
|
|
struct TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843;
|
|
// UnityEngine.Application/LogCallback
|
|
struct LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778;
|
|
// UnityEngine.AssetBundle
|
|
struct AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78;
|
|
// UnityEngine.AudioClip
|
|
struct AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051;
|
|
// UnityEngine.AudioClip/PCMReaderCallback
|
|
struct PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB;
|
|
// UnityEngine.AudioClip/PCMSetPositionCallback
|
|
struct PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801;
|
|
// UnityEngine.AudioSource
|
|
struct AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C;
|
|
// UnityEngine.Camera
|
|
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34;
|
|
// UnityEngine.Component
|
|
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621;
|
|
// UnityEngine.Coroutine
|
|
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC;
|
|
// UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>
|
|
struct UnityAction_2_t77680359D738D69E578F3A74D50CD3FA8D775A60;
|
|
// UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode>
|
|
struct UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305;
|
|
// UnityEngine.GameObject
|
|
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F;
|
|
// UnityEngine.Material
|
|
struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598;
|
|
// UnityEngine.MonoBehaviour
|
|
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429;
|
|
// UnityEngine.Networking.UnityWebRequest
|
|
struct UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129;
|
|
// UnityEngine.Object
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0;
|
|
// UnityEngine.Texture2D
|
|
struct Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C;
|
|
// UnityEngine.Transform
|
|
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA;
|
|
// UnityEngine.WWW
|
|
struct WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664;
|
|
// UnityEngine.WaitForEndOfFrame
|
|
struct WaitForEndOfFrame_t75980FB3F246D6AD36A85CA2BFDF8474E5EEBCCA;
|
|
// UnityEngine.WaitForFixedUpdate
|
|
struct WaitForFixedUpdate_t8801328F075019AF6B6150B20EC343935A29FF97;
|
|
// UnityEngine.WaitForSeconds
|
|
struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8;
|
|
// VerCheck
|
|
struct VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7;
|
|
// Version
|
|
struct Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE;
|
|
// taurus.client.FilePack20
|
|
struct FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5;
|
|
// taurus.client.IFilePack
|
|
struct IFilePack_t9B0D9A5CBDA143AA00B09F790A8EE053FA8E032D;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t073E67EAC379AB821EAEC9EB79B8C12758053D98_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t0F46F3937AC3BBB71066453286E84FFFEB67CA39_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t12E3352847CF10123899C838475E4FD47A797DD0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t167B5F8C2F97A77CC247ABCD9FA11D7095F34CA4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t1E239673DABB3C5F93706C9B7B03B372FA6E1977_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t25D62C96B3D5EF34D4E821297C936F33504B6B16_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t3F3122B169DE5206E7E091146461BFE71B391E72_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t4CD07E6BBD6365E3828CEA0880BC81A217C95502_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t527B6437180103CA72B9253B083FB827D739227B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t774E97D942C031F468B2C2F7AB3A9A5139E99588_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t776B388975B686801183907651872264668F1859_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t7DE0DD6720F20BA0FB87D3AC47C58DDCBC48FA17_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t7E169FD59FAFA87BEF1768638A07DBC0FFA3E6F2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t802A63957F213D17A93553984E7FC9A776997062_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t850289AB61DF766A32DE20EC415DE047BF67A0BD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t93F39C2A14587E21167772FF32604529106E3646_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t98347E5B7595A8F9FFED923D9DDB9AEE6FFE882B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t9B22D62493F56F419E96B6F435368BC10BA2A94C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tA03F6CDA84F96D6FEA0C4B5D5D08CA30603373E5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tA76F5EBC02D94DE6BDA065CCA3CFB2054678D20A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tAB5C6C342702A0C58D59E04100E568FA4BB6A827_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tAE2B81FB6E1B220CC11FFF757B65C0C699E549B0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tB045B6E19DA2DD442876F32C4CDECFCFA4AAF87A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tB29CAC0DC6D96BB91891DC05BED51C1DF289342B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tB7ADE25F345783D88C0925F4F6324B9A45BF95F6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tB9C1DF1C081939E6C4E3B2F8CBBD6D632731E061_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tC17EE2BAB7FFD893EECF071ADB5374E09F776F6C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tC32870178A04E8785071C13C0A3A1BD78AB638FB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tDE432E09A11656023549F8DA0F86C42FF1354D4E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tE3882EC59D585021F3DAEF67508263D070138EB4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tF0DA4F8E9EF0E96D6F6B9323055B5A17E69D0D8C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Enumerator_tC45C231DF0C00698C4FE7793E87B5B7DA62089A2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tDDB69E91697CCB64C7993B651487CEEC287DB7E8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IFilePack_t9B0D9A5CBDA143AA00B09F790A8EE053FA8E032D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaHookFunc_tC30C669CB2AC6BFBAD9DC3B0CB1303E85204CB1E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaProfiler_t78786C7FEDF2E554BA02F36D9994B7B1910F2C4E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TaurusUnity_t8FA268527D1427CFB2C08BAD78A66DE97724A5B7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CCoWaitForEndOfFrameU3Ed__8_t29F7A69C4E0AFF9484B4E4F6915A0E5D0D1B28BD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CCoWaitForFixedUpdateU3Ed__6_tA632C5D4CAE55ACEC2DEE1BCE9E5EAC42F2E906E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CCoWaitForSecondsU3Ed__4_t084603F9A0F1C9940571AE77E3DD00EC4C8A911E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CCoWrapU3Ed__13_t30E36E0B1C814750EED9FA9A6AD1D142578E15C8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CCoYieldU3Ed__10_tEBA02A86946E0B84BBC10E3A70C9C179A7875943_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass15_0_t7CEB7B7DEA9DC373E32F54AE94FF96B3C401E5B4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3C__LoadAssetU3Ed__15_t5AFAC24ED5B409AFA3BFBF457EA729F2BCE46920_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WaitForEndOfFrame_t75980FB3F246D6AD36A85CA2BFDF8474E5EEBCCA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WaitForFixedUpdate_t8801328F075019AF6B6150B20EC343935A29FF97_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral039D787BF6B25DA7576E650754DDFC3DFEA3216C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral05BA4267C26F9B29F95BD57C39FDCF836418FFEE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0836B706B159DFDC876E75AEC8EFCEF523A6BD26;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral093E21A8D4990924672ED981BEBFA0EABB06A76E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0B220A55B9FA0C4A021A306CDBFF4BE12CC80FA8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0CFD156156B3B55E8F8E8CF4638296CB5D461DC2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0F423B901865FDCD0E2CD68D2DE4D09C09E40EC6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1133F18BEACB8B38B00E5A1974B87FF46E64A851;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1322C0724D0F4798AFCD991B03618072C72C860B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1328DEB0C1D4CA837EF3FF7D771395D37E087422;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral151CABC19ECF206E3165C60E2290143109AC5302;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1678C12A7019481974E3FE5EE2E1C901C67CBE6F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral16F2AE0A5828A31259FC1F8F43232DB8D43B98FB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral185967DF08B129512665BB5384C287FFE3717BC3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1B301476A3AABDC103DC5242E8C7A315C1579B46;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1B480158E1F30E0B6CEE7813E9ECF094BD6B3745;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1B90271D66CF2D3AC755D49A550FE5F31B9ECA5F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1C4A35E977331DCEF358CDB2928BE9551E03C44E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1E0DDA3C9BA126D68BEB6D609DD644A0F9AEAA41;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1E3633E4E643419DB475728A3F1BB39153ECEBC0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral223EBE9A978C8CA583E5D1247038694AA79FAC52;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral22A618A557B7D3349D23F9F391FA35B935ACEFA0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral24A271451E65E20717DE9AEE72E172C4A79D419B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral24AB7602E5BA734F776690AF34685889D47E471C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral25797647839CB4F4029689BF141A4509FF1DC3CA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral259E94AF5FAFBC8D739FC69B7E3065671FBB3DE3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral25A6905002B9768CA8BED49C924A6562B2D54693;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral26D70B88F6276D486D6F6D0D1A721130C1D084C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral26E397E32F743172AA25F02D87755230E96F351A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral277D9875BE5FE68089EB0DF46977504A46E4A90C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2977AC3101BB2DB4A81EEEEF9DD0FAAFDDD678CD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral29ED6184B1A2C82DB747A4693782FB59CC97D54C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2A09803F43C01972964D0F7BF096FF69057F3DAC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2AC36498A874614DA372DFA378D39150A1A31174;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2B020927D3C6EB407223A1BAA3D6CE3597A3F88D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2B95067731F9A3B44C58AE8B2F0395C768E38BBC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2CACE4F88C13D8E7B112540AF45714577BD7AF38;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2D249CCE573E214E00A5713BB5D5BE070EABC068;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2DDCC7CC5C6A889C5025B1850387F002EF9884D8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2F6FFD6B9421EBEFA4045A2DDA5E69BBB7778F15;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2FB224F010C278FC6239365F8E1BC50A24B323B6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral30B3D2CC79765F27C93C2CDE9AE54E8C568E275E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral31229D8F0CA64D7F6AD7192C959E3FBB79982CB7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral334389048B872A533002B34D73F8C29FD09EFC50;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral33B0FD0F74FAA27DAF44C1C690D408E467AA0DD1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3687FBBA7ECEBEA7D9B39DBC7F70875B6CE64194;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3773A560970C1A0C8A8B4E08F7FF735610ADE801;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral37D231FD85DFC336E119446D2775E907269BC180;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3A01BE17246D588CAF9A649F8A04E3E5D629DB94;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3A756D25F62248351CFB31883674523492975604;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3D6680B273C0ED1897B611DCB0CB1EE12296BE27;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3F0F75D87749BF6211C8AD131E6C43C761F7B9EE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3FA3B60A8946D1801350A2D32046010357A850CC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral43A9519ED4B5E9C75EB7D683E3D1E09708F9B34A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral44CB37C30F8E71CE4563273C55A168AD532B35B5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral45A903336B25F77B2D9830E9E6053345264D2308;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral46E5ECFEE643332116226CCF7A9A5AC48F9C25A3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4782280B813F27B9C37709163E3472A6A9D2D2F9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral48647474B89FA8F56ED6BDA0F8148A17B51B97BD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral496A44FD975C9B1D09ECC8A41570035DCDEBB690;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral49B28F0E7AC2D92B1E2D34F304124212AEBC17FE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4A72D949C37E32AB01784976715627037A6D99E8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4A77B1AD66C19D055181F636A51A902068734BEA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4C70E764FD3FB36A5425D631BA560E03E87C72AF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4DA9C9AF9631E294961D5A16FDC681CA3D84F508;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4EB70E250BF96C69A1FDD488857318805F704945;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4F1AD71C8699819A9F46577F13E65BE808788F93;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4FB41575813E861C635FC95656158342B56C5D23;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral50191890339F18672B19DBEABB4A3F552DB9C8A1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral50D86FCBE2ABB9A65B07323B311FF2296682029D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral525C5B8D86600F2CC5C0E6F4A5F7087FC5B55EA1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral53B0A1B2FADF4E040CDC2155A7340DE24ACA93CB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral541A72EB9BF47C9A1C2A90A88367DEA40D068093;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral54C49DBDC4E51DD6FAA8C6613E33021E7B6165C5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral55EB6C21D3147845BA2904BCCD515D22CFB6F330;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral55FFB573FE89CAB3517EF0AA1034B625B47BD5A7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral574CE9182A09DA79EF71434D711FA3902769CAC3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral58F1A4D4A9700639DDC01A24F7ABC03FD00C2B8D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5AF6682E8775856FD144338A39D5A72BDFCA8576;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5CBE14B8388A6DE8D147F166276D3507CFB8D245;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5D9FAFE838FB9E52118B779C533D4AD5C5A118EA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5DA4E76D118C9FC6CE2BD5A93E35033E64685B30;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5E2E97C3C7BA3035C6E6FC3A17E1BC22029C0C3E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5F97F8775628E86310829AB9E8C465258AB92A5E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral61907595F84AAFFC9C5381E8C2DF0DCF0B43A89D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral61CC55AA0453184734C3FA0B621EDA6FA874BD83;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral62B48B26C27F64911FF7DD6D0288BBB23ADCC0E7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral62BCE9422FF2D14F69AB80A154510232FC8A9AFD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral634492D215238354FF033DC5671ED2258833DDCE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6413E837D316AAFCF260786CD21A849F88AE3069;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral64EDE7586A956082282ED8D6CBF2F15D70BBDF06;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral66303F7D5887A2F78EAC9E30CDA4116DF45716FE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6CC475437CCC78312002E7E3540653321418C9A1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral71F8E7976E4CBC4561C9D62FB283E7F788202ACB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral722126CDFAB3E2CCF240E53F0444604FAF47C974;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral74CD2BCF187A604CFD2C0657627A84D50D8D9DE3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral77D9C222F72D43D7B1EAF943120DB718F8F32D81;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral794748D53AF31D370626025F15659414DB699C6B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral79C06D26593BEC1D1D79A3E31AA06888916A0EA2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A6D1971A79FB98CBD8E250FDCEB3A20E4C1B0B4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7AB1A22C152A21E59C89CBA73DA7DCB91237992A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral81361C518E6E6913ECCE705448EA39C1E5E83248;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral819830702D91B5FF0D3D98A7A14C75DE1D79DB4A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral81C203C1B100FED2FC7C8E20BC1DE806765EE4E7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral82759371F9379B7CD9495783352CF5CE22290CBD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral833DEEFB82326BEF3D3B805799F52A2CCA23133C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8486BDBB1D3D47B22EFEF31D81F4CBF6A91C4DB2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral84939FEA31814FF3975400838EEF161FA358F1C7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral84A142A18A53CB98A9C43E00765A013A9E229747;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral84EB91379C4180C9D60FDB19138DC5034353538D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral87A5250E7389D052BE3FDC257872EBD873EF2DEB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8B90493EDDDC9B999E47663B9D712286F062DE20;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8BB18AF61499A5D4D972E2DA109DAF06C398A340;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8BF95EA372568C7A254BA9FADA5F6F1701EBC5B5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8DE8845813D56D317914565CB350AA59ABA7DD31;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral91E95BE6B6634E3C21072DFCD661146728694326;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral938F3778DE08664E4F2098D13489336E8FA3E6D1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral95A4B66EE9EF2BDB4CE87D311F9C7B7401D4056F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral96649950633A5B6998D61837CC48C1D914A734DC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral975A87A90EC4A80CD64EAD1FC11A2C3690EA34A1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral97A9ECC796246976BEF78DF00A09C6C808653A97;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral97C89A4D6630ADEB18FA12BA9976A31413FE293E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9800A762AF5D2BCC8865DDCCCEB89DA7F16BA962;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral98054E9D5F2223295EFDD97262684CFD54E341DB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral99CFCDCEF9CA4670579D33FBF16EF38E538379C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9A8F65F2A549CA060C3FF3AAC417D2389B59BCBD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9A9ADA289A58C53BF3B26DBB446FD954C26BE3DA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9D346A21D48680D992BD0394862B66F7C8483942;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9D7311610D4DC99151F611A421431587111EC377;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9D8FB39373007C2C84580D473E2A6E10A1F4C15D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9E3E87EE93E0F84264468562FD96A0CD2AEA8F53;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA03FA5983E1D1AF37B94275D38059D9BACAE4BBC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA3BFB4577570D5AC4059515AC60ADC8DAED9FF15;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA4945B8329BB410456B22267513E3919FDD0BFCD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA60CE13FE02635FA21DB0586CAA781CB9BB39ECA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA712C913D593D2F6C227EBE8042EF73533D10A92;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAB8DF6CC6127DC743EE327F1C7D270041345EB2A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAC878B1D85F75748FEDB3B99862278B457C0B8FC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAFEBBC47AB29D2E5C8168B93D82CA62D9E9E2BB5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB22FC22C7A7C034242E8778851959A8C17595FF9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB291BEB8793F4F3308C463951165DAD483715A6C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB295F3601785611C8BAA2C5235FE7608DD8A6765;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB36F9EB32776BE6A238B2BC959DDCCD3506BF981;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB37519FD05FECEDF81D59AF480A8C7CD8B6F3103;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB3C631CCD334FD1E5D8A9E62EE527BD6E1487992;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB5366A2D2AC98DAE978423083F8B09E5CDDC705D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB5A06F57EB029BAEAE7196AA3ACC9EA80DBA0143;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB9B5F92256A79E1368613E23635431CB2C1AFE63;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBC0792D8DC81E8AA30B987246A5CE97C40CD6833;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBC7DEAA8C5040B40D5352554C56801DD7E944017;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBD3027FA569EA15CA76D84DB21C67E2D514C1A5A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBF54E07188D8179E3C3DD8B49B4A6FC5B3A6102C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC1B6F11DA454008D5C7ECDDA2DB1E0B44409BEB7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC218E39EFA2E1AAE69F39D2054528369CE1E1F46;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC283E375ED8CEBF3B8D1B5101FD51BB522961656;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC2C19C381D1CC181776D694EC8A92B5812D6958B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC2DED36AEC556EB4CC28588E4FEED64A37F58591;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC3EE137D4F22EB06ED1351D644F3674592C90836;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC49AB61DC87DFB83706E8121ED4AD76F471D24A7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC5497BCA58468AE64AED6C0FD921109217988DB3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC87592FA07FDF467399424AA837EE4E555DA252D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCB0ECF4741222F40433ADCC8089EE31B0ACC5050;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCC89E8A00344BF174EC9DB149009A3BF20579D20;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCCF240F89E7FA114B1DA3603A1E93B24FE139AD7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCD4207B2DDC9824AFA35E14510F61B6500ACD016;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCF29EB30AD3C7D04365920859DF816616551FE9C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCF8FD8A045E04D4653F220A8299D4566EE50666F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD2A04D71301A8915217DD5FAF81D12CFFD6CD958;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD37B68F65DBC8194B32C9DA9FE92A1D8FBAD745B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD493F113A3B1BBC64D354749CDBEC6BB42D7989B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD51418263EB70A453ADB85ACF6354B0041B96AEF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD59795DE8A4D83834E525B589B2BB0C12E4542C1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD5B902B01951CD2FAD6364D993D397809C9A090D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD71712F72D96CCB81B02D022BE2FE1A5C76FAFBF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD76C536A74E0C07DF94C18A5BF2990B88A339527;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDCE54DCDAC85F06A19366C606042058BAD8C84C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE0870BCD028F25043C98E45FF55B691A924AE719;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE121F60DDC3BDB608CCE70505C3D7F2B03EFCE4A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE1532519CB44BEC391E07B0751E0F7AFDBC8D2BF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE39E919887467F7A4ED98879672A3A7DC9647195;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE3E82846C32567811615378F30240185871E08E5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE4F0F6ABAB420D0110DB5752D071183D78D72882;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE58FAA25344E838C7CC2E6D04C14155BFB44EA44;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE6EBAE61455AEDF76B2C9F49FBE9BF2E3A5FE760;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE7AF57BD267E36F0273F75EB93E9E8C01996099E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE82E14EAE3D00B740AAED5975C180F7B8313CC30;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE963907DAC5CD5C017869B4C96C18021C9BD058B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE9B450D14BC2363D292C84F17CFAD5CFBD58A458;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE9D34849236BF94D9887C4C5315B97981CAEC5BB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEA79C503B5130623B3E17987FC53504E74679669;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEB2B6D9ADB119B2106D319C86CCDF144C78E53ED;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEBABC9B6E6F06B857E70FF9361A38C584DAFDB10;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEC381A981695CB5B4108E038E15CA598EC364C96;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEC3CC6AC47DE4BB63527BCDF8C8E4B0B3EC3A943;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralECB252044B5EA0F679EE78EC1A12904739E2904D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralED0E450A8F7A47D2DB31E869A2BD076FBE99DC14;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEDCB541BB6A979BF0654A028A4E0668DA51B3A2E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEE8DCA5D91CD232D478CB61E8CD58BD12D399E5B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEF99175D528392829CF7CD6C7029D3CF2109A15A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF063018122C6C1D10427C1FCDF0E7304EF65A824;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF2FD990EE02A063A8513E7C28E23AF7DAAC4057D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF329C2C616EC6D27982882214B4FB7B0655CAF62;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF402622194E03B6A7D1E0B52BF013F86DBF44065;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF40368059830399CE8189100003D317F2739D087;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF5213DB1DF57929196BB2A1E4081C8B94CFD6B82;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF5E15C3642FE5013587DF8018FBC6FA95AD917F6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF7B53E20C4B78ADFFE94299D8AA204CBE6133540;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF946BBFB955FA46555CAD69DE0AA84D6839BB22E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFB02EDF0526F86DC8F47238EB4519DF67313F16D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFB7FA55A22676E14358D4B5214DAFEF76FAAB7AB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFD02BFCF09C1C044CB83AAEC304A8C076CABD77D;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m236B4013FB31497A692E886DB7DC16D52BE79500_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m2CDF7A9DFEDA8D59543C004CB97A89C47A0CDC3E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_m17D124B5F980A037B874E3CA7A170AA684123ED2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mB229F6DE1D144FF630CA672440A3727286CDF502_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m02E0C9AFA471D43C1087D4F00F8E310464E4F4BB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m090FDAD2B2C5D50E7C09F04EAA49EF4D0FEAFC51_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m0AB017A9D2932C9865143222A117E51C1AC4D0BB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m10234597228343621A5064620A7C6828759134FB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m1502E4D0C12FFB201F9A4C422E83D4E62F1DE598_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m1AB09D5B0D223343D85EDC9060B6CB4ED1BB69EA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m1EEA067ED95DD7B187F10A00C60DD9CA31BA3A03_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m23C165FD3BBD2C6898C03CF035564BAE70C967C7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m26B168D8F0C1C9DE23AFE97C0C526647EBBA1455_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m2A0A31EB21CA7051AAA07CE086A0CF8C95CDAE33_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m2C3884C9BC4CD2220F3079F65EE38950A0CB5E43_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m2F146A69AA14162B483CE92D48A0A4A7E2E72F77_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m345AC470C2E6F67E51ED4749C2D48A0AD86E7460_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m355F7B48D6075D9FEF34AB3AF8BFB2B3765783EC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m35C4D31170467080F30806D3EF24D5C40282AADE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m379E8A31CA45905487F5A05B2685BC6EEFB287AD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m3C2DE6DFCFDBC52AE70F4AFC820013838D24C06C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m3FF9E634718422A211D17D6D646631662F2DDB07_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m46FEDFC22A5F01FE755CB9BF29CD57DB68601F74_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m470526222E21E88F0E5D3FCC2279A4C247494337_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m4EAA5BFF741ED2CDCD663E726A9827883E988412_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m540C0E9B91A239FAA6B8AEB54E84145841186DAA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m540D4A4974CE55C02A8946A2D13B764973778394_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m56B9F43B47C8E6E5BD8139B34FFD626A768F6C4D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m5C5567FEB162E8982D664A7B2C1572E19772173C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m5E2BEBDE35F5E01D3E05C492822707A79DD72357_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m5E46A95D2563BFF417AB5D167E09C3D2696A49A6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m64697478C95403BED0436839166BECA60F031F66_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m78E8005A3A9785C1947450D8B25EAD33E7D1DC68_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m78EA0251BD78385CAA58FAC8CA295A24272F45C6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m7E06B7C5A09479458CAA7B15CCB2309F884CBE16_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m8248DA21C3B5F67CCC09F67406C600686365F3C2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m860D45181B2E555E6C4D5AF35D6C1F47CF51D90A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m97C60087A066C967367596B79413098D755B7B75_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m9903243C2FBA8232A285BCB6205F16775093DAE6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_m9AFD8887154BD3630FE3AE22D980E94BBFA5FCF5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mA63A8A8B8F247AC12164279199FF03D7ED6CBD9F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mAD4E83A5961400A78DF50999CFC74DE1BFDF09CE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mAF5310CA8A64CC1ADF2FD4C39D996CAE82164270_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mB09B12593B9B7A33DB08B50F9D03FE2569DDC6C5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mB2E5AFB91459A19B08AEAF397D8346B27D1C843E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mBA5CEB4B83DC61FB1F450E122516FC9EAD242871_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mBB6DF50324DD40E20FBFC91BCDA50AC70AC8F8B5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mBBE94DBF65E7EE5E1EC940713BD9F4854EA2FDB5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mBDDCD3D9FF6BCC6C4E6F7F64F3B0D7440EF1DDA7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mBF4064DC1BC192B74DB7C2C585B51B368267B31A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mCB990E685E897FA2786343CDD2A8B3436563F54D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mCC6C909DC086BD337730D7B6EB4C274ACB2A0295_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mD19968D9C40691201CC5FAA194E756701C338079_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mDCF02A7E588A4F5380E364603974D167F39ECCFE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mE0F0365E060B474541DE860EE6D2387FE8C73DEA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mE0FBF1185A2A4F56ED9C50F3B9F5D4BDCA43FCFB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mE99B3FF181BA57C3976F338985CE41434A2334C9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mED324F75273F7A952D83DFFE831A874558E6105B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mF03FDA3395BDF92B674E26BB51AF4466046B22F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mF29D6FF0C15DA40DC97F04208CE5599476536271_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mF49E70781ECE6CC485F34F3699C2778A3BB87957_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mF5A9728811C1AEAA5F9E6818A22ED6D0820411C0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mF732ABDFD42C332F426A6BF4EF7E24FD1A0CD378_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mF8B797E4343F3EFD74AF65D39D1466608065C17F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mF9165CBEA09040C247F538B355A8523B8F194DBE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mFDB35F761C96004D32A7E39A2C6809627F5EC4C2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m832915D1C9334395C06CF04206130E529DD00145_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m980972E002581B1558070A3ABA54A1E6257A67B5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m4A15B6BC026F66AF532BF7CE6F0C9BEF7A21A486_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m5628BAA616E1ABD51BAB7F3334AA750FE641EECE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_AddBuglyUserValue_mBA8789D05044ED992D06BC9C0D86F3A0008B1BA5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_CopyToClipboard_m5E588F97B791CED059EE2CE342C3763AC97D9987_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_GetBatteryLevel_mA950A131218CEA2C096886F354E79303CF0F6414_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_GetRoomID_mB2A3E462E14179501FC6458565F289BB74B28C7D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_InitBaiduMap_m61F673DBC96C345A9604CC4DB89E0EFC9947463B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_InitBugly_m8136A0A042C4BF49F4EE8EEE6C24730651410929_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_PlayMuisc_m510578B81A9C73FCB8B8E5F5B5EA63A45B1860AA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_PlaySound_m6CFA596CEA95B2C0F0992FDC1C4E904EFA90EFD9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_PlayVoice_m7ABD59A2932A2124FC0E841833603E8932DF3C68_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_RestartGame_mD2C83CD953920649A0C5A35FE8ED77A0E1FFC156_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_SetBuglyUserID_m095E088754A1292D281AB27C8043E5EFEA761EFB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_ShareLink_m7CEFD371B9B0AA226162AFBE59D213696866B136_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_UnExtendLua_m00CD72E82CEA9FB64DF1389F0B978D77AB498BA4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_WXLogin_mEA3C73A56F920E651ADFFB56C49417D6C81219E8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_get_GameInfo_m9EEC3934DBF202CD8D395FB8866733FC186A4574_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_get_HideSdk_mC857FB8034960C8C85C2AC7C270850484945DE7D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_get_Instance_m36CCC8A399E6FAD7739736B1C0E50E0625965ADE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_get_MusicValue_mE323A1F2D86777049AC981F22A4F94319C7607B4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_get_SoundValue_mB135DE3329EFC2A7D8A26E2062C21D88B0F9E490_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_get_StopMusic_m8910BA3CC166488A86867A4FDDAC600BF9B754E2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_get_accountTest_mE4F8CD0010D4902FC974886865BA139E32F03B83_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_get_buildApp_mFA01B25A609416A8514D94403E768CF576ED5406_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_get_musicSource_m7038CAEB532FB114EBF71C44682C2D88A75F656D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_get_printLog_m7BACB3CF7AC6940FA1CD0B74F2499B8C4AF35573_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_get_voiceSource_mC63D3D9AD41D67AA87B79FF6BEDC32ABA10651A5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_op_Equality_mFD371983042712F80EFC5DF5DB31CF70A418272D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_set_GameInfo_m7B3A8F62DA6C613FDA032B09A0D7C0CC25A71D33_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_set_HideSdk_m4027CFAB0F50C898CCBFEDB984C7964350C34504_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_set_Instance_mBF85CBAE3D1433F569627F0B7B2DDFADFF5D1C0E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_set_MusicValue_m71C9F9F40CC044A747F7290C962EC375F9B95A73_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_set_SoundValue_m32303FA988363911B9007C79217C6A88B08757F1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_set_StopMusic_m80224F5F14FFFD5E9AB6395A1B6E457978C90F0B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_set_accountTest_mE4A018F36EB4D003701A2BAAAE8E6FFB94CAE304_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_set_buildApp_m7CCFEF14C2EEEF267DE7450A5DBEB113C058AE59_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_set_musicSource_mC48384350639A0387811DF3D51F2FF2699F78382_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_set_printLog_mC4F95ECDABE2231D2F0F10C0F02BAC43D37414F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplicationWrap_set_voiceSource_m844597BF1211AF9C1B658BF5B6678D0FB2AB0019_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplication__OnSharecallback_m9273B775BE6031BB36CB142E0CDEF620CEF86540_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameApplication___OnWXCallBack_m13C096735B0377E53AB8FB33A06DDE52AF279272_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisDSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C_mE6F2FEDF64A557BABC4339E9C35DC684E1ACC7B5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisLuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3_mC5CC69A8B63439C8749491B5AE49B10673115532_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Game_UtilsWrap_ClearLocalFile_m09AB51D6101FAEC52F00326A133E38FB4D39DF0B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Game_UtilsWrap_CopyPrefab_m07C20B462C6B077E13C07E039607E1A4CFE30F19_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Game_UtilsWrap_DownloadFile_mA752C4275E0E8D248093E2F0D5E0A1030EB8D28A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Game_UtilsWrap_GetTime_mDFDAD5C981A90D3454B4BE5B4D51FB25AA306CB0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Game_UtilsWrap_IsDoubleClick_mA4B768370D0B813B4B7FE9E587970360FE905865_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Game_UtilsWrap_IsGPSEnable_m26A5B85DD1D0C079A393A6F1364FF52B89925C31_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Game_UtilsWrap_LoadLocalFile_m1305F60A0173F56DFA9BDA425432437A7262E387_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Game_UtilsWrap_LocalAddress_m73BF0D2674B5EE522FA88F734A5695DAB34FDF94_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Game_UtilsWrap_SaveLocalFile_m26775776A21E73959E4F66174CEB704CC88259C8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Game_UtilsWrap_SaveScaledPicture_m34A497EE29D8124E69E323B620BCE3BB668412A3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Game_UtilsWrap_SetNativeObject_mFFA32F6CDFF91996B303EBECDB0EB8651C72FD01_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HotupdateWrap_GetLocalVersion_m2575F886B1BEF500EF6EC3E3B64232506DB7C1B0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HotupdateWrap_LoadAsset_mBC359303DF2F0423B13FC09425002550A4A78EBB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HotupdateWrap_SetTipCallback_mF7F20BAA761457F9E70F4192FA90403D8364E559_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HotupdateWrap__CreateHotupdate_mE1D682260F442CAC2D310819E24C2E2F3B709D7F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HotupdateWrap_get_AssetName_mA5803C25B087DA26E3F6CB920D2BA3A91E701730_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HotupdateWrap_get_Done_m3899BB19E851DD16373890F21935A7A2C6BEE61F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HotupdateWrap_get_HideDetail_m85BB10B2236F075F069DA9005950F603B295AD07_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HotupdateWrap_get_Progress_m93055177D0A2000EA9B3FBC2D8E5508FB2394F3D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HotupdateWrap_get_TextTip_m2AEDC074127F073DACD2C5DB2CA30C545C0F9609_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HotupdateWrap_set_AssetName_m68A71DAE0CEBF73516129FCF2C65FD149433492B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HotupdateWrap_set_Done_m4D9FD9F41B624EAEA8803AFBD40D6CB87678AE45_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HotupdateWrap_set_HideDetail_mCE659777AC74CB56CD6481F8D68AD981BA7D4D92_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HotupdateWrap_set_Progress_m5BD9A599535C92FE202198D27C61E9758D2AFDED_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HotupdateWrap_set_TextTip_m007B1650778E71308B730DE6F9E3412FF60EA11C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Hotupdate_U3C__LoadAssetU3Eb__15_1_m3AB5F2B2C84037336EFD8105ECCE01E2AAC7DD5A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Hotupdate_U3C__LoadAssetU3Eb__15_4_mF819C5E72FE39C1A9D032A6C395CA09BB5677F54_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m03E5E8B166FE7878A734A024FD96854CF36D99B5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mEA21F6734CA23B6A82500CF1492206D5171EB326_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mB470A54EA2F652494E97FF09F589EB4587DFDA89_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mFFA8587D3830DDCCB3D34524C792A1C31512DFA3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LogManager_LogHandle_mC7B1C13900B09C4FCBA49A82DAB1A9635740B99D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_FairyGUI_EventCallback0_mA14A82D9A1337ED54B1BC4C9EAEF6EE3A31A8C6F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_FairyGUI_EventCallback1_m4B3395D7F30284B9C10D4B24CC8EF94176F8F87F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_FairyGUI_GObjectPool_InitCallbackDelegate_mE96834EEA6574613B704A0BD9A2B55B2CADC20CF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_FairyGUI_GTweenCallback1_mE9A5DF654115A8A1B31A02C762BE4F75325BD71A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_FairyGUI_GTweenCallback_m8056B2FAE08088992577B132EAD3DC27456A470E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_FairyGUI_ListItemProvider_mD59C085C9EBE3746B2039317526E83DF878B8C73_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_FairyGUI_ListItemRenderer_mD32611808DEC75D152D0B563B02AB057DD7779F4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_FairyGUI_PlayCompleteCallback_mD17CC5B93B25FBFAC571B3F669AD1953A0B2E6BB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_FairyGUI_TimerCallback_m3A5C610B79AAFB5EE17491F2371D0875219B5FFC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_FairyGUI_TransitionHook_m498A930DA2DCAA1AD82F4913F676D71C6452C4A8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_FairyGUI_UIConfig_SoundLoader_m91E554B4F101452A3B4966BBA41A14CA3D54B940_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_FairyGUI_UIObjectFactory_GComponentCreator_mD844B0EC7849F37189D4099B83528E40CBAAD52B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_FairyGUI_UIObjectFactory_GLoaderCreator_mE21DFC316EA43D120A62802F86DB549F543A33BD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_FairyGUI_UIPackage_CreateObjectCallback_m886D2726572D314DA18BFDB8EAF6BF4D5C72D910_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_LuaOpen_UnityEngine_AnimationClip_mC3762E1113BEF5490E682C50887B0E508F07BAD4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_LuaOpen_UnityEngine_AnimationState_mBE8550125DC87AD922EFED49710D673D8EA1868D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_LuaOpen_UnityEngine_Animation_m515EE196520111AB9B1802589A5EC6BB37338B86_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_LuaOpen_UnityEngine_BoxCollider_mB89F4E31BCF0EAB7F91B3432AB88E059EDB6F034_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_LuaOpen_UnityEngine_CapsuleCollider_m054843E27781EAD4C84B025F6D49467E627B22CC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_LuaOpen_UnityEngine_CharacterController_mE4432CA41C11D4A1E357D39013D2017C70CC94A3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_LuaOpen_UnityEngine_MeshCollider_m637044BCF2A72E5C968A862032236CF2AAA927FE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_LuaOpen_UnityEngine_MeshRenderer_mE1FB99462D05EAC6830CA0815605366726D9AE62_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_LuaOpen_UnityEngine_RenderTexture_m41B070ED728061B6E9897141BDEE453FEE936CBA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_LuaOpen_UnityEngine_Rigidbody_m55DD9C6C7E19B6F37E826984971E7320736C2DA4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_LuaOpen_UnityEngine_SkinWeights_m4704E7BE52E9209C2BE262AA83DD9746A8C19B90_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_LuaOpen_UnityEngine_SphereCollider_mBFE253E19B63767C397705BB646FC62E093D3090_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_System_Action_UnityEngine_AsyncOperation_mEA2FB1653BD60DF3F88AC012858FD4215B21763C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_System_Action_bool_mDC575E788266BC6BCA4C9510D00E918593D0289A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_System_Action_int_mD157EC370F8092F0A922E7C9F13AE8E456151FC8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_System_Action_m023154760C00481CBF83B5F34295732AC229FA42_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_System_Action_string_System_Action_m69CA12871EE06AAD2FFB1E56B6394BFC4C8D8B17_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_System_Action_string_m5F484E20F94461DE3CF0F964975EA34B27120E68_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_System_Comparison_int_m179D2FEB2C1F9124574199492A49957666F57114_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_System_Func_bool_m700AF81876EBB97F8B7449C654197DDA0463C5F8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_System_Func_int_int_mB1947D852EE5DD0474773078E5D083CC791DC967_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_System_Predicate_int_mA1371338026C3DB913B606305DD7604BCB11CB44_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_UnityEngine_Application_AdvertisingIdentifierCallback_m049B30CE5320BE8BE41644ADF352E1579011240D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_UnityEngine_Application_LogCallback_mAFE3E29E69E024CEB8C486C43BDB5EDA45FE025B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_UnityEngine_Application_LowMemoryCallback_m65EC80DACE123003332F838BC9BEE0D2237512A9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_UnityEngine_AudioClip_PCMReaderCallback_mD21B499E9D1BD1EFB8FD063DD44AFDCAEFC92F95_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_UnityEngine_AudioClip_PCMSetPositionCallback_m89842D1F83BBB1F64E76AB6138764821D72A599F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_UnityEngine_Camera_CameraCallback_m26729CFF7984CEA7D8A881A382B5D8BE0A52FBD8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaBinder_UnityEngine_Events_UnityAction_mBB6EDFCDAFAE815C71EB529DAB4DDC6D021B1166_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaClient_LuaOpen_Mime_Core_mC3B7816D48481AF4D139002A2C15421BDE77E6B7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaClient_LuaOpen_Socket_Core_mCE03F638E889F682C7893D06A6B6941A78969764_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaClient_OnSceneLoaded_m15CA60A1483FDF15651C9B133D6D8D4756DCF66E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaCoroutine_StopCoroutine_mF958DBF79319373E674175F4BF6897D5AAE45691_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaCoroutine_WaitForEndOfFrame_m2C2D9ECFC8F26575A6784372C7FB7805745269A5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaCoroutine_WaitForFixedUpdate_m1D7BD94EE0146BAC7621754388D185224029A0B0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaCoroutine_WrapLuaCoroutine_mDE72C7B49C0E1588397D6167C00CD153A0D4C89A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaCoroutine_Yield_m3643D87BA6EF0688E356BF97D53360D8A3E3D164_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaCoroutine__WaitForSeconds_m54BB29FE5DAD0CA5254FFD3A48D9C23A1CD87C13_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaDLL_luaL_argerror_m648A4BE57D4DB36B0B83C6C0F6D2703239DED5A8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaDLL_luaL_callmeta_m7CEAA406156463A0C79BBC3801D6181A5484303E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaDLL_luaL_checkstack_m108FFA986F822FCEA470495CCD4EBFB6096FB8E5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaDLL_lua_getfield_mA13E1DD15570F1218801FF50A3A5FC0A22CFC933_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaDLL_lua_gettable_m60AF7A3D549EDF8C7A6D1F10AF3968E9324F524C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaDLL_lua_pushlstring_mBE214E6ACD66964F1F96F5B509046737F485E1A6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaDLL_lua_setfield_mDC1337BCC2F5CD5284201ECCE0830D84499EDD52_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaDLL_lua_settable_mE33B55B2A438CFCCB005DF06317CD3B83D538766_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaDLL_luaopen_cjson_mEF11113A74A71F5FE46A2D033CAEE2DFBEDA3FB2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaDLL_luaopen_cjson_safe_mB27B83FD89D7BC64F92735A493F898968B72F8D3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaDLL_luaopen_lpeg_m74C2A138A9680792399E8948E29C7ED763837334_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaDLL_luaopen_pb_mF96C70B9A6BA83135C5461F35C661BCE9210067A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaDLL_luaopen_struct_m465B074E7DC3528BC7A6933D86FE7428328CDDCD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaFunction_Call_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisString_t_m22923E54E77D8C995E27A0163098DBFF92E9E8E3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaFunction_Call_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m92D004180AC5D44B0271C0527A0BF8F853C28011_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaFunction_Invoke_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m4EF154F143C6807BFA46492D544ABB22A8192E40_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaState_Require_TisLuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87_mC1C7F07471A5E06295D3D794E09534314C5672C4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaTable_Call_TisLuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87_m62CA0A52974FF90EBCF13048B9C59A2A1453E9B7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Marshal_GetFunctionPointerForDelegate_TisLuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_mC47D09AD0344D2CA3D17A63D4BBF5A0A06C74FF8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResourcesManager_LoadObjectByGroup_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_mDDA9A5337BA69D8A1D41B0193074E2FCDBD6E784_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ResourcesManager_LoadObject_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_mBA19882D66719EBF1B0613AC4E515CC48A0FAB21_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Singleton_1_Init_m397C286C553E7D9C6B6E21BE31FD07D5238E1EAE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Singleton_1_UnInit_m7D9CEA15107E698CB856EC82D721E15A501AED43_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Singleton_1__ctor_mE975638B4ED762801658F46493F20566FE3CC6FF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckDelegate_TisAction_2_t21B1554176CA268836EE910CDDF9F6F768C03F23_m5B75047C6CCA72749C25DC5280E9DCF93D37F1A8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisEventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_mD0E0819EF1D9DAFC1565805F303212AF2982A176_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisGObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_m0C90970BFA3C26D0BC5EF8D6D09C59530AA05163_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisHotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_mFD4A34A6165F13FBFFD5327E3FBD96D46712DF6B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushSealed_TisAudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C_m09D8DB17BA56EC55CFCF74E722BF3A85AD2242FF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushSealed_TisCoroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_mB726280B60EB92ACCDAFD20A2C2BEA2B71A32E2D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushSealed_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m81BC867E74E5CC9A3022E90BA4C7352D490FFE44_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushSealed_TisTexture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_mB80700D257812A19AB31D1597568D6A5C1FD54AD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisString_t_TisString_t_mFC82CC15DA61FA5C2312D0C2F2633BD61E0C6437_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisVersion_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_TisVersion_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_m9CC0B28E45DCA94A57777C662A04992B3F9AF4A5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CCoWaitForEndOfFrameU3Ed__8_System_Collections_IEnumerator_Reset_m3563EC1CA3E16B2B8AD942629C328C03EB615622_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CCoWaitForFixedUpdateU3Ed__6_System_Collections_IEnumerator_Reset_mCB0764B7A8A8B255C0CCA4079A4E4BA240F40BEC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CCoWaitForSecondsU3Ed__4_System_Collections_IEnumerator_Reset_m3E052B252D7FF126666A9FCC753AF95CC112D9BC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CCoWrapU3Ed__13_System_Collections_IEnumerator_Reset_mB4BEAF8A7DFE69B69762B2311B98EEB1A350648C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CCoYieldU3Ed__10_System_Collections_IEnumerator_Reset_m5C1B01C06C74B7675047C5FAAEE4C28C760DA5D2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CDownAssetU3Ed__17_System_Collections_IEnumerator_Reset_m668F8A22D7C381FC93BD232F249C13D2AFFCF191_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass15_0_U3C__LoadAssetU3Eb__0_mD9B6E90C039A109FA8E547CE2303E2D3B0CBB911_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass15_1_U3C__LoadAssetU3Eb__2_m70FB5E55EFB0176E880A5636E4555307494C40A6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass15_1_U3C__LoadAssetU3Eb__3_m50A9E7FC8260A6526E04441C45F02D9DDCBBB98A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass17_0_U3CDownAssetU3Eb__0_mBFA33FFBB990048D9179B5F42A83D33EFD2EB554_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3C__LoadAssetU3Ed__15_System_Collections_IEnumerator_Reset_mF308DE3DB10837724F4A3398CF5249857E6D12AB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3C__UnPackU3Ed__16_System_Collections_IEnumerator_Reset_mDCB0D14ACA08BE0FF3A6DFEB88EEE4A2E0AD0032_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityAction_2__ctor_m1A80C4663EFD30F8CCD2C8DC1EDC304F244B62B3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* CapsuleCollider_t5FD15B9E7BEEC4FFA8A2071E9FD2B8DEB3A826D1_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* CharacterController_t0ED98F461DBB7AC5B189C190153D83D5888BF93E_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* MeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* SkinWeights_t2703F2550B0821F984412424597010EC1077E972_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* SphereCollider_tAC3E5E20B385DF1C0B17F3EA5C7214F71367706F_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_0_0_0_var;
|
|
IL2CPP_EXTERN_C const uint32_t Enumerator_Dispose_m1699291AF35AEA8CA8AC1DB1BFB93E4490B0DFA7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_AddBuglyUserValue_mBA8789D05044ED992D06BC9C0D86F3A0008B1BA5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_CopyToClipboard_m5E588F97B791CED059EE2CE342C3763AC97D9987_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_GetBatteryLevel_mA950A131218CEA2C096886F354E79303CF0F6414_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_GetRoomID_mB2A3E462E14179501FC6458565F289BB74B28C7D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_InitBaiduMap_m61F673DBC96C345A9604CC4DB89E0EFC9947463B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_InitBugly_m8136A0A042C4BF49F4EE8EEE6C24730651410929_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_PlayMuisc_m510578B81A9C73FCB8B8E5F5B5EA63A45B1860AA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_PlaySound_m6CFA596CEA95B2C0F0992FDC1C4E904EFA90EFD9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_PlayVoice_m7ABD59A2932A2124FC0E841833603E8932DF3C68_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_Register_m5E053651E20A140B34F209839BB01F28332E4D02_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_RestartGame_mD2C83CD953920649A0C5A35FE8ED77A0E1FFC156_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_SetBuglyUserID_m095E088754A1292D281AB27C8043E5EFEA761EFB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_ShareLink_m7CEFD371B9B0AA226162AFBE59D213696866B136_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_UnExtendLua_m00CD72E82CEA9FB64DF1389F0B978D77AB498BA4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_WXLogin_mEA3C73A56F920E651ADFFB56C49417D6C81219E8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_get_GameInfo_m9EEC3934DBF202CD8D395FB8866733FC186A4574_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_get_HideSdk_mC857FB8034960C8C85C2AC7C270850484945DE7D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_get_Instance_m36CCC8A399E6FAD7739736B1C0E50E0625965ADE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_get_MusicValue_mE323A1F2D86777049AC981F22A4F94319C7607B4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_get_SoundValue_mB135DE3329EFC2A7D8A26E2062C21D88B0F9E490_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_get_StopMusic_m8910BA3CC166488A86867A4FDDAC600BF9B754E2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_get_accountTest_mE4F8CD0010D4902FC974886865BA139E32F03B83_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_get_buildApp_mFA01B25A609416A8514D94403E768CF576ED5406_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_get_musicSource_m7038CAEB532FB114EBF71C44682C2D88A75F656D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_get_printLog_m7BACB3CF7AC6940FA1CD0B74F2499B8C4AF35573_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_get_voiceSource_mC63D3D9AD41D67AA87B79FF6BEDC32ABA10651A5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_op_Equality_mFD371983042712F80EFC5DF5DB31CF70A418272D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_set_GameInfo_m7B3A8F62DA6C613FDA032B09A0D7C0CC25A71D33_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_set_HideSdk_m4027CFAB0F50C898CCBFEDB984C7964350C34504_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_set_Instance_mBF85CBAE3D1433F569627F0B7B2DDFADFF5D1C0E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_set_MusicValue_m71C9F9F40CC044A747F7290C962EC375F9B95A73_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_set_SoundValue_m32303FA988363911B9007C79217C6A88B08757F1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_set_StopMusic_m80224F5F14FFFD5E9AB6395A1B6E457978C90F0B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_set_accountTest_mE4A018F36EB4D003701A2BAAAE8E6FFB94CAE304_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_set_buildApp_m7CCFEF14C2EEEF267DE7450A5DBEB113C058AE59_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_set_musicSource_mC48384350639A0387811DF3D51F2FF2699F78382_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_set_printLog_mC4F95ECDABE2231D2F0F10C0F02BAC43D37414F5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplicationWrap_set_voiceSource_m844597BF1211AF9C1B658BF5B6678D0FB2AB0019_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplication_Awake_m9F004340CF36BA3A54DC7866E0ABE1CF93B5B0D1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplication_CopyToClipboard_mC9D07BABDF08DC4CECD919943044B8BAD6090828_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplication_GetBatteryLevel_m1D6076D9558225E51C93B4B832AEBE4D161C7F1A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplication_GetRoomID_mE265A3E5BA40B9CB7EA77CCE08C3A74709ADFEFF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplication_OnApplicationPause_m4F1A621BC36D8318EEFF25EDC13CB37557F15DBF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplication_OnApplicationQuit_m267048789E2DC1CCDF91D7E390AD7CB1CB89AB06_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplication_PlayMuisc_m67D720B67902B1CF890C0F5DEBFF4D43CA53A80C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplication_PlayMuisc_mD8E789BFC380BEF5E6BA25C7C77C37D95D343C4B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplication_PlaySound_m9F65BAF350161B16C89C6216155B37DAD57CA759_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplication_PlaySound_mCFBF275120CF1590889F0FA8068738F4CE4BEDD5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplication_RestartGame_m7562AD55E66DB07745151BF0B051F7F020B22A4F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplication_ShareLink_mBB61976B3900DAB01192FCFAF456EB8C3177707D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplication_StartGame_m8AFB751707E4E744D4D8FE840DF0F3AB0B714B98_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplication_Start_m68778F66DFA5BCAAB212BA683F84EECF835D2C14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplication_UnExtendLua_mB8CE673663B8977CE2C67A94C84075E6538CCA34_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplication_Update_m63D28F72234859DE016E5E938F8C5CC32757D094_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplication_WXLogin_m5EBEAEEFE4FF4F84CE9C948CB4A62E0E348DBDCD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplication__OnSharecallback_m9273B775BE6031BB36CB142E0CDEF620CEF86540_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplication___OnWXCallBack_m13C096735B0377E53AB8FB33A06DDE52AF279272_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplication__cctor_m945A79E14CF22584DB354E14314883B5C616DD23_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplication_set_MusicValue_mD288395BAC64DEB2EA3AF50702196559ECF2E709_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameApplication_set_SoundValue_m4BE01177754EB614BC71AD6E09366656D11B4298_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Game_UtilsWrap_ClearLocalFile_m09AB51D6101FAEC52F00326A133E38FB4D39DF0B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Game_UtilsWrap_CopyPrefab_m07C20B462C6B077E13C07E039607E1A4CFE30F19_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Game_UtilsWrap_DownloadFile_mA752C4275E0E8D248093E2F0D5E0A1030EB8D28A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Game_UtilsWrap_GetTime_mDFDAD5C981A90D3454B4BE5B4D51FB25AA306CB0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Game_UtilsWrap_IsDoubleClick_mA4B768370D0B813B4B7FE9E587970360FE905865_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Game_UtilsWrap_IsGPSEnable_m26A5B85DD1D0C079A393A6F1364FF52B89925C31_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Game_UtilsWrap_LoadLocalFile_m1305F60A0173F56DFA9BDA425432437A7262E387_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Game_UtilsWrap_LocalAddress_m73BF0D2674B5EE522FA88F734A5695DAB34FDF94_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Game_UtilsWrap_Register_m6B503CFEB95EDE2492A966818F82F0AECF410E39_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Game_UtilsWrap_SaveLocalFile_m26775776A21E73959E4F66174CEB704CC88259C8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Game_UtilsWrap_SaveScaledPicture_m34A497EE29D8124E69E323B620BCE3BB668412A3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Game_UtilsWrap_SetNativeObject_mFFA32F6CDFF91996B303EBECDB0EB8651C72FD01_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HotupdateWrap_GetLocalVersion_m2575F886B1BEF500EF6EC3E3B64232506DB7C1B0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HotupdateWrap_LoadAsset_mBC359303DF2F0423B13FC09425002550A4A78EBB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HotupdateWrap_Register_m4E33C94936768E664C7957392338B3162F52613E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HotupdateWrap_SetTipCallback_mF7F20BAA761457F9E70F4192FA90403D8364E559_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HotupdateWrap__CreateHotupdate_mE1D682260F442CAC2D310819E24C2E2F3B709D7F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HotupdateWrap_get_AssetName_mA5803C25B087DA26E3F6CB920D2BA3A91E701730_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HotupdateWrap_get_Done_m3899BB19E851DD16373890F21935A7A2C6BEE61F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HotupdateWrap_get_HideDetail_m85BB10B2236F075F069DA9005950F603B295AD07_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HotupdateWrap_get_Progress_m93055177D0A2000EA9B3FBC2D8E5508FB2394F3D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HotupdateWrap_get_TextTip_m2AEDC074127F073DACD2C5DB2CA30C545C0F9609_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HotupdateWrap_set_AssetName_m68A71DAE0CEBF73516129FCF2C65FD149433492B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HotupdateWrap_set_Done_m4D9FD9F41B624EAEA8803AFBD40D6CB87678AE45_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HotupdateWrap_set_HideDetail_mCE659777AC74CB56CD6481F8D68AD981BA7D4D92_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HotupdateWrap_set_Progress_m5BD9A599535C92FE202198D27C61E9758D2AFDED_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t HotupdateWrap_set_TextTip_m007B1650778E71308B730DE6F9E3412FF60EA11C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Hotupdate_DownAsset_mC7205AFD4107417888BA3CA4454BAD56751AD150_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Hotupdate_GetLocalVersion_m7FB9FF9D7B5253213BAF2E7E4B2FCF6B02E0218B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Hotupdate_LoadAsset_m1032A11E04AEA9F9E22C9292612A550A633563A5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Hotupdate___DeleteOldPack_m0A59A187A29432C34B850DFBEBF5B97AD0A78D1D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Hotupdate___LoadAsset_m33DE71CBE600250D1289FD2BD43C672C1BF2C89E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Hotupdate___ShowTip_mFC4889B946774BF5CD0E11DCD4C0BA0819813B22_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Hotupdate___UnPack_mC947D94C16CADDDFF93072B63652C507585FFB4D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Hotupdate__cctor_m8E0050F2685C4C1267323C973600CC5FB7D2026C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Hotupdate__ctor_m424B80B2C979134C91D1BA44978A5E2E21CF96F8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Hotupdate__ctor_m68A98857529B742848578D23AAF1058E08CFF5A4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LogManager_AddLocalLogEvent_mEDAB1ACC225B47282CF507DF9EB6DC01E2CBB8CA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LogManager_CreteLogFile_m7A7E35410C80D0D0D631FA46AD10C6DC60CF8EB9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LogManager_ExecuteWriteLog_m0C728DECF323A621FF3760A7B4B5C3707D58813D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LogManager_Init_mB6043B5A93639718D93CA7C07BD8BB747FBC1E66_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LogManager_LogHandle_mC7B1C13900B09C4FCBA49A82DAB1A9635740B99D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LogManager_UnInit_m04D4BD43678A4676961D8E5F64236AC4BCAF82F0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LogManager__ctor_m834F6A774996896C6F03E8D34B98EA274B0670B8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_Critical_mB41D6144E9D3C432C2281FA7BDB3C7909C347D9C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_Debug_m0DC6F385A6A5F87DB8EF4E937781CE114C98C8E3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_Error_m6086A34132FC6C8F724E3D2E2033AA40E7F6C810_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_Except_m97C38266CE3B40132C2AFAF307F5412554D5305D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_Info_m5E33A57606AFEFF0FDDBF06F7C02C9F59D80AACE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_OpenReporter_mA0E85EDD4D5A824BB85CFA2F27EFAE2D95DCF8F4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_Warning_mDA2E5E68E430B203A9B2B2401AD6F291582962E2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log__GetLogModeColor_m217BB940482F5A96FB5B57B2D64611DF742FD65C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log__SetDebugLog_m7A445A2BD9EF46B71090FDD073CF63345F1AB92E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_get_IsCritical_m75752A2F3C5764AE356DB3464F6BE3C297DB5D0FAssemblyU2DCSharp14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_get_IsCritical_m75752A2F3C5764AE356DB3464F6BE3C297DB5D0F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_get_IsDebug_m72DC8165452C3B013451A6AF87BA59915900086FAssemblyU2DCSharp14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_get_IsDebug_m72DC8165452C3B013451A6AF87BA59915900086F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_get_IsError_m60C9A8E48BD3C67FD49BE48A411478D965F17D32AssemblyU2DCSharp14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_get_IsError_m60C9A8E48BD3C67FD49BE48A411478D965F17D32_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_get_IsExcept_m62B9DD6866210BC612833654DFA6958DB8534112AssemblyU2DCSharp14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_get_IsExcept_m62B9DD6866210BC612833654DFA6958DB8534112_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_get_IsInfo_m5BD3493CF157BB17D60BDEA4164707EC046C3330AssemblyU2DCSharp14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_get_IsInfo_m5BD3493CF157BB17D60BDEA4164707EC046C3330_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_get_IsOpen_mEAE01DD06ECF65B35A6899A1B77289FD2DB702F8AssemblyU2DCSharp14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_get_IsOpen_mEAE01DD06ECF65B35A6899A1B77289FD2DB702F8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_get_IsScreenOpen_m4834CBA2177AA0F8A4CF592432B75313B1C4198E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_get_IsWarning_m2FE2A4C6754B770F783853DDBF33D8DF4FFA8BE8AssemblyU2DCSharp14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_get_IsWarning_m2FE2A4C6754B770F783853DDBF33D8DF4FFA8BE8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_set_IsCritical_m2244EDF021D6DE8B7B639812B56E248232D4FBA8AssemblyU2DCSharp14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_set_IsCritical_m2244EDF021D6DE8B7B639812B56E248232D4FBA8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_set_IsDebug_m1577696C11E4CAC74AE1EDF0650FDE2D4252558FAssemblyU2DCSharp14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_set_IsDebug_m1577696C11E4CAC74AE1EDF0650FDE2D4252558F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_set_IsError_mBE263C10788B40875FF8C5C84D4C95239C840BCBAssemblyU2DCSharp14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_set_IsError_mBE263C10788B40875FF8C5C84D4C95239C840BCB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_set_IsExcept_m796B7CC79872386910196F1085AE118ED646F913AssemblyU2DCSharp14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_set_IsExcept_m796B7CC79872386910196F1085AE118ED646F913_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_set_IsInfo_m6096B60489D470ED009CFD261424855182ECCEA2AssemblyU2DCSharp14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_set_IsInfo_m6096B60489D470ED009CFD261424855182ECCEA2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_set_IsOpen_mF4B30D5CCAB7F01714FB1FFA9BD592055798280BAssemblyU2DCSharp14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_set_IsOpen_mF4B30D5CCAB7F01714FB1FFA9BD592055798280B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_set_IsScreenOpen_mCA7F45D24E4FDE9786E6CCC9BF7B79CDCD3E65A5AssemblyU2DCSharp14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_set_IsScreenOpen_mCA7F45D24E4FDE9786E6CCC9BF7B79CDCD3E65A5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_set_IsWarning_mFE85C14CCB920C3865202EF82F5F74E2D2E2905EAssemblyU2DCSharp14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Log_set_IsWarning_mFE85C14CCB920C3865202EF82F5F74E2D2E2905E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaArrayTable_ForEach_mE2817B8CAB997D5A96880295939921BD00B59662_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaArrayTable_GetEnumerator_m801B4D967E36C07C6CF7FB7EE11ECD7BC7028973_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBaseRef_Dispose_mEF12BB510B97022A8A44914868B0DDBABE41E521_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBaseRef_Equals_m4FE9178B2BE7EEEC6341E30C1A9AF6382570ED96_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBeatEvent__ctor_m0F6BA793AA698428900143CCC2B92123B99B728E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_Bind_m001A78F52C05BD54A4458C799A3C6D6BF6E07E1E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_FairyGUI_EventCallback0_mA14A82D9A1337ED54B1BC4C9EAEF6EE3A31A8C6F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_FairyGUI_EventCallback1_m4B3395D7F30284B9C10D4B24CC8EF94176F8F87F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_FairyGUI_GObjectPool_InitCallbackDelegate_mE96834EEA6574613B704A0BD9A2B55B2CADC20CF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_FairyGUI_GTweenCallback1_mE9A5DF654115A8A1B31A02C762BE4F75325BD71A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_FairyGUI_GTweenCallback_m8056B2FAE08088992577B132EAD3DC27456A470E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_FairyGUI_ListItemProvider_mD59C085C9EBE3746B2039317526E83DF878B8C73_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_FairyGUI_ListItemRenderer_mD32611808DEC75D152D0B563B02AB057DD7779F4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_FairyGUI_PlayCompleteCallback_mD17CC5B93B25FBFAC571B3F669AD1953A0B2E6BB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_FairyGUI_TimerCallback_m3A5C610B79AAFB5EE17491F2371D0875219B5FFC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_FairyGUI_TransitionHook_m498A930DA2DCAA1AD82F4913F676D71C6452C4A8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_FairyGUI_UIConfig_SoundLoader_m91E554B4F101452A3B4966BBA41A14CA3D54B940_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_FairyGUI_UIObjectFactory_GComponentCreator_mD844B0EC7849F37189D4099B83528E40CBAAD52B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_FairyGUI_UIObjectFactory_GLoaderCreator_mE21DFC316EA43D120A62802F86DB549F543A33BD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_FairyGUI_UIPackage_CreateObjectCallback_m886D2726572D314DA18BFDB8EAF6BF4D5C72D910_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_LuaOpen_UnityEngine_AnimationClip_mC3762E1113BEF5490E682C50887B0E508F07BAD4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_LuaOpen_UnityEngine_AnimationState_mBE8550125DC87AD922EFED49710D673D8EA1868D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_LuaOpen_UnityEngine_Animation_m515EE196520111AB9B1802589A5EC6BB37338B86_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_LuaOpen_UnityEngine_BoxCollider_mB89F4E31BCF0EAB7F91B3432AB88E059EDB6F034_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_LuaOpen_UnityEngine_CapsuleCollider_m054843E27781EAD4C84B025F6D49467E627B22CC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_LuaOpen_UnityEngine_CharacterController_mE4432CA41C11D4A1E357D39013D2017C70CC94A3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_LuaOpen_UnityEngine_MeshCollider_m637044BCF2A72E5C968A862032236CF2AAA927FE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_LuaOpen_UnityEngine_MeshRenderer_mE1FB99462D05EAC6830CA0815605366726D9AE62_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_LuaOpen_UnityEngine_RenderTexture_m41B070ED728061B6E9897141BDEE453FEE936CBA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_LuaOpen_UnityEngine_Rigidbody_m55DD9C6C7E19B6F37E826984971E7320736C2DA4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_LuaOpen_UnityEngine_SkinWeights_m4704E7BE52E9209C2BE262AA83DD9746A8C19B90_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_LuaOpen_UnityEngine_SphereCollider_mBFE253E19B63767C397705BB646FC62E093D3090_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_System_Action_UnityEngine_AsyncOperation_mEA2FB1653BD60DF3F88AC012858FD4215B21763C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_System_Action_bool_mDC575E788266BC6BCA4C9510D00E918593D0289A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_System_Action_int_mD157EC370F8092F0A922E7C9F13AE8E456151FC8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_System_Action_m023154760C00481CBF83B5F34295732AC229FA42_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_System_Action_string_System_Action_m69CA12871EE06AAD2FFB1E56B6394BFC4C8D8B17_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_System_Action_string_m5F484E20F94461DE3CF0F964975EA34B27120E68_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_System_Comparison_int_m179D2FEB2C1F9124574199492A49957666F57114_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_System_Func_bool_m700AF81876EBB97F8B7449C654197DDA0463C5F8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_System_Func_int_int_mB1947D852EE5DD0474773078E5D083CC791DC967_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_System_Predicate_int_mA1371338026C3DB913B606305DD7604BCB11CB44_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_UnityEngine_Application_AdvertisingIdentifierCallback_m049B30CE5320BE8BE41644ADF352E1579011240D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_UnityEngine_Application_LogCallback_mAFE3E29E69E024CEB8C486C43BDB5EDA45FE025B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_UnityEngine_Application_LowMemoryCallback_m65EC80DACE123003332F838BC9BEE0D2237512A9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_UnityEngine_AudioClip_PCMReaderCallback_mD21B499E9D1BD1EFB8FD063DD44AFDCAEFC92F95_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_UnityEngine_AudioClip_PCMSetPositionCallback_m89842D1F83BBB1F64E76AB6138764821D72A599F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_UnityEngine_Camera_CameraCallback_m26729CFF7984CEA7D8A881A382B5D8BE0A52FBD8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaBinder_UnityEngine_Events_UnityAction_mBB6EDFCDAFAE815C71EB529DAB4DDC6D021B1166_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaByteBuffer__ctor_mC3B620E3BFBBADC10AF0145EE937D15967A2F66B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_com_FromNativeMethodDefinition_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_pinvoke_FromNativeMethodDefinition_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaCSFunction_BeginInvoke_mEEC385D9829D4991CB0306863FB467AAC2136145_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaClient_AttachProfiler_m2F8BAE21C87777727AF1AF6544EED1464EEFE837_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaClient_Awake_m333994CCDBF94AD1103669D4578F620981034E9A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaClient_Bind_mD48B5D5814E60ABA804FAFD1AF4D26E139148188_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaClient_CallMain_mC90DCC56DC4727B982E58CEF8FFF12E4A10588AA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaClient_Destroy_m8CF0155B5EF7FCC0809C027E14F76123D5464A8B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaClient_DetachProfiler_m7184978A03905EE9DF85691A650B5803F15F5838_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaClient_InitLoader_m1E701FAA635A53F472CEB4B031F86CDEB04518A5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaClient_Init_m21864AD53AF1537FE5E668F4CF754B974551D6A9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaClient_LuaOpen_Mime_Core_mC3B7816D48481AF4D139002A2C15421BDE77E6B7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaClient_LuaOpen_Socket_Core_mCE03F638E889F682C7893D06A6B6941A78969764_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaClient_OnLevelLoaded_m8D0CC8928169450316D9981C4FE0D56324ED1E4E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaClient_OpenCJson_m3C61CC08E23889239FC05BBA1FEC2DD916DE2E57_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaClient_OpenLibs_m7FFE8C594B1229D97BAAA2C727CDEACAD3E15E33_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaClient_OpenLuaSocket_m7F9C4219BC768130A3349267206F687EEB5ADE8A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaClient_OpenZbsDebugger_m95F74FCFC3BC5CE35E189E5A080F1A659B430135_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaClient_StartLooper_mD77FF4A5D59B55F0BED9A310E4BAF15402E5CBE7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaClient_StartMain_mE847F2AD6EF074C89B40A1B232D4088AF3810F71_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaClient_get_Instance_mFA5CDDA1B5CBCE33BE3763886CFDB5220140B2CFAssemblyU2DCSharp14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaClient_get_Instance_mFA5CDDA1B5CBCE33BE3763886CFDB5220140B2CF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaClient_set_Instance_mFE6711D29A69AB75EDCDC939CA0FDA9CA6A993C0AssemblyU2DCSharp14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaClient_set_Instance_mFE6711D29A69AB75EDCDC939CA0FDA9CA6A993C0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaConst__cctor_m0378FC2BF421684BF306806AB13522CE8F970A4C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaConstructor_Call_mBD4F983DB28B47D856CCC776AC4891805B51730F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaConstructor_Destroy_m19F4292F1D7D7E4B70639CA0108C4C53D4A7D26E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaConstructor__ctor_m8B9F194A36EC56AE793D67B20700511345847FB8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaCoroutine_CoWaitForEndOfFrame_mF3D05184B40534C85AF96EF5B43187314D55F300_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaCoroutine_CoWaitForFixedUpdate_m9D4FFA8D7ECB3B7DF400591B2BDB06592AA34101_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaCoroutine_CoWaitForSeconds_m60DC5223B12CC2C8D710E9A3B7C3A5AA34D5D22E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaCoroutine_CoWrap_m35952D5C5AEE1ED18D9E694C794F0B02675967A2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaCoroutine_CoYield_m615AC21A59A784136BCC5551F0E95FF59813F58D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaCoroutine_Register_mA158D084596DD55DAD4B16D6B5AC7F6B0B63E3D9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaCoroutine_StopCoroutine_mF958DBF79319373E674175F4BF6897D5AAE45691_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaCoroutine_WaitForEndOfFrame_m2C2D9ECFC8F26575A6784372C7FB7805745269A5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaCoroutine_WaitForFixedUpdate_m1D7BD94EE0146BAC7621754388D185224029A0B0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaCoroutine_WrapLuaCoroutine_mDE72C7B49C0E1588397D6167C00CD153A0D4C89A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaCoroutine_Yield_m3643D87BA6EF0688E356BF97D53360D8A3E3D164_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaCoroutine__WaitForSeconds_m54BB29FE5DAD0CA5254FFD3A48D9C23A1CD87C13_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaCoroutine__cctor_m591C4EAA8DB81F9B1D2897A855E122BFA9C0E373_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL__cctor_m8D38B1D27B511FC8D66B0474E26A94767D7B4880_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_abs_index_m3B851E5A4D31BC170E24F733E727B58CF9EA8524_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_luaL_argerror_m648A4BE57D4DB36B0B83C6C0F6D2703239DED5A8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_luaL_callmeta_m7CEAA406156463A0C79BBC3801D6181A5484303E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_luaL_checkany_m9F3B7682CA0AF018AE138A83B5E7AB212AB11556_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_luaL_checkinteger_m9947DD26585D733AF7155DDFAAB7FCD4C57531B4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_luaL_checklstring_mC45D5CA85AA1B6D674FE50D726935D7247FE1467_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_luaL_checkstack_m108FFA986F822FCEA470495CCD4EBFB6096FB8E5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_luaL_checktype_mE9A08A278E0DE5264C1AF5A69B2DE6A0280D3DD5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_luaL_checkudata_m4111BE1ED70A32CE27D52DA23F67ABB208F0C723_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_luaL_dofile_m37B4BB6EA2518D7EA6528D32EDADD11645159DAF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_luaL_dostring_m1FD47B819D75FFF4A19AB47AFE57A221DFDD3620_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_luaL_getmetatable_m04DBD3F1C37343E435C88657F90D89CF56CD307F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_luaL_getn_m594D815D8001C646C4D9DA889F07B72C2B2D1FCB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_luaL_loadbuffer_mACDD259C6B59B722CE8896F7ABB89B9E817246B4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_luaL_optinteger_m5823641005875C470F4D71BC2BC320BD00E5FFDE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_luaL_optlstring_m9F03FA643466A8F36D892EC57EAA9B5C00BC6C16_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_luaL_optnumber_m3A757BBE1A5CEB45E0A25EEE15E5723CA6FAEAF8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_luaL_typename_m4F544C2D4E3AF60FC1D3C00E04F4F59BEBD8153F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_getfield_mA13E1DD15570F1218801FF50A3A5FC0A22CFC933_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_getgccount_mB4F35C04C19A70BAADB73F47B54F4EB94D820A92_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_getglobal_m45BBC89C9AA2DAB6E3B83527FB5E4FFBACCB8850_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_gethook_mB7F3B081AABA618186C163403B500452F7F16477_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_getref_mEF465F7C2A6A66FA8450295971DCEEE532BEF060_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_getregistry_m12B589884EEE036AC7CE1E47EB6A82EE9BF19AE7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_gettable_m60AF7A3D549EDF8C7A6D1F10AF3968E9324F524C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_isboolean_m0047E4C818B55D8826F7AF6F3E90ECF2C32B2A56_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_isfunction_mC518D6B4C5E80B962BDD1ABF5C2925832FCB06F5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_islightuserdata_m88BB0F198ADA781BC9DF2551666532F6CE8BF1FE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_isnil_mB1EFB39078F9432C638D9EFD5DD4B03BF9DA8FAB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_isnone_m95952B82A30C817CA9ED456DF0F60122CD853292_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_isnoneornil_m5E8366BDEE10730789DD33ACE8E7D4F264F9DA02_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_istable_mC1B90AFA971E000BE229B5196D839C0CC0D96227_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_isthread_m58D23F1A7E9BDB710AE3351607BB8F46D4D0349F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_newtable_mECAEF0EC3480765A648C34C54568A9CDBED87E54_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_newuserdata_m19CC1BAA44C206C178B0FF4EAAB45F5D9881EC74_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_open_mC0D5C36F7AF945400B1D442B362468B79DCD0469_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_ptrtostring_mA59883E99CB26816804DCD7DC19F4A15BA3F039D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_pushcfunction_m597D3DB7BDB0C04C60925BEA7C08F792911920D1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_pushlstring_mBE214E6ACD66964F1F96F5B509046737F485E1A6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_ref_mA961879316A3ACD08C11392E537449AF9BC7922A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_register_mBB06684BEE76A2E814242A64B4B206985D6A268A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_setfield_mDC1337BCC2F5CD5284201ECCE0830D84499EDD52_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_setglobal_m11056E522FF3DED43DE36D76DCEFF14F02E7D9FE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_settable_mE33B55B2A438CFCCB005DF06317CD3B83D538766_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_toboolean_mD1040BE41EBA160232137C0852698D2900B29872_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_tointeger_mA4E5895FEA4DCF2C7492DE8B9D01EC2E87B972AB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_tolstring_m32CBE0EC02F09BB6C2F0C9B407600378F73B21B5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_typename_mE170362A517924064737ADD82F4974550BD37C41_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_unref_mB4E829A5488003EB7A42D3E403B8C2BC5E2FAC2E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_lua_upvalueindex_m28D1D12FBC097CED4196E950B239868B27615760_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_tolua_atpanic_m10F64D7578A40CC63388EB0A67A061883CD22BD6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_tolua_bindthis_mE37C9C593B8DEED6C501BF6B585A980D324F98D8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_tolua_checkint64_mA7BC58ACFDD558EB1205149B339A6FD72A860B41_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_tolua_checkuint64_m3ECA0825C81A0CC3E5A0C00563FAF97B99E3EDB0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_tolua_findtable_m1C40835D4CE9508B3C28E77F1924034572C39E3B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaDLL_tolua_pushcfunction_m29E7A4D931ADB073DCE412CB64BF4F169BAB0FB9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaState_Get_mD5CEDF5D82EFE1715EAEA521EEF00D2B29D7C5DFAssemblyU2DCSharp14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SDKCallBack_get_Instance_m6E7E79FC4AC77D3AC3F36A4C4774DFAD786D1540AssemblyU2DCSharp14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CCoWaitForEndOfFrameU3Ed__8_MoveNext_mCAE4890D10EC25278D348ECC51F7F148EA0E2AEB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CCoWaitForEndOfFrameU3Ed__8_System_Collections_IEnumerator_Reset_m3563EC1CA3E16B2B8AD942629C328C03EB615622_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CCoWaitForFixedUpdateU3Ed__6_MoveNext_mDB45AD75277B950E6D05D37AE6C318C7DBA33628_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CCoWaitForFixedUpdateU3Ed__6_System_Collections_IEnumerator_Reset_mCB0764B7A8A8B255C0CCA4079A4E4BA240F40BEC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CCoWaitForSecondsU3Ed__4_MoveNext_mECC18C936B4C0A116625EEE3C3F111A35C68B149_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CCoWaitForSecondsU3Ed__4_System_Collections_IEnumerator_Reset_m3E052B252D7FF126666A9FCC753AF95CC112D9BC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CCoWrapU3Ed__13_MoveNext_mE1A4D66BBEEB3901D40CA2BCC97B7E2CDFF6640D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CCoWrapU3Ed__13_System_Collections_IEnumerator_Reset_mB4BEAF8A7DFE69B69762B2311B98EEB1A350648C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CCoYieldU3Ed__10_MoveNext_mDB344677A3DCD47B52291CF9BEE6E2B510195114_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CCoYieldU3Ed__10_System_Collections_IEnumerator_Reset_m5C1B01C06C74B7675047C5FAAEE4C28C760DA5D2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CDownAssetU3Ed__17_MoveNext_m42E06C5344968118E7FE67C26E55E7593E528D2C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CDownAssetU3Ed__17_System_Collections_IEnumerator_Reset_m668F8A22D7C381FC93BD232F249C13D2AFFCF191_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3C__LoadAssetU3Ed__15_MoveNext_m8D7E32402374F0D5DE6C5CCACCAE411FE0F81796_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3C__LoadAssetU3Ed__15_System_Collections_IEnumerator_Reset_mF308DE3DB10837724F4A3398CF5249857E6D12AB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3C__UnPackU3Ed__16_MoveNext_m857072F1F8744DE2F8456107ACE6FA15145A7CE1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3C__UnPackU3Ed__16_System_Collections_IEnumerator_Reset_mDCB0D14ACA08BE0FF3A6DFEB88EEE4A2E0AD0032_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VerCheck_get_Instance_m8E3F89F2119C82B8E61B8668C3C48C6BAC1CCAC0AssemblyU2DCSharp14_MetadataUsageId;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
struct Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4;;
|
|
struct Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke;
|
|
struct Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke;;
|
|
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
|
|
|
|
IL2CPP_EXTERN_C_BEGIN
|
|
IL2CPP_EXTERN_C_END
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
// System.Object
|
|
|
|
|
|
// BestHTTP.HTTPResponse
|
|
struct HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 BestHTTP.HTTPResponse::<VersionMajor>k__BackingField
|
|
int32_t ___U3CVersionMajorU3Ek__BackingField_0;
|
|
// System.Int32 BestHTTP.HTTPResponse::<VersionMinor>k__BackingField
|
|
int32_t ___U3CVersionMinorU3Ek__BackingField_1;
|
|
// System.Int32 BestHTTP.HTTPResponse::<StatusCode>k__BackingField
|
|
int32_t ___U3CStatusCodeU3Ek__BackingField_2;
|
|
// System.String BestHTTP.HTTPResponse::<Message>k__BackingField
|
|
String_t* ___U3CMessageU3Ek__BackingField_3;
|
|
// System.Boolean BestHTTP.HTTPResponse::<IsStreamed>k__BackingField
|
|
bool ___U3CIsStreamedU3Ek__BackingField_4;
|
|
// System.Boolean BestHTTP.HTTPResponse::<IsStreamingFinished>k__BackingField
|
|
bool ___U3CIsStreamingFinishedU3Ek__BackingField_5;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>> BestHTTP.HTTPResponse::<Headers>k__BackingField
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * ___U3CHeadersU3Ek__BackingField_6;
|
|
// System.Byte[] BestHTTP.HTTPResponse::<Data>k__BackingField
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___U3CDataU3Ek__BackingField_7;
|
|
// System.Boolean BestHTTP.HTTPResponse::<IsUpgraded>k__BackingField
|
|
bool ___U3CIsUpgradedU3Ek__BackingField_8;
|
|
// System.String BestHTTP.HTTPResponse::dataAsText
|
|
String_t* ___dataAsText_9;
|
|
// System.Boolean BestHTTP.HTTPResponse::<IsClosedManually>k__BackingField
|
|
bool ___U3CIsClosedManuallyU3Ek__BackingField_10;
|
|
// BestHTTP.HTTPRequest BestHTTP.HTTPResponse::baseRequest
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___baseRequest_11;
|
|
// System.IO.Stream BestHTTP.HTTPResponse::Stream
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Stream_12;
|
|
// System.Collections.Generic.List`1<System.Byte[]> BestHTTP.HTTPResponse::streamedFragments
|
|
List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * ___streamedFragments_13;
|
|
// System.Object BestHTTP.HTTPResponse::SyncRoot
|
|
RuntimeObject * ___SyncRoot_14;
|
|
// System.Byte[] BestHTTP.HTTPResponse::fragmentBuffer
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___fragmentBuffer_15;
|
|
// System.Int32 BestHTTP.HTTPResponse::fragmentBufferDataLength
|
|
int32_t ___fragmentBufferDataLength_16;
|
|
// System.Int32 BestHTTP.HTTPResponse::allFragmentSize
|
|
int32_t ___allFragmentSize_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CVersionMajorU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CVersionMajorU3Ek__BackingField_0)); }
|
|
inline int32_t get_U3CVersionMajorU3Ek__BackingField_0() const { return ___U3CVersionMajorU3Ek__BackingField_0; }
|
|
inline int32_t* get_address_of_U3CVersionMajorU3Ek__BackingField_0() { return &___U3CVersionMajorU3Ek__BackingField_0; }
|
|
inline void set_U3CVersionMajorU3Ek__BackingField_0(int32_t value)
|
|
{
|
|
___U3CVersionMajorU3Ek__BackingField_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CVersionMinorU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CVersionMinorU3Ek__BackingField_1)); }
|
|
inline int32_t get_U3CVersionMinorU3Ek__BackingField_1() const { return ___U3CVersionMinorU3Ek__BackingField_1; }
|
|
inline int32_t* get_address_of_U3CVersionMinorU3Ek__BackingField_1() { return &___U3CVersionMinorU3Ek__BackingField_1; }
|
|
inline void set_U3CVersionMinorU3Ek__BackingField_1(int32_t value)
|
|
{
|
|
___U3CVersionMinorU3Ek__BackingField_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CStatusCodeU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CStatusCodeU3Ek__BackingField_2)); }
|
|
inline int32_t get_U3CStatusCodeU3Ek__BackingField_2() const { return ___U3CStatusCodeU3Ek__BackingField_2; }
|
|
inline int32_t* get_address_of_U3CStatusCodeU3Ek__BackingField_2() { return &___U3CStatusCodeU3Ek__BackingField_2; }
|
|
inline void set_U3CStatusCodeU3Ek__BackingField_2(int32_t value)
|
|
{
|
|
___U3CStatusCodeU3Ek__BackingField_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CMessageU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CMessageU3Ek__BackingField_3)); }
|
|
inline String_t* get_U3CMessageU3Ek__BackingField_3() const { return ___U3CMessageU3Ek__BackingField_3; }
|
|
inline String_t** get_address_of_U3CMessageU3Ek__BackingField_3() { return &___U3CMessageU3Ek__BackingField_3; }
|
|
inline void set_U3CMessageU3Ek__BackingField_3(String_t* value)
|
|
{
|
|
___U3CMessageU3Ek__BackingField_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CMessageU3Ek__BackingField_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsStreamedU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CIsStreamedU3Ek__BackingField_4)); }
|
|
inline bool get_U3CIsStreamedU3Ek__BackingField_4() const { return ___U3CIsStreamedU3Ek__BackingField_4; }
|
|
inline bool* get_address_of_U3CIsStreamedU3Ek__BackingField_4() { return &___U3CIsStreamedU3Ek__BackingField_4; }
|
|
inline void set_U3CIsStreamedU3Ek__BackingField_4(bool value)
|
|
{
|
|
___U3CIsStreamedU3Ek__BackingField_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsStreamingFinishedU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CIsStreamingFinishedU3Ek__BackingField_5)); }
|
|
inline bool get_U3CIsStreamingFinishedU3Ek__BackingField_5() const { return ___U3CIsStreamingFinishedU3Ek__BackingField_5; }
|
|
inline bool* get_address_of_U3CIsStreamingFinishedU3Ek__BackingField_5() { return &___U3CIsStreamingFinishedU3Ek__BackingField_5; }
|
|
inline void set_U3CIsStreamingFinishedU3Ek__BackingField_5(bool value)
|
|
{
|
|
___U3CIsStreamingFinishedU3Ek__BackingField_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CHeadersU3Ek__BackingField_6)); }
|
|
inline Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * get_U3CHeadersU3Ek__BackingField_6() const { return ___U3CHeadersU3Ek__BackingField_6; }
|
|
inline Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF ** get_address_of_U3CHeadersU3Ek__BackingField_6() { return &___U3CHeadersU3Ek__BackingField_6; }
|
|
inline void set_U3CHeadersU3Ek__BackingField_6(Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * value)
|
|
{
|
|
___U3CHeadersU3Ek__BackingField_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CDataU3Ek__BackingField_7)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_U3CDataU3Ek__BackingField_7() const { return ___U3CDataU3Ek__BackingField_7; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_U3CDataU3Ek__BackingField_7() { return &___U3CDataU3Ek__BackingField_7; }
|
|
inline void set_U3CDataU3Ek__BackingField_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___U3CDataU3Ek__BackingField_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CDataU3Ek__BackingField_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsUpgradedU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CIsUpgradedU3Ek__BackingField_8)); }
|
|
inline bool get_U3CIsUpgradedU3Ek__BackingField_8() const { return ___U3CIsUpgradedU3Ek__BackingField_8; }
|
|
inline bool* get_address_of_U3CIsUpgradedU3Ek__BackingField_8() { return &___U3CIsUpgradedU3Ek__BackingField_8; }
|
|
inline void set_U3CIsUpgradedU3Ek__BackingField_8(bool value)
|
|
{
|
|
___U3CIsUpgradedU3Ek__BackingField_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dataAsText_9() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___dataAsText_9)); }
|
|
inline String_t* get_dataAsText_9() const { return ___dataAsText_9; }
|
|
inline String_t** get_address_of_dataAsText_9() { return &___dataAsText_9; }
|
|
inline void set_dataAsText_9(String_t* value)
|
|
{
|
|
___dataAsText_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dataAsText_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsClosedManuallyU3Ek__BackingField_10() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CIsClosedManuallyU3Ek__BackingField_10)); }
|
|
inline bool get_U3CIsClosedManuallyU3Ek__BackingField_10() const { return ___U3CIsClosedManuallyU3Ek__BackingField_10; }
|
|
inline bool* get_address_of_U3CIsClosedManuallyU3Ek__BackingField_10() { return &___U3CIsClosedManuallyU3Ek__BackingField_10; }
|
|
inline void set_U3CIsClosedManuallyU3Ek__BackingField_10(bool value)
|
|
{
|
|
___U3CIsClosedManuallyU3Ek__BackingField_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_baseRequest_11() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___baseRequest_11)); }
|
|
inline HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * get_baseRequest_11() const { return ___baseRequest_11; }
|
|
inline HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE ** get_address_of_baseRequest_11() { return &___baseRequest_11; }
|
|
inline void set_baseRequest_11(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * value)
|
|
{
|
|
___baseRequest_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___baseRequest_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Stream_12() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___Stream_12)); }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Stream_12() const { return ___Stream_12; }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Stream_12() { return &___Stream_12; }
|
|
inline void set_Stream_12(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
|
|
{
|
|
___Stream_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Stream_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_streamedFragments_13() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___streamedFragments_13)); }
|
|
inline List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * get_streamedFragments_13() const { return ___streamedFragments_13; }
|
|
inline List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 ** get_address_of_streamedFragments_13() { return &___streamedFragments_13; }
|
|
inline void set_streamedFragments_13(List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * value)
|
|
{
|
|
___streamedFragments_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___streamedFragments_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_SyncRoot_14() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___SyncRoot_14)); }
|
|
inline RuntimeObject * get_SyncRoot_14() const { return ___SyncRoot_14; }
|
|
inline RuntimeObject ** get_address_of_SyncRoot_14() { return &___SyncRoot_14; }
|
|
inline void set_SyncRoot_14(RuntimeObject * value)
|
|
{
|
|
___SyncRoot_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___SyncRoot_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fragmentBuffer_15() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___fragmentBuffer_15)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_fragmentBuffer_15() const { return ___fragmentBuffer_15; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_fragmentBuffer_15() { return &___fragmentBuffer_15; }
|
|
inline void set_fragmentBuffer_15(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___fragmentBuffer_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___fragmentBuffer_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fragmentBufferDataLength_16() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___fragmentBufferDataLength_16)); }
|
|
inline int32_t get_fragmentBufferDataLength_16() const { return ___fragmentBufferDataLength_16; }
|
|
inline int32_t* get_address_of_fragmentBufferDataLength_16() { return &___fragmentBufferDataLength_16; }
|
|
inline void set_fragmentBufferDataLength_16(int32_t value)
|
|
{
|
|
___fragmentBufferDataLength_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_allFragmentSize_17() { return static_cast<int32_t>(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___allFragmentSize_17)); }
|
|
inline int32_t get_allFragmentSize_17() const { return ___allFragmentSize_17; }
|
|
inline int32_t* get_address_of_allFragmentSize_17() { return &___allFragmentSize_17; }
|
|
inline void set_allFragmentSize_17(int32_t value)
|
|
{
|
|
___allFragmentSize_17 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// ExceptionReporter
|
|
struct ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Boolean ExceptionReporter::bInit
|
|
bool ___bInit_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_bInit_0() { return static_cast<int32_t>(offsetof(ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA, ___bInit_0)); }
|
|
inline bool get_bInit_0() const { return ___bInit_0; }
|
|
inline bool* get_address_of_bInit_0() { return &___bInit_0; }
|
|
inline void set_bInit_0(bool value)
|
|
{
|
|
___bInit_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.EventContext
|
|
struct EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 : public RuntimeObject
|
|
{
|
|
public:
|
|
// FairyGUI.EventDispatcher FairyGUI.EventContext::<sender>k__BackingField
|
|
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___U3CsenderU3Ek__BackingField_0;
|
|
// System.Object FairyGUI.EventContext::<initiator>k__BackingField
|
|
RuntimeObject * ___U3CinitiatorU3Ek__BackingField_1;
|
|
// FairyGUI.InputEvent FairyGUI.EventContext::<inputEvent>k__BackingField
|
|
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * ___U3CinputEventU3Ek__BackingField_2;
|
|
// System.String FairyGUI.EventContext::type
|
|
String_t* ___type_3;
|
|
// System.Object FairyGUI.EventContext::data
|
|
RuntimeObject * ___data_4;
|
|
// System.Boolean FairyGUI.EventContext::_defaultPrevented
|
|
bool ____defaultPrevented_5;
|
|
// System.Boolean FairyGUI.EventContext::_stopsPropagation
|
|
bool ____stopsPropagation_6;
|
|
// System.Boolean FairyGUI.EventContext::_touchCapture
|
|
bool ____touchCapture_7;
|
|
// System.Collections.Generic.List`1<FairyGUI.EventBridge> FairyGUI.EventContext::callChain
|
|
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * ___callChain_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CsenderU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___U3CsenderU3Ek__BackingField_0)); }
|
|
inline EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * get_U3CsenderU3Ek__BackingField_0() const { return ___U3CsenderU3Ek__BackingField_0; }
|
|
inline EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 ** get_address_of_U3CsenderU3Ek__BackingField_0() { return &___U3CsenderU3Ek__BackingField_0; }
|
|
inline void set_U3CsenderU3Ek__BackingField_0(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * value)
|
|
{
|
|
___U3CsenderU3Ek__BackingField_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CsenderU3Ek__BackingField_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CinitiatorU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___U3CinitiatorU3Ek__BackingField_1)); }
|
|
inline RuntimeObject * get_U3CinitiatorU3Ek__BackingField_1() const { return ___U3CinitiatorU3Ek__BackingField_1; }
|
|
inline RuntimeObject ** get_address_of_U3CinitiatorU3Ek__BackingField_1() { return &___U3CinitiatorU3Ek__BackingField_1; }
|
|
inline void set_U3CinitiatorU3Ek__BackingField_1(RuntimeObject * value)
|
|
{
|
|
___U3CinitiatorU3Ek__BackingField_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CinitiatorU3Ek__BackingField_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CinputEventU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___U3CinputEventU3Ek__BackingField_2)); }
|
|
inline InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * get_U3CinputEventU3Ek__BackingField_2() const { return ___U3CinputEventU3Ek__BackingField_2; }
|
|
inline InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 ** get_address_of_U3CinputEventU3Ek__BackingField_2() { return &___U3CinputEventU3Ek__BackingField_2; }
|
|
inline void set_U3CinputEventU3Ek__BackingField_2(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * value)
|
|
{
|
|
___U3CinputEventU3Ek__BackingField_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CinputEventU3Ek__BackingField_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_3() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___type_3)); }
|
|
inline String_t* get_type_3() const { return ___type_3; }
|
|
inline String_t** get_address_of_type_3() { return &___type_3; }
|
|
inline void set_type_3(String_t* value)
|
|
{
|
|
___type_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_data_4() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___data_4)); }
|
|
inline RuntimeObject * get_data_4() const { return ___data_4; }
|
|
inline RuntimeObject ** get_address_of_data_4() { return &___data_4; }
|
|
inline void set_data_4(RuntimeObject * value)
|
|
{
|
|
___data_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__defaultPrevented_5() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ____defaultPrevented_5)); }
|
|
inline bool get__defaultPrevented_5() const { return ____defaultPrevented_5; }
|
|
inline bool* get_address_of__defaultPrevented_5() { return &____defaultPrevented_5; }
|
|
inline void set__defaultPrevented_5(bool value)
|
|
{
|
|
____defaultPrevented_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__stopsPropagation_6() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ____stopsPropagation_6)); }
|
|
inline bool get__stopsPropagation_6() const { return ____stopsPropagation_6; }
|
|
inline bool* get_address_of__stopsPropagation_6() { return &____stopsPropagation_6; }
|
|
inline void set__stopsPropagation_6(bool value)
|
|
{
|
|
____stopsPropagation_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__touchCapture_7() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ____touchCapture_7)); }
|
|
inline bool get__touchCapture_7() const { return ____touchCapture_7; }
|
|
inline bool* get_address_of__touchCapture_7() { return &____touchCapture_7; }
|
|
inline void set__touchCapture_7(bool value)
|
|
{
|
|
____touchCapture_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_callChain_8() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___callChain_8)); }
|
|
inline List_1_t96F9041444F491A9089B15870662D9839D1B9728 * get_callChain_8() const { return ___callChain_8; }
|
|
inline List_1_t96F9041444F491A9089B15870662D9839D1B9728 ** get_address_of_callChain_8() { return &___callChain_8; }
|
|
inline void set_callChain_8(List_1_t96F9041444F491A9089B15870662D9839D1B9728 * value)
|
|
{
|
|
___callChain_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___callChain_8), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_StaticFields
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Stack`1<FairyGUI.EventContext> FairyGUI.EventContext::pool
|
|
Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * ___pool_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_pool_9() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_StaticFields, ___pool_9)); }
|
|
inline Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * get_pool_9() const { return ___pool_9; }
|
|
inline Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A ** get_address_of_pool_9() { return &___pool_9; }
|
|
inline void set_pool_9(Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * value)
|
|
{
|
|
___pool_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___pool_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.EventDispatcher
|
|
struct EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge> FairyGUI.EventDispatcher::_dic
|
|
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * ____dic_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__dic_0() { return static_cast<int32_t>(offsetof(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7, ____dic_0)); }
|
|
inline Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * get__dic_0() const { return ____dic_0; }
|
|
inline Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B ** get_address_of__dic_0() { return &____dic_0; }
|
|
inline void set__dic_0(Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * value)
|
|
{
|
|
____dic_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____dic_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_StaticFields
|
|
{
|
|
public:
|
|
// FairyGUI.InputEvent FairyGUI.EventDispatcher::sCurrentInputEvent
|
|
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * ___sCurrentInputEvent_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_sCurrentInputEvent_1() { return static_cast<int32_t>(offsetof(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_StaticFields, ___sCurrentInputEvent_1)); }
|
|
inline InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * get_sCurrentInputEvent_1() const { return ___sCurrentInputEvent_1; }
|
|
inline InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 ** get_address_of_sCurrentInputEvent_1() { return &___sCurrentInputEvent_1; }
|
|
inline void set_sCurrentInputEvent_1(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * value)
|
|
{
|
|
___sCurrentInputEvent_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___sCurrentInputEvent_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// Game.Utils_<>c__DisplayClass11_0
|
|
struct U3CU3Ec__DisplayClass11_0_tB2F7F95A676C0DC1CF162CF0826330BFE667C79C : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String Game.Utils_<>c__DisplayClass11_0::path
|
|
String_t* ___path_0;
|
|
// LuaInterface.LuaFunction Game.Utils_<>c__DisplayClass11_0::callback
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_path_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass11_0_tB2F7F95A676C0DC1CF162CF0826330BFE667C79C, ___path_0)); }
|
|
inline String_t* get_path_0() const { return ___path_0; }
|
|
inline String_t** get_address_of_path_0() { return &___path_0; }
|
|
inline void set_path_0(String_t* value)
|
|
{
|
|
___path_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___path_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_callback_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass11_0_tB2F7F95A676C0DC1CF162CF0826330BFE667C79C, ___callback_1)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get_callback_1() const { return ___callback_1; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of_callback_1() { return &___callback_1; }
|
|
inline void set_callback_1(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
___callback_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___callback_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// GameApplicationWrap
|
|
struct GameApplicationWrap_t51AF531128FE180D1AE980C563F71090F82CE7F5 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// Game_UtilsWrap
|
|
struct Game_UtilsWrap_tE3264B8BD008A6FD2D31F5382EAA4E423EDC89B5 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// Hotupdate
|
|
struct Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String Hotupdate::_base_path
|
|
String_t* ____base_path_4;
|
|
// Version Hotupdate::_server_version
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ____server_version_5;
|
|
// Version Hotupdate::_local_version
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ____local_version_6;
|
|
// System.Int32 Hotupdate::_with_pack
|
|
int32_t ____with_pack_7;
|
|
// System.Single Hotupdate::_stage
|
|
float ____stage_8;
|
|
// System.Boolean Hotupdate::isBuild32lua
|
|
bool ___isBuild32lua_9;
|
|
// System.String Hotupdate::<TextTip>k__BackingField
|
|
String_t* ___U3CTextTipU3Ek__BackingField_10;
|
|
// System.String Hotupdate::<AssetName>k__BackingField
|
|
String_t* ___U3CAssetNameU3Ek__BackingField_11;
|
|
// System.Boolean Hotupdate::<HideDetail>k__BackingField
|
|
bool ___U3CHideDetailU3Ek__BackingField_12;
|
|
// System.Action`2<System.String,System.Action> Hotupdate::_tip_callback
|
|
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * ____tip_callback_13;
|
|
// System.Single Hotupdate::<Progress>k__BackingField
|
|
float ___U3CProgressU3Ek__BackingField_14;
|
|
// System.Boolean Hotupdate::<Done>k__BackingField
|
|
bool ___U3CDoneU3Ek__BackingField_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__base_path_4() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ____base_path_4)); }
|
|
inline String_t* get__base_path_4() const { return ____base_path_4; }
|
|
inline String_t** get_address_of__base_path_4() { return &____base_path_4; }
|
|
inline void set__base_path_4(String_t* value)
|
|
{
|
|
____base_path_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____base_path_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__server_version_5() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ____server_version_5)); }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * get__server_version_5() const { return ____server_version_5; }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE ** get_address_of__server_version_5() { return &____server_version_5; }
|
|
inline void set__server_version_5(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * value)
|
|
{
|
|
____server_version_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____server_version_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__local_version_6() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ____local_version_6)); }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * get__local_version_6() const { return ____local_version_6; }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE ** get_address_of__local_version_6() { return &____local_version_6; }
|
|
inline void set__local_version_6(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * value)
|
|
{
|
|
____local_version_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____local_version_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__with_pack_7() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ____with_pack_7)); }
|
|
inline int32_t get__with_pack_7() const { return ____with_pack_7; }
|
|
inline int32_t* get_address_of__with_pack_7() { return &____with_pack_7; }
|
|
inline void set__with_pack_7(int32_t value)
|
|
{
|
|
____with_pack_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__stage_8() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ____stage_8)); }
|
|
inline float get__stage_8() const { return ____stage_8; }
|
|
inline float* get_address_of__stage_8() { return &____stage_8; }
|
|
inline void set__stage_8(float value)
|
|
{
|
|
____stage_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isBuild32lua_9() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ___isBuild32lua_9)); }
|
|
inline bool get_isBuild32lua_9() const { return ___isBuild32lua_9; }
|
|
inline bool* get_address_of_isBuild32lua_9() { return &___isBuild32lua_9; }
|
|
inline void set_isBuild32lua_9(bool value)
|
|
{
|
|
___isBuild32lua_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CTextTipU3Ek__BackingField_10() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ___U3CTextTipU3Ek__BackingField_10)); }
|
|
inline String_t* get_U3CTextTipU3Ek__BackingField_10() const { return ___U3CTextTipU3Ek__BackingField_10; }
|
|
inline String_t** get_address_of_U3CTextTipU3Ek__BackingField_10() { return &___U3CTextTipU3Ek__BackingField_10; }
|
|
inline void set_U3CTextTipU3Ek__BackingField_10(String_t* value)
|
|
{
|
|
___U3CTextTipU3Ek__BackingField_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CTextTipU3Ek__BackingField_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CAssetNameU3Ek__BackingField_11() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ___U3CAssetNameU3Ek__BackingField_11)); }
|
|
inline String_t* get_U3CAssetNameU3Ek__BackingField_11() const { return ___U3CAssetNameU3Ek__BackingField_11; }
|
|
inline String_t** get_address_of_U3CAssetNameU3Ek__BackingField_11() { return &___U3CAssetNameU3Ek__BackingField_11; }
|
|
inline void set_U3CAssetNameU3Ek__BackingField_11(String_t* value)
|
|
{
|
|
___U3CAssetNameU3Ek__BackingField_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CAssetNameU3Ek__BackingField_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CHideDetailU3Ek__BackingField_12() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ___U3CHideDetailU3Ek__BackingField_12)); }
|
|
inline bool get_U3CHideDetailU3Ek__BackingField_12() const { return ___U3CHideDetailU3Ek__BackingField_12; }
|
|
inline bool* get_address_of_U3CHideDetailU3Ek__BackingField_12() { return &___U3CHideDetailU3Ek__BackingField_12; }
|
|
inline void set_U3CHideDetailU3Ek__BackingField_12(bool value)
|
|
{
|
|
___U3CHideDetailU3Ek__BackingField_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__tip_callback_13() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ____tip_callback_13)); }
|
|
inline Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * get__tip_callback_13() const { return ____tip_callback_13; }
|
|
inline Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 ** get_address_of__tip_callback_13() { return &____tip_callback_13; }
|
|
inline void set__tip_callback_13(Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * value)
|
|
{
|
|
____tip_callback_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____tip_callback_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CProgressU3Ek__BackingField_14() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ___U3CProgressU3Ek__BackingField_14)); }
|
|
inline float get_U3CProgressU3Ek__BackingField_14() const { return ___U3CProgressU3Ek__BackingField_14; }
|
|
inline float* get_address_of_U3CProgressU3Ek__BackingField_14() { return &___U3CProgressU3Ek__BackingField_14; }
|
|
inline void set_U3CProgressU3Ek__BackingField_14(float value)
|
|
{
|
|
___U3CProgressU3Ek__BackingField_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CDoneU3Ek__BackingField_15() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ___U3CDoneU3Ek__BackingField_15)); }
|
|
inline bool get_U3CDoneU3Ek__BackingField_15() const { return ___U3CDoneU3Ek__BackingField_15; }
|
|
inline bool* get_address_of_U3CDoneU3Ek__BackingField_15() { return &___U3CDoneU3Ek__BackingField_15; }
|
|
inline void set_U3CDoneU3Ek__BackingField_15(bool value)
|
|
{
|
|
___U3CDoneU3Ek__BackingField_15 = value;
|
|
}
|
|
};
|
|
|
|
struct Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_StaticFields
|
|
{
|
|
public:
|
|
// System.String Hotupdate::PackUrl
|
|
String_t* ___PackUrl_2;
|
|
// System.Collections.Generic.Dictionary`2<System.String,Version> Hotupdate::localVersionMap
|
|
Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F * ___localVersionMap_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_PackUrl_2() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_StaticFields, ___PackUrl_2)); }
|
|
inline String_t* get_PackUrl_2() const { return ___PackUrl_2; }
|
|
inline String_t** get_address_of_PackUrl_2() { return &___PackUrl_2; }
|
|
inline void set_PackUrl_2(String_t* value)
|
|
{
|
|
___PackUrl_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___PackUrl_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_localVersionMap_3() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_StaticFields, ___localVersionMap_3)); }
|
|
inline Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F * get_localVersionMap_3() const { return ___localVersionMap_3; }
|
|
inline Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F ** get_address_of_localVersionMap_3() { return &___localVersionMap_3; }
|
|
inline void set_localVersionMap_3(Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F * value)
|
|
{
|
|
___localVersionMap_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___localVersionMap_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// Hotupdate_<>c__DisplayClass15_0
|
|
struct U3CU3Ec__DisplayClass15_0_t7CEB7B7DEA9DC373E32F54AE94FF96B3C401E5B4 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 Hotupdate_<>c__DisplayClass15_0::tem_state
|
|
int32_t ___tem_state_0;
|
|
// System.Boolean Hotupdate_<>c__DisplayClass15_0::finsh
|
|
bool ___finsh_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_tem_state_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass15_0_t7CEB7B7DEA9DC373E32F54AE94FF96B3C401E5B4, ___tem_state_0)); }
|
|
inline int32_t get_tem_state_0() const { return ___tem_state_0; }
|
|
inline int32_t* get_address_of_tem_state_0() { return &___tem_state_0; }
|
|
inline void set_tem_state_0(int32_t value)
|
|
{
|
|
___tem_state_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_finsh_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass15_0_t7CEB7B7DEA9DC373E32F54AE94FF96B3C401E5B4, ___finsh_1)); }
|
|
inline bool get_finsh_1() const { return ___finsh_1; }
|
|
inline bool* get_address_of_finsh_1() { return &___finsh_1; }
|
|
inline void set_finsh_1(bool value)
|
|
{
|
|
___finsh_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// Hotupdate_<>c__DisplayClass15_1
|
|
struct U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Boolean Hotupdate_<>c__DisplayClass15_1::down
|
|
bool ___down_0;
|
|
// System.Int32 Hotupdate_<>c__DisplayClass15_1::tem_state
|
|
int32_t ___tem_state_1;
|
|
// System.Boolean Hotupdate_<>c__DisplayClass15_1::finsh
|
|
bool ___finsh_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_down_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E, ___down_0)); }
|
|
inline bool get_down_0() const { return ___down_0; }
|
|
inline bool* get_address_of_down_0() { return &___down_0; }
|
|
inline void set_down_0(bool value)
|
|
{
|
|
___down_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_tem_state_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E, ___tem_state_1)); }
|
|
inline int32_t get_tem_state_1() const { return ___tem_state_1; }
|
|
inline int32_t* get_address_of_tem_state_1() { return &___tem_state_1; }
|
|
inline void set_tem_state_1(int32_t value)
|
|
{
|
|
___tem_state_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_finsh_2() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E, ___finsh_2)); }
|
|
inline bool get_finsh_2() const { return ___finsh_2; }
|
|
inline bool* get_address_of_finsh_2() { return &___finsh_2; }
|
|
inline void set_finsh_2(bool value)
|
|
{
|
|
___finsh_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// Hotupdate_<>c__DisplayClass17_0
|
|
struct U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB : public RuntimeObject
|
|
{
|
|
public:
|
|
// Hotupdate Hotupdate_<>c__DisplayClass17_0::<>4__this
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * ___U3CU3E4__this_0;
|
|
// System.Action Hotupdate_<>c__DisplayClass17_0::downcall
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___downcall_1;
|
|
// Version Hotupdate_<>c__DisplayClass17_0::version
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___version_2;
|
|
// System.Single Hotupdate_<>c__DisplayClass17_0::ratio
|
|
float ___ratio_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB, ___U3CU3E4__this_0)); }
|
|
inline Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; }
|
|
inline Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; }
|
|
inline void set_U3CU3E4__this_0(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * value)
|
|
{
|
|
___U3CU3E4__this_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_downcall_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB, ___downcall_1)); }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_downcall_1() const { return ___downcall_1; }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_downcall_1() { return &___downcall_1; }
|
|
inline void set_downcall_1(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value)
|
|
{
|
|
___downcall_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___downcall_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB, ___version_2)); }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * get_version_2() const { return ___version_2; }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE ** get_address_of_version_2() { return &___version_2; }
|
|
inline void set_version_2(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * value)
|
|
{
|
|
___version_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ratio_3() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB, ___ratio_3)); }
|
|
inline float get_ratio_3() const { return ___ratio_3; }
|
|
inline float* get_address_of_ratio_3() { return &___ratio_3; }
|
|
inline void set_ratio_3(float value)
|
|
{
|
|
___ratio_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// Hotupdate_<DownAsset>d__17
|
|
struct U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 Hotupdate_<DownAsset>d__17::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Hotupdate_<DownAsset>d__17::<>2__current
|
|
RuntimeObject * ___U3CU3E2__current_1;
|
|
// Hotupdate Hotupdate_<DownAsset>d__17::<>4__this
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * ___U3CU3E4__this_2;
|
|
// System.Action Hotupdate_<DownAsset>d__17::downcall
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___downcall_3;
|
|
// Version Hotupdate_<DownAsset>d__17::version
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___version_4;
|
|
// System.Single Hotupdate_<DownAsset>d__17::ratio
|
|
float ___ratio_5;
|
|
// Hotupdate_<>c__DisplayClass17_0 Hotupdate_<DownAsset>d__17::<>8__1
|
|
U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB * ___U3CU3E8__1_6;
|
|
// UnityEngine.WWW Hotupdate_<DownAsset>d__17::<request>5__2
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * ___U3CrequestU3E5__2_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022, ___U3CU3E1__state_0)); }
|
|
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
|
|
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
|
|
inline void set_U3CU3E1__state_0(int32_t value)
|
|
{
|
|
___U3CU3E1__state_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022, ___U3CU3E2__current_1)); }
|
|
inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
|
|
inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
|
|
inline void set_U3CU3E2__current_1(RuntimeObject * value)
|
|
{
|
|
___U3CU3E2__current_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast<int32_t>(offsetof(U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022, ___U3CU3E4__this_2)); }
|
|
inline Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; }
|
|
inline Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; }
|
|
inline void set_U3CU3E4__this_2(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * value)
|
|
{
|
|
___U3CU3E4__this_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_downcall_3() { return static_cast<int32_t>(offsetof(U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022, ___downcall_3)); }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_downcall_3() const { return ___downcall_3; }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_downcall_3() { return &___downcall_3; }
|
|
inline void set_downcall_3(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value)
|
|
{
|
|
___downcall_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___downcall_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_4() { return static_cast<int32_t>(offsetof(U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022, ___version_4)); }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * get_version_4() const { return ___version_4; }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE ** get_address_of_version_4() { return &___version_4; }
|
|
inline void set_version_4(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * value)
|
|
{
|
|
___version_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___version_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ratio_5() { return static_cast<int32_t>(offsetof(U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022, ___ratio_5)); }
|
|
inline float get_ratio_5() const { return ___ratio_5; }
|
|
inline float* get_address_of_ratio_5() { return &___ratio_5; }
|
|
inline void set_ratio_5(float value)
|
|
{
|
|
___ratio_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast<int32_t>(offsetof(U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022, ___U3CU3E8__1_6)); }
|
|
inline U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB * get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; }
|
|
inline U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB ** get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; }
|
|
inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB * value)
|
|
{
|
|
___U3CU3E8__1_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E8__1_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CrequestU3E5__2_7() { return static_cast<int32_t>(offsetof(U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022, ___U3CrequestU3E5__2_7)); }
|
|
inline WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * get_U3CrequestU3E5__2_7() const { return ___U3CrequestU3E5__2_7; }
|
|
inline WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 ** get_address_of_U3CrequestU3E5__2_7() { return &___U3CrequestU3E5__2_7; }
|
|
inline void set_U3CrequestU3E5__2_7(WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * value)
|
|
{
|
|
___U3CrequestU3E5__2_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestU3E5__2_7), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// Hotupdate_<__LoadAsset>d__15
|
|
struct U3C__LoadAssetU3Ed__15_t5AFAC24ED5B409AFA3BFBF457EA729F2BCE46920 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 Hotupdate_<__LoadAsset>d__15::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Hotupdate_<__LoadAsset>d__15::<>2__current
|
|
RuntimeObject * ___U3CU3E2__current_1;
|
|
// Hotupdate Hotupdate_<__LoadAsset>d__15::<>4__this
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * ___U3CU3E4__this_2;
|
|
// Hotupdate_<>c__DisplayClass15_0 Hotupdate_<__LoadAsset>d__15::<>8__1
|
|
U3CU3Ec__DisplayClass15_0_t7CEB7B7DEA9DC373E32F54AE94FF96B3C401E5B4 * ___U3CU3E8__1_3;
|
|
// Hotupdate_<>c__DisplayClass15_1 Hotupdate_<__LoadAsset>d__15::<>8__2
|
|
U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E * ___U3CU3E8__2_4;
|
|
// System.Single Hotupdate_<__LoadAsset>d__15::<_ratio>5__2
|
|
float ___U3C_ratioU3E5__2_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3C__LoadAssetU3Ed__15_t5AFAC24ED5B409AFA3BFBF457EA729F2BCE46920, ___U3CU3E1__state_0)); }
|
|
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
|
|
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
|
|
inline void set_U3CU3E1__state_0(int32_t value)
|
|
{
|
|
___U3CU3E1__state_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3C__LoadAssetU3Ed__15_t5AFAC24ED5B409AFA3BFBF457EA729F2BCE46920, ___U3CU3E2__current_1)); }
|
|
inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
|
|
inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
|
|
inline void set_U3CU3E2__current_1(RuntimeObject * value)
|
|
{
|
|
___U3CU3E2__current_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast<int32_t>(offsetof(U3C__LoadAssetU3Ed__15_t5AFAC24ED5B409AFA3BFBF457EA729F2BCE46920, ___U3CU3E4__this_2)); }
|
|
inline Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; }
|
|
inline Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; }
|
|
inline void set_U3CU3E4__this_2(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * value)
|
|
{
|
|
___U3CU3E4__this_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E8__1_3() { return static_cast<int32_t>(offsetof(U3C__LoadAssetU3Ed__15_t5AFAC24ED5B409AFA3BFBF457EA729F2BCE46920, ___U3CU3E8__1_3)); }
|
|
inline U3CU3Ec__DisplayClass15_0_t7CEB7B7DEA9DC373E32F54AE94FF96B3C401E5B4 * get_U3CU3E8__1_3() const { return ___U3CU3E8__1_3; }
|
|
inline U3CU3Ec__DisplayClass15_0_t7CEB7B7DEA9DC373E32F54AE94FF96B3C401E5B4 ** get_address_of_U3CU3E8__1_3() { return &___U3CU3E8__1_3; }
|
|
inline void set_U3CU3E8__1_3(U3CU3Ec__DisplayClass15_0_t7CEB7B7DEA9DC373E32F54AE94FF96B3C401E5B4 * value)
|
|
{
|
|
___U3CU3E8__1_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E8__1_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E8__2_4() { return static_cast<int32_t>(offsetof(U3C__LoadAssetU3Ed__15_t5AFAC24ED5B409AFA3BFBF457EA729F2BCE46920, ___U3CU3E8__2_4)); }
|
|
inline U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E * get_U3CU3E8__2_4() const { return ___U3CU3E8__2_4; }
|
|
inline U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E ** get_address_of_U3CU3E8__2_4() { return &___U3CU3E8__2_4; }
|
|
inline void set_U3CU3E8__2_4(U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E * value)
|
|
{
|
|
___U3CU3E8__2_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E8__2_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3C_ratioU3E5__2_5() { return static_cast<int32_t>(offsetof(U3C__LoadAssetU3Ed__15_t5AFAC24ED5B409AFA3BFBF457EA729F2BCE46920, ___U3C_ratioU3E5__2_5)); }
|
|
inline float get_U3C_ratioU3E5__2_5() const { return ___U3C_ratioU3E5__2_5; }
|
|
inline float* get_address_of_U3C_ratioU3E5__2_5() { return &___U3C_ratioU3E5__2_5; }
|
|
inline void set_U3C_ratioU3E5__2_5(float value)
|
|
{
|
|
___U3C_ratioU3E5__2_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// Hotupdate_<__UnPack>d__16
|
|
struct U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 Hotupdate_<__UnPack>d__16::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Hotupdate_<__UnPack>d__16::<>2__current
|
|
RuntimeObject * ___U3CU3E2__current_1;
|
|
// Hotupdate Hotupdate_<__UnPack>d__16::<>4__this
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * ___U3CU3E4__this_2;
|
|
// System.Single Hotupdate_<__UnPack>d__16::ratio
|
|
float ___ratio_3;
|
|
// System.Action`1<System.Int32> Hotupdate_<__UnPack>d__16::onback
|
|
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * ___onback_4;
|
|
// Version Hotupdate_<__UnPack>d__16::version
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___version_5;
|
|
// System.String Hotupdate_<__UnPack>d__16::<dir>5__2
|
|
String_t* ___U3CdirU3E5__2_6;
|
|
// System.String Hotupdate_<__UnPack>d__16::<zip_path>5__3
|
|
String_t* ___U3Czip_pathU3E5__3_7;
|
|
// taurus.client.IFilePack Hotupdate_<__UnPack>d__16::<zip>5__4
|
|
RuntimeObject* ___U3CzipU3E5__4_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB, ___U3CU3E1__state_0)); }
|
|
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
|
|
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
|
|
inline void set_U3CU3E1__state_0(int32_t value)
|
|
{
|
|
___U3CU3E1__state_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB, ___U3CU3E2__current_1)); }
|
|
inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
|
|
inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
|
|
inline void set_U3CU3E2__current_1(RuntimeObject * value)
|
|
{
|
|
___U3CU3E2__current_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast<int32_t>(offsetof(U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB, ___U3CU3E4__this_2)); }
|
|
inline Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; }
|
|
inline Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; }
|
|
inline void set_U3CU3E4__this_2(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * value)
|
|
{
|
|
___U3CU3E4__this_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ratio_3() { return static_cast<int32_t>(offsetof(U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB, ___ratio_3)); }
|
|
inline float get_ratio_3() const { return ___ratio_3; }
|
|
inline float* get_address_of_ratio_3() { return &___ratio_3; }
|
|
inline void set_ratio_3(float value)
|
|
{
|
|
___ratio_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_onback_4() { return static_cast<int32_t>(offsetof(U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB, ___onback_4)); }
|
|
inline Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * get_onback_4() const { return ___onback_4; }
|
|
inline Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B ** get_address_of_onback_4() { return &___onback_4; }
|
|
inline void set_onback_4(Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * value)
|
|
{
|
|
___onback_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___onback_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_5() { return static_cast<int32_t>(offsetof(U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB, ___version_5)); }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * get_version_5() const { return ___version_5; }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE ** get_address_of_version_5() { return &___version_5; }
|
|
inline void set_version_5(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * value)
|
|
{
|
|
___version_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___version_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CdirU3E5__2_6() { return static_cast<int32_t>(offsetof(U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB, ___U3CdirU3E5__2_6)); }
|
|
inline String_t* get_U3CdirU3E5__2_6() const { return ___U3CdirU3E5__2_6; }
|
|
inline String_t** get_address_of_U3CdirU3E5__2_6() { return &___U3CdirU3E5__2_6; }
|
|
inline void set_U3CdirU3E5__2_6(String_t* value)
|
|
{
|
|
___U3CdirU3E5__2_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CdirU3E5__2_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3Czip_pathU3E5__3_7() { return static_cast<int32_t>(offsetof(U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB, ___U3Czip_pathU3E5__3_7)); }
|
|
inline String_t* get_U3Czip_pathU3E5__3_7() const { return ___U3Czip_pathU3E5__3_7; }
|
|
inline String_t** get_address_of_U3Czip_pathU3E5__3_7() { return &___U3Czip_pathU3E5__3_7; }
|
|
inline void set_U3Czip_pathU3E5__3_7(String_t* value)
|
|
{
|
|
___U3Czip_pathU3E5__3_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3Czip_pathU3E5__3_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CzipU3E5__4_8() { return static_cast<int32_t>(offsetof(U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB, ___U3CzipU3E5__4_8)); }
|
|
inline RuntimeObject* get_U3CzipU3E5__4_8() const { return ___U3CzipU3E5__4_8; }
|
|
inline RuntimeObject** get_address_of_U3CzipU3E5__4_8() { return &___U3CzipU3E5__4_8; }
|
|
inline void set_U3CzipU3E5__4_8(RuntimeObject* value)
|
|
{
|
|
___U3CzipU3E5__4_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CzipU3E5__4_8), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// HotupdateWrap
|
|
struct HotupdateWrap_t2589C374F69D82E033ABC005F29C11A8EC0A02A0 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// Log
|
|
struct Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields
|
|
{
|
|
public:
|
|
// System.Boolean Log::<IsOpen>k__BackingField
|
|
bool ___U3CIsOpenU3Ek__BackingField_0;
|
|
// System.Boolean Log::<IsScreenOpen>k__BackingField
|
|
bool ___U3CIsScreenOpenU3Ek__BackingField_1;
|
|
// System.Boolean Log::<IsInfo>k__BackingField
|
|
bool ___U3CIsInfoU3Ek__BackingField_2;
|
|
// System.Boolean Log::<IsDebug>k__BackingField
|
|
bool ___U3CIsDebugU3Ek__BackingField_3;
|
|
// System.Boolean Log::<IsWarning>k__BackingField
|
|
bool ___U3CIsWarningU3Ek__BackingField_4;
|
|
// System.Boolean Log::<IsError>k__BackingField
|
|
bool ___U3CIsErrorU3Ek__BackingField_5;
|
|
// System.Boolean Log::<IsExcept>k__BackingField
|
|
bool ___U3CIsExceptU3Ek__BackingField_6;
|
|
// System.Boolean Log::<IsCritical>k__BackingField
|
|
bool ___U3CIsCriticalU3Ek__BackingField_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CIsOpenU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields, ___U3CIsOpenU3Ek__BackingField_0)); }
|
|
inline bool get_U3CIsOpenU3Ek__BackingField_0() const { return ___U3CIsOpenU3Ek__BackingField_0; }
|
|
inline bool* get_address_of_U3CIsOpenU3Ek__BackingField_0() { return &___U3CIsOpenU3Ek__BackingField_0; }
|
|
inline void set_U3CIsOpenU3Ek__BackingField_0(bool value)
|
|
{
|
|
___U3CIsOpenU3Ek__BackingField_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsScreenOpenU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields, ___U3CIsScreenOpenU3Ek__BackingField_1)); }
|
|
inline bool get_U3CIsScreenOpenU3Ek__BackingField_1() const { return ___U3CIsScreenOpenU3Ek__BackingField_1; }
|
|
inline bool* get_address_of_U3CIsScreenOpenU3Ek__BackingField_1() { return &___U3CIsScreenOpenU3Ek__BackingField_1; }
|
|
inline void set_U3CIsScreenOpenU3Ek__BackingField_1(bool value)
|
|
{
|
|
___U3CIsScreenOpenU3Ek__BackingField_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsInfoU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields, ___U3CIsInfoU3Ek__BackingField_2)); }
|
|
inline bool get_U3CIsInfoU3Ek__BackingField_2() const { return ___U3CIsInfoU3Ek__BackingField_2; }
|
|
inline bool* get_address_of_U3CIsInfoU3Ek__BackingField_2() { return &___U3CIsInfoU3Ek__BackingField_2; }
|
|
inline void set_U3CIsInfoU3Ek__BackingField_2(bool value)
|
|
{
|
|
___U3CIsInfoU3Ek__BackingField_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsDebugU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields, ___U3CIsDebugU3Ek__BackingField_3)); }
|
|
inline bool get_U3CIsDebugU3Ek__BackingField_3() const { return ___U3CIsDebugU3Ek__BackingField_3; }
|
|
inline bool* get_address_of_U3CIsDebugU3Ek__BackingField_3() { return &___U3CIsDebugU3Ek__BackingField_3; }
|
|
inline void set_U3CIsDebugU3Ek__BackingField_3(bool value)
|
|
{
|
|
___U3CIsDebugU3Ek__BackingField_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsWarningU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields, ___U3CIsWarningU3Ek__BackingField_4)); }
|
|
inline bool get_U3CIsWarningU3Ek__BackingField_4() const { return ___U3CIsWarningU3Ek__BackingField_4; }
|
|
inline bool* get_address_of_U3CIsWarningU3Ek__BackingField_4() { return &___U3CIsWarningU3Ek__BackingField_4; }
|
|
inline void set_U3CIsWarningU3Ek__BackingField_4(bool value)
|
|
{
|
|
___U3CIsWarningU3Ek__BackingField_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsErrorU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields, ___U3CIsErrorU3Ek__BackingField_5)); }
|
|
inline bool get_U3CIsErrorU3Ek__BackingField_5() const { return ___U3CIsErrorU3Ek__BackingField_5; }
|
|
inline bool* get_address_of_U3CIsErrorU3Ek__BackingField_5() { return &___U3CIsErrorU3Ek__BackingField_5; }
|
|
inline void set_U3CIsErrorU3Ek__BackingField_5(bool value)
|
|
{
|
|
___U3CIsErrorU3Ek__BackingField_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsExceptU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields, ___U3CIsExceptU3Ek__BackingField_6)); }
|
|
inline bool get_U3CIsExceptU3Ek__BackingField_6() const { return ___U3CIsExceptU3Ek__BackingField_6; }
|
|
inline bool* get_address_of_U3CIsExceptU3Ek__BackingField_6() { return &___U3CIsExceptU3Ek__BackingField_6; }
|
|
inline void set_U3CIsExceptU3Ek__BackingField_6(bool value)
|
|
{
|
|
___U3CIsExceptU3Ek__BackingField_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsCriticalU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields, ___U3CIsCriticalU3Ek__BackingField_7)); }
|
|
inline bool get_U3CIsCriticalU3Ek__BackingField_7() const { return ___U3CIsCriticalU3Ek__BackingField_7; }
|
|
inline bool* get_address_of_U3CIsCriticalU3Ek__BackingField_7() { return &___U3CIsCriticalU3Ek__BackingField_7; }
|
|
inline void set_U3CIsCriticalU3Ek__BackingField_7(bool value)
|
|
{
|
|
___U3CIsCriticalU3Ek__BackingField_7 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaBinder
|
|
struct LuaBinder_t8A108915298BFE06FDA8A515B6FC9A404E228754 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaConst
|
|
struct LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields
|
|
{
|
|
public:
|
|
// System.String LuaConst::luaDir
|
|
String_t* ___luaDir_0;
|
|
// System.String LuaConst::toluaDir
|
|
String_t* ___toluaDir_1;
|
|
// System.String LuaConst::osDir
|
|
String_t* ___osDir_2;
|
|
// System.String LuaConst::luaResDir
|
|
String_t* ___luaResDir_3;
|
|
// System.String LuaConst::zbsDir
|
|
String_t* ___zbsDir_4;
|
|
// System.Boolean LuaConst::openLuaSocket
|
|
bool ___openLuaSocket_5;
|
|
// System.Boolean LuaConst::openLuaDebugger
|
|
bool ___openLuaDebugger_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_luaDir_0() { return static_cast<int32_t>(offsetof(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields, ___luaDir_0)); }
|
|
inline String_t* get_luaDir_0() const { return ___luaDir_0; }
|
|
inline String_t** get_address_of_luaDir_0() { return &___luaDir_0; }
|
|
inline void set_luaDir_0(String_t* value)
|
|
{
|
|
___luaDir_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___luaDir_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_toluaDir_1() { return static_cast<int32_t>(offsetof(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields, ___toluaDir_1)); }
|
|
inline String_t* get_toluaDir_1() const { return ___toluaDir_1; }
|
|
inline String_t** get_address_of_toluaDir_1() { return &___toluaDir_1; }
|
|
inline void set_toluaDir_1(String_t* value)
|
|
{
|
|
___toluaDir_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___toluaDir_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_osDir_2() { return static_cast<int32_t>(offsetof(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields, ___osDir_2)); }
|
|
inline String_t* get_osDir_2() const { return ___osDir_2; }
|
|
inline String_t** get_address_of_osDir_2() { return &___osDir_2; }
|
|
inline void set_osDir_2(String_t* value)
|
|
{
|
|
___osDir_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___osDir_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_luaResDir_3() { return static_cast<int32_t>(offsetof(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields, ___luaResDir_3)); }
|
|
inline String_t* get_luaResDir_3() const { return ___luaResDir_3; }
|
|
inline String_t** get_address_of_luaResDir_3() { return &___luaResDir_3; }
|
|
inline void set_luaResDir_3(String_t* value)
|
|
{
|
|
___luaResDir_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___luaResDir_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_zbsDir_4() { return static_cast<int32_t>(offsetof(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields, ___zbsDir_4)); }
|
|
inline String_t* get_zbsDir_4() const { return ___zbsDir_4; }
|
|
inline String_t** get_address_of_zbsDir_4() { return &___zbsDir_4; }
|
|
inline void set_zbsDir_4(String_t* value)
|
|
{
|
|
___zbsDir_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___zbsDir_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_openLuaSocket_5() { return static_cast<int32_t>(offsetof(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields, ___openLuaSocket_5)); }
|
|
inline bool get_openLuaSocket_5() const { return ___openLuaSocket_5; }
|
|
inline bool* get_address_of_openLuaSocket_5() { return &___openLuaSocket_5; }
|
|
inline void set_openLuaSocket_5(bool value)
|
|
{
|
|
___openLuaSocket_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_openLuaDebugger_6() { return static_cast<int32_t>(offsetof(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields, ___openLuaDebugger_6)); }
|
|
inline bool get_openLuaDebugger_6() const { return ___openLuaDebugger_6; }
|
|
inline bool* get_address_of_openLuaDebugger_6() { return &___openLuaDebugger_6; }
|
|
inline void set_openLuaDebugger_6(bool value)
|
|
{
|
|
___openLuaDebugger_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaCoroutine
|
|
struct LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.MonoBehaviour LuaCoroutine::mb
|
|
MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * ___mb_0;
|
|
// System.String LuaCoroutine::strCo
|
|
String_t* ___strCo_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_mb_0() { return static_cast<int32_t>(offsetof(LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_StaticFields, ___mb_0)); }
|
|
inline MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * get_mb_0() const { return ___mb_0; }
|
|
inline MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 ** get_address_of_mb_0() { return &___mb_0; }
|
|
inline void set_mb_0(MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * value)
|
|
{
|
|
___mb_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___mb_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_strCo_1() { return static_cast<int32_t>(offsetof(LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_StaticFields, ___strCo_1)); }
|
|
inline String_t* get_strCo_1() const { return ___strCo_1; }
|
|
inline String_t** get_address_of_strCo_1() { return &___strCo_1; }
|
|
inline void set_strCo_1(String_t* value)
|
|
{
|
|
___strCo_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___strCo_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaCoroutine_<CoWaitForEndOfFrame>d__8
|
|
struct U3CCoWaitForEndOfFrameU3Ed__8_t29F7A69C4E0AFF9484B4E4F6915A0E5D0D1B28BD : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 LuaCoroutine_<CoWaitForEndOfFrame>d__8::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object LuaCoroutine_<CoWaitForEndOfFrame>d__8::<>2__current
|
|
RuntimeObject * ___U3CU3E2__current_1;
|
|
// LuaInterface.LuaFunction LuaCoroutine_<CoWaitForEndOfFrame>d__8::func
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CCoWaitForEndOfFrameU3Ed__8_t29F7A69C4E0AFF9484B4E4F6915A0E5D0D1B28BD, ___U3CU3E1__state_0)); }
|
|
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
|
|
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
|
|
inline void set_U3CU3E1__state_0(int32_t value)
|
|
{
|
|
___U3CU3E1__state_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3CCoWaitForEndOfFrameU3Ed__8_t29F7A69C4E0AFF9484B4E4F6915A0E5D0D1B28BD, ___U3CU3E2__current_1)); }
|
|
inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
|
|
inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
|
|
inline void set_U3CU3E2__current_1(RuntimeObject * value)
|
|
{
|
|
___U3CU3E2__current_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_func_2() { return static_cast<int32_t>(offsetof(U3CCoWaitForEndOfFrameU3Ed__8_t29F7A69C4E0AFF9484B4E4F6915A0E5D0D1B28BD, ___func_2)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get_func_2() const { return ___func_2; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of_func_2() { return &___func_2; }
|
|
inline void set_func_2(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
___func_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___func_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaCoroutine_<CoWaitForFixedUpdate>d__6
|
|
struct U3CCoWaitForFixedUpdateU3Ed__6_tA632C5D4CAE55ACEC2DEE1BCE9E5EAC42F2E906E : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 LuaCoroutine_<CoWaitForFixedUpdate>d__6::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object LuaCoroutine_<CoWaitForFixedUpdate>d__6::<>2__current
|
|
RuntimeObject * ___U3CU3E2__current_1;
|
|
// LuaInterface.LuaFunction LuaCoroutine_<CoWaitForFixedUpdate>d__6::func
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CCoWaitForFixedUpdateU3Ed__6_tA632C5D4CAE55ACEC2DEE1BCE9E5EAC42F2E906E, ___U3CU3E1__state_0)); }
|
|
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
|
|
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
|
|
inline void set_U3CU3E1__state_0(int32_t value)
|
|
{
|
|
___U3CU3E1__state_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3CCoWaitForFixedUpdateU3Ed__6_tA632C5D4CAE55ACEC2DEE1BCE9E5EAC42F2E906E, ___U3CU3E2__current_1)); }
|
|
inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
|
|
inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
|
|
inline void set_U3CU3E2__current_1(RuntimeObject * value)
|
|
{
|
|
___U3CU3E2__current_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_func_2() { return static_cast<int32_t>(offsetof(U3CCoWaitForFixedUpdateU3Ed__6_tA632C5D4CAE55ACEC2DEE1BCE9E5EAC42F2E906E, ___func_2)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get_func_2() const { return ___func_2; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of_func_2() { return &___func_2; }
|
|
inline void set_func_2(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
___func_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___func_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaCoroutine_<CoWaitForSeconds>d__4
|
|
struct U3CCoWaitForSecondsU3Ed__4_t084603F9A0F1C9940571AE77E3DD00EC4C8A911E : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 LuaCoroutine_<CoWaitForSeconds>d__4::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object LuaCoroutine_<CoWaitForSeconds>d__4::<>2__current
|
|
RuntimeObject * ___U3CU3E2__current_1;
|
|
// System.Single LuaCoroutine_<CoWaitForSeconds>d__4::sec
|
|
float ___sec_2;
|
|
// LuaInterface.LuaFunction LuaCoroutine_<CoWaitForSeconds>d__4::func
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CCoWaitForSecondsU3Ed__4_t084603F9A0F1C9940571AE77E3DD00EC4C8A911E, ___U3CU3E1__state_0)); }
|
|
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
|
|
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
|
|
inline void set_U3CU3E1__state_0(int32_t value)
|
|
{
|
|
___U3CU3E1__state_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3CCoWaitForSecondsU3Ed__4_t084603F9A0F1C9940571AE77E3DD00EC4C8A911E, ___U3CU3E2__current_1)); }
|
|
inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
|
|
inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
|
|
inline void set_U3CU3E2__current_1(RuntimeObject * value)
|
|
{
|
|
___U3CU3E2__current_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sec_2() { return static_cast<int32_t>(offsetof(U3CCoWaitForSecondsU3Ed__4_t084603F9A0F1C9940571AE77E3DD00EC4C8A911E, ___sec_2)); }
|
|
inline float get_sec_2() const { return ___sec_2; }
|
|
inline float* get_address_of_sec_2() { return &___sec_2; }
|
|
inline void set_sec_2(float value)
|
|
{
|
|
___sec_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_func_3() { return static_cast<int32_t>(offsetof(U3CCoWaitForSecondsU3Ed__4_t084603F9A0F1C9940571AE77E3DD00EC4C8A911E, ___func_3)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get_func_3() const { return ___func_3; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of_func_3() { return &___func_3; }
|
|
inline void set_func_3(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
___func_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___func_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaCoroutine_<CoWrap>d__13
|
|
struct U3CCoWrapU3Ed__13_t30E36E0B1C814750EED9FA9A6AD1D142578E15C8 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 LuaCoroutine_<CoWrap>d__13::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object LuaCoroutine_<CoWrap>d__13::<>2__current
|
|
RuntimeObject * ___U3CU3E2__current_1;
|
|
// LuaInterface.LuaFunction LuaCoroutine_<CoWrap>d__13::func
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CCoWrapU3Ed__13_t30E36E0B1C814750EED9FA9A6AD1D142578E15C8, ___U3CU3E1__state_0)); }
|
|
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
|
|
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
|
|
inline void set_U3CU3E1__state_0(int32_t value)
|
|
{
|
|
___U3CU3E1__state_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3CCoWrapU3Ed__13_t30E36E0B1C814750EED9FA9A6AD1D142578E15C8, ___U3CU3E2__current_1)); }
|
|
inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
|
|
inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
|
|
inline void set_U3CU3E2__current_1(RuntimeObject * value)
|
|
{
|
|
___U3CU3E2__current_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_func_2() { return static_cast<int32_t>(offsetof(U3CCoWrapU3Ed__13_t30E36E0B1C814750EED9FA9A6AD1D142578E15C8, ___func_2)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get_func_2() const { return ___func_2; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of_func_2() { return &___func_2; }
|
|
inline void set_func_2(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
___func_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___func_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaCoroutine_<CoYield>d__10
|
|
struct U3CCoYieldU3Ed__10_tEBA02A86946E0B84BBC10E3A70C9C179A7875943 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 LuaCoroutine_<CoYield>d__10::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object LuaCoroutine_<CoYield>d__10::<>2__current
|
|
RuntimeObject * ___U3CU3E2__current_1;
|
|
// System.Object LuaCoroutine_<CoYield>d__10::o
|
|
RuntimeObject * ___o_2;
|
|
// LuaInterface.LuaFunction LuaCoroutine_<CoYield>d__10::func
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CCoYieldU3Ed__10_tEBA02A86946E0B84BBC10E3A70C9C179A7875943, ___U3CU3E1__state_0)); }
|
|
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
|
|
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
|
|
inline void set_U3CU3E1__state_0(int32_t value)
|
|
{
|
|
___U3CU3E1__state_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3CCoYieldU3Ed__10_tEBA02A86946E0B84BBC10E3A70C9C179A7875943, ___U3CU3E2__current_1)); }
|
|
inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
|
|
inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
|
|
inline void set_U3CU3E2__current_1(RuntimeObject * value)
|
|
{
|
|
___U3CU3E2__current_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_o_2() { return static_cast<int32_t>(offsetof(U3CCoYieldU3Ed__10_tEBA02A86946E0B84BBC10E3A70C9C179A7875943, ___o_2)); }
|
|
inline RuntimeObject * get_o_2() const { return ___o_2; }
|
|
inline RuntimeObject ** get_address_of_o_2() { return &___o_2; }
|
|
inline void set_o_2(RuntimeObject * value)
|
|
{
|
|
___o_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___o_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_func_3() { return static_cast<int32_t>(offsetof(U3CCoYieldU3Ed__10_tEBA02A86946E0B84BBC10E3A70C9C179A7875943, ___func_3)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get_func_3() const { return ___func_3; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of_func_3() { return &___func_3; }
|
|
inline void set_func_3(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
___func_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___func_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.GCRef
|
|
struct GCRef_tDDB8569385E3C98E44AC5735D9D10E2F0AACFE85 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 LuaInterface.GCRef::reference
|
|
int32_t ___reference_0;
|
|
// System.String LuaInterface.GCRef::name
|
|
String_t* ___name_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_reference_0() { return static_cast<int32_t>(offsetof(GCRef_tDDB8569385E3C98E44AC5735D9D10E2F0AACFE85, ___reference_0)); }
|
|
inline int32_t get_reference_0() const { return ___reference_0; }
|
|
inline int32_t* get_address_of_reference_0() { return &___reference_0; }
|
|
inline void set_reference_0(int32_t value)
|
|
{
|
|
___reference_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_name_1() { return static_cast<int32_t>(offsetof(GCRef_tDDB8569385E3C98E44AC5735D9D10E2F0AACFE85, ___name_1)); }
|
|
inline String_t* get_name_1() const { return ___name_1; }
|
|
inline String_t** get_address_of_name_1() { return &___name_1; }
|
|
inline void set_name_1(String_t* value)
|
|
{
|
|
___name_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaArrayTable
|
|
struct LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727 : public RuntimeObject
|
|
{
|
|
public:
|
|
// LuaInterface.LuaTable LuaInterface.LuaArrayTable::table
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___table_0;
|
|
// LuaInterface.LuaState LuaInterface.LuaArrayTable::state
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___state_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_table_0() { return static_cast<int32_t>(offsetof(LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727, ___table_0)); }
|
|
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * get_table_0() const { return ___table_0; }
|
|
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 ** get_address_of_table_0() { return &___table_0; }
|
|
inline void set_table_0(LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * value)
|
|
{
|
|
___table_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___table_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_state_1() { return static_cast<int32_t>(offsetof(LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727, ___state_1)); }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * get_state_1() const { return ___state_1; }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE ** get_address_of_state_1() { return &___state_1; }
|
|
inline void set_state_1(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * value)
|
|
{
|
|
___state_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___state_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaArrayTable_Enumerator
|
|
struct Enumerator_tC45C231DF0C00698C4FE7793E87B5B7DA62089A2 : public RuntimeObject
|
|
{
|
|
public:
|
|
// LuaInterface.LuaState LuaInterface.LuaArrayTable_Enumerator::state
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___state_0;
|
|
// System.Int32 LuaInterface.LuaArrayTable_Enumerator::index
|
|
int32_t ___index_1;
|
|
// System.Object LuaInterface.LuaArrayTable_Enumerator::current
|
|
RuntimeObject * ___current_2;
|
|
// System.Int32 LuaInterface.LuaArrayTable_Enumerator::top
|
|
int32_t ___top_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_state_0() { return static_cast<int32_t>(offsetof(Enumerator_tC45C231DF0C00698C4FE7793E87B5B7DA62089A2, ___state_0)); }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * get_state_0() const { return ___state_0; }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE ** get_address_of_state_0() { return &___state_0; }
|
|
inline void set_state_0(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * value)
|
|
{
|
|
___state_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___state_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tC45C231DF0C00698C4FE7793E87B5B7DA62089A2, ___index_1)); }
|
|
inline int32_t get_index_1() const { return ___index_1; }
|
|
inline int32_t* get_address_of_index_1() { return &___index_1; }
|
|
inline void set_index_1(int32_t value)
|
|
{
|
|
___index_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_current_2() { return static_cast<int32_t>(offsetof(Enumerator_tC45C231DF0C00698C4FE7793E87B5B7DA62089A2, ___current_2)); }
|
|
inline RuntimeObject * get_current_2() const { return ___current_2; }
|
|
inline RuntimeObject ** get_address_of_current_2() { return &___current_2; }
|
|
inline void set_current_2(RuntimeObject * value)
|
|
{
|
|
___current_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___current_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_top_3() { return static_cast<int32_t>(offsetof(Enumerator_tC45C231DF0C00698C4FE7793E87B5B7DA62089A2, ___top_3)); }
|
|
inline int32_t get_top_3() const { return ___top_3; }
|
|
inline int32_t* get_address_of_top_3() { return &___top_3; }
|
|
inline void set_top_3(int32_t value)
|
|
{
|
|
___top_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaBeatEvent
|
|
struct LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 : public RuntimeObject
|
|
{
|
|
public:
|
|
// LuaInterface.LuaState LuaInterface.LuaBeatEvent::luaState
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___luaState_0;
|
|
// System.Boolean LuaInterface.LuaBeatEvent::beDisposed
|
|
bool ___beDisposed_1;
|
|
// LuaInterface.LuaTable LuaInterface.LuaBeatEvent::self
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self_2;
|
|
// LuaInterface.LuaFunction LuaInterface.LuaBeatEvent::_add
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ____add_3;
|
|
// LuaInterface.LuaFunction LuaInterface.LuaBeatEvent::_remove
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ____remove_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_luaState_0() { return static_cast<int32_t>(offsetof(LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033, ___luaState_0)); }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * get_luaState_0() const { return ___luaState_0; }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE ** get_address_of_luaState_0() { return &___luaState_0; }
|
|
inline void set_luaState_0(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * value)
|
|
{
|
|
___luaState_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___luaState_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_beDisposed_1() { return static_cast<int32_t>(offsetof(LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033, ___beDisposed_1)); }
|
|
inline bool get_beDisposed_1() const { return ___beDisposed_1; }
|
|
inline bool* get_address_of_beDisposed_1() { return &___beDisposed_1; }
|
|
inline void set_beDisposed_1(bool value)
|
|
{
|
|
___beDisposed_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_self_2() { return static_cast<int32_t>(offsetof(LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033, ___self_2)); }
|
|
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * get_self_2() const { return ___self_2; }
|
|
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 ** get_address_of_self_2() { return &___self_2; }
|
|
inline void set_self_2(LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * value)
|
|
{
|
|
___self_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___self_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__add_3() { return static_cast<int32_t>(offsetof(LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033, ____add_3)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get__add_3() const { return ____add_3; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of__add_3() { return &____add_3; }
|
|
inline void set__add_3(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
____add_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____add_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__remove_4() { return static_cast<int32_t>(offsetof(LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033, ____remove_4)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get__remove_4() const { return ____remove_4; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of__remove_4() { return &____remove_4; }
|
|
inline void set__remove_4(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
____remove_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____remove_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaConstructor
|
|
struct LuaConstructor_tFD182305C354FE01AE8A5AAE0B92771A065FC6DF : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Reflection.ConstructorInfo LuaInterface.LuaConstructor::method
|
|
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___method_0;
|
|
// System.Collections.Generic.List`1<System.Type> LuaInterface.LuaConstructor::list
|
|
List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * ___list_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_method_0() { return static_cast<int32_t>(offsetof(LuaConstructor_tFD182305C354FE01AE8A5AAE0B92771A065FC6DF, ___method_0)); }
|
|
inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * get_method_0() const { return ___method_0; }
|
|
inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF ** get_address_of_method_0() { return &___method_0; }
|
|
inline void set_method_0(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * value)
|
|
{
|
|
___method_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___method_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_list_1() { return static_cast<int32_t>(offsetof(LuaConstructor_tFD182305C354FE01AE8A5AAE0B92771A065FC6DF, ___list_1)); }
|
|
inline List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * get_list_1() const { return ___list_1; }
|
|
inline List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 ** get_address_of_list_1() { return &___list_1; }
|
|
inline void set_list_1(List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * value)
|
|
{
|
|
___list_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___list_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaDLL
|
|
struct LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_StaticFields
|
|
{
|
|
public:
|
|
// System.String LuaInterface.LuaDLL::version
|
|
String_t* ___version_0;
|
|
// System.Int32 LuaInterface.LuaDLL::LUA_MULTRET
|
|
int32_t ___LUA_MULTRET_1;
|
|
// System.String[] LuaInterface.LuaDLL::LuaTypeName
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___LuaTypeName_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_version_0() { return static_cast<int32_t>(offsetof(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_StaticFields, ___version_0)); }
|
|
inline String_t* get_version_0() const { return ___version_0; }
|
|
inline String_t** get_address_of_version_0() { return &___version_0; }
|
|
inline void set_version_0(String_t* value)
|
|
{
|
|
___version_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___version_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_LUA_MULTRET_1() { return static_cast<int32_t>(offsetof(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_StaticFields, ___LUA_MULTRET_1)); }
|
|
inline int32_t get_LUA_MULTRET_1() const { return ___LUA_MULTRET_1; }
|
|
inline int32_t* get_address_of_LUA_MULTRET_1() { return &___LUA_MULTRET_1; }
|
|
inline void set_LUA_MULTRET_1(int32_t value)
|
|
{
|
|
___LUA_MULTRET_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_LuaTypeName_2() { return static_cast<int32_t>(offsetof(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_StaticFields, ___LuaTypeName_2)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_LuaTypeName_2() const { return ___LuaTypeName_2; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_LuaTypeName_2() { return &___LuaTypeName_2; }
|
|
inline void set_LuaTypeName_2(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___LuaTypeName_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___LuaTypeName_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaFileUtils
|
|
struct LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Generic.List`1<System.String> LuaInterface.LuaFileUtils::searchPaths
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___searchPaths_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_searchPaths_0() { return static_cast<int32_t>(offsetof(LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE, ___searchPaths_0)); }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_searchPaths_0() const { return ___searchPaths_0; }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_searchPaths_0() { return &___searchPaths_0; }
|
|
inline void set_searchPaths_0(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
|
|
{
|
|
___searchPaths_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___searchPaths_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE_StaticFields
|
|
{
|
|
public:
|
|
// LuaInterface.LuaFileUtils LuaInterface.LuaFileUtils::instance
|
|
LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * ___instance_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_instance_1() { return static_cast<int32_t>(offsetof(LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE_StaticFields, ___instance_1)); }
|
|
inline LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * get_instance_1() const { return ___instance_1; }
|
|
inline LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE ** get_address_of_instance_1() { return &___instance_1; }
|
|
inline void set_instance_1(LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * value)
|
|
{
|
|
___instance_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___instance_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaIndexes
|
|
struct LuaIndexes_tF348135B20344877D87814738804385680AC4A86 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct LuaIndexes_tF348135B20344877D87814738804385680AC4A86_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32 LuaInterface.LuaIndexes::LUA_REGISTRYINDEX
|
|
int32_t ___LUA_REGISTRYINDEX_0;
|
|
// System.Int32 LuaInterface.LuaIndexes::LUA_ENVIRONINDEX
|
|
int32_t ___LUA_ENVIRONINDEX_1;
|
|
// System.Int32 LuaInterface.LuaIndexes::LUA_GLOBALSINDEX
|
|
int32_t ___LUA_GLOBALSINDEX_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_LUA_REGISTRYINDEX_0() { return static_cast<int32_t>(offsetof(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_StaticFields, ___LUA_REGISTRYINDEX_0)); }
|
|
inline int32_t get_LUA_REGISTRYINDEX_0() const { return ___LUA_REGISTRYINDEX_0; }
|
|
inline int32_t* get_address_of_LUA_REGISTRYINDEX_0() { return &___LUA_REGISTRYINDEX_0; }
|
|
inline void set_LUA_REGISTRYINDEX_0(int32_t value)
|
|
{
|
|
___LUA_REGISTRYINDEX_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_LUA_ENVIRONINDEX_1() { return static_cast<int32_t>(offsetof(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_StaticFields, ___LUA_ENVIRONINDEX_1)); }
|
|
inline int32_t get_LUA_ENVIRONINDEX_1() const { return ___LUA_ENVIRONINDEX_1; }
|
|
inline int32_t* get_address_of_LUA_ENVIRONINDEX_1() { return &___LUA_ENVIRONINDEX_1; }
|
|
inline void set_LUA_ENVIRONINDEX_1(int32_t value)
|
|
{
|
|
___LUA_ENVIRONINDEX_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_LUA_GLOBALSINDEX_2() { return static_cast<int32_t>(offsetof(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_StaticFields, ___LUA_GLOBALSINDEX_2)); }
|
|
inline int32_t get_LUA_GLOBALSINDEX_2() const { return ___LUA_GLOBALSINDEX_2; }
|
|
inline int32_t* get_address_of_LUA_GLOBALSINDEX_2() { return &___LUA_GLOBALSINDEX_2; }
|
|
inline void set_LUA_GLOBALSINDEX_2(int32_t value)
|
|
{
|
|
___LUA_GLOBALSINDEX_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.ToLua
|
|
struct ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields
|
|
{
|
|
public:
|
|
// System.Type LuaInterface.ToLua::monoType
|
|
Type_t * ___monoType_0;
|
|
// LuaInterface.ToLua_LuaTableToVar[] LuaInterface.ToLua::ToVarMap
|
|
LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6* ___ToVarMap_1;
|
|
// System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.ToLua_LuaPushVarObject> LuaInterface.ToLua::VarPushMap
|
|
Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA * ___VarPushMap_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_monoType_0() { return static_cast<int32_t>(offsetof(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields, ___monoType_0)); }
|
|
inline Type_t * get_monoType_0() const { return ___monoType_0; }
|
|
inline Type_t ** get_address_of_monoType_0() { return &___monoType_0; }
|
|
inline void set_monoType_0(Type_t * value)
|
|
{
|
|
___monoType_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___monoType_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ToVarMap_1() { return static_cast<int32_t>(offsetof(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields, ___ToVarMap_1)); }
|
|
inline LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6* get_ToVarMap_1() const { return ___ToVarMap_1; }
|
|
inline LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6** get_address_of_ToVarMap_1() { return &___ToVarMap_1; }
|
|
inline void set_ToVarMap_1(LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6* value)
|
|
{
|
|
___ToVarMap_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ToVarMap_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_VarPushMap_2() { return static_cast<int32_t>(offsetof(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields, ___VarPushMap_2)); }
|
|
inline Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA * get_VarPushMap_2() const { return ___VarPushMap_2; }
|
|
inline Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA ** get_address_of_VarPushMap_2() { return &___VarPushMap_2; }
|
|
inline void set_VarPushMap_2(Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA * value)
|
|
{
|
|
___VarPushMap_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___VarPushMap_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// Singleton`1<LogManager>
|
|
struct Singleton_1_t7DCC2FA80BC7522DF2984354DB8985C5C315F11D : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Singleton_1_t7DCC2FA80BC7522DF2984354DB8985C5C315F11D_StaticFields
|
|
{
|
|
public:
|
|
// T Singleton`1::s_instance
|
|
LogManager_tED2A57CB3D8EC3AB1B85577DF9659C0D8EA60AEE * ___s_instance_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_instance_0() { return static_cast<int32_t>(offsetof(Singleton_1_t7DCC2FA80BC7522DF2984354DB8985C5C315F11D_StaticFields, ___s_instance_0)); }
|
|
inline LogManager_tED2A57CB3D8EC3AB1B85577DF9659C0D8EA60AEE * get_s_instance_0() const { return ___s_instance_0; }
|
|
inline LogManager_tED2A57CB3D8EC3AB1B85577DF9659C0D8EA60AEE ** get_address_of_s_instance_0() { return &___s_instance_0; }
|
|
inline void set_s_instance_0(LogManager_tED2A57CB3D8EC3AB1B85577DF9659C0D8EA60AEE * value)
|
|
{
|
|
___s_instance_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_instance_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Il2CppArrayBounds;
|
|
|
|
// System.Array
|
|
|
|
|
|
// System.Attribute
|
|
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,Version>
|
|
struct Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
|
|
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
|
|
EntryU5BU5D_tE76B471C44BE1C9181B94A5E01451633731BE83A* ___entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::count
|
|
int32_t ___count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::version
|
|
int32_t ___version_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
|
|
int32_t ___freeList_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
|
|
int32_t ___freeCount_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
|
|
RuntimeObject* ___comparer_6;
|
|
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
|
|
KeyCollection_t4AA9B89FA36A7FC1A461B95741EBFB355E9DEDE5 * ___keys_7;
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
|
|
ValueCollection_t5AE98141925AA32558EEF5D405D30BCA01BF7F6C * ___values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject * ____syncRoot_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F, ___buckets_0)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
|
|
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___buckets_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F, ___entries_1)); }
|
|
inline EntryU5BU5D_tE76B471C44BE1C9181B94A5E01451633731BE83A* get_entries_1() const { return ___entries_1; }
|
|
inline EntryU5BU5D_tE76B471C44BE1C9181B94A5E01451633731BE83A** get_address_of_entries_1() { return &___entries_1; }
|
|
inline void set_entries_1(EntryU5BU5D_tE76B471C44BE1C9181B94A5E01451633731BE83A* value)
|
|
{
|
|
___entries_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F, ___count_2)); }
|
|
inline int32_t get_count_2() const { return ___count_2; }
|
|
inline int32_t* get_address_of_count_2() { return &___count_2; }
|
|
inline void set_count_2(int32_t value)
|
|
{
|
|
___count_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F, ___version_3)); }
|
|
inline int32_t get_version_3() const { return ___version_3; }
|
|
inline int32_t* get_address_of_version_3() { return &___version_3; }
|
|
inline void set_version_3(int32_t value)
|
|
{
|
|
___version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F, ___freeList_4)); }
|
|
inline int32_t get_freeList_4() const { return ___freeList_4; }
|
|
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
|
|
inline void set_freeList_4(int32_t value)
|
|
{
|
|
___freeList_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F, ___freeCount_5)); }
|
|
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
|
|
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
|
|
inline void set_freeCount_5(int32_t value)
|
|
{
|
|
___freeCount_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F, ___comparer_6)); }
|
|
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
|
|
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
|
|
inline void set_comparer_6(RuntimeObject* value)
|
|
{
|
|
___comparer_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F, ___keys_7)); }
|
|
inline KeyCollection_t4AA9B89FA36A7FC1A461B95741EBFB355E9DEDE5 * get_keys_7() const { return ___keys_7; }
|
|
inline KeyCollection_t4AA9B89FA36A7FC1A461B95741EBFB355E9DEDE5 ** get_address_of_keys_7() { return &___keys_7; }
|
|
inline void set_keys_7(KeyCollection_t4AA9B89FA36A7FC1A461B95741EBFB355E9DEDE5 * value)
|
|
{
|
|
___keys_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F, ___values_8)); }
|
|
inline ValueCollection_t5AE98141925AA32558EEF5D405D30BCA01BF7F6C * get_values_8() const { return ___values_8; }
|
|
inline ValueCollection_t5AE98141925AA32558EEF5D405D30BCA01BF7F6C ** get_address_of_values_8() { return &___values_8; }
|
|
inline void set_values_8(ValueCollection_t5AE98141925AA32558EEF5D405D30BCA01BF7F6C * value)
|
|
{
|
|
___values_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F, ____syncRoot_9)); }
|
|
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
|
|
inline void set__syncRoot_9(RuntimeObject * value)
|
|
{
|
|
____syncRoot_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____size_2)); }
|
|
inline int32_t get__size_2() const { return ____size_2; }
|
|
inline int32_t* get_address_of__size_2() { return &____size_2; }
|
|
inline void set__size_2(int32_t value)
|
|
{
|
|
____size_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____version_3)); }
|
|
inline int32_t get__version_3() const { return ____version_3; }
|
|
inline int32_t* get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(int32_t value)
|
|
{
|
|
____version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<System.Type>
|
|
struct List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0, ____items_1)); }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get__items_1() const { return ____items_1; }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0, ____size_2)); }
|
|
inline int32_t get__size_2() const { return ____size_2; }
|
|
inline int32_t* get_address_of__size_2() { return &____size_2; }
|
|
inline void set__size_2(int32_t value)
|
|
{
|
|
____size_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0, ____version_3)); }
|
|
inline int32_t get__version_3() const { return ____version_3; }
|
|
inline int32_t* get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(int32_t value)
|
|
{
|
|
____version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0_StaticFields, ____emptyArray_5)); }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.EmptyArray`1<System.Object>
|
|
struct EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.EmptyArray`1::Value
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields, ___Value_0)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_Value_0() const { return ___Value_0; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.MarshalByRefObject
|
|
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Object System.MarshalByRefObject::_identity
|
|
RuntimeObject * ____identity_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__identity_0() { return static_cast<int32_t>(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); }
|
|
inline RuntimeObject * get__identity_0() const { return ____identity_0; }
|
|
inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; }
|
|
inline void set__identity_0(RuntimeObject * value)
|
|
{
|
|
____identity_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
|
|
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ____identity_0;
|
|
};
|
|
// Native definition for COM marshalling of System.MarshalByRefObject
|
|
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ____identity_0;
|
|
};
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.String::m_stringLength
|
|
int32_t ___m_stringLength_0;
|
|
// System.Char System.String::m_firstChar
|
|
Il2CppChar ___m_firstChar_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
|
|
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
|
|
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
|
|
inline void set_m_stringLength_0(int32_t value)
|
|
{
|
|
___m_stringLength_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
|
|
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
|
|
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
|
|
inline void set_m_firstChar_1(Il2CppChar value)
|
|
{
|
|
___m_firstChar_1 = value;
|
|
}
|
|
};
|
|
|
|
struct String_t_StaticFields
|
|
{
|
|
public:
|
|
// System.String System.String::Empty
|
|
String_t* ___Empty_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
|
|
inline String_t* get_Empty_5() const { return ___Empty_5; }
|
|
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
|
|
inline void set_Empty_5(String_t* value)
|
|
{
|
|
___Empty_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.Encoding
|
|
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.Text.Encoding::m_codePage
|
|
int32_t ___m_codePage_55;
|
|
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
|
|
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_56;
|
|
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
|
|
bool ___m_deserializedFromEverett_57;
|
|
// System.Boolean System.Text.Encoding::m_isReadOnly
|
|
bool ___m_isReadOnly_58;
|
|
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
|
|
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_59;
|
|
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
|
|
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_60;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_codePage_55() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_55)); }
|
|
inline int32_t get_m_codePage_55() const { return ___m_codePage_55; }
|
|
inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; }
|
|
inline void set_m_codePage_55(int32_t value)
|
|
{
|
|
___m_codePage_55 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dataItem_56() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_56)); }
|
|
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_56() const { return ___dataItem_56; }
|
|
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_56() { return &___dataItem_56; }
|
|
inline void set_dataItem_56(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value)
|
|
{
|
|
___dataItem_56 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_57)); }
|
|
inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; }
|
|
inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; }
|
|
inline void set_m_deserializedFromEverett_57(bool value)
|
|
{
|
|
___m_deserializedFromEverett_57 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_58)); }
|
|
inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; }
|
|
inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; }
|
|
inline void set_m_isReadOnly_58(bool value)
|
|
{
|
|
___m_isReadOnly_58 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_encoderFallback_59() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_59)); }
|
|
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_59() const { return ___encoderFallback_59; }
|
|
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; }
|
|
inline void set_encoderFallback_59(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
|
|
{
|
|
___encoderFallback_59 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_decoderFallback_60() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_60)); }
|
|
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_60() const { return ___decoderFallback_60; }
|
|
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; }
|
|
inline void set_decoderFallback_60(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
|
|
{
|
|
___decoderFallback_60 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields
|
|
{
|
|
public:
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7;
|
|
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8;
|
|
// System.Object System.Text.Encoding::s_InternalSyncObject
|
|
RuntimeObject * ___s_InternalSyncObject_61;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; }
|
|
inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___defaultEncoding_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; }
|
|
inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___unicodeEncoding_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; }
|
|
inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___bigEndianUnicode_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; }
|
|
inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___utf7Encoding_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; }
|
|
inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___utf8Encoding_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; }
|
|
inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___utf32Encoding_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; }
|
|
inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___asciiEncoding_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; }
|
|
inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___latin1Encoding_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_encodings_8() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; }
|
|
inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
|
|
{
|
|
___encodings_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_InternalSyncObject_61() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_61)); }
|
|
inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; }
|
|
inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; }
|
|
inline void set_s_InternalSyncObject_61(RuntimeObject * value)
|
|
{
|
|
___s_InternalSyncObject_61 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.StringBuilder
|
|
struct StringBuilder_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Char[] System.Text.StringBuilder::m_ChunkChars
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0;
|
|
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
|
|
StringBuilder_t * ___m_ChunkPrevious_1;
|
|
// System.Int32 System.Text.StringBuilder::m_ChunkLength
|
|
int32_t ___m_ChunkLength_2;
|
|
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
|
|
int32_t ___m_ChunkOffset_3;
|
|
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
|
|
int32_t ___m_MaxCapacity_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkChars_0)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; }
|
|
inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___m_ChunkChars_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); }
|
|
inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; }
|
|
inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; }
|
|
inline void set_m_ChunkPrevious_1(StringBuilder_t * value)
|
|
{
|
|
___m_ChunkPrevious_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkLength_2)); }
|
|
inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; }
|
|
inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; }
|
|
inline void set_m_ChunkLength_2(int32_t value)
|
|
{
|
|
___m_ChunkLength_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); }
|
|
inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; }
|
|
inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; }
|
|
inline void set_m_ChunkOffset_3(int32_t value)
|
|
{
|
|
___m_ChunkOffset_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); }
|
|
inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; }
|
|
inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; }
|
|
inline void set_m_MaxCapacity_4(int32_t value)
|
|
{
|
|
___m_MaxCapacity_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
|
|
{
|
|
};
|
|
|
|
// UnityEngine.CustomYieldInstruction
|
|
struct CustomYieldInstruction_t819BB0973AFF22766749FF087B8AEFEAF3C2CB7D : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.YieldInstruction
|
|
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction
|
|
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.YieldInstruction
|
|
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com
|
|
{
|
|
};
|
|
|
|
// Version
|
|
struct Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 Version::_max_version
|
|
int32_t ____max_version_0;
|
|
// System.Int32 Version::_min_version
|
|
int32_t ____min_version_1;
|
|
// System.Int32 Version::_pack_version
|
|
int32_t ____pack_version_2;
|
|
// System.String Version::_version
|
|
String_t* ____version_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__max_version_0() { return static_cast<int32_t>(offsetof(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE, ____max_version_0)); }
|
|
inline int32_t get__max_version_0() const { return ____max_version_0; }
|
|
inline int32_t* get_address_of__max_version_0() { return &____max_version_0; }
|
|
inline void set__max_version_0(int32_t value)
|
|
{
|
|
____max_version_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__min_version_1() { return static_cast<int32_t>(offsetof(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE, ____min_version_1)); }
|
|
inline int32_t get__min_version_1() const { return ____min_version_1; }
|
|
inline int32_t* get_address_of__min_version_1() { return &____min_version_1; }
|
|
inline void set__min_version_1(int32_t value)
|
|
{
|
|
____min_version_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__pack_version_2() { return static_cast<int32_t>(offsetof(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE, ____pack_version_2)); }
|
|
inline int32_t get__pack_version_2() const { return ____pack_version_2; }
|
|
inline int32_t* get_address_of__pack_version_2() { return &____pack_version_2; }
|
|
inline void set__pack_version_2(int32_t value)
|
|
{
|
|
____pack_version_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE, ____version_3)); }
|
|
inline String_t* get__version_3() const { return ____version_3; }
|
|
inline String_t** get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(String_t* value)
|
|
{
|
|
____version_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____version_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_StaticFields
|
|
{
|
|
public:
|
|
// Version Version::DEFUALT
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___DEFUALT_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_DEFUALT_4() { return static_cast<int32_t>(offsetof(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_StaticFields, ___DEFUALT_4)); }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * get_DEFUALT_4() const { return ___DEFUALT_4; }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE ** get_address_of_DEFUALT_4() { return &___DEFUALT_4; }
|
|
inline void set_DEFUALT_4(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * value)
|
|
{
|
|
___DEFUALT_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DEFUALT_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.NetManager
|
|
struct NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields
|
|
{
|
|
public:
|
|
// System.Collections.Generic.List`1<taurus.client.TaurusClient> taurus.client.NetManager::_clientList
|
|
List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * ____clientList_0;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,taurus.client.TaurusClient> taurus.client.NetManager::_clientMap
|
|
Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 * ____clientMap_1;
|
|
// System.Int32 taurus.client.NetManager::_timout
|
|
int32_t ____timout_2;
|
|
// System.Int32 taurus.client.NetManager::_version
|
|
int32_t ____version_3;
|
|
// System.Boolean taurus.client.NetManager::debug_print
|
|
bool ___debug_print_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__clientList_0() { return static_cast<int32_t>(offsetof(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields, ____clientList_0)); }
|
|
inline List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * get__clientList_0() const { return ____clientList_0; }
|
|
inline List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 ** get_address_of__clientList_0() { return &____clientList_0; }
|
|
inline void set__clientList_0(List_1_tC430C37794A03AB2A7873213CB56B47D3E5717A3 * value)
|
|
{
|
|
____clientList_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____clientList_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__clientMap_1() { return static_cast<int32_t>(offsetof(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields, ____clientMap_1)); }
|
|
inline Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 * get__clientMap_1() const { return ____clientMap_1; }
|
|
inline Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 ** get_address_of__clientMap_1() { return &____clientMap_1; }
|
|
inline void set__clientMap_1(Dictionary_2_tA05328E92AEF26AEFA450BCED1B71DD0F2180B73 * value)
|
|
{
|
|
____clientMap_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____clientMap_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__timout_2() { return static_cast<int32_t>(offsetof(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields, ____timout_2)); }
|
|
inline int32_t get__timout_2() const { return ____timout_2; }
|
|
inline int32_t* get_address_of__timout_2() { return &____timout_2; }
|
|
inline void set__timout_2(int32_t value)
|
|
{
|
|
____timout_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields, ____version_3)); }
|
|
inline int32_t get__version_3() const { return ____version_3; }
|
|
inline int32_t* get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(int32_t value)
|
|
{
|
|
____version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_debug_print_4() { return static_cast<int32_t>(offsetof(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields, ___debug_print_4)); }
|
|
inline bool get_debug_print_4() const { return ___debug_print_4; }
|
|
inline bool* get_address_of_debug_print_4() { return &___debug_print_4; }
|
|
inline void set_debug_print_4(bool value)
|
|
{
|
|
___debug_print_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.unity.ResourcesManager
|
|
struct ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetConfig> taurus.unity.ResourcesManager::_assetConfigMapByPath
|
|
Dictionary_2_tBE7E701AAE9FFB72282933F87F7F982A9A3101D3 * ____assetConfigMapByPath_0;
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetPack> taurus.unity.ResourcesManager::_packMap
|
|
Dictionary_2_t03D9CCDAE197F765067E955798A9B865501546AC * ____packMap_1;
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetEntity> taurus.unity.ResourcesManager::_resMap
|
|
Dictionary_2_t8EEB90D3AA4C58DE8DD6E135B93B327F5BE0C319 * ____resMap_2;
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AssetBundle> taurus.unity.ResourcesManager::_bundleMap
|
|
Dictionary_2_t9119D8967869E96A9D001B5D96F65C462E234BEA * ____bundleMap_3;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Boolean> taurus.unity.ResourcesManager::_config_load_map
|
|
Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B * ____config_load_map_4;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<taurus.unity.AssetEntity>> taurus.unity.ResourcesManager::_groupMap
|
|
Dictionary_2_t296DB25273CE4CE3D4D5B7FCA95E3214DF18B51F * ____groupMap_5;
|
|
// System.String taurus.unity.ResourcesManager::OS_Dir
|
|
String_t* ___OS_Dir_6;
|
|
// System.String taurus.unity.ResourcesManager::RES_PATH
|
|
String_t* ___RES_PATH_7;
|
|
// System.String taurus.unity.ResourcesManager::PACK_PATH
|
|
String_t* ___PACK_PATH_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__assetConfigMapByPath_0() { return static_cast<int32_t>(offsetof(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields, ____assetConfigMapByPath_0)); }
|
|
inline Dictionary_2_tBE7E701AAE9FFB72282933F87F7F982A9A3101D3 * get__assetConfigMapByPath_0() const { return ____assetConfigMapByPath_0; }
|
|
inline Dictionary_2_tBE7E701AAE9FFB72282933F87F7F982A9A3101D3 ** get_address_of__assetConfigMapByPath_0() { return &____assetConfigMapByPath_0; }
|
|
inline void set__assetConfigMapByPath_0(Dictionary_2_tBE7E701AAE9FFB72282933F87F7F982A9A3101D3 * value)
|
|
{
|
|
____assetConfigMapByPath_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____assetConfigMapByPath_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__packMap_1() { return static_cast<int32_t>(offsetof(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields, ____packMap_1)); }
|
|
inline Dictionary_2_t03D9CCDAE197F765067E955798A9B865501546AC * get__packMap_1() const { return ____packMap_1; }
|
|
inline Dictionary_2_t03D9CCDAE197F765067E955798A9B865501546AC ** get_address_of__packMap_1() { return &____packMap_1; }
|
|
inline void set__packMap_1(Dictionary_2_t03D9CCDAE197F765067E955798A9B865501546AC * value)
|
|
{
|
|
____packMap_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____packMap_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__resMap_2() { return static_cast<int32_t>(offsetof(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields, ____resMap_2)); }
|
|
inline Dictionary_2_t8EEB90D3AA4C58DE8DD6E135B93B327F5BE0C319 * get__resMap_2() const { return ____resMap_2; }
|
|
inline Dictionary_2_t8EEB90D3AA4C58DE8DD6E135B93B327F5BE0C319 ** get_address_of__resMap_2() { return &____resMap_2; }
|
|
inline void set__resMap_2(Dictionary_2_t8EEB90D3AA4C58DE8DD6E135B93B327F5BE0C319 * value)
|
|
{
|
|
____resMap_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____resMap_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__bundleMap_3() { return static_cast<int32_t>(offsetof(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields, ____bundleMap_3)); }
|
|
inline Dictionary_2_t9119D8967869E96A9D001B5D96F65C462E234BEA * get__bundleMap_3() const { return ____bundleMap_3; }
|
|
inline Dictionary_2_t9119D8967869E96A9D001B5D96F65C462E234BEA ** get_address_of__bundleMap_3() { return &____bundleMap_3; }
|
|
inline void set__bundleMap_3(Dictionary_2_t9119D8967869E96A9D001B5D96F65C462E234BEA * value)
|
|
{
|
|
____bundleMap_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____bundleMap_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__config_load_map_4() { return static_cast<int32_t>(offsetof(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields, ____config_load_map_4)); }
|
|
inline Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B * get__config_load_map_4() const { return ____config_load_map_4; }
|
|
inline Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B ** get_address_of__config_load_map_4() { return &____config_load_map_4; }
|
|
inline void set__config_load_map_4(Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B * value)
|
|
{
|
|
____config_load_map_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____config_load_map_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__groupMap_5() { return static_cast<int32_t>(offsetof(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields, ____groupMap_5)); }
|
|
inline Dictionary_2_t296DB25273CE4CE3D4D5B7FCA95E3214DF18B51F * get__groupMap_5() const { return ____groupMap_5; }
|
|
inline Dictionary_2_t296DB25273CE4CE3D4D5B7FCA95E3214DF18B51F ** get_address_of__groupMap_5() { return &____groupMap_5; }
|
|
inline void set__groupMap_5(Dictionary_2_t296DB25273CE4CE3D4D5B7FCA95E3214DF18B51F * value)
|
|
{
|
|
____groupMap_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____groupMap_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_OS_Dir_6() { return static_cast<int32_t>(offsetof(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields, ___OS_Dir_6)); }
|
|
inline String_t* get_OS_Dir_6() const { return ___OS_Dir_6; }
|
|
inline String_t** get_address_of_OS_Dir_6() { return &___OS_Dir_6; }
|
|
inline void set_OS_Dir_6(String_t* value)
|
|
{
|
|
___OS_Dir_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___OS_Dir_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_RES_PATH_7() { return static_cast<int32_t>(offsetof(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields, ___RES_PATH_7)); }
|
|
inline String_t* get_RES_PATH_7() const { return ___RES_PATH_7; }
|
|
inline String_t** get_address_of_RES_PATH_7() { return &___RES_PATH_7; }
|
|
inline void set_RES_PATH_7(String_t* value)
|
|
{
|
|
___RES_PATH_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___RES_PATH_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_PACK_PATH_8() { return static_cast<int32_t>(offsetof(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields, ___PACK_PATH_8)); }
|
|
inline String_t* get_PACK_PATH_8() const { return ___PACK_PATH_8; }
|
|
inline String_t** get_address_of_PACK_PATH_8() { return &___PACK_PATH_8; }
|
|
inline void set_PACK_PATH_8(String_t* value)
|
|
{
|
|
___PACK_PATH_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___PACK_PATH_8), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.Margin
|
|
struct Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E
|
|
{
|
|
public:
|
|
// System.Int32 FairyGUI.Margin::left
|
|
int32_t ___left_0;
|
|
// System.Int32 FairyGUI.Margin::right
|
|
int32_t ___right_1;
|
|
// System.Int32 FairyGUI.Margin::top
|
|
int32_t ___top_2;
|
|
// System.Int32 FairyGUI.Margin::bottom
|
|
int32_t ___bottom_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_left_0() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___left_0)); }
|
|
inline int32_t get_left_0() const { return ___left_0; }
|
|
inline int32_t* get_address_of_left_0() { return &___left_0; }
|
|
inline void set_left_0(int32_t value)
|
|
{
|
|
___left_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_right_1() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___right_1)); }
|
|
inline int32_t get_right_1() const { return ___right_1; }
|
|
inline int32_t* get_address_of_right_1() { return &___right_1; }
|
|
inline void set_right_1(int32_t value)
|
|
{
|
|
___right_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_top_2() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___top_2)); }
|
|
inline int32_t get_top_2() const { return ___top_2; }
|
|
inline int32_t* get_address_of_top_2() { return &___top_2; }
|
|
inline void set_top_2(int32_t value)
|
|
{
|
|
___top_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bottom_3() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___bottom_3)); }
|
|
inline int32_t get_bottom_3() const { return ___bottom_3; }
|
|
inline int32_t* get_address_of_bottom_3() { return &___bottom_3; }
|
|
inline void set_bottom_3(int32_t value)
|
|
{
|
|
___bottom_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LogManager
|
|
struct LogManager_tED2A57CB3D8EC3AB1B85577DF9659C0D8EA60AEE : public Singleton_1_t7DCC2FA80BC7522DF2984354DB8985C5C315F11D
|
|
{
|
|
public:
|
|
// System.String LogManager::logFilePath
|
|
String_t* ___logFilePath_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_logFilePath_1() { return static_cast<int32_t>(offsetof(LogManager_tED2A57CB3D8EC3AB1B85577DF9659C0D8EA60AEE, ___logFilePath_1)); }
|
|
inline String_t* get_logFilePath_1() const { return ___logFilePath_1; }
|
|
inline String_t** get_address_of_logFilePath_1() { return &___logFilePath_1; }
|
|
inline void set_logFilePath_1(String_t* value)
|
|
{
|
|
___logFilePath_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___logFilePath_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaByteBuffer
|
|
struct LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E
|
|
{
|
|
public:
|
|
// System.Byte[] LuaInterface.LuaByteBuffer::buffer
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_0;
|
|
// System.Int32 LuaInterface.LuaByteBuffer::<Length>k__BackingField
|
|
int32_t ___U3CLengthU3Ek__BackingField_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buffer_0() { return static_cast<int32_t>(offsetof(LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E, ___buffer_0)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_0() const { return ___buffer_0; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_0() { return &___buffer_0; }
|
|
inline void set_buffer_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___buffer_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E, ___U3CLengthU3Ek__BackingField_1)); }
|
|
inline int32_t get_U3CLengthU3Ek__BackingField_1() const { return ___U3CLengthU3Ek__BackingField_1; }
|
|
inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_1() { return &___U3CLengthU3Ek__BackingField_1; }
|
|
inline void set_U3CLengthU3Ek__BackingField_1(int32_t value)
|
|
{
|
|
___U3CLengthU3Ek__BackingField_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of LuaInterface.LuaByteBuffer
|
|
struct LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_marshaled_pinvoke
|
|
{
|
|
Il2CppSafeArray/*NONE*/* ___buffer_0;
|
|
int32_t ___U3CLengthU3Ek__BackingField_1;
|
|
};
|
|
// Native definition for COM marshalling of LuaInterface.LuaByteBuffer
|
|
struct LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_marshaled_com
|
|
{
|
|
Il2CppSafeArray/*NONE*/* ___buffer_0;
|
|
int32_t ___U3CLengthU3Ek__BackingField_1;
|
|
};
|
|
|
|
// LuaInterface.LuaByteBufferAttribute
|
|
struct LuaByteBufferAttribute_tD6D205944C6C15AFDD7E9973DC5B0D9EC4A5ABD4 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Boolean
|
|
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
|
|
{
|
|
public:
|
|
// System.Boolean System.Boolean::m_value
|
|
bool ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
|
|
inline bool get_m_value_0() const { return ___m_value_0; }
|
|
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(bool value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
|
|
{
|
|
public:
|
|
// System.String System.Boolean::TrueString
|
|
String_t* ___TrueString_5;
|
|
// System.String System.Boolean::FalseString
|
|
String_t* ___FalseString_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
|
|
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
|
|
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
|
|
inline void set_TrueString_5(String_t* value)
|
|
{
|
|
___TrueString_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
|
|
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
|
|
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
|
|
inline void set_FalseString_6(String_t* value)
|
|
{
|
|
___FalseString_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Byte
|
|
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
|
|
{
|
|
public:
|
|
// System.Byte System.Byte::m_value
|
|
uint8_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
|
|
inline uint8_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint8_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Char
|
|
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
|
|
{
|
|
public:
|
|
// System.Char System.Char::m_value
|
|
Il2CppChar ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
|
|
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
|
|
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(Il2CppChar value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
|
|
{
|
|
public:
|
|
// System.Byte[] System.Char::categoryForLatin1
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
|
|
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___categoryForLatin1_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.DateTime
|
|
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132
|
|
{
|
|
public:
|
|
// System.UInt64 System.DateTime::dateData
|
|
uint64_t ___dateData_44;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_dateData_44() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); }
|
|
inline uint64_t get_dateData_44() const { return ___dateData_44; }
|
|
inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; }
|
|
inline void set_dateData_44(uint64_t value)
|
|
{
|
|
___dateData_44 = value;
|
|
}
|
|
};
|
|
|
|
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32[] System.DateTime::DaysToMonth365
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29;
|
|
// System.Int32[] System.DateTime::DaysToMonth366
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30;
|
|
// System.DateTime System.DateTime::MinValue
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31;
|
|
// System.DateTime System.DateTime::MaxValue
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; }
|
|
inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___DaysToMonth365_29 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; }
|
|
inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___DaysToMonth366_30 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinValue_31() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; }
|
|
inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___MinValue_31 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MaxValue_32() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; }
|
|
inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___MaxValue_32 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Double
|
|
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
|
|
{
|
|
public:
|
|
// System.Double System.Double::m_value
|
|
double ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
|
|
inline double get_m_value_0() const { return ___m_value_0; }
|
|
inline double* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(double value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
|
|
{
|
|
public:
|
|
// System.Double System.Double::NegativeZero
|
|
double ___NegativeZero_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
|
|
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
|
|
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
|
|
inline void set_NegativeZero_7(double value)
|
|
{
|
|
___NegativeZero_7 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
|
|
{
|
|
public:
|
|
// System.Char[] System.Enum::enumSeperatorCharArray
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
|
|
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___enumSeperatorCharArray_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
|
|
{
|
|
};
|
|
|
|
// System.IO.Stream
|
|
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
|
|
{
|
|
public:
|
|
// System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask
|
|
ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2;
|
|
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
|
|
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); }
|
|
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; }
|
|
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; }
|
|
inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value)
|
|
{
|
|
____activeReadWriteTask_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); }
|
|
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; }
|
|
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; }
|
|
inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
|
|
{
|
|
____asyncActiveSemaphore_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields
|
|
{
|
|
public:
|
|
// System.IO.Stream System.IO.Stream::Null
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; }
|
|
inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
|
|
{
|
|
___Null_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Int32
|
|
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
|
|
{
|
|
public:
|
|
// System.Int32 System.Int32::m_value
|
|
int32_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
|
|
inline int32_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int32_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Int64
|
|
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
|
|
{
|
|
public:
|
|
// System.Int64 System.Int64::m_value
|
|
int64_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
|
|
inline int64_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int64_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t
|
|
{
|
|
public:
|
|
// System.Void* System.IntPtr::m_value
|
|
void* ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
|
|
inline void* get_m_value_0() const { return ___m_value_0; }
|
|
inline void** get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(void* value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
public:
|
|
// System.IntPtr System.IntPtr::Zero
|
|
intptr_t ___Zero_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
|
|
inline intptr_t get_Zero_1() const { return ___Zero_1; }
|
|
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
|
|
inline void set_Zero_1(intptr_t value)
|
|
{
|
|
___Zero_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Reflection.MethodBase
|
|
struct MethodBase_t : public MemberInfo_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Single
|
|
struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1
|
|
{
|
|
public:
|
|
// System.Single System.Single::m_value
|
|
float ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); }
|
|
inline float get_m_value_0() const { return ___m_value_0; }
|
|
inline float* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(float value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt64
|
|
struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E
|
|
{
|
|
public:
|
|
// System.UInt64 System.UInt64::m_value
|
|
uint64_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___m_value_0)); }
|
|
inline uint64_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint64_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Matrix4x4
|
|
struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Matrix4x4::m00
|
|
float ___m00_0;
|
|
// System.Single UnityEngine.Matrix4x4::m10
|
|
float ___m10_1;
|
|
// System.Single UnityEngine.Matrix4x4::m20
|
|
float ___m20_2;
|
|
// System.Single UnityEngine.Matrix4x4::m30
|
|
float ___m30_3;
|
|
// System.Single UnityEngine.Matrix4x4::m01
|
|
float ___m01_4;
|
|
// System.Single UnityEngine.Matrix4x4::m11
|
|
float ___m11_5;
|
|
// System.Single UnityEngine.Matrix4x4::m21
|
|
float ___m21_6;
|
|
// System.Single UnityEngine.Matrix4x4::m31
|
|
float ___m31_7;
|
|
// System.Single UnityEngine.Matrix4x4::m02
|
|
float ___m02_8;
|
|
// System.Single UnityEngine.Matrix4x4::m12
|
|
float ___m12_9;
|
|
// System.Single UnityEngine.Matrix4x4::m22
|
|
float ___m22_10;
|
|
// System.Single UnityEngine.Matrix4x4::m32
|
|
float ___m32_11;
|
|
// System.Single UnityEngine.Matrix4x4::m03
|
|
float ___m03_12;
|
|
// System.Single UnityEngine.Matrix4x4::m13
|
|
float ___m13_13;
|
|
// System.Single UnityEngine.Matrix4x4::m23
|
|
float ___m23_14;
|
|
// System.Single UnityEngine.Matrix4x4::m33
|
|
float ___m33_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m00_0() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m00_0)); }
|
|
inline float get_m00_0() const { return ___m00_0; }
|
|
inline float* get_address_of_m00_0() { return &___m00_0; }
|
|
inline void set_m00_0(float value)
|
|
{
|
|
___m00_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m10_1() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m10_1)); }
|
|
inline float get_m10_1() const { return ___m10_1; }
|
|
inline float* get_address_of_m10_1() { return &___m10_1; }
|
|
inline void set_m10_1(float value)
|
|
{
|
|
___m10_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m20_2() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m20_2)); }
|
|
inline float get_m20_2() const { return ___m20_2; }
|
|
inline float* get_address_of_m20_2() { return &___m20_2; }
|
|
inline void set_m20_2(float value)
|
|
{
|
|
___m20_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m30_3() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m30_3)); }
|
|
inline float get_m30_3() const { return ___m30_3; }
|
|
inline float* get_address_of_m30_3() { return &___m30_3; }
|
|
inline void set_m30_3(float value)
|
|
{
|
|
___m30_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m01_4() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m01_4)); }
|
|
inline float get_m01_4() const { return ___m01_4; }
|
|
inline float* get_address_of_m01_4() { return &___m01_4; }
|
|
inline void set_m01_4(float value)
|
|
{
|
|
___m01_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m11_5() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m11_5)); }
|
|
inline float get_m11_5() const { return ___m11_5; }
|
|
inline float* get_address_of_m11_5() { return &___m11_5; }
|
|
inline void set_m11_5(float value)
|
|
{
|
|
___m11_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m21_6() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m21_6)); }
|
|
inline float get_m21_6() const { return ___m21_6; }
|
|
inline float* get_address_of_m21_6() { return &___m21_6; }
|
|
inline void set_m21_6(float value)
|
|
{
|
|
___m21_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m31_7() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m31_7)); }
|
|
inline float get_m31_7() const { return ___m31_7; }
|
|
inline float* get_address_of_m31_7() { return &___m31_7; }
|
|
inline void set_m31_7(float value)
|
|
{
|
|
___m31_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m02_8() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m02_8)); }
|
|
inline float get_m02_8() const { return ___m02_8; }
|
|
inline float* get_address_of_m02_8() { return &___m02_8; }
|
|
inline void set_m02_8(float value)
|
|
{
|
|
___m02_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m12_9() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m12_9)); }
|
|
inline float get_m12_9() const { return ___m12_9; }
|
|
inline float* get_address_of_m12_9() { return &___m12_9; }
|
|
inline void set_m12_9(float value)
|
|
{
|
|
___m12_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m22_10() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m22_10)); }
|
|
inline float get_m22_10() const { return ___m22_10; }
|
|
inline float* get_address_of_m22_10() { return &___m22_10; }
|
|
inline void set_m22_10(float value)
|
|
{
|
|
___m22_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m32_11() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m32_11)); }
|
|
inline float get_m32_11() const { return ___m32_11; }
|
|
inline float* get_address_of_m32_11() { return &___m32_11; }
|
|
inline void set_m32_11(float value)
|
|
{
|
|
___m32_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m03_12() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m03_12)); }
|
|
inline float get_m03_12() const { return ___m03_12; }
|
|
inline float* get_address_of_m03_12() { return &___m03_12; }
|
|
inline void set_m03_12(float value)
|
|
{
|
|
___m03_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m13_13() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m13_13)); }
|
|
inline float get_m13_13() const { return ___m13_13; }
|
|
inline float* get_address_of_m13_13() { return &___m13_13; }
|
|
inline void set_m13_13(float value)
|
|
{
|
|
___m13_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m23_14() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m23_14)); }
|
|
inline float get_m23_14() const { return ___m23_14; }
|
|
inline float* get_address_of_m23_14() { return &___m23_14; }
|
|
inline void set_m23_14(float value)
|
|
{
|
|
___m23_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m33_15() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m33_15)); }
|
|
inline float get_m33_15() const { return ___m33_15; }
|
|
inline float* get_address_of_m33_15() { return &___m33_15; }
|
|
inline void set_m33_15(float value)
|
|
{
|
|
___m33_15 = value;
|
|
}
|
|
};
|
|
|
|
struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___zeroMatrix_16;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___identityMatrix_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___zeroMatrix_16)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_zeroMatrix_16() const { return ___zeroMatrix_16; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; }
|
|
inline void set_zeroMatrix_16(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___zeroMatrix_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_identityMatrix_17() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___identityMatrix_17)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_identityMatrix_17() const { return ___identityMatrix_17; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_identityMatrix_17() { return &___identityMatrix_17; }
|
|
inline void set_identityMatrix_17(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___identityMatrix_17 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rect
|
|
struct Rect_t35B976DE901B5423C11705E156938EA27AB402CE
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Rect::m_XMin
|
|
float ___m_XMin_0;
|
|
// System.Single UnityEngine.Rect::m_YMin
|
|
float ___m_YMin_1;
|
|
// System.Single UnityEngine.Rect::m_Width
|
|
float ___m_Width_2;
|
|
// System.Single UnityEngine.Rect::m_Height
|
|
float ___m_Height_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_XMin_0() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_XMin_0)); }
|
|
inline float get_m_XMin_0() const { return ___m_XMin_0; }
|
|
inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; }
|
|
inline void set_m_XMin_0(float value)
|
|
{
|
|
___m_XMin_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_YMin_1() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_YMin_1)); }
|
|
inline float get_m_YMin_1() const { return ___m_YMin_1; }
|
|
inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; }
|
|
inline void set_m_YMin_1(float value)
|
|
{
|
|
___m_YMin_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Width_2() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Width_2)); }
|
|
inline float get_m_Width_2() const { return ___m_Width_2; }
|
|
inline float* get_address_of_m_Width_2() { return &___m_Width_2; }
|
|
inline void set_m_Width_2(float value)
|
|
{
|
|
___m_Width_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Height_3() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Height_3)); }
|
|
inline float get_m_Height_3() const { return ___m_Height_3; }
|
|
inline float* get_address_of_m_Height_3() { return &___m_Height_3; }
|
|
inline void set_m_Height_3(float value)
|
|
{
|
|
___m_Height_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.SceneManagement.Scene
|
|
struct Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.SceneManagement.Scene::m_Handle
|
|
int32_t ___m_Handle_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Handle_0() { return static_cast<int32_t>(offsetof(Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2, ___m_Handle_0)); }
|
|
inline int32_t get_m_Handle_0() const { return ___m_Handle_0; }
|
|
inline int32_t* get_address_of_m_Handle_0() { return &___m_Handle_0; }
|
|
inline void set_m_Handle_0(int32_t value)
|
|
{
|
|
___m_Handle_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Vector2
|
|
struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Vector2::x
|
|
float ___x_0;
|
|
// System.Single UnityEngine.Vector2::y
|
|
float ___y_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___x_0)); }
|
|
inline float get_x_0() const { return ___x_0; }
|
|
inline float* get_address_of_x_0() { return &___x_0; }
|
|
inline void set_x_0(float value)
|
|
{
|
|
___x_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_y_1() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___y_1)); }
|
|
inline float get_y_1() const { return ___y_1; }
|
|
inline float* get_address_of_y_1() { return &___y_1; }
|
|
inline void set_y_1(float value)
|
|
{
|
|
___y_1 = value;
|
|
}
|
|
};
|
|
|
|
struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::zeroVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___zeroVector_2;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::oneVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___oneVector_3;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::upVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___upVector_4;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::downVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___downVector_5;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::leftVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___leftVector_6;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::rightVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rightVector_7;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___positiveInfinityVector_8;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___negativeInfinityVector_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_zeroVector_2() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___zeroVector_2)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_zeroVector_2() const { return ___zeroVector_2; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_zeroVector_2() { return &___zeroVector_2; }
|
|
inline void set_zeroVector_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___zeroVector_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_oneVector_3() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___oneVector_3)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_oneVector_3() const { return ___oneVector_3; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_oneVector_3() { return &___oneVector_3; }
|
|
inline void set_oneVector_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___oneVector_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_upVector_4() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___upVector_4)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_upVector_4() const { return ___upVector_4; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_upVector_4() { return &___upVector_4; }
|
|
inline void set_upVector_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___upVector_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_downVector_5() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___downVector_5)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_downVector_5() const { return ___downVector_5; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_downVector_5() { return &___downVector_5; }
|
|
inline void set_downVector_5(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___downVector_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_leftVector_6() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___leftVector_6)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_leftVector_6() const { return ___leftVector_6; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_leftVector_6() { return &___leftVector_6; }
|
|
inline void set_leftVector_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___leftVector_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_rightVector_7() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___rightVector_7)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_rightVector_7() const { return ___rightVector_7; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_rightVector_7() { return &___rightVector_7; }
|
|
inline void set_rightVector_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___rightVector_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___positiveInfinityVector_8)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; }
|
|
inline void set_positiveInfinityVector_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___positiveInfinityVector_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___negativeInfinityVector_9)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; }
|
|
inline void set_negativeInfinityVector_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___negativeInfinityVector_9 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Vector3
|
|
struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Vector3::x
|
|
float ___x_2;
|
|
// System.Single UnityEngine.Vector3::y
|
|
float ___y_3;
|
|
// System.Single UnityEngine.Vector3::z
|
|
float ___z_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_x_2() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___x_2)); }
|
|
inline float get_x_2() const { return ___x_2; }
|
|
inline float* get_address_of_x_2() { return &___x_2; }
|
|
inline void set_x_2(float value)
|
|
{
|
|
___x_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_y_3() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___y_3)); }
|
|
inline float get_y_3() const { return ___y_3; }
|
|
inline float* get_address_of_y_3() { return &___y_3; }
|
|
inline void set_y_3(float value)
|
|
{
|
|
___y_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_z_4() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___z_4)); }
|
|
inline float get_z_4() const { return ___z_4; }
|
|
inline float* get_address_of_z_4() { return &___z_4; }
|
|
inline void set_z_4(float value)
|
|
{
|
|
___z_4 = value;
|
|
}
|
|
};
|
|
|
|
struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::zeroVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___zeroVector_5;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::oneVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___oneVector_6;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::upVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___upVector_7;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::downVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___downVector_8;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::leftVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___leftVector_9;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::rightVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rightVector_10;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::forwardVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___forwardVector_11;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::backVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___backVector_12;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___positiveInfinityVector_13;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___negativeInfinityVector_14;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_zeroVector_5() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___zeroVector_5)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_zeroVector_5() const { return ___zeroVector_5; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_zeroVector_5() { return &___zeroVector_5; }
|
|
inline void set_zeroVector_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___zeroVector_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_oneVector_6() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___oneVector_6)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_oneVector_6() const { return ___oneVector_6; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_oneVector_6() { return &___oneVector_6; }
|
|
inline void set_oneVector_6(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___oneVector_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_upVector_7() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___upVector_7)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_upVector_7() const { return ___upVector_7; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_upVector_7() { return &___upVector_7; }
|
|
inline void set_upVector_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___upVector_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_downVector_8() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___downVector_8)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_downVector_8() const { return ___downVector_8; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_downVector_8() { return &___downVector_8; }
|
|
inline void set_downVector_8(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___downVector_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_leftVector_9() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___leftVector_9)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_leftVector_9() const { return ___leftVector_9; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_leftVector_9() { return &___leftVector_9; }
|
|
inline void set_leftVector_9(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___leftVector_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_rightVector_10() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___rightVector_10)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_rightVector_10() const { return ___rightVector_10; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_rightVector_10() { return &___rightVector_10; }
|
|
inline void set_rightVector_10(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___rightVector_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_forwardVector_11() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___forwardVector_11)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_forwardVector_11() const { return ___forwardVector_11; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_forwardVector_11() { return &___forwardVector_11; }
|
|
inline void set_forwardVector_11(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___forwardVector_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_backVector_12() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___backVector_12)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_backVector_12() const { return ___backVector_12; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_backVector_12() { return &___backVector_12; }
|
|
inline void set_backVector_12(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___backVector_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___positiveInfinityVector_13)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; }
|
|
inline void set_positiveInfinityVector_13(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___positiveInfinityVector_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___negativeInfinityVector_14)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; }
|
|
inline void set_negativeInfinityVector_14(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___negativeInfinityVector_14 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Vector4
|
|
struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Vector4::x
|
|
float ___x_1;
|
|
// System.Single UnityEngine.Vector4::y
|
|
float ___y_2;
|
|
// System.Single UnityEngine.Vector4::z
|
|
float ___z_3;
|
|
// System.Single UnityEngine.Vector4::w
|
|
float ___w_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_x_1() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___x_1)); }
|
|
inline float get_x_1() const { return ___x_1; }
|
|
inline float* get_address_of_x_1() { return &___x_1; }
|
|
inline void set_x_1(float value)
|
|
{
|
|
___x_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_y_2() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___y_2)); }
|
|
inline float get_y_2() const { return ___y_2; }
|
|
inline float* get_address_of_y_2() { return &___y_2; }
|
|
inline void set_y_2(float value)
|
|
{
|
|
___y_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_z_3() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___z_3)); }
|
|
inline float get_z_3() const { return ___z_3; }
|
|
inline float* get_address_of_z_3() { return &___z_3; }
|
|
inline void set_z_3(float value)
|
|
{
|
|
___z_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_w_4() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___w_4)); }
|
|
inline float get_w_4() const { return ___w_4; }
|
|
inline float* get_address_of_w_4() { return &___w_4; }
|
|
inline void set_w_4(float value)
|
|
{
|
|
___w_4 = value;
|
|
}
|
|
};
|
|
|
|
struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::zeroVector
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___zeroVector_5;
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::oneVector
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___oneVector_6;
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___positiveInfinityVector_7;
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___negativeInfinityVector_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_zeroVector_5() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___zeroVector_5)); }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_zeroVector_5() const { return ___zeroVector_5; }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_zeroVector_5() { return &___zeroVector_5; }
|
|
inline void set_zeroVector_5(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
|
|
{
|
|
___zeroVector_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_oneVector_6() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___oneVector_6)); }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_oneVector_6() const { return ___oneVector_6; }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_oneVector_6() { return &___oneVector_6; }
|
|
inline void set_oneVector_6(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
|
|
{
|
|
___oneVector_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___positiveInfinityVector_7)); }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; }
|
|
inline void set_positiveInfinityVector_7(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
|
|
{
|
|
___positiveInfinityVector_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___negativeInfinityVector_8)); }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; }
|
|
inline void set_negativeInfinityVector_8(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
|
|
{
|
|
___negativeInfinityVector_8 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.WaitForEndOfFrame
|
|
struct WaitForEndOfFrame_t75980FB3F246D6AD36A85CA2BFDF8474E5EEBCCA : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.WaitForFixedUpdate
|
|
struct WaitForFixedUpdate_t8801328F075019AF6B6150B20EC343935A29FF97 : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.WaitForSeconds
|
|
struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.WaitForSeconds::m_Seconds
|
|
float ___m_Seconds_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Seconds_0() { return static_cast<int32_t>(offsetof(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8, ___m_Seconds_0)); }
|
|
inline float get_m_Seconds_0() const { return ___m_Seconds_0; }
|
|
inline float* get_address_of_m_Seconds_0() { return &___m_Seconds_0; }
|
|
inline void set_m_Seconds_0(float value)
|
|
{
|
|
___m_Seconds_0 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.WaitForSeconds
|
|
struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke
|
|
{
|
|
float ___m_Seconds_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.WaitForSeconds
|
|
struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com
|
|
{
|
|
float ___m_Seconds_0;
|
|
};
|
|
|
|
// securityConnection
|
|
struct securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B
|
|
{
|
|
public:
|
|
// System.String securityConnection::ip
|
|
String_t* ___ip_0;
|
|
// System.Int32 securityConnection::port
|
|
int32_t ___port_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_ip_0() { return static_cast<int32_t>(offsetof(securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B, ___ip_0)); }
|
|
inline String_t* get_ip_0() const { return ___ip_0; }
|
|
inline String_t** get_address_of_ip_0() { return &___ip_0; }
|
|
inline void set_ip_0(String_t* value)
|
|
{
|
|
___ip_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ip_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_port_1() { return static_cast<int32_t>(offsetof(securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B, ___port_1)); }
|
|
inline int32_t get_port_1() const { return ___port_1; }
|
|
inline int32_t* get_address_of_port_1() { return &___port_1; }
|
|
inline void set_port_1(int32_t value)
|
|
{
|
|
___port_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of securityConnection
|
|
struct securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B_marshaled_pinvoke
|
|
{
|
|
char ___ip_0[32];
|
|
int32_t ___port_1;
|
|
};
|
|
// Native definition for COM marshalling of securityConnection
|
|
struct securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B_marshaled_com
|
|
{
|
|
char ___ip_0[32];
|
|
int32_t ___port_1;
|
|
};
|
|
|
|
// BestHTTP.Forms.HTTPFormUsage
|
|
struct HTTPFormUsage_t23382C080F4D69C631370F2AE46473EA2A2E1D1F
|
|
{
|
|
public:
|
|
// System.Int32 BestHTTP.Forms.HTTPFormUsage::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HTTPFormUsage_t23382C080F4D69C631370F2AE46473EA2A2E1D1F, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.HTTPMethods
|
|
struct HTTPMethods_t5B9CBB4058122E5CCFFF5BD0B9B29B633318766F
|
|
{
|
|
public:
|
|
// System.Byte BestHTTP.HTTPMethods::value__
|
|
uint8_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HTTPMethods_t5B9CBB4058122E5CCFFF5BD0B9B29B633318766F, ___value___2)); }
|
|
inline uint8_t get_value___2() const { return ___value___2; }
|
|
inline uint8_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(uint8_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.HTTPRequestStates
|
|
struct HTTPRequestStates_tF854F6984B2F5C8E8C3BA68FABA9C8C65C162576
|
|
{
|
|
public:
|
|
// System.Int32 BestHTTP.HTTPRequestStates::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HTTPRequestStates_tF854F6984B2F5C8E8C3BA68FABA9C8C65C162576, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.SupportedProtocols
|
|
struct SupportedProtocols_t4534AD4F58D80490FF03FC44D8CF3EF9259444DC
|
|
{
|
|
public:
|
|
// System.Int32 BestHTTP.SupportedProtocols::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SupportedProtocols_t4534AD4F58D80490FF03FC44D8CF3EF9259444DC, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.BlendMode
|
|
struct BlendMode_t8AFE05E7252BA2800E54DAFB5EB0F866FA08A8D4
|
|
{
|
|
public:
|
|
// System.Int32 FairyGUI.BlendMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BlendMode_t8AFE05E7252BA2800E54DAFB5EB0F866FA08A8D4, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// Log_LEVEL
|
|
struct LEVEL_tA3C0B0C48227E654C527E275A12229806A06D0EF
|
|
{
|
|
public:
|
|
// System.Int32 Log_LEVEL::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LEVEL_tA3C0B0C48227E654C527E275A12229806A06D0EF, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LogSeverity
|
|
struct LogSeverity_tB0EEAD9A943CB3A20FD868C129077F75D358434F
|
|
{
|
|
public:
|
|
// System.Int32 LogSeverity::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LogSeverity_tB0EEAD9A943CB3A20FD868C129077F75D358434F, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.EventOp
|
|
struct EventOp_t643C05873A7F114F961656D5A1A8BE16D1FBA538
|
|
{
|
|
public:
|
|
// System.Int32 LuaInterface.EventOp::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EventOp_t643C05873A7F114F961656D5A1A8BE16D1FBA538, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.InjectType
|
|
struct InjectType_tFDD1CF00210B6B7B1E86CB2B8363515AE1D7C8A4
|
|
{
|
|
public:
|
|
// System.Int32 LuaInterface.InjectType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(InjectType_tFDD1CF00210B6B7B1E86CB2B8363515AE1D7C8A4, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaBaseRef
|
|
struct LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String LuaInterface.LuaBaseRef::name
|
|
String_t* ___name_0;
|
|
// System.Int32 LuaInterface.LuaBaseRef::reference
|
|
int32_t ___reference_1;
|
|
// LuaInterface.LuaState LuaInterface.LuaBaseRef::luaState
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___luaState_2;
|
|
// LuaInterface.ObjectTranslator LuaInterface.LuaBaseRef::translator
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * ___translator_3;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) LuaInterface.LuaBaseRef::beDisposed
|
|
bool ___beDisposed_4;
|
|
// System.Int32 LuaInterface.LuaBaseRef::count
|
|
int32_t ___count_5;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) LuaInterface.LuaBaseRef::IsAlive
|
|
bool ___IsAlive_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___name_0)); }
|
|
inline String_t* get_name_0() const { return ___name_0; }
|
|
inline String_t** get_address_of_name_0() { return &___name_0; }
|
|
inline void set_name_0(String_t* value)
|
|
{
|
|
___name_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_reference_1() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___reference_1)); }
|
|
inline int32_t get_reference_1() const { return ___reference_1; }
|
|
inline int32_t* get_address_of_reference_1() { return &___reference_1; }
|
|
inline void set_reference_1(int32_t value)
|
|
{
|
|
___reference_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_luaState_2() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___luaState_2)); }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * get_luaState_2() const { return ___luaState_2; }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE ** get_address_of_luaState_2() { return &___luaState_2; }
|
|
inline void set_luaState_2(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * value)
|
|
{
|
|
___luaState_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___luaState_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_translator_3() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___translator_3)); }
|
|
inline ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * get_translator_3() const { return ___translator_3; }
|
|
inline ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF ** get_address_of_translator_3() { return &___translator_3; }
|
|
inline void set_translator_3(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * value)
|
|
{
|
|
___translator_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___translator_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_beDisposed_4() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___beDisposed_4)); }
|
|
inline bool get_beDisposed_4() const { return ___beDisposed_4; }
|
|
inline bool* get_address_of_beDisposed_4() { return &___beDisposed_4; }
|
|
inline void set_beDisposed_4(bool value)
|
|
{
|
|
___beDisposed_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_5() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___count_5)); }
|
|
inline int32_t get_count_5() const { return ___count_5; }
|
|
inline int32_t* get_address_of_count_5() { return &___count_5; }
|
|
inline void set_count_5(int32_t value)
|
|
{
|
|
___count_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsAlive_6() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___IsAlive_6)); }
|
|
inline bool get_IsAlive_6() const { return ___IsAlive_6; }
|
|
inline bool* get_address_of_IsAlive_6() { return &___IsAlive_6; }
|
|
inline void set_IsAlive_6(bool value)
|
|
{
|
|
___IsAlive_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaGCOptions
|
|
struct LuaGCOptions_tD85CF7973150D659B5A081B71F9CCB8A14D60209
|
|
{
|
|
public:
|
|
// System.Int32 LuaInterface.LuaGCOptions::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LuaGCOptions_tD85CF7973150D659B5A081B71F9CCB8A14D60209, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaStatePtr
|
|
struct LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr LuaInterface.LuaStatePtr::L
|
|
intptr_t ___L_0;
|
|
// System.String LuaInterface.LuaStatePtr::jit
|
|
String_t* ___jit_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_L_0() { return static_cast<int32_t>(offsetof(LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C, ___L_0)); }
|
|
inline intptr_t get_L_0() const { return ___L_0; }
|
|
inline intptr_t* get_address_of_L_0() { return &___L_0; }
|
|
inline void set_L_0(intptr_t value)
|
|
{
|
|
___L_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_jit_1() { return static_cast<int32_t>(offsetof(LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C, ___jit_1)); }
|
|
inline String_t* get_jit_1() const { return ___jit_1; }
|
|
inline String_t** get_address_of_jit_1() { return &___jit_1; }
|
|
inline void set_jit_1(String_t* value)
|
|
{
|
|
___jit_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___jit_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaTypes
|
|
struct LuaTypes_t762FEC08E6FA34446A75F56F4B076C0D5154E3EE
|
|
{
|
|
public:
|
|
// System.Int32 LuaInterface.LuaTypes::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LuaTypes_t762FEC08E6FA34446A75F56F4B076C0D5154E3EE, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.Lua_Debug
|
|
struct Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4
|
|
{
|
|
public:
|
|
// System.Int32 LuaInterface.Lua_Debug::eventcode
|
|
int32_t ___eventcode_0;
|
|
// System.IntPtr LuaInterface.Lua_Debug::_name
|
|
intptr_t ____name_1;
|
|
// System.IntPtr LuaInterface.Lua_Debug::_namewhat
|
|
intptr_t ____namewhat_2;
|
|
// System.IntPtr LuaInterface.Lua_Debug::_what
|
|
intptr_t ____what_3;
|
|
// System.IntPtr LuaInterface.Lua_Debug::_source
|
|
intptr_t ____source_4;
|
|
// System.Int32 LuaInterface.Lua_Debug::currentline
|
|
int32_t ___currentline_5;
|
|
// System.Int32 LuaInterface.Lua_Debug::nups
|
|
int32_t ___nups_6;
|
|
// System.Int32 LuaInterface.Lua_Debug::linedefined
|
|
int32_t ___linedefined_7;
|
|
// System.Int32 LuaInterface.Lua_Debug::lastlinedefined
|
|
int32_t ___lastlinedefined_8;
|
|
// System.Byte[] LuaInterface.Lua_Debug::_short_src
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____short_src_9;
|
|
// System.Int32 LuaInterface.Lua_Debug::i_ci
|
|
int32_t ___i_ci_10;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_eventcode_0() { return static_cast<int32_t>(offsetof(Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4, ___eventcode_0)); }
|
|
inline int32_t get_eventcode_0() const { return ___eventcode_0; }
|
|
inline int32_t* get_address_of_eventcode_0() { return &___eventcode_0; }
|
|
inline void set_eventcode_0(int32_t value)
|
|
{
|
|
___eventcode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__name_1() { return static_cast<int32_t>(offsetof(Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4, ____name_1)); }
|
|
inline intptr_t get__name_1() const { return ____name_1; }
|
|
inline intptr_t* get_address_of__name_1() { return &____name_1; }
|
|
inline void set__name_1(intptr_t value)
|
|
{
|
|
____name_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__namewhat_2() { return static_cast<int32_t>(offsetof(Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4, ____namewhat_2)); }
|
|
inline intptr_t get__namewhat_2() const { return ____namewhat_2; }
|
|
inline intptr_t* get_address_of__namewhat_2() { return &____namewhat_2; }
|
|
inline void set__namewhat_2(intptr_t value)
|
|
{
|
|
____namewhat_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__what_3() { return static_cast<int32_t>(offsetof(Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4, ____what_3)); }
|
|
inline intptr_t get__what_3() const { return ____what_3; }
|
|
inline intptr_t* get_address_of__what_3() { return &____what_3; }
|
|
inline void set__what_3(intptr_t value)
|
|
{
|
|
____what_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__source_4() { return static_cast<int32_t>(offsetof(Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4, ____source_4)); }
|
|
inline intptr_t get__source_4() const { return ____source_4; }
|
|
inline intptr_t* get_address_of__source_4() { return &____source_4; }
|
|
inline void set__source_4(intptr_t value)
|
|
{
|
|
____source_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_currentline_5() { return static_cast<int32_t>(offsetof(Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4, ___currentline_5)); }
|
|
inline int32_t get_currentline_5() const { return ___currentline_5; }
|
|
inline int32_t* get_address_of_currentline_5() { return &___currentline_5; }
|
|
inline void set_currentline_5(int32_t value)
|
|
{
|
|
___currentline_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nups_6() { return static_cast<int32_t>(offsetof(Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4, ___nups_6)); }
|
|
inline int32_t get_nups_6() const { return ___nups_6; }
|
|
inline int32_t* get_address_of_nups_6() { return &___nups_6; }
|
|
inline void set_nups_6(int32_t value)
|
|
{
|
|
___nups_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_linedefined_7() { return static_cast<int32_t>(offsetof(Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4, ___linedefined_7)); }
|
|
inline int32_t get_linedefined_7() const { return ___linedefined_7; }
|
|
inline int32_t* get_address_of_linedefined_7() { return &___linedefined_7; }
|
|
inline void set_linedefined_7(int32_t value)
|
|
{
|
|
___linedefined_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_lastlinedefined_8() { return static_cast<int32_t>(offsetof(Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4, ___lastlinedefined_8)); }
|
|
inline int32_t get_lastlinedefined_8() const { return ___lastlinedefined_8; }
|
|
inline int32_t* get_address_of_lastlinedefined_8() { return &___lastlinedefined_8; }
|
|
inline void set_lastlinedefined_8(int32_t value)
|
|
{
|
|
___lastlinedefined_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__short_src_9() { return static_cast<int32_t>(offsetof(Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4, ____short_src_9)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__short_src_9() const { return ____short_src_9; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__short_src_9() { return &____short_src_9; }
|
|
inline void set__short_src_9(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
____short_src_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____short_src_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_i_ci_10() { return static_cast<int32_t>(offsetof(Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4, ___i_ci_10)); }
|
|
inline int32_t get_i_ci_10() const { return ___i_ci_10; }
|
|
inline int32_t* get_address_of_i_ci_10() { return &___i_ci_10; }
|
|
inline void set_i_ci_10(int32_t value)
|
|
{
|
|
___i_ci_10 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of LuaInterface.Lua_Debug
|
|
struct Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke
|
|
{
|
|
int32_t ___eventcode_0;
|
|
intptr_t ____name_1;
|
|
intptr_t ____namewhat_2;
|
|
intptr_t ____what_3;
|
|
intptr_t ____source_4;
|
|
int32_t ___currentline_5;
|
|
int32_t ___nups_6;
|
|
int32_t ___linedefined_7;
|
|
int32_t ___lastlinedefined_8;
|
|
uint8_t ____short_src_9[128];
|
|
int32_t ___i_ci_10;
|
|
};
|
|
// Native definition for COM marshalling of LuaInterface.Lua_Debug
|
|
struct Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_com
|
|
{
|
|
int32_t ___eventcode_0;
|
|
intptr_t ____name_1;
|
|
intptr_t ____namewhat_2;
|
|
intptr_t ____what_3;
|
|
intptr_t ____source_4;
|
|
int32_t ___currentline_5;
|
|
int32_t ___nups_6;
|
|
int32_t ___linedefined_7;
|
|
int32_t ___lastlinedefined_8;
|
|
uint8_t ____short_src_9[128];
|
|
int32_t ___i_ci_10;
|
|
};
|
|
|
|
// System.Delegate
|
|
struct Delegate_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr System.Delegate::method_ptr
|
|
Il2CppMethodPointer ___method_ptr_0;
|
|
// System.IntPtr System.Delegate::invoke_impl
|
|
intptr_t ___invoke_impl_1;
|
|
// System.Object System.Delegate::m_target
|
|
RuntimeObject * ___m_target_2;
|
|
// System.IntPtr System.Delegate::method
|
|
intptr_t ___method_3;
|
|
// System.IntPtr System.Delegate::delegate_trampoline
|
|
intptr_t ___delegate_trampoline_4;
|
|
// System.IntPtr System.Delegate::extra_arg
|
|
intptr_t ___extra_arg_5;
|
|
// System.IntPtr System.Delegate::method_code
|
|
intptr_t ___method_code_6;
|
|
// System.Reflection.MethodInfo System.Delegate::method_info
|
|
MethodInfo_t * ___method_info_7;
|
|
// System.Reflection.MethodInfo System.Delegate::original_method_info
|
|
MethodInfo_t * ___original_method_info_8;
|
|
// System.DelegateData System.Delegate::data
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
|
|
// System.Boolean System.Delegate::method_is_virtual
|
|
bool ___method_is_virtual_10;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
|
|
inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
|
|
inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
|
|
inline void set_method_ptr_0(Il2CppMethodPointer value)
|
|
{
|
|
___method_ptr_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
|
|
inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
|
|
inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
|
|
inline void set_invoke_impl_1(intptr_t value)
|
|
{
|
|
___invoke_impl_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
|
|
inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
|
|
inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
|
|
inline void set_m_target_2(RuntimeObject * value)
|
|
{
|
|
___m_target_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
|
|
inline intptr_t get_method_3() const { return ___method_3; }
|
|
inline intptr_t* get_address_of_method_3() { return &___method_3; }
|
|
inline void set_method_3(intptr_t value)
|
|
{
|
|
___method_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
|
|
inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
|
|
inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
|
|
inline void set_delegate_trampoline_4(intptr_t value)
|
|
{
|
|
___delegate_trampoline_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
|
|
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
|
|
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
|
|
inline void set_extra_arg_5(intptr_t value)
|
|
{
|
|
___extra_arg_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
|
|
inline intptr_t get_method_code_6() const { return ___method_code_6; }
|
|
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
|
|
inline void set_method_code_6(intptr_t value)
|
|
{
|
|
___method_code_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
|
|
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
|
|
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
|
|
inline void set_method_info_7(MethodInfo_t * value)
|
|
{
|
|
___method_info_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
|
|
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
|
|
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
|
|
inline void set_original_method_info_8(MethodInfo_t * value)
|
|
{
|
|
___original_method_info_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
|
|
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
|
|
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
|
|
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
|
|
{
|
|
___data_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
|
|
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
|
|
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
|
|
inline void set_method_is_virtual_10(bool value)
|
|
{
|
|
___method_is_virtual_10 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_pinvoke
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
MethodInfo_t * ___method_info_7;
|
|
MethodInfo_t * ___original_method_info_8;
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
|
|
int32_t ___method_is_virtual_10;
|
|
};
|
|
// Native definition for COM marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_com
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
MethodInfo_t * ___method_info_7;
|
|
MethodInfo_t * ___original_method_info_8;
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
|
|
int32_t ___method_is_virtual_10;
|
|
};
|
|
|
|
// System.Exception
|
|
struct Exception_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.Exception::_className
|
|
String_t* ____className_1;
|
|
// System.String System.Exception::_message
|
|
String_t* ____message_2;
|
|
// System.Collections.IDictionary System.Exception::_data
|
|
RuntimeObject* ____data_3;
|
|
// System.Exception System.Exception::_innerException
|
|
Exception_t * ____innerException_4;
|
|
// System.String System.Exception::_helpURL
|
|
String_t* ____helpURL_5;
|
|
// System.Object System.Exception::_stackTrace
|
|
RuntimeObject * ____stackTrace_6;
|
|
// System.String System.Exception::_stackTraceString
|
|
String_t* ____stackTraceString_7;
|
|
// System.String System.Exception::_remoteStackTraceString
|
|
String_t* ____remoteStackTraceString_8;
|
|
// System.Int32 System.Exception::_remoteStackIndex
|
|
int32_t ____remoteStackIndex_9;
|
|
// System.Object System.Exception::_dynamicMethods
|
|
RuntimeObject * ____dynamicMethods_10;
|
|
// System.Int32 System.Exception::_HResult
|
|
int32_t ____HResult_11;
|
|
// System.String System.Exception::_source
|
|
String_t* ____source_12;
|
|
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|
// System.IntPtr[] System.Exception::native_trace_ips
|
|
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
|
|
inline String_t* get__className_1() const { return ____className_1; }
|
|
inline String_t** get_address_of__className_1() { return &____className_1; }
|
|
inline void set__className_1(String_t* value)
|
|
{
|
|
____className_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
|
|
inline String_t* get__message_2() const { return ____message_2; }
|
|
inline String_t** get_address_of__message_2() { return &____message_2; }
|
|
inline void set__message_2(String_t* value)
|
|
{
|
|
____message_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
|
|
inline RuntimeObject* get__data_3() const { return ____data_3; }
|
|
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
|
|
inline void set__data_3(RuntimeObject* value)
|
|
{
|
|
____data_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
|
|
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
|
|
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
|
|
inline void set__innerException_4(Exception_t * value)
|
|
{
|
|
____innerException_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
|
|
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
|
|
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
|
|
inline void set__helpURL_5(String_t* value)
|
|
{
|
|
____helpURL_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
|
|
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
|
|
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
|
|
inline void set__stackTrace_6(RuntimeObject * value)
|
|
{
|
|
____stackTrace_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
|
|
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
|
|
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
|
|
inline void set__stackTraceString_7(String_t* value)
|
|
{
|
|
____stackTraceString_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
|
|
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
|
|
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
|
|
inline void set__remoteStackTraceString_8(String_t* value)
|
|
{
|
|
____remoteStackTraceString_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
|
|
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
|
|
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
|
|
inline void set__remoteStackIndex_9(int32_t value)
|
|
{
|
|
____remoteStackIndex_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
|
|
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
|
|
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
|
|
inline void set__dynamicMethods_10(RuntimeObject * value)
|
|
{
|
|
____dynamicMethods_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
|
|
inline int32_t get__HResult_11() const { return ____HResult_11; }
|
|
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
|
|
inline void set__HResult_11(int32_t value)
|
|
{
|
|
____HResult_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
|
|
inline String_t* get__source_12() const { return ____source_12; }
|
|
inline String_t** get_address_of__source_12() { return &____source_12; }
|
|
inline void set__source_12(String_t* value)
|
|
{
|
|
____source_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
|
|
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
|
|
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
|
|
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
|
|
{
|
|
____safeSerializationManager_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
|
|
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
|
|
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
|
|
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
|
|
{
|
|
___captured_traces_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
|
|
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
|
|
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
|
|
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
|
|
{
|
|
___native_trace_ips_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Exception_t_StaticFields
|
|
{
|
|
public:
|
|
// System.Object System.Exception::s_EDILock
|
|
RuntimeObject * ___s_EDILock_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
|
|
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
|
|
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
|
|
inline void set_s_EDILock_0(RuntimeObject * value)
|
|
{
|
|
___s_EDILock_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Exception
|
|
struct Exception_t_marshaled_pinvoke
|
|
{
|
|
char* ____className_1;
|
|
char* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_pinvoke* ____innerException_4;
|
|
char* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
char* ____stackTraceString_7;
|
|
char* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
char* ____source_12;
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
};
|
|
// Native definition for COM marshalling of System.Exception
|
|
struct Exception_t_marshaled_com
|
|
{
|
|
Il2CppChar* ____className_1;
|
|
Il2CppChar* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_com* ____innerException_4;
|
|
Il2CppChar* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
Il2CppChar* ____stackTraceString_7;
|
|
Il2CppChar* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
Il2CppChar* ____source_12;
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
};
|
|
|
|
// System.IO.FileAccess
|
|
struct FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6
|
|
{
|
|
public:
|
|
// System.Int32 System.IO.FileAccess::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.FileAttributes
|
|
struct FileAttributes_t224B42F6F82954C94B51791913857C005C559876
|
|
{
|
|
public:
|
|
// System.Int32 System.IO.FileAttributes::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileAttributes_t224B42F6F82954C94B51791913857C005C559876, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.FileMode
|
|
struct FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419
|
|
{
|
|
public:
|
|
// System.Int32 System.IO.FileMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.MemoryStream
|
|
struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
|
|
{
|
|
public:
|
|
// System.Byte[] System.IO.MemoryStream::_buffer
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_4;
|
|
// System.Int32 System.IO.MemoryStream::_origin
|
|
int32_t ____origin_5;
|
|
// System.Int32 System.IO.MemoryStream::_position
|
|
int32_t ____position_6;
|
|
// System.Int32 System.IO.MemoryStream::_length
|
|
int32_t ____length_7;
|
|
// System.Int32 System.IO.MemoryStream::_capacity
|
|
int32_t ____capacity_8;
|
|
// System.Boolean System.IO.MemoryStream::_expandable
|
|
bool ____expandable_9;
|
|
// System.Boolean System.IO.MemoryStream::_writable
|
|
bool ____writable_10;
|
|
// System.Boolean System.IO.MemoryStream::_exposable
|
|
bool ____exposable_11;
|
|
// System.Boolean System.IO.MemoryStream::_isOpen
|
|
bool ____isOpen_12;
|
|
// System.Threading.Tasks.Task`1<System.Int32> System.IO.MemoryStream::_lastReadTask
|
|
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * ____lastReadTask_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__buffer_4() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____buffer_4)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_4() const { return ____buffer_4; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_4() { return &____buffer_4; }
|
|
inline void set__buffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
____buffer_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____buffer_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__origin_5() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____origin_5)); }
|
|
inline int32_t get__origin_5() const { return ____origin_5; }
|
|
inline int32_t* get_address_of__origin_5() { return &____origin_5; }
|
|
inline void set__origin_5(int32_t value)
|
|
{
|
|
____origin_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__position_6() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____position_6)); }
|
|
inline int32_t get__position_6() const { return ____position_6; }
|
|
inline int32_t* get_address_of__position_6() { return &____position_6; }
|
|
inline void set__position_6(int32_t value)
|
|
{
|
|
____position_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__length_7() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____length_7)); }
|
|
inline int32_t get__length_7() const { return ____length_7; }
|
|
inline int32_t* get_address_of__length_7() { return &____length_7; }
|
|
inline void set__length_7(int32_t value)
|
|
{
|
|
____length_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__capacity_8() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____capacity_8)); }
|
|
inline int32_t get__capacity_8() const { return ____capacity_8; }
|
|
inline int32_t* get_address_of__capacity_8() { return &____capacity_8; }
|
|
inline void set__capacity_8(int32_t value)
|
|
{
|
|
____capacity_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__expandable_9() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____expandable_9)); }
|
|
inline bool get__expandable_9() const { return ____expandable_9; }
|
|
inline bool* get_address_of__expandable_9() { return &____expandable_9; }
|
|
inline void set__expandable_9(bool value)
|
|
{
|
|
____expandable_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__writable_10() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____writable_10)); }
|
|
inline bool get__writable_10() const { return ____writable_10; }
|
|
inline bool* get_address_of__writable_10() { return &____writable_10; }
|
|
inline void set__writable_10(bool value)
|
|
{
|
|
____writable_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__exposable_11() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____exposable_11)); }
|
|
inline bool get__exposable_11() const { return ____exposable_11; }
|
|
inline bool* get_address_of__exposable_11() { return &____exposable_11; }
|
|
inline void set__exposable_11(bool value)
|
|
{
|
|
____exposable_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__isOpen_12() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____isOpen_12)); }
|
|
inline bool get__isOpen_12() const { return ____isOpen_12; }
|
|
inline bool* get_address_of__isOpen_12() { return &____isOpen_12; }
|
|
inline void set__isOpen_12(bool value)
|
|
{
|
|
____isOpen_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__lastReadTask_13() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____lastReadTask_13)); }
|
|
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * get__lastReadTask_13() const { return ____lastReadTask_13; }
|
|
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ** get_address_of__lastReadTask_13() { return &____lastReadTask_13; }
|
|
inline void set__lastReadTask_13(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value)
|
|
{
|
|
____lastReadTask_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_13), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.SearchOption
|
|
struct SearchOption_t41115A8120A32D6A0E970DEAC20E3C1D394E59C1
|
|
{
|
|
public:
|
|
// System.Int32 System.IO.SearchOption::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SearchOption_t41115A8120A32D6A0E970DEAC20E3C1D394E59C1, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<UnityEngine.Matrix4x4>
|
|
struct Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0, ___value_0)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_value_0() const { return ___value_0; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<UnityEngine.Rect>
|
|
struct Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10, ___value_0)); }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_value_0() const { return ___value_0; }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<UnityEngine.Vector4>
|
|
struct Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533, ___value_0)); }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_value_0() const { return ___value_0; }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Reflection.BindingFlags
|
|
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
|
|
{
|
|
public:
|
|
// System.Int32 System.Reflection.BindingFlags::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Reflection.ConstructorInfo
|
|
struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF : public MethodBase_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields
|
|
{
|
|
public:
|
|
// System.String System.Reflection.ConstructorInfo::ConstructorName
|
|
String_t* ___ConstructorName_0;
|
|
// System.String System.Reflection.ConstructorInfo::TypeConstructorName
|
|
String_t* ___TypeConstructorName_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_ConstructorName_0() { return static_cast<int32_t>(offsetof(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields, ___ConstructorName_0)); }
|
|
inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; }
|
|
inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; }
|
|
inline void set_ConstructorName_0(String_t* value)
|
|
{
|
|
___ConstructorName_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ConstructorName_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast<int32_t>(offsetof(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields, ___TypeConstructorName_1)); }
|
|
inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; }
|
|
inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; }
|
|
inline void set_TypeConstructorName_1(String_t* value)
|
|
{
|
|
___TypeConstructorName_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___TypeConstructorName_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.RuntimeTypeHandle
|
|
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
|
|
{
|
|
public:
|
|
// System.IntPtr System.RuntimeTypeHandle::value
|
|
intptr_t ___value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); }
|
|
inline intptr_t get_value_0() const { return ___value_0; }
|
|
inline intptr_t* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(intptr_t value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.TimeSpan
|
|
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4
|
|
{
|
|
public:
|
|
// System.Int64 System.TimeSpan::_ticks
|
|
int64_t ____ticks_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__ticks_3() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); }
|
|
inline int64_t get__ticks_3() const { return ____ticks_3; }
|
|
inline int64_t* get_address_of__ticks_3() { return &____ticks_3; }
|
|
inline void set__ticks_3(int64_t value)
|
|
{
|
|
____ticks_3 = value;
|
|
}
|
|
};
|
|
|
|
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields
|
|
{
|
|
public:
|
|
// System.TimeSpan System.TimeSpan::Zero
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0;
|
|
// System.TimeSpan System.TimeSpan::MaxValue
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1;
|
|
// System.TimeSpan System.TimeSpan::MinValue
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked
|
|
bool ____legacyConfigChecked_4;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode
|
|
bool ____legacyMode_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Zero_0() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; }
|
|
inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___Zero_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
|
|
inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___MaxValue_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinValue_2() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; }
|
|
inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___MinValue_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); }
|
|
inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; }
|
|
inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; }
|
|
inline void set__legacyConfigChecked_4(bool value)
|
|
{
|
|
____legacyConfigChecked_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__legacyMode_5() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); }
|
|
inline bool get__legacyMode_5() const { return ____legacyMode_5; }
|
|
inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; }
|
|
inline void set__legacyMode_5(bool value)
|
|
{
|
|
____legacyMode_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Coroutine
|
|
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44
|
|
{
|
|
public:
|
|
// System.IntPtr UnityEngine.Coroutine::m_Ptr
|
|
intptr_t ___m_Ptr_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC, ___m_Ptr_0)); }
|
|
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
|
|
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
|
|
inline void set_m_Ptr_0(intptr_t value)
|
|
{
|
|
___m_Ptr_0 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Coroutine
|
|
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Coroutine
|
|
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
|
|
// UnityEngine.LogType
|
|
struct LogType_t6B6C6234E8B44B73937581ACFBE15DE28227849D
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.LogType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LogType_t6B6C6234E8B44B73937581ACFBE15DE28227849D, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Object
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr UnityEngine.Object::m_CachedPtr
|
|
intptr_t ___m_CachedPtr_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast<int32_t>(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0, ___m_CachedPtr_0)); }
|
|
inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; }
|
|
inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; }
|
|
inline void set_m_CachedPtr_0(intptr_t value)
|
|
{
|
|
___m_CachedPtr_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
|
|
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast<int32_t>(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); }
|
|
inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; }
|
|
inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; }
|
|
inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value)
|
|
{
|
|
___OffsetOfInstanceIDInCPlusPlusObject_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Object
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Object
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com
|
|
{
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
|
|
// UnityEngine.RenderMode
|
|
struct RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.RenderMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.RuntimePlatform
|
|
struct RuntimePlatform_tD5F5737C1BBBCBB115EB104DF2B7876387E80132
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.RuntimePlatform::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RuntimePlatform_tD5F5737C1BBBCBB115EB104DF2B7876387E80132, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.SceneManagement.LoadSceneMode
|
|
struct LoadSceneMode_t75F0B96794398942671B8315D2A9AC25C40A22D5
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.SceneManagement.LoadSceneMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LoadSceneMode_t75F0B96794398942671B8315D2A9AC25C40A22D5, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.ThreadPriority
|
|
struct ThreadPriority_tCA32DC97B1FAF52087C84FF48A88EBFF9AB637B7
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.ThreadPriority::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ThreadPriority_tCA32DC97B1FAF52087C84FF48A88EBFF9AB637B7, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.PackMode
|
|
struct PackMode_t59ADC0567CF6C1E3B7A3305FFCC954A17E3B3272
|
|
{
|
|
public:
|
|
// System.Int32 taurus.client.PackMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PackMode_t59ADC0567CF6C1E3B7A3305FFCC954A17E3B3272, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.HTTPRequest
|
|
struct HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Uri BestHTTP.HTTPRequest::<Uri>k__BackingField
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___U3CUriU3Ek__BackingField_3;
|
|
// BestHTTP.HTTPMethods BestHTTP.HTTPRequest::<MethodType>k__BackingField
|
|
uint8_t ___U3CMethodTypeU3Ek__BackingField_4;
|
|
// System.Byte[] BestHTTP.HTTPRequest::<RawData>k__BackingField
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___U3CRawDataU3Ek__BackingField_5;
|
|
// System.IO.Stream BestHTTP.HTTPRequest::<UploadStream>k__BackingField
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___U3CUploadStreamU3Ek__BackingField_6;
|
|
// System.Boolean BestHTTP.HTTPRequest::<DisposeUploadStream>k__BackingField
|
|
bool ___U3CDisposeUploadStreamU3Ek__BackingField_7;
|
|
// System.Boolean BestHTTP.HTTPRequest::<UseUploadStreamLength>k__BackingField
|
|
bool ___U3CUseUploadStreamLengthU3Ek__BackingField_8;
|
|
// BestHTTP.OnUploadProgressDelegate BestHTTP.HTTPRequest::OnUploadProgress
|
|
OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D * ___OnUploadProgress_9;
|
|
// BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::<Callback>k__BackingField
|
|
OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * ___U3CCallbackU3Ek__BackingField_10;
|
|
// BestHTTP.OnDownloadProgressDelegate BestHTTP.HTTPRequest::OnProgress
|
|
OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 * ___OnProgress_11;
|
|
// BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::OnUpgraded
|
|
OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * ___OnUpgraded_12;
|
|
// System.Boolean BestHTTP.HTTPRequest::<DisableRetry>k__BackingField
|
|
bool ___U3CDisableRetryU3Ek__BackingField_13;
|
|
// System.Boolean BestHTTP.HTTPRequest::<IsRedirected>k__BackingField
|
|
bool ___U3CIsRedirectedU3Ek__BackingField_14;
|
|
// System.Uri BestHTTP.HTTPRequest::<RedirectUri>k__BackingField
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___U3CRedirectUriU3Ek__BackingField_15;
|
|
// BestHTTP.HTTPResponse BestHTTP.HTTPRequest::<Response>k__BackingField
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * ___U3CResponseU3Ek__BackingField_16;
|
|
// System.Exception BestHTTP.HTTPRequest::<Exception>k__BackingField
|
|
Exception_t * ___U3CExceptionU3Ek__BackingField_17;
|
|
// System.Object BestHTTP.HTTPRequest::<Tag>k__BackingField
|
|
RuntimeObject * ___U3CTagU3Ek__BackingField_18;
|
|
// BestHTTP.Authentication.Credentials BestHTTP.HTTPRequest::<Credentials>k__BackingField
|
|
Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * ___U3CCredentialsU3Ek__BackingField_19;
|
|
// System.Int32 BestHTTP.HTTPRequest::<MaxRedirects>k__BackingField
|
|
int32_t ___U3CMaxRedirectsU3Ek__BackingField_20;
|
|
// BestHTTP.Forms.HTTPFormUsage BestHTTP.HTTPRequest::<FormUsage>k__BackingField
|
|
int32_t ___U3CFormUsageU3Ek__BackingField_21;
|
|
// BestHTTP.HTTPRequestStates BestHTTP.HTTPRequest::<State>k__BackingField
|
|
int32_t ___U3CStateU3Ek__BackingField_22;
|
|
// System.Int32 BestHTTP.HTTPRequest::<RedirectCount>k__BackingField
|
|
int32_t ___U3CRedirectCountU3Ek__BackingField_23;
|
|
// System.Func`4<BestHTTP.HTTPRequest,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Boolean> BestHTTP.HTTPRequest::CustomCertificationValidator
|
|
Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB * ___CustomCertificationValidator_24;
|
|
// System.TimeSpan BestHTTP.HTTPRequest::<ConnectTimeout>k__BackingField
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___U3CConnectTimeoutU3Ek__BackingField_25;
|
|
// System.TimeSpan BestHTTP.HTTPRequest::<Timeout>k__BackingField
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___U3CTimeoutU3Ek__BackingField_26;
|
|
// System.Boolean BestHTTP.HTTPRequest::<EnableTimoutForStreaming>k__BackingField
|
|
bool ___U3CEnableTimoutForStreamingU3Ek__BackingField_27;
|
|
// System.Int32 BestHTTP.HTTPRequest::<Priority>k__BackingField
|
|
int32_t ___U3CPriorityU3Ek__BackingField_28;
|
|
// BestHTTP.SupportedProtocols BestHTTP.HTTPRequest::<ProtocolHandler>k__BackingField
|
|
int32_t ___U3CProtocolHandlerU3Ek__BackingField_29;
|
|
// BestHTTP.OnBeforeRedirectionDelegate BestHTTP.HTTPRequest::onBeforeRedirection
|
|
OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D * ___onBeforeRedirection_30;
|
|
// System.Int32 BestHTTP.HTTPRequest::<Downloaded>k__BackingField
|
|
int32_t ___U3CDownloadedU3Ek__BackingField_31;
|
|
// System.Int32 BestHTTP.HTTPRequest::<DownloadLength>k__BackingField
|
|
int32_t ___U3CDownloadLengthU3Ek__BackingField_32;
|
|
// System.Boolean BestHTTP.HTTPRequest::<DownloadProgressChanged>k__BackingField
|
|
bool ___U3CDownloadProgressChangedU3Ek__BackingField_33;
|
|
// System.Int64 BestHTTP.HTTPRequest::<Uploaded>k__BackingField
|
|
int64_t ___U3CUploadedU3Ek__BackingField_34;
|
|
// System.Int64 BestHTTP.HTTPRequest::<UploadLength>k__BackingField
|
|
int64_t ___U3CUploadLengthU3Ek__BackingField_35;
|
|
// System.Boolean BestHTTP.HTTPRequest::<UploadProgressChanged>k__BackingField
|
|
bool ___U3CUploadProgressChangedU3Ek__BackingField_36;
|
|
// System.Boolean BestHTTP.HTTPRequest::isKeepAlive
|
|
bool ___isKeepAlive_37;
|
|
// System.Int32 BestHTTP.HTTPRequest::streamFragmentSize
|
|
int32_t ___streamFragmentSize_38;
|
|
// System.Boolean BestHTTP.HTTPRequest::useStreaming
|
|
bool ___useStreaming_39;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<System.String>> BestHTTP.HTTPRequest::<Headers>k__BackingField
|
|
Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * ___U3CHeadersU3Ek__BackingField_40;
|
|
// BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FieldCollector
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * ___FieldCollector_41;
|
|
// BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FormImpl
|
|
HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * ___FormImpl_42;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUriU3Ek__BackingField_3)); }
|
|
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_U3CUriU3Ek__BackingField_3() const { return ___U3CUriU3Ek__BackingField_3; }
|
|
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_U3CUriU3Ek__BackingField_3() { return &___U3CUriU3Ek__BackingField_3; }
|
|
inline void set_U3CUriU3Ek__BackingField_3(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
|
|
{
|
|
___U3CUriU3Ek__BackingField_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CMethodTypeU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CMethodTypeU3Ek__BackingField_4)); }
|
|
inline uint8_t get_U3CMethodTypeU3Ek__BackingField_4() const { return ___U3CMethodTypeU3Ek__BackingField_4; }
|
|
inline uint8_t* get_address_of_U3CMethodTypeU3Ek__BackingField_4() { return &___U3CMethodTypeU3Ek__BackingField_4; }
|
|
inline void set_U3CMethodTypeU3Ek__BackingField_4(uint8_t value)
|
|
{
|
|
___U3CMethodTypeU3Ek__BackingField_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CRawDataU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CRawDataU3Ek__BackingField_5)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_U3CRawDataU3Ek__BackingField_5() const { return ___U3CRawDataU3Ek__BackingField_5; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_U3CRawDataU3Ek__BackingField_5() { return &___U3CRawDataU3Ek__BackingField_5; }
|
|
inline void set_U3CRawDataU3Ek__BackingField_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___U3CRawDataU3Ek__BackingField_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CRawDataU3Ek__BackingField_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CUploadStreamU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUploadStreamU3Ek__BackingField_6)); }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_U3CUploadStreamU3Ek__BackingField_6() const { return ___U3CUploadStreamU3Ek__BackingField_6; }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_U3CUploadStreamU3Ek__BackingField_6() { return &___U3CUploadStreamU3Ek__BackingField_6; }
|
|
inline void set_U3CUploadStreamU3Ek__BackingField_6(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
|
|
{
|
|
___U3CUploadStreamU3Ek__BackingField_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CUploadStreamU3Ek__BackingField_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CDisposeUploadStreamU3Ek__BackingField_7)); }
|
|
inline bool get_U3CDisposeUploadStreamU3Ek__BackingField_7() const { return ___U3CDisposeUploadStreamU3Ek__BackingField_7; }
|
|
inline bool* get_address_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return &___U3CDisposeUploadStreamU3Ek__BackingField_7; }
|
|
inline void set_U3CDisposeUploadStreamU3Ek__BackingField_7(bool value)
|
|
{
|
|
___U3CDisposeUploadStreamU3Ek__BackingField_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUseUploadStreamLengthU3Ek__BackingField_8)); }
|
|
inline bool get_U3CUseUploadStreamLengthU3Ek__BackingField_8() const { return ___U3CUseUploadStreamLengthU3Ek__BackingField_8; }
|
|
inline bool* get_address_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return &___U3CUseUploadStreamLengthU3Ek__BackingField_8; }
|
|
inline void set_U3CUseUploadStreamLengthU3Ek__BackingField_8(bool value)
|
|
{
|
|
___U3CUseUploadStreamLengthU3Ek__BackingField_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_OnUploadProgress_9() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___OnUploadProgress_9)); }
|
|
inline OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D * get_OnUploadProgress_9() const { return ___OnUploadProgress_9; }
|
|
inline OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D ** get_address_of_OnUploadProgress_9() { return &___OnUploadProgress_9; }
|
|
inline void set_OnUploadProgress_9(OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D * value)
|
|
{
|
|
___OnUploadProgress_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___OnUploadProgress_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CCallbackU3Ek__BackingField_10() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CCallbackU3Ek__BackingField_10)); }
|
|
inline OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * get_U3CCallbackU3Ek__BackingField_10() const { return ___U3CCallbackU3Ek__BackingField_10; }
|
|
inline OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D ** get_address_of_U3CCallbackU3Ek__BackingField_10() { return &___U3CCallbackU3Ek__BackingField_10; }
|
|
inline void set_U3CCallbackU3Ek__BackingField_10(OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * value)
|
|
{
|
|
___U3CCallbackU3Ek__BackingField_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CCallbackU3Ek__BackingField_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_OnProgress_11() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___OnProgress_11)); }
|
|
inline OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 * get_OnProgress_11() const { return ___OnProgress_11; }
|
|
inline OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 ** get_address_of_OnProgress_11() { return &___OnProgress_11; }
|
|
inline void set_OnProgress_11(OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 * value)
|
|
{
|
|
___OnProgress_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___OnProgress_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_OnUpgraded_12() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___OnUpgraded_12)); }
|
|
inline OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * get_OnUpgraded_12() const { return ___OnUpgraded_12; }
|
|
inline OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D ** get_address_of_OnUpgraded_12() { return &___OnUpgraded_12; }
|
|
inline void set_OnUpgraded_12(OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * value)
|
|
{
|
|
___OnUpgraded_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___OnUpgraded_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CDisableRetryU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CDisableRetryU3Ek__BackingField_13)); }
|
|
inline bool get_U3CDisableRetryU3Ek__BackingField_13() const { return ___U3CDisableRetryU3Ek__BackingField_13; }
|
|
inline bool* get_address_of_U3CDisableRetryU3Ek__BackingField_13() { return &___U3CDisableRetryU3Ek__BackingField_13; }
|
|
inline void set_U3CDisableRetryU3Ek__BackingField_13(bool value)
|
|
{
|
|
___U3CDisableRetryU3Ek__BackingField_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIsRedirectedU3Ek__BackingField_14() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CIsRedirectedU3Ek__BackingField_14)); }
|
|
inline bool get_U3CIsRedirectedU3Ek__BackingField_14() const { return ___U3CIsRedirectedU3Ek__BackingField_14; }
|
|
inline bool* get_address_of_U3CIsRedirectedU3Ek__BackingField_14() { return &___U3CIsRedirectedU3Ek__BackingField_14; }
|
|
inline void set_U3CIsRedirectedU3Ek__BackingField_14(bool value)
|
|
{
|
|
___U3CIsRedirectedU3Ek__BackingField_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CRedirectUriU3Ek__BackingField_15() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CRedirectUriU3Ek__BackingField_15)); }
|
|
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_U3CRedirectUriU3Ek__BackingField_15() const { return ___U3CRedirectUriU3Ek__BackingField_15; }
|
|
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_U3CRedirectUriU3Ek__BackingField_15() { return &___U3CRedirectUriU3Ek__BackingField_15; }
|
|
inline void set_U3CRedirectUriU3Ek__BackingField_15(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
|
|
{
|
|
___U3CRedirectUriU3Ek__BackingField_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CRedirectUriU3Ek__BackingField_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CResponseU3Ek__BackingField_16() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CResponseU3Ek__BackingField_16)); }
|
|
inline HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * get_U3CResponseU3Ek__BackingField_16() const { return ___U3CResponseU3Ek__BackingField_16; }
|
|
inline HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE ** get_address_of_U3CResponseU3Ek__BackingField_16() { return &___U3CResponseU3Ek__BackingField_16; }
|
|
inline void set_U3CResponseU3Ek__BackingField_16(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * value)
|
|
{
|
|
___U3CResponseU3Ek__BackingField_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CResponseU3Ek__BackingField_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CExceptionU3Ek__BackingField_17() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CExceptionU3Ek__BackingField_17)); }
|
|
inline Exception_t * get_U3CExceptionU3Ek__BackingField_17() const { return ___U3CExceptionU3Ek__BackingField_17; }
|
|
inline Exception_t ** get_address_of_U3CExceptionU3Ek__BackingField_17() { return &___U3CExceptionU3Ek__BackingField_17; }
|
|
inline void set_U3CExceptionU3Ek__BackingField_17(Exception_t * value)
|
|
{
|
|
___U3CExceptionU3Ek__BackingField_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CExceptionU3Ek__BackingField_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CTagU3Ek__BackingField_18() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CTagU3Ek__BackingField_18)); }
|
|
inline RuntimeObject * get_U3CTagU3Ek__BackingField_18() const { return ___U3CTagU3Ek__BackingField_18; }
|
|
inline RuntimeObject ** get_address_of_U3CTagU3Ek__BackingField_18() { return &___U3CTagU3Ek__BackingField_18; }
|
|
inline void set_U3CTagU3Ek__BackingField_18(RuntimeObject * value)
|
|
{
|
|
___U3CTagU3Ek__BackingField_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CTagU3Ek__BackingField_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CCredentialsU3Ek__BackingField_19() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CCredentialsU3Ek__BackingField_19)); }
|
|
inline Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * get_U3CCredentialsU3Ek__BackingField_19() const { return ___U3CCredentialsU3Ek__BackingField_19; }
|
|
inline Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 ** get_address_of_U3CCredentialsU3Ek__BackingField_19() { return &___U3CCredentialsU3Ek__BackingField_19; }
|
|
inline void set_U3CCredentialsU3Ek__BackingField_19(Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * value)
|
|
{
|
|
___U3CCredentialsU3Ek__BackingField_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CCredentialsU3Ek__BackingField_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CMaxRedirectsU3Ek__BackingField_20() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CMaxRedirectsU3Ek__BackingField_20)); }
|
|
inline int32_t get_U3CMaxRedirectsU3Ek__BackingField_20() const { return ___U3CMaxRedirectsU3Ek__BackingField_20; }
|
|
inline int32_t* get_address_of_U3CMaxRedirectsU3Ek__BackingField_20() { return &___U3CMaxRedirectsU3Ek__BackingField_20; }
|
|
inline void set_U3CMaxRedirectsU3Ek__BackingField_20(int32_t value)
|
|
{
|
|
___U3CMaxRedirectsU3Ek__BackingField_20 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CFormUsageU3Ek__BackingField_21() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CFormUsageU3Ek__BackingField_21)); }
|
|
inline int32_t get_U3CFormUsageU3Ek__BackingField_21() const { return ___U3CFormUsageU3Ek__BackingField_21; }
|
|
inline int32_t* get_address_of_U3CFormUsageU3Ek__BackingField_21() { return &___U3CFormUsageU3Ek__BackingField_21; }
|
|
inline void set_U3CFormUsageU3Ek__BackingField_21(int32_t value)
|
|
{
|
|
___U3CFormUsageU3Ek__BackingField_21 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_22() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CStateU3Ek__BackingField_22)); }
|
|
inline int32_t get_U3CStateU3Ek__BackingField_22() const { return ___U3CStateU3Ek__BackingField_22; }
|
|
inline int32_t* get_address_of_U3CStateU3Ek__BackingField_22() { return &___U3CStateU3Ek__BackingField_22; }
|
|
inline void set_U3CStateU3Ek__BackingField_22(int32_t value)
|
|
{
|
|
___U3CStateU3Ek__BackingField_22 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CRedirectCountU3Ek__BackingField_23() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CRedirectCountU3Ek__BackingField_23)); }
|
|
inline int32_t get_U3CRedirectCountU3Ek__BackingField_23() const { return ___U3CRedirectCountU3Ek__BackingField_23; }
|
|
inline int32_t* get_address_of_U3CRedirectCountU3Ek__BackingField_23() { return &___U3CRedirectCountU3Ek__BackingField_23; }
|
|
inline void set_U3CRedirectCountU3Ek__BackingField_23(int32_t value)
|
|
{
|
|
___U3CRedirectCountU3Ek__BackingField_23 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CustomCertificationValidator_24() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___CustomCertificationValidator_24)); }
|
|
inline Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB * get_CustomCertificationValidator_24() const { return ___CustomCertificationValidator_24; }
|
|
inline Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB ** get_address_of_CustomCertificationValidator_24() { return &___CustomCertificationValidator_24; }
|
|
inline void set_CustomCertificationValidator_24(Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB * value)
|
|
{
|
|
___CustomCertificationValidator_24 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___CustomCertificationValidator_24), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CConnectTimeoutU3Ek__BackingField_25() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CConnectTimeoutU3Ek__BackingField_25)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_U3CConnectTimeoutU3Ek__BackingField_25() const { return ___U3CConnectTimeoutU3Ek__BackingField_25; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_U3CConnectTimeoutU3Ek__BackingField_25() { return &___U3CConnectTimeoutU3Ek__BackingField_25; }
|
|
inline void set_U3CConnectTimeoutU3Ek__BackingField_25(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___U3CConnectTimeoutU3Ek__BackingField_25 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CTimeoutU3Ek__BackingField_26() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CTimeoutU3Ek__BackingField_26)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_U3CTimeoutU3Ek__BackingField_26() const { return ___U3CTimeoutU3Ek__BackingField_26; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_U3CTimeoutU3Ek__BackingField_26() { return &___U3CTimeoutU3Ek__BackingField_26; }
|
|
inline void set_U3CTimeoutU3Ek__BackingField_26(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___U3CTimeoutU3Ek__BackingField_26 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CEnableTimoutForStreamingU3Ek__BackingField_27() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CEnableTimoutForStreamingU3Ek__BackingField_27)); }
|
|
inline bool get_U3CEnableTimoutForStreamingU3Ek__BackingField_27() const { return ___U3CEnableTimoutForStreamingU3Ek__BackingField_27; }
|
|
inline bool* get_address_of_U3CEnableTimoutForStreamingU3Ek__BackingField_27() { return &___U3CEnableTimoutForStreamingU3Ek__BackingField_27; }
|
|
inline void set_U3CEnableTimoutForStreamingU3Ek__BackingField_27(bool value)
|
|
{
|
|
___U3CEnableTimoutForStreamingU3Ek__BackingField_27 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CPriorityU3Ek__BackingField_28() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CPriorityU3Ek__BackingField_28)); }
|
|
inline int32_t get_U3CPriorityU3Ek__BackingField_28() const { return ___U3CPriorityU3Ek__BackingField_28; }
|
|
inline int32_t* get_address_of_U3CPriorityU3Ek__BackingField_28() { return &___U3CPriorityU3Ek__BackingField_28; }
|
|
inline void set_U3CPriorityU3Ek__BackingField_28(int32_t value)
|
|
{
|
|
___U3CPriorityU3Ek__BackingField_28 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CProtocolHandlerU3Ek__BackingField_29() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CProtocolHandlerU3Ek__BackingField_29)); }
|
|
inline int32_t get_U3CProtocolHandlerU3Ek__BackingField_29() const { return ___U3CProtocolHandlerU3Ek__BackingField_29; }
|
|
inline int32_t* get_address_of_U3CProtocolHandlerU3Ek__BackingField_29() { return &___U3CProtocolHandlerU3Ek__BackingField_29; }
|
|
inline void set_U3CProtocolHandlerU3Ek__BackingField_29(int32_t value)
|
|
{
|
|
___U3CProtocolHandlerU3Ek__BackingField_29 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_onBeforeRedirection_30() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___onBeforeRedirection_30)); }
|
|
inline OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D * get_onBeforeRedirection_30() const { return ___onBeforeRedirection_30; }
|
|
inline OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D ** get_address_of_onBeforeRedirection_30() { return &___onBeforeRedirection_30; }
|
|
inline void set_onBeforeRedirection_30(OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D * value)
|
|
{
|
|
___onBeforeRedirection_30 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___onBeforeRedirection_30), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CDownloadedU3Ek__BackingField_31() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CDownloadedU3Ek__BackingField_31)); }
|
|
inline int32_t get_U3CDownloadedU3Ek__BackingField_31() const { return ___U3CDownloadedU3Ek__BackingField_31; }
|
|
inline int32_t* get_address_of_U3CDownloadedU3Ek__BackingField_31() { return &___U3CDownloadedU3Ek__BackingField_31; }
|
|
inline void set_U3CDownloadedU3Ek__BackingField_31(int32_t value)
|
|
{
|
|
___U3CDownloadedU3Ek__BackingField_31 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CDownloadLengthU3Ek__BackingField_32() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CDownloadLengthU3Ek__BackingField_32)); }
|
|
inline int32_t get_U3CDownloadLengthU3Ek__BackingField_32() const { return ___U3CDownloadLengthU3Ek__BackingField_32; }
|
|
inline int32_t* get_address_of_U3CDownloadLengthU3Ek__BackingField_32() { return &___U3CDownloadLengthU3Ek__BackingField_32; }
|
|
inline void set_U3CDownloadLengthU3Ek__BackingField_32(int32_t value)
|
|
{
|
|
___U3CDownloadLengthU3Ek__BackingField_32 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CDownloadProgressChangedU3Ek__BackingField_33() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CDownloadProgressChangedU3Ek__BackingField_33)); }
|
|
inline bool get_U3CDownloadProgressChangedU3Ek__BackingField_33() const { return ___U3CDownloadProgressChangedU3Ek__BackingField_33; }
|
|
inline bool* get_address_of_U3CDownloadProgressChangedU3Ek__BackingField_33() { return &___U3CDownloadProgressChangedU3Ek__BackingField_33; }
|
|
inline void set_U3CDownloadProgressChangedU3Ek__BackingField_33(bool value)
|
|
{
|
|
___U3CDownloadProgressChangedU3Ek__BackingField_33 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CUploadedU3Ek__BackingField_34() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUploadedU3Ek__BackingField_34)); }
|
|
inline int64_t get_U3CUploadedU3Ek__BackingField_34() const { return ___U3CUploadedU3Ek__BackingField_34; }
|
|
inline int64_t* get_address_of_U3CUploadedU3Ek__BackingField_34() { return &___U3CUploadedU3Ek__BackingField_34; }
|
|
inline void set_U3CUploadedU3Ek__BackingField_34(int64_t value)
|
|
{
|
|
___U3CUploadedU3Ek__BackingField_34 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CUploadLengthU3Ek__BackingField_35() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUploadLengthU3Ek__BackingField_35)); }
|
|
inline int64_t get_U3CUploadLengthU3Ek__BackingField_35() const { return ___U3CUploadLengthU3Ek__BackingField_35; }
|
|
inline int64_t* get_address_of_U3CUploadLengthU3Ek__BackingField_35() { return &___U3CUploadLengthU3Ek__BackingField_35; }
|
|
inline void set_U3CUploadLengthU3Ek__BackingField_35(int64_t value)
|
|
{
|
|
___U3CUploadLengthU3Ek__BackingField_35 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CUploadProgressChangedU3Ek__BackingField_36() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUploadProgressChangedU3Ek__BackingField_36)); }
|
|
inline bool get_U3CUploadProgressChangedU3Ek__BackingField_36() const { return ___U3CUploadProgressChangedU3Ek__BackingField_36; }
|
|
inline bool* get_address_of_U3CUploadProgressChangedU3Ek__BackingField_36() { return &___U3CUploadProgressChangedU3Ek__BackingField_36; }
|
|
inline void set_U3CUploadProgressChangedU3Ek__BackingField_36(bool value)
|
|
{
|
|
___U3CUploadProgressChangedU3Ek__BackingField_36 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isKeepAlive_37() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___isKeepAlive_37)); }
|
|
inline bool get_isKeepAlive_37() const { return ___isKeepAlive_37; }
|
|
inline bool* get_address_of_isKeepAlive_37() { return &___isKeepAlive_37; }
|
|
inline void set_isKeepAlive_37(bool value)
|
|
{
|
|
___isKeepAlive_37 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_streamFragmentSize_38() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___streamFragmentSize_38)); }
|
|
inline int32_t get_streamFragmentSize_38() const { return ___streamFragmentSize_38; }
|
|
inline int32_t* get_address_of_streamFragmentSize_38() { return &___streamFragmentSize_38; }
|
|
inline void set_streamFragmentSize_38(int32_t value)
|
|
{
|
|
___streamFragmentSize_38 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_useStreaming_39() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___useStreaming_39)); }
|
|
inline bool get_useStreaming_39() const { return ___useStreaming_39; }
|
|
inline bool* get_address_of_useStreaming_39() { return &___useStreaming_39; }
|
|
inline void set_useStreaming_39(bool value)
|
|
{
|
|
___useStreaming_39 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_40() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CHeadersU3Ek__BackingField_40)); }
|
|
inline Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * get_U3CHeadersU3Ek__BackingField_40() const { return ___U3CHeadersU3Ek__BackingField_40; }
|
|
inline Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF ** get_address_of_U3CHeadersU3Ek__BackingField_40() { return &___U3CHeadersU3Ek__BackingField_40; }
|
|
inline void set_U3CHeadersU3Ek__BackingField_40(Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * value)
|
|
{
|
|
___U3CHeadersU3Ek__BackingField_40 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_40), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FieldCollector_41() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___FieldCollector_41)); }
|
|
inline HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * get_FieldCollector_41() const { return ___FieldCollector_41; }
|
|
inline HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 ** get_address_of_FieldCollector_41() { return &___FieldCollector_41; }
|
|
inline void set_FieldCollector_41(HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * value)
|
|
{
|
|
___FieldCollector_41 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FieldCollector_41), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FormImpl_42() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___FormImpl_42)); }
|
|
inline HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * get_FormImpl_42() const { return ___FormImpl_42; }
|
|
inline HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 ** get_address_of_FormImpl_42() { return &___FormImpl_42; }
|
|
inline void set_FormImpl_42(HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * value)
|
|
{
|
|
___FormImpl_42 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FormImpl_42), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields
|
|
{
|
|
public:
|
|
// System.Byte[] BestHTTP.HTTPRequest::EOL
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___EOL_0;
|
|
// System.String[] BestHTTP.HTTPRequest::MethodNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___MethodNames_1;
|
|
// System.Int32 BestHTTP.HTTPRequest::UploadChunkSize
|
|
int32_t ___UploadChunkSize_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_EOL_0() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields, ___EOL_0)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_EOL_0() const { return ___EOL_0; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_EOL_0() { return &___EOL_0; }
|
|
inline void set_EOL_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___EOL_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___EOL_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MethodNames_1() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields, ___MethodNames_1)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_MethodNames_1() const { return ___MethodNames_1; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_MethodNames_1() { return &___MethodNames_1; }
|
|
inline void set_MethodNames_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___MethodNames_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___MethodNames_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UploadChunkSize_2() { return static_cast<int32_t>(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields, ___UploadChunkSize_2)); }
|
|
inline int32_t get_UploadChunkSize_2() const { return ___UploadChunkSize_2; }
|
|
inline int32_t* get_address_of_UploadChunkSize_2() { return &___UploadChunkSize_2; }
|
|
inline void set_UploadChunkSize_2(int32_t value)
|
|
{
|
|
___UploadChunkSize_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.DisplayObject
|
|
struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
|
|
{
|
|
public:
|
|
// System.String FairyGUI.DisplayObject::name
|
|
String_t* ___name_2;
|
|
// FairyGUI.Container FairyGUI.DisplayObject::<parent>k__BackingField
|
|
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___U3CparentU3Ek__BackingField_3;
|
|
// UnityEngine.GameObject FairyGUI.DisplayObject::<gameObject>k__BackingField
|
|
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3CgameObjectU3Ek__BackingField_4;
|
|
// UnityEngine.Transform FairyGUI.DisplayObject::<cachedTransform>k__BackingField
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___U3CcachedTransformU3Ek__BackingField_5;
|
|
// FairyGUI.NGraphics FairyGUI.DisplayObject::<graphics>k__BackingField
|
|
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * ___U3CgraphicsU3Ek__BackingField_6;
|
|
// FairyGUI.NGraphics FairyGUI.DisplayObject::<paintingGraphics>k__BackingField
|
|
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * ___U3CpaintingGraphicsU3Ek__BackingField_7;
|
|
// FairyGUI.EventCallback0 FairyGUI.DisplayObject::onPaint
|
|
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___onPaint_8;
|
|
// FairyGUI.GObject FairyGUI.DisplayObject::gOwner
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___gOwner_9;
|
|
// System.UInt32 FairyGUI.DisplayObject::id
|
|
uint32_t ___id_10;
|
|
// System.Boolean FairyGUI.DisplayObject::_visible
|
|
bool ____visible_11;
|
|
// System.Boolean FairyGUI.DisplayObject::_touchable
|
|
bool ____touchable_12;
|
|
// UnityEngine.Vector2 FairyGUI.DisplayObject::_pivot
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____pivot_13;
|
|
// UnityEngine.Vector3 FairyGUI.DisplayObject::_pivotOffset
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ____pivotOffset_14;
|
|
// UnityEngine.Vector2 FairyGUI.DisplayObject::_skew
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____skew_15;
|
|
// System.Int32 FairyGUI.DisplayObject::_renderingOrder
|
|
int32_t ____renderingOrder_16;
|
|
// System.Single FairyGUI.DisplayObject::_alpha
|
|
float ____alpha_17;
|
|
// System.Boolean FairyGUI.DisplayObject::_grayed
|
|
bool ____grayed_18;
|
|
// FairyGUI.BlendMode FairyGUI.DisplayObject::_blendMode
|
|
int32_t ____blendMode_19;
|
|
// FairyGUI.IFilter FairyGUI.DisplayObject::_filter
|
|
RuntimeObject* ____filter_20;
|
|
// UnityEngine.Transform FairyGUI.DisplayObject::_home
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ____home_21;
|
|
// System.Boolean FairyGUI.DisplayObject::_perspective
|
|
bool ____perspective_22;
|
|
// System.Int32 FairyGUI.DisplayObject::_focalLength
|
|
int32_t ____focalLength_23;
|
|
// UnityEngine.Vector3 FairyGUI.DisplayObject::_rotation
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ____rotation_24;
|
|
// FairyGUI.EventListener FairyGUI.DisplayObject::_onClick
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClick_25;
|
|
// FairyGUI.EventListener FairyGUI.DisplayObject::_onRightClick
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRightClick_26;
|
|
// FairyGUI.EventListener FairyGUI.DisplayObject::_onTouchBegin
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchBegin_27;
|
|
// FairyGUI.EventListener FairyGUI.DisplayObject::_onTouchMove
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchMove_28;
|
|
// FairyGUI.EventListener FairyGUI.DisplayObject::_onTouchEnd
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchEnd_29;
|
|
// FairyGUI.EventListener FairyGUI.DisplayObject::_onRollOver
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRollOver_30;
|
|
// FairyGUI.EventListener FairyGUI.DisplayObject::_onRollOut
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRollOut_31;
|
|
// FairyGUI.EventListener FairyGUI.DisplayObject::_onMouseWheel
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onMouseWheel_32;
|
|
// FairyGUI.EventListener FairyGUI.DisplayObject::_onAddedToStage
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onAddedToStage_33;
|
|
// FairyGUI.EventListener FairyGUI.DisplayObject::_onRemovedFromStage
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRemovedFromStage_34;
|
|
// FairyGUI.EventListener FairyGUI.DisplayObject::_onKeyDown
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onKeyDown_35;
|
|
// FairyGUI.EventListener FairyGUI.DisplayObject::_onClickLink
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClickLink_36;
|
|
// FairyGUI.EventCallback0 FairyGUI.DisplayObject::_captureDelegate
|
|
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____captureDelegate_37;
|
|
// System.Int32 FairyGUI.DisplayObject::_paintingMode
|
|
int32_t ____paintingMode_38;
|
|
// FairyGUI.Margin FairyGUI.DisplayObject::_paintingMargin
|
|
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ____paintingMargin_39;
|
|
// System.Int32 FairyGUI.DisplayObject::_paintingFlag
|
|
int32_t ____paintingFlag_40;
|
|
// UnityEngine.Material FairyGUI.DisplayObject::_paintingMaterial
|
|
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ____paintingMaterial_41;
|
|
// System.Boolean FairyGUI.DisplayObject::_cacheAsBitmap
|
|
bool ____cacheAsBitmap_42;
|
|
// UnityEngine.Rect FairyGUI.DisplayObject::_contentRect
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ____contentRect_43;
|
|
// System.Nullable`1<UnityEngine.Matrix4x4> FairyGUI.DisplayObject::_transformMatrix
|
|
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 ____transformMatrix_44;
|
|
// System.Boolean FairyGUI.DisplayObject::_ownsGameObject
|
|
bool ____ownsGameObject_45;
|
|
// System.Boolean FairyGUI.DisplayObject::_disposed
|
|
bool ____disposed_46;
|
|
// System.Boolean FairyGUI.DisplayObject::_touchDisabled
|
|
bool ____touchDisabled_47;
|
|
// System.Single[] FairyGUI.DisplayObject::_internal_bounds
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ____internal_bounds_48;
|
|
// System.Boolean FairyGUI.DisplayObject::_skipInFairyBatching
|
|
bool ____skipInFairyBatching_49;
|
|
// System.Boolean FairyGUI.DisplayObject::_outlineChanged
|
|
bool ____outlineChanged_50;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___name_2)); }
|
|
inline String_t* get_name_2() const { return ___name_2; }
|
|
inline String_t** get_address_of_name_2() { return &___name_2; }
|
|
inline void set_name_2(String_t* value)
|
|
{
|
|
___name_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CparentU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CparentU3Ek__BackingField_3)); }
|
|
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get_U3CparentU3Ek__BackingField_3() const { return ___U3CparentU3Ek__BackingField_3; }
|
|
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of_U3CparentU3Ek__BackingField_3() { return &___U3CparentU3Ek__BackingField_3; }
|
|
inline void set_U3CparentU3Ek__BackingField_3(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
|
|
{
|
|
___U3CparentU3Ek__BackingField_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CparentU3Ek__BackingField_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CgameObjectU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CgameObjectU3Ek__BackingField_4)); }
|
|
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_U3CgameObjectU3Ek__BackingField_4() const { return ___U3CgameObjectU3Ek__BackingField_4; }
|
|
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_U3CgameObjectU3Ek__BackingField_4() { return &___U3CgameObjectU3Ek__BackingField_4; }
|
|
inline void set_U3CgameObjectU3Ek__BackingField_4(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
|
|
{
|
|
___U3CgameObjectU3Ek__BackingField_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CgameObjectU3Ek__BackingField_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CcachedTransformU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CcachedTransformU3Ek__BackingField_5)); }
|
|
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_U3CcachedTransformU3Ek__BackingField_5() const { return ___U3CcachedTransformU3Ek__BackingField_5; }
|
|
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_U3CcachedTransformU3Ek__BackingField_5() { return &___U3CcachedTransformU3Ek__BackingField_5; }
|
|
inline void set_U3CcachedTransformU3Ek__BackingField_5(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
|
|
{
|
|
___U3CcachedTransformU3Ek__BackingField_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CcachedTransformU3Ek__BackingField_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CgraphicsU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CgraphicsU3Ek__BackingField_6)); }
|
|
inline NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * get_U3CgraphicsU3Ek__BackingField_6() const { return ___U3CgraphicsU3Ek__BackingField_6; }
|
|
inline NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD ** get_address_of_U3CgraphicsU3Ek__BackingField_6() { return &___U3CgraphicsU3Ek__BackingField_6; }
|
|
inline void set_U3CgraphicsU3Ek__BackingField_6(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * value)
|
|
{
|
|
___U3CgraphicsU3Ek__BackingField_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CgraphicsU3Ek__BackingField_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CpaintingGraphicsU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CpaintingGraphicsU3Ek__BackingField_7)); }
|
|
inline NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * get_U3CpaintingGraphicsU3Ek__BackingField_7() const { return ___U3CpaintingGraphicsU3Ek__BackingField_7; }
|
|
inline NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD ** get_address_of_U3CpaintingGraphicsU3Ek__BackingField_7() { return &___U3CpaintingGraphicsU3Ek__BackingField_7; }
|
|
inline void set_U3CpaintingGraphicsU3Ek__BackingField_7(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * value)
|
|
{
|
|
___U3CpaintingGraphicsU3Ek__BackingField_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CpaintingGraphicsU3Ek__BackingField_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_onPaint_8() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___onPaint_8)); }
|
|
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get_onPaint_8() const { return ___onPaint_8; }
|
|
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of_onPaint_8() { return &___onPaint_8; }
|
|
inline void set_onPaint_8(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
|
|
{
|
|
___onPaint_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___onPaint_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_gOwner_9() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___gOwner_9)); }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_gOwner_9() const { return ___gOwner_9; }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_gOwner_9() { return &___gOwner_9; }
|
|
inline void set_gOwner_9(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
|
|
{
|
|
___gOwner_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___gOwner_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_id_10() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___id_10)); }
|
|
inline uint32_t get_id_10() const { return ___id_10; }
|
|
inline uint32_t* get_address_of_id_10() { return &___id_10; }
|
|
inline void set_id_10(uint32_t value)
|
|
{
|
|
___id_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__visible_11() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____visible_11)); }
|
|
inline bool get__visible_11() const { return ____visible_11; }
|
|
inline bool* get_address_of__visible_11() { return &____visible_11; }
|
|
inline void set__visible_11(bool value)
|
|
{
|
|
____visible_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__touchable_12() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____touchable_12)); }
|
|
inline bool get__touchable_12() const { return ____touchable_12; }
|
|
inline bool* get_address_of__touchable_12() { return &____touchable_12; }
|
|
inline void set__touchable_12(bool value)
|
|
{
|
|
____touchable_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__pivot_13() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____pivot_13)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__pivot_13() const { return ____pivot_13; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__pivot_13() { return &____pivot_13; }
|
|
inline void set__pivot_13(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
____pivot_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__pivotOffset_14() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____pivotOffset_14)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get__pivotOffset_14() const { return ____pivotOffset_14; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of__pivotOffset_14() { return &____pivotOffset_14; }
|
|
inline void set__pivotOffset_14(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
____pivotOffset_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__skew_15() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____skew_15)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__skew_15() const { return ____skew_15; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__skew_15() { return &____skew_15; }
|
|
inline void set__skew_15(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
____skew_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__renderingOrder_16() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____renderingOrder_16)); }
|
|
inline int32_t get__renderingOrder_16() const { return ____renderingOrder_16; }
|
|
inline int32_t* get_address_of__renderingOrder_16() { return &____renderingOrder_16; }
|
|
inline void set__renderingOrder_16(int32_t value)
|
|
{
|
|
____renderingOrder_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__alpha_17() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____alpha_17)); }
|
|
inline float get__alpha_17() const { return ____alpha_17; }
|
|
inline float* get_address_of__alpha_17() { return &____alpha_17; }
|
|
inline void set__alpha_17(float value)
|
|
{
|
|
____alpha_17 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__grayed_18() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____grayed_18)); }
|
|
inline bool get__grayed_18() const { return ____grayed_18; }
|
|
inline bool* get_address_of__grayed_18() { return &____grayed_18; }
|
|
inline void set__grayed_18(bool value)
|
|
{
|
|
____grayed_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__blendMode_19() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____blendMode_19)); }
|
|
inline int32_t get__blendMode_19() const { return ____blendMode_19; }
|
|
inline int32_t* get_address_of__blendMode_19() { return &____blendMode_19; }
|
|
inline void set__blendMode_19(int32_t value)
|
|
{
|
|
____blendMode_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__filter_20() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____filter_20)); }
|
|
inline RuntimeObject* get__filter_20() const { return ____filter_20; }
|
|
inline RuntimeObject** get_address_of__filter_20() { return &____filter_20; }
|
|
inline void set__filter_20(RuntimeObject* value)
|
|
{
|
|
____filter_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____filter_20), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__home_21() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____home_21)); }
|
|
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get__home_21() const { return ____home_21; }
|
|
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of__home_21() { return &____home_21; }
|
|
inline void set__home_21(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
|
|
{
|
|
____home_21 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____home_21), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__perspective_22() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____perspective_22)); }
|
|
inline bool get__perspective_22() const { return ____perspective_22; }
|
|
inline bool* get_address_of__perspective_22() { return &____perspective_22; }
|
|
inline void set__perspective_22(bool value)
|
|
{
|
|
____perspective_22 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__focalLength_23() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____focalLength_23)); }
|
|
inline int32_t get__focalLength_23() const { return ____focalLength_23; }
|
|
inline int32_t* get_address_of__focalLength_23() { return &____focalLength_23; }
|
|
inline void set__focalLength_23(int32_t value)
|
|
{
|
|
____focalLength_23 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rotation_24() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____rotation_24)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get__rotation_24() const { return ____rotation_24; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of__rotation_24() { return &____rotation_24; }
|
|
inline void set__rotation_24(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
____rotation_24 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onClick_25() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onClick_25)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClick_25() const { return ____onClick_25; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClick_25() { return &____onClick_25; }
|
|
inline void set__onClick_25(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onClick_25 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onClick_25), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onRightClick_26() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onRightClick_26)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRightClick_26() const { return ____onRightClick_26; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRightClick_26() { return &____onRightClick_26; }
|
|
inline void set__onRightClick_26(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onRightClick_26 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onRightClick_26), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onTouchBegin_27() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onTouchBegin_27)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchBegin_27() const { return ____onTouchBegin_27; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchBegin_27() { return &____onTouchBegin_27; }
|
|
inline void set__onTouchBegin_27(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onTouchBegin_27 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onTouchBegin_27), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onTouchMove_28() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onTouchMove_28)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchMove_28() const { return ____onTouchMove_28; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchMove_28() { return &____onTouchMove_28; }
|
|
inline void set__onTouchMove_28(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onTouchMove_28 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onTouchMove_28), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onTouchEnd_29() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onTouchEnd_29)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchEnd_29() const { return ____onTouchEnd_29; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchEnd_29() { return &____onTouchEnd_29; }
|
|
inline void set__onTouchEnd_29(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onTouchEnd_29 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onTouchEnd_29), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onRollOver_30() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onRollOver_30)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRollOver_30() const { return ____onRollOver_30; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRollOver_30() { return &____onRollOver_30; }
|
|
inline void set__onRollOver_30(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onRollOver_30 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onRollOver_30), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onRollOut_31() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onRollOut_31)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRollOut_31() const { return ____onRollOut_31; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRollOut_31() { return &____onRollOut_31; }
|
|
inline void set__onRollOut_31(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onRollOut_31 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onRollOut_31), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onMouseWheel_32() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onMouseWheel_32)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onMouseWheel_32() const { return ____onMouseWheel_32; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onMouseWheel_32() { return &____onMouseWheel_32; }
|
|
inline void set__onMouseWheel_32(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onMouseWheel_32 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onMouseWheel_32), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onAddedToStage_33() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onAddedToStage_33)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onAddedToStage_33() const { return ____onAddedToStage_33; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onAddedToStage_33() { return &____onAddedToStage_33; }
|
|
inline void set__onAddedToStage_33(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onAddedToStage_33 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onAddedToStage_33), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onRemovedFromStage_34() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onRemovedFromStage_34)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRemovedFromStage_34() const { return ____onRemovedFromStage_34; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRemovedFromStage_34() { return &____onRemovedFromStage_34; }
|
|
inline void set__onRemovedFromStage_34(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onRemovedFromStage_34 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onRemovedFromStage_34), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onKeyDown_35() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onKeyDown_35)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onKeyDown_35() const { return ____onKeyDown_35; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onKeyDown_35() { return &____onKeyDown_35; }
|
|
inline void set__onKeyDown_35(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onKeyDown_35 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onKeyDown_35), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onClickLink_36() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onClickLink_36)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClickLink_36() const { return ____onClickLink_36; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClickLink_36() { return &____onClickLink_36; }
|
|
inline void set__onClickLink_36(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onClickLink_36 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onClickLink_36), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__captureDelegate_37() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____captureDelegate_37)); }
|
|
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__captureDelegate_37() const { return ____captureDelegate_37; }
|
|
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__captureDelegate_37() { return &____captureDelegate_37; }
|
|
inline void set__captureDelegate_37(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
|
|
{
|
|
____captureDelegate_37 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____captureDelegate_37), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__paintingMode_38() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____paintingMode_38)); }
|
|
inline int32_t get__paintingMode_38() const { return ____paintingMode_38; }
|
|
inline int32_t* get_address_of__paintingMode_38() { return &____paintingMode_38; }
|
|
inline void set__paintingMode_38(int32_t value)
|
|
{
|
|
____paintingMode_38 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__paintingMargin_39() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____paintingMargin_39)); }
|
|
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E get__paintingMargin_39() const { return ____paintingMargin_39; }
|
|
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * get_address_of__paintingMargin_39() { return &____paintingMargin_39; }
|
|
inline void set__paintingMargin_39(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E value)
|
|
{
|
|
____paintingMargin_39 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__paintingFlag_40() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____paintingFlag_40)); }
|
|
inline int32_t get__paintingFlag_40() const { return ____paintingFlag_40; }
|
|
inline int32_t* get_address_of__paintingFlag_40() { return &____paintingFlag_40; }
|
|
inline void set__paintingFlag_40(int32_t value)
|
|
{
|
|
____paintingFlag_40 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__paintingMaterial_41() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____paintingMaterial_41)); }
|
|
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get__paintingMaterial_41() const { return ____paintingMaterial_41; }
|
|
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of__paintingMaterial_41() { return &____paintingMaterial_41; }
|
|
inline void set__paintingMaterial_41(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
|
|
{
|
|
____paintingMaterial_41 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____paintingMaterial_41), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__cacheAsBitmap_42() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____cacheAsBitmap_42)); }
|
|
inline bool get__cacheAsBitmap_42() const { return ____cacheAsBitmap_42; }
|
|
inline bool* get_address_of__cacheAsBitmap_42() { return &____cacheAsBitmap_42; }
|
|
inline void set__cacheAsBitmap_42(bool value)
|
|
{
|
|
____cacheAsBitmap_42 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__contentRect_43() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____contentRect_43)); }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get__contentRect_43() const { return ____contentRect_43; }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of__contentRect_43() { return &____contentRect_43; }
|
|
inline void set__contentRect_43(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
|
|
{
|
|
____contentRect_43 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__transformMatrix_44() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____transformMatrix_44)); }
|
|
inline Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 get__transformMatrix_44() const { return ____transformMatrix_44; }
|
|
inline Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * get_address_of__transformMatrix_44() { return &____transformMatrix_44; }
|
|
inline void set__transformMatrix_44(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 value)
|
|
{
|
|
____transformMatrix_44 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__ownsGameObject_45() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____ownsGameObject_45)); }
|
|
inline bool get__ownsGameObject_45() const { return ____ownsGameObject_45; }
|
|
inline bool* get_address_of__ownsGameObject_45() { return &____ownsGameObject_45; }
|
|
inline void set__ownsGameObject_45(bool value)
|
|
{
|
|
____ownsGameObject_45 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__disposed_46() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____disposed_46)); }
|
|
inline bool get__disposed_46() const { return ____disposed_46; }
|
|
inline bool* get_address_of__disposed_46() { return &____disposed_46; }
|
|
inline void set__disposed_46(bool value)
|
|
{
|
|
____disposed_46 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__touchDisabled_47() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____touchDisabled_47)); }
|
|
inline bool get__touchDisabled_47() const { return ____touchDisabled_47; }
|
|
inline bool* get_address_of__touchDisabled_47() { return &____touchDisabled_47; }
|
|
inline void set__touchDisabled_47(bool value)
|
|
{
|
|
____touchDisabled_47 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__internal_bounds_48() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____internal_bounds_48)); }
|
|
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get__internal_bounds_48() const { return ____internal_bounds_48; }
|
|
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of__internal_bounds_48() { return &____internal_bounds_48; }
|
|
inline void set__internal_bounds_48(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
|
|
{
|
|
____internal_bounds_48 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____internal_bounds_48), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__skipInFairyBatching_49() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____skipInFairyBatching_49)); }
|
|
inline bool get__skipInFairyBatching_49() const { return ____skipInFairyBatching_49; }
|
|
inline bool* get_address_of__skipInFairyBatching_49() { return &____skipInFairyBatching_49; }
|
|
inline void set__skipInFairyBatching_49(bool value)
|
|
{
|
|
____skipInFairyBatching_49 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__outlineChanged_50() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____outlineChanged_50)); }
|
|
inline bool get__outlineChanged_50() const { return ____outlineChanged_50; }
|
|
inline bool* get_address_of__outlineChanged_50() { return &____outlineChanged_50; }
|
|
inline void set__outlineChanged_50(bool value)
|
|
{
|
|
____outlineChanged_50 = value;
|
|
}
|
|
};
|
|
|
|
struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_StaticFields
|
|
{
|
|
public:
|
|
// System.UInt32 FairyGUI.DisplayObject::_gInstanceCounter
|
|
uint32_t ____gInstanceCounter_51;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__gInstanceCounter_51() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_StaticFields, ____gInstanceCounter_51)); }
|
|
inline uint32_t get__gInstanceCounter_51() const { return ____gInstanceCounter_51; }
|
|
inline uint32_t* get_address_of__gInstanceCounter_51() { return &____gInstanceCounter_51; }
|
|
inline void set__gInstanceCounter_51(uint32_t value)
|
|
{
|
|
____gInstanceCounter_51 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.GObject
|
|
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
|
|
{
|
|
public:
|
|
// System.String FairyGUI.GObject::<id>k__BackingField
|
|
String_t* ___U3CidU3Ek__BackingField_2;
|
|
// System.String FairyGUI.GObject::name
|
|
String_t* ___name_3;
|
|
// System.Object FairyGUI.GObject::data
|
|
RuntimeObject * ___data_4;
|
|
// System.Int32 FairyGUI.GObject::sourceWidth
|
|
int32_t ___sourceWidth_5;
|
|
// System.Int32 FairyGUI.GObject::sourceHeight
|
|
int32_t ___sourceHeight_6;
|
|
// System.Int32 FairyGUI.GObject::initWidth
|
|
int32_t ___initWidth_7;
|
|
// System.Int32 FairyGUI.GObject::initHeight
|
|
int32_t ___initHeight_8;
|
|
// System.Int32 FairyGUI.GObject::minWidth
|
|
int32_t ___minWidth_9;
|
|
// System.Int32 FairyGUI.GObject::maxWidth
|
|
int32_t ___maxWidth_10;
|
|
// System.Int32 FairyGUI.GObject::minHeight
|
|
int32_t ___minHeight_11;
|
|
// System.Int32 FairyGUI.GObject::maxHeight
|
|
int32_t ___maxHeight_12;
|
|
// FairyGUI.Relations FairyGUI.GObject::<relations>k__BackingField
|
|
Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * ___U3CrelationsU3Ek__BackingField_13;
|
|
// System.Nullable`1<UnityEngine.Rect> FairyGUI.GObject::dragBounds
|
|
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___dragBounds_14;
|
|
// FairyGUI.GComponent FairyGUI.GObject::<parent>k__BackingField
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___U3CparentU3Ek__BackingField_15;
|
|
// FairyGUI.DisplayObject FairyGUI.GObject::<displayObject>k__BackingField
|
|
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___U3CdisplayObjectU3Ek__BackingField_16;
|
|
// FairyGUI.PackageItem FairyGUI.GObject::packageItem
|
|
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___packageItem_18;
|
|
// System.Single FairyGUI.GObject::_x
|
|
float ____x_19;
|
|
// System.Single FairyGUI.GObject::_y
|
|
float ____y_20;
|
|
// System.Single FairyGUI.GObject::_z
|
|
float ____z_21;
|
|
// System.Single FairyGUI.GObject::_pivotX
|
|
float ____pivotX_22;
|
|
// System.Single FairyGUI.GObject::_pivotY
|
|
float ____pivotY_23;
|
|
// System.Boolean FairyGUI.GObject::_pivotAsAnchor
|
|
bool ____pivotAsAnchor_24;
|
|
// System.Single FairyGUI.GObject::_alpha
|
|
float ____alpha_25;
|
|
// System.Single FairyGUI.GObject::_rotation
|
|
float ____rotation_26;
|
|
// System.Single FairyGUI.GObject::_rotationX
|
|
float ____rotationX_27;
|
|
// System.Single FairyGUI.GObject::_rotationY
|
|
float ____rotationY_28;
|
|
// System.Boolean FairyGUI.GObject::_visible
|
|
bool ____visible_29;
|
|
// System.Boolean FairyGUI.GObject::_internalVisible
|
|
bool ____internalVisible_30;
|
|
// System.Boolean FairyGUI.GObject::_handlingController
|
|
bool ____handlingController_31;
|
|
// System.Boolean FairyGUI.GObject::_touchable
|
|
bool ____touchable_32;
|
|
// System.Boolean FairyGUI.GObject::_grayed
|
|
bool ____grayed_33;
|
|
// System.Boolean FairyGUI.GObject::_draggable
|
|
bool ____draggable_34;
|
|
// System.Single FairyGUI.GObject::_scaleX
|
|
float ____scaleX_35;
|
|
// System.Single FairyGUI.GObject::_scaleY
|
|
float ____scaleY_36;
|
|
// System.Int32 FairyGUI.GObject::_sortingOrder
|
|
int32_t ____sortingOrder_37;
|
|
// System.Boolean FairyGUI.GObject::_focusable
|
|
bool ____focusable_38;
|
|
// System.String FairyGUI.GObject::_tooltips
|
|
String_t* ____tooltips_39;
|
|
// System.Boolean FairyGUI.GObject::_pixelSnapping
|
|
bool ____pixelSnapping_40;
|
|
// FairyGUI.GGroup FairyGUI.GObject::_group
|
|
GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * ____group_41;
|
|
// FairyGUI.GearBase[] FairyGUI.GObject::_gears
|
|
GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A* ____gears_42;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onClick
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClick_43;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onRightClick
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRightClick_44;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onTouchBegin
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchBegin_45;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onTouchMove
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchMove_46;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onTouchEnd
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchEnd_47;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onRollOver
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRollOver_48;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onRollOut
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRollOut_49;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onAddedToStage
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onAddedToStage_50;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onRemovedFromStage
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRemovedFromStage_51;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onKeyDown
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onKeyDown_52;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onClickLink
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClickLink_53;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onPositionChanged
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onPositionChanged_54;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onSizeChanged
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onSizeChanged_55;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onDragStart
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDragStart_56;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onDragMove
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDragMove_57;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onDragEnd
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDragEnd_58;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onGearStop
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onGearStop_59;
|
|
// System.Boolean FairyGUI.GObject::underConstruct
|
|
bool ___underConstruct_60;
|
|
// System.Single FairyGUI.GObject::_width
|
|
float ____width_61;
|
|
// System.Single FairyGUI.GObject::_height
|
|
float ____height_62;
|
|
// System.Single FairyGUI.GObject::_rawWidth
|
|
float ____rawWidth_63;
|
|
// System.Single FairyGUI.GObject::_rawHeight
|
|
float ____rawHeight_64;
|
|
// System.Boolean FairyGUI.GObject::_gearLocked
|
|
bool ____gearLocked_65;
|
|
// System.Single FairyGUI.GObject::_sizePercentInGroup
|
|
float ____sizePercentInGroup_66;
|
|
// System.Boolean FairyGUI.GObject::_disposed
|
|
bool ____disposed_67;
|
|
// UnityEngine.Vector2 FairyGUI.GObject::_dragTouchStartPos
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____dragTouchStartPos_69;
|
|
// System.Boolean FairyGUI.GObject::_dragTesting
|
|
bool ____dragTesting_70;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CidU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CidU3Ek__BackingField_2)); }
|
|
inline String_t* get_U3CidU3Ek__BackingField_2() const { return ___U3CidU3Ek__BackingField_2; }
|
|
inline String_t** get_address_of_U3CidU3Ek__BackingField_2() { return &___U3CidU3Ek__BackingField_2; }
|
|
inline void set_U3CidU3Ek__BackingField_2(String_t* value)
|
|
{
|
|
___U3CidU3Ek__BackingField_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CidU3Ek__BackingField_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_name_3() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___name_3)); }
|
|
inline String_t* get_name_3() const { return ___name_3; }
|
|
inline String_t** get_address_of_name_3() { return &___name_3; }
|
|
inline void set_name_3(String_t* value)
|
|
{
|
|
___name_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___name_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_data_4() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___data_4)); }
|
|
inline RuntimeObject * get_data_4() const { return ___data_4; }
|
|
inline RuntimeObject ** get_address_of_data_4() { return &___data_4; }
|
|
inline void set_data_4(RuntimeObject * value)
|
|
{
|
|
___data_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sourceWidth_5() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___sourceWidth_5)); }
|
|
inline int32_t get_sourceWidth_5() const { return ___sourceWidth_5; }
|
|
inline int32_t* get_address_of_sourceWidth_5() { return &___sourceWidth_5; }
|
|
inline void set_sourceWidth_5(int32_t value)
|
|
{
|
|
___sourceWidth_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sourceHeight_6() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___sourceHeight_6)); }
|
|
inline int32_t get_sourceHeight_6() const { return ___sourceHeight_6; }
|
|
inline int32_t* get_address_of_sourceHeight_6() { return &___sourceHeight_6; }
|
|
inline void set_sourceHeight_6(int32_t value)
|
|
{
|
|
___sourceHeight_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_initWidth_7() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___initWidth_7)); }
|
|
inline int32_t get_initWidth_7() const { return ___initWidth_7; }
|
|
inline int32_t* get_address_of_initWidth_7() { return &___initWidth_7; }
|
|
inline void set_initWidth_7(int32_t value)
|
|
{
|
|
___initWidth_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_initHeight_8() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___initHeight_8)); }
|
|
inline int32_t get_initHeight_8() const { return ___initHeight_8; }
|
|
inline int32_t* get_address_of_initHeight_8() { return &___initHeight_8; }
|
|
inline void set_initHeight_8(int32_t value)
|
|
{
|
|
___initHeight_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_minWidth_9() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___minWidth_9)); }
|
|
inline int32_t get_minWidth_9() const { return ___minWidth_9; }
|
|
inline int32_t* get_address_of_minWidth_9() { return &___minWidth_9; }
|
|
inline void set_minWidth_9(int32_t value)
|
|
{
|
|
___minWidth_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_maxWidth_10() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___maxWidth_10)); }
|
|
inline int32_t get_maxWidth_10() const { return ___maxWidth_10; }
|
|
inline int32_t* get_address_of_maxWidth_10() { return &___maxWidth_10; }
|
|
inline void set_maxWidth_10(int32_t value)
|
|
{
|
|
___maxWidth_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_minHeight_11() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___minHeight_11)); }
|
|
inline int32_t get_minHeight_11() const { return ___minHeight_11; }
|
|
inline int32_t* get_address_of_minHeight_11() { return &___minHeight_11; }
|
|
inline void set_minHeight_11(int32_t value)
|
|
{
|
|
___minHeight_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_maxHeight_12() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___maxHeight_12)); }
|
|
inline int32_t get_maxHeight_12() const { return ___maxHeight_12; }
|
|
inline int32_t* get_address_of_maxHeight_12() { return &___maxHeight_12; }
|
|
inline void set_maxHeight_12(int32_t value)
|
|
{
|
|
___maxHeight_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CrelationsU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CrelationsU3Ek__BackingField_13)); }
|
|
inline Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * get_U3CrelationsU3Ek__BackingField_13() const { return ___U3CrelationsU3Ek__BackingField_13; }
|
|
inline Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF ** get_address_of_U3CrelationsU3Ek__BackingField_13() { return &___U3CrelationsU3Ek__BackingField_13; }
|
|
inline void set_U3CrelationsU3Ek__BackingField_13(Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * value)
|
|
{
|
|
___U3CrelationsU3Ek__BackingField_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CrelationsU3Ek__BackingField_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dragBounds_14() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___dragBounds_14)); }
|
|
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get_dragBounds_14() const { return ___dragBounds_14; }
|
|
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of_dragBounds_14() { return &___dragBounds_14; }
|
|
inline void set_dragBounds_14(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
|
|
{
|
|
___dragBounds_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CparentU3Ek__BackingField_15() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CparentU3Ek__BackingField_15)); }
|
|
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get_U3CparentU3Ek__BackingField_15() const { return ___U3CparentU3Ek__BackingField_15; }
|
|
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of_U3CparentU3Ek__BackingField_15() { return &___U3CparentU3Ek__BackingField_15; }
|
|
inline void set_U3CparentU3Ek__BackingField_15(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
|
|
{
|
|
___U3CparentU3Ek__BackingField_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CparentU3Ek__BackingField_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CdisplayObjectU3Ek__BackingField_16() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CdisplayObjectU3Ek__BackingField_16)); }
|
|
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get_U3CdisplayObjectU3Ek__BackingField_16() const { return ___U3CdisplayObjectU3Ek__BackingField_16; }
|
|
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of_U3CdisplayObjectU3Ek__BackingField_16() { return &___U3CdisplayObjectU3Ek__BackingField_16; }
|
|
inline void set_U3CdisplayObjectU3Ek__BackingField_16(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
|
|
{
|
|
___U3CdisplayObjectU3Ek__BackingField_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CdisplayObjectU3Ek__BackingField_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_packageItem_18() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___packageItem_18)); }
|
|
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * get_packageItem_18() const { return ___packageItem_18; }
|
|
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 ** get_address_of_packageItem_18() { return &___packageItem_18; }
|
|
inline void set_packageItem_18(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * value)
|
|
{
|
|
___packageItem_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___packageItem_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__x_19() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____x_19)); }
|
|
inline float get__x_19() const { return ____x_19; }
|
|
inline float* get_address_of__x_19() { return &____x_19; }
|
|
inline void set__x_19(float value)
|
|
{
|
|
____x_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__y_20() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____y_20)); }
|
|
inline float get__y_20() const { return ____y_20; }
|
|
inline float* get_address_of__y_20() { return &____y_20; }
|
|
inline void set__y_20(float value)
|
|
{
|
|
____y_20 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__z_21() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____z_21)); }
|
|
inline float get__z_21() const { return ____z_21; }
|
|
inline float* get_address_of__z_21() { return &____z_21; }
|
|
inline void set__z_21(float value)
|
|
{
|
|
____z_21 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__pivotX_22() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pivotX_22)); }
|
|
inline float get__pivotX_22() const { return ____pivotX_22; }
|
|
inline float* get_address_of__pivotX_22() { return &____pivotX_22; }
|
|
inline void set__pivotX_22(float value)
|
|
{
|
|
____pivotX_22 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__pivotY_23() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pivotY_23)); }
|
|
inline float get__pivotY_23() const { return ____pivotY_23; }
|
|
inline float* get_address_of__pivotY_23() { return &____pivotY_23; }
|
|
inline void set__pivotY_23(float value)
|
|
{
|
|
____pivotY_23 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__pivotAsAnchor_24() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pivotAsAnchor_24)); }
|
|
inline bool get__pivotAsAnchor_24() const { return ____pivotAsAnchor_24; }
|
|
inline bool* get_address_of__pivotAsAnchor_24() { return &____pivotAsAnchor_24; }
|
|
inline void set__pivotAsAnchor_24(bool value)
|
|
{
|
|
____pivotAsAnchor_24 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__alpha_25() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____alpha_25)); }
|
|
inline float get__alpha_25() const { return ____alpha_25; }
|
|
inline float* get_address_of__alpha_25() { return &____alpha_25; }
|
|
inline void set__alpha_25(float value)
|
|
{
|
|
____alpha_25 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rotation_26() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rotation_26)); }
|
|
inline float get__rotation_26() const { return ____rotation_26; }
|
|
inline float* get_address_of__rotation_26() { return &____rotation_26; }
|
|
inline void set__rotation_26(float value)
|
|
{
|
|
____rotation_26 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rotationX_27() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rotationX_27)); }
|
|
inline float get__rotationX_27() const { return ____rotationX_27; }
|
|
inline float* get_address_of__rotationX_27() { return &____rotationX_27; }
|
|
inline void set__rotationX_27(float value)
|
|
{
|
|
____rotationX_27 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rotationY_28() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rotationY_28)); }
|
|
inline float get__rotationY_28() const { return ____rotationY_28; }
|
|
inline float* get_address_of__rotationY_28() { return &____rotationY_28; }
|
|
inline void set__rotationY_28(float value)
|
|
{
|
|
____rotationY_28 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__visible_29() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____visible_29)); }
|
|
inline bool get__visible_29() const { return ____visible_29; }
|
|
inline bool* get_address_of__visible_29() { return &____visible_29; }
|
|
inline void set__visible_29(bool value)
|
|
{
|
|
____visible_29 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__internalVisible_30() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____internalVisible_30)); }
|
|
inline bool get__internalVisible_30() const { return ____internalVisible_30; }
|
|
inline bool* get_address_of__internalVisible_30() { return &____internalVisible_30; }
|
|
inline void set__internalVisible_30(bool value)
|
|
{
|
|
____internalVisible_30 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__handlingController_31() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____handlingController_31)); }
|
|
inline bool get__handlingController_31() const { return ____handlingController_31; }
|
|
inline bool* get_address_of__handlingController_31() { return &____handlingController_31; }
|
|
inline void set__handlingController_31(bool value)
|
|
{
|
|
____handlingController_31 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__touchable_32() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____touchable_32)); }
|
|
inline bool get__touchable_32() const { return ____touchable_32; }
|
|
inline bool* get_address_of__touchable_32() { return &____touchable_32; }
|
|
inline void set__touchable_32(bool value)
|
|
{
|
|
____touchable_32 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__grayed_33() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____grayed_33)); }
|
|
inline bool get__grayed_33() const { return ____grayed_33; }
|
|
inline bool* get_address_of__grayed_33() { return &____grayed_33; }
|
|
inline void set__grayed_33(bool value)
|
|
{
|
|
____grayed_33 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__draggable_34() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____draggable_34)); }
|
|
inline bool get__draggable_34() const { return ____draggable_34; }
|
|
inline bool* get_address_of__draggable_34() { return &____draggable_34; }
|
|
inline void set__draggable_34(bool value)
|
|
{
|
|
____draggable_34 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__scaleX_35() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____scaleX_35)); }
|
|
inline float get__scaleX_35() const { return ____scaleX_35; }
|
|
inline float* get_address_of__scaleX_35() { return &____scaleX_35; }
|
|
inline void set__scaleX_35(float value)
|
|
{
|
|
____scaleX_35 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__scaleY_36() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____scaleY_36)); }
|
|
inline float get__scaleY_36() const { return ____scaleY_36; }
|
|
inline float* get_address_of__scaleY_36() { return &____scaleY_36; }
|
|
inline void set__scaleY_36(float value)
|
|
{
|
|
____scaleY_36 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__sortingOrder_37() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____sortingOrder_37)); }
|
|
inline int32_t get__sortingOrder_37() const { return ____sortingOrder_37; }
|
|
inline int32_t* get_address_of__sortingOrder_37() { return &____sortingOrder_37; }
|
|
inline void set__sortingOrder_37(int32_t value)
|
|
{
|
|
____sortingOrder_37 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__focusable_38() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____focusable_38)); }
|
|
inline bool get__focusable_38() const { return ____focusable_38; }
|
|
inline bool* get_address_of__focusable_38() { return &____focusable_38; }
|
|
inline void set__focusable_38(bool value)
|
|
{
|
|
____focusable_38 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__tooltips_39() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____tooltips_39)); }
|
|
inline String_t* get__tooltips_39() const { return ____tooltips_39; }
|
|
inline String_t** get_address_of__tooltips_39() { return &____tooltips_39; }
|
|
inline void set__tooltips_39(String_t* value)
|
|
{
|
|
____tooltips_39 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____tooltips_39), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__pixelSnapping_40() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pixelSnapping_40)); }
|
|
inline bool get__pixelSnapping_40() const { return ____pixelSnapping_40; }
|
|
inline bool* get_address_of__pixelSnapping_40() { return &____pixelSnapping_40; }
|
|
inline void set__pixelSnapping_40(bool value)
|
|
{
|
|
____pixelSnapping_40 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__group_41() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____group_41)); }
|
|
inline GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * get__group_41() const { return ____group_41; }
|
|
inline GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 ** get_address_of__group_41() { return &____group_41; }
|
|
inline void set__group_41(GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * value)
|
|
{
|
|
____group_41 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____group_41), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__gears_42() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____gears_42)); }
|
|
inline GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A* get__gears_42() const { return ____gears_42; }
|
|
inline GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A** get_address_of__gears_42() { return &____gears_42; }
|
|
inline void set__gears_42(GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A* value)
|
|
{
|
|
____gears_42 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____gears_42), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onClick_43() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onClick_43)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClick_43() const { return ____onClick_43; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClick_43() { return &____onClick_43; }
|
|
inline void set__onClick_43(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onClick_43 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onClick_43), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onRightClick_44() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRightClick_44)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRightClick_44() const { return ____onRightClick_44; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRightClick_44() { return &____onRightClick_44; }
|
|
inline void set__onRightClick_44(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onRightClick_44 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onRightClick_44), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onTouchBegin_45() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onTouchBegin_45)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchBegin_45() const { return ____onTouchBegin_45; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchBegin_45() { return &____onTouchBegin_45; }
|
|
inline void set__onTouchBegin_45(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onTouchBegin_45 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onTouchBegin_45), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onTouchMove_46() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onTouchMove_46)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchMove_46() const { return ____onTouchMove_46; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchMove_46() { return &____onTouchMove_46; }
|
|
inline void set__onTouchMove_46(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onTouchMove_46 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onTouchMove_46), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onTouchEnd_47() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onTouchEnd_47)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchEnd_47() const { return ____onTouchEnd_47; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchEnd_47() { return &____onTouchEnd_47; }
|
|
inline void set__onTouchEnd_47(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onTouchEnd_47 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onTouchEnd_47), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onRollOver_48() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRollOver_48)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRollOver_48() const { return ____onRollOver_48; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRollOver_48() { return &____onRollOver_48; }
|
|
inline void set__onRollOver_48(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onRollOver_48 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onRollOver_48), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onRollOut_49() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRollOut_49)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRollOut_49() const { return ____onRollOut_49; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRollOut_49() { return &____onRollOut_49; }
|
|
inline void set__onRollOut_49(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onRollOut_49 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onRollOut_49), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onAddedToStage_50() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onAddedToStage_50)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onAddedToStage_50() const { return ____onAddedToStage_50; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onAddedToStage_50() { return &____onAddedToStage_50; }
|
|
inline void set__onAddedToStage_50(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onAddedToStage_50 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onAddedToStage_50), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onRemovedFromStage_51() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRemovedFromStage_51)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRemovedFromStage_51() const { return ____onRemovedFromStage_51; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRemovedFromStage_51() { return &____onRemovedFromStage_51; }
|
|
inline void set__onRemovedFromStage_51(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onRemovedFromStage_51 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onRemovedFromStage_51), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onKeyDown_52() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onKeyDown_52)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onKeyDown_52() const { return ____onKeyDown_52; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onKeyDown_52() { return &____onKeyDown_52; }
|
|
inline void set__onKeyDown_52(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onKeyDown_52 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onKeyDown_52), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onClickLink_53() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onClickLink_53)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClickLink_53() const { return ____onClickLink_53; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClickLink_53() { return &____onClickLink_53; }
|
|
inline void set__onClickLink_53(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onClickLink_53 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onClickLink_53), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onPositionChanged_54() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onPositionChanged_54)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onPositionChanged_54() const { return ____onPositionChanged_54; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onPositionChanged_54() { return &____onPositionChanged_54; }
|
|
inline void set__onPositionChanged_54(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onPositionChanged_54 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onPositionChanged_54), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onSizeChanged_55() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onSizeChanged_55)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onSizeChanged_55() const { return ____onSizeChanged_55; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onSizeChanged_55() { return &____onSizeChanged_55; }
|
|
inline void set__onSizeChanged_55(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onSizeChanged_55 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onSizeChanged_55), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onDragStart_56() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onDragStart_56)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDragStart_56() const { return ____onDragStart_56; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDragStart_56() { return &____onDragStart_56; }
|
|
inline void set__onDragStart_56(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onDragStart_56 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onDragStart_56), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onDragMove_57() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onDragMove_57)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDragMove_57() const { return ____onDragMove_57; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDragMove_57() { return &____onDragMove_57; }
|
|
inline void set__onDragMove_57(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onDragMove_57 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onDragMove_57), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onDragEnd_58() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onDragEnd_58)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDragEnd_58() const { return ____onDragEnd_58; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDragEnd_58() { return &____onDragEnd_58; }
|
|
inline void set__onDragEnd_58(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onDragEnd_58 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onDragEnd_58), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onGearStop_59() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onGearStop_59)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onGearStop_59() const { return ____onGearStop_59; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onGearStop_59() { return &____onGearStop_59; }
|
|
inline void set__onGearStop_59(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onGearStop_59 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onGearStop_59), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_underConstruct_60() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___underConstruct_60)); }
|
|
inline bool get_underConstruct_60() const { return ___underConstruct_60; }
|
|
inline bool* get_address_of_underConstruct_60() { return &___underConstruct_60; }
|
|
inline void set_underConstruct_60(bool value)
|
|
{
|
|
___underConstruct_60 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__width_61() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____width_61)); }
|
|
inline float get__width_61() const { return ____width_61; }
|
|
inline float* get_address_of__width_61() { return &____width_61; }
|
|
inline void set__width_61(float value)
|
|
{
|
|
____width_61 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__height_62() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____height_62)); }
|
|
inline float get__height_62() const { return ____height_62; }
|
|
inline float* get_address_of__height_62() { return &____height_62; }
|
|
inline void set__height_62(float value)
|
|
{
|
|
____height_62 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rawWidth_63() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rawWidth_63)); }
|
|
inline float get__rawWidth_63() const { return ____rawWidth_63; }
|
|
inline float* get_address_of__rawWidth_63() { return &____rawWidth_63; }
|
|
inline void set__rawWidth_63(float value)
|
|
{
|
|
____rawWidth_63 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rawHeight_64() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rawHeight_64)); }
|
|
inline float get__rawHeight_64() const { return ____rawHeight_64; }
|
|
inline float* get_address_of__rawHeight_64() { return &____rawHeight_64; }
|
|
inline void set__rawHeight_64(float value)
|
|
{
|
|
____rawHeight_64 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__gearLocked_65() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____gearLocked_65)); }
|
|
inline bool get__gearLocked_65() const { return ____gearLocked_65; }
|
|
inline bool* get_address_of__gearLocked_65() { return &____gearLocked_65; }
|
|
inline void set__gearLocked_65(bool value)
|
|
{
|
|
____gearLocked_65 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__sizePercentInGroup_66() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____sizePercentInGroup_66)); }
|
|
inline float get__sizePercentInGroup_66() const { return ____sizePercentInGroup_66; }
|
|
inline float* get_address_of__sizePercentInGroup_66() { return &____sizePercentInGroup_66; }
|
|
inline void set__sizePercentInGroup_66(float value)
|
|
{
|
|
____sizePercentInGroup_66 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__disposed_67() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____disposed_67)); }
|
|
inline bool get__disposed_67() const { return ____disposed_67; }
|
|
inline bool* get_address_of__disposed_67() { return &____disposed_67; }
|
|
inline void set__disposed_67(bool value)
|
|
{
|
|
____disposed_67 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__dragTouchStartPos_69() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____dragTouchStartPos_69)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__dragTouchStartPos_69() const { return ____dragTouchStartPos_69; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__dragTouchStartPos_69() { return &____dragTouchStartPos_69; }
|
|
inline void set__dragTouchStartPos_69(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
____dragTouchStartPos_69 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__dragTesting_70() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____dragTesting_70)); }
|
|
inline bool get__dragTesting_70() const { return ____dragTesting_70; }
|
|
inline bool* get_address_of__dragTesting_70() { return &____dragTesting_70; }
|
|
inline void set__dragTesting_70(bool value)
|
|
{
|
|
____dragTesting_70 = value;
|
|
}
|
|
};
|
|
|
|
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields
|
|
{
|
|
public:
|
|
// FairyGUI.GObject FairyGUI.GObject::<draggingObject>k__BackingField
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___U3CdraggingObjectU3Ek__BackingField_17;
|
|
// System.UInt32 FairyGUI.GObject::_gInstanceCounter
|
|
uint32_t ____gInstanceCounter_68;
|
|
// UnityEngine.Vector2 FairyGUI.GObject::sGlobalDragStart
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___sGlobalDragStart_71;
|
|
// UnityEngine.Rect FairyGUI.GObject::sGlobalRect
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___sGlobalRect_72;
|
|
// System.Boolean FairyGUI.GObject::sUpdateInDragging
|
|
bool ___sUpdateInDragging_73;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CdraggingObjectU3Ek__BackingField_17() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___U3CdraggingObjectU3Ek__BackingField_17)); }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_U3CdraggingObjectU3Ek__BackingField_17() const { return ___U3CdraggingObjectU3Ek__BackingField_17; }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_U3CdraggingObjectU3Ek__BackingField_17() { return &___U3CdraggingObjectU3Ek__BackingField_17; }
|
|
inline void set_U3CdraggingObjectU3Ek__BackingField_17(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
|
|
{
|
|
___U3CdraggingObjectU3Ek__BackingField_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CdraggingObjectU3Ek__BackingField_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__gInstanceCounter_68() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ____gInstanceCounter_68)); }
|
|
inline uint32_t get__gInstanceCounter_68() const { return ____gInstanceCounter_68; }
|
|
inline uint32_t* get_address_of__gInstanceCounter_68() { return &____gInstanceCounter_68; }
|
|
inline void set__gInstanceCounter_68(uint32_t value)
|
|
{
|
|
____gInstanceCounter_68 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sGlobalDragStart_71() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___sGlobalDragStart_71)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_sGlobalDragStart_71() const { return ___sGlobalDragStart_71; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_sGlobalDragStart_71() { return &___sGlobalDragStart_71; }
|
|
inline void set_sGlobalDragStart_71(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___sGlobalDragStart_71 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sGlobalRect_72() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___sGlobalRect_72)); }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_sGlobalRect_72() const { return ___sGlobalRect_72; }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_sGlobalRect_72() { return &___sGlobalRect_72; }
|
|
inline void set_sGlobalRect_72(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
|
|
{
|
|
___sGlobalRect_72 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sUpdateInDragging_73() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___sUpdateInDragging_73)); }
|
|
inline bool get_sUpdateInDragging_73() const { return ___sUpdateInDragging_73; }
|
|
inline bool* get_address_of_sUpdateInDragging_73() { return &___sUpdateInDragging_73; }
|
|
inline void set_sUpdateInDragging_73(bool value)
|
|
{
|
|
___sUpdateInDragging_73 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.EventObject
|
|
struct EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 : public RuntimeObject
|
|
{
|
|
public:
|
|
// LuaInterface.EventOp LuaInterface.EventObject::op
|
|
int32_t ___op_0;
|
|
// System.Delegate LuaInterface.EventObject::func
|
|
Delegate_t * ___func_1;
|
|
// System.Type LuaInterface.EventObject::type
|
|
Type_t * ___type_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_op_0() { return static_cast<int32_t>(offsetof(EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7, ___op_0)); }
|
|
inline int32_t get_op_0() const { return ___op_0; }
|
|
inline int32_t* get_address_of_op_0() { return &___op_0; }
|
|
inline void set_op_0(int32_t value)
|
|
{
|
|
___op_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_func_1() { return static_cast<int32_t>(offsetof(EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7, ___func_1)); }
|
|
inline Delegate_t * get_func_1() const { return ___func_1; }
|
|
inline Delegate_t ** get_address_of_func_1() { return &___func_1; }
|
|
inline void set_func_1(Delegate_t * value)
|
|
{
|
|
___func_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___func_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_2() { return static_cast<int32_t>(offsetof(EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7, ___type_2)); }
|
|
inline Type_t * get_type_2() const { return ___type_2; }
|
|
inline Type_t ** get_address_of_type_2() { return &___type_2; }
|
|
inline void set_type_2(Type_t * value)
|
|
{
|
|
___type_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaException
|
|
struct LuaException_t362D5A575564491633FB3233987012974B1564C4 : public Exception_t
|
|
{
|
|
public:
|
|
// System.String LuaInterface.LuaException::_stack
|
|
String_t* ____stack_22;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__stack_22() { return static_cast<int32_t>(offsetof(LuaException_t362D5A575564491633FB3233987012974B1564C4, ____stack_22)); }
|
|
inline String_t* get__stack_22() const { return ____stack_22; }
|
|
inline String_t** get_address_of__stack_22() { return &____stack_22; }
|
|
inline void set__stack_22(String_t* value)
|
|
{
|
|
____stack_22 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____stack_22), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields
|
|
{
|
|
public:
|
|
// System.Exception LuaInterface.LuaException::luaStack
|
|
Exception_t * ___luaStack_17;
|
|
// System.String LuaInterface.LuaException::projectFolder
|
|
String_t* ___projectFolder_18;
|
|
// System.Int32 LuaInterface.LuaException::InstantiateCount
|
|
int32_t ___InstantiateCount_19;
|
|
// System.Int32 LuaInterface.LuaException::SendMsgCount
|
|
int32_t ___SendMsgCount_20;
|
|
// System.IntPtr LuaInterface.LuaException::L
|
|
intptr_t ___L_21;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_luaStack_17() { return static_cast<int32_t>(offsetof(LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields, ___luaStack_17)); }
|
|
inline Exception_t * get_luaStack_17() const { return ___luaStack_17; }
|
|
inline Exception_t ** get_address_of_luaStack_17() { return &___luaStack_17; }
|
|
inline void set_luaStack_17(Exception_t * value)
|
|
{
|
|
___luaStack_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___luaStack_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_projectFolder_18() { return static_cast<int32_t>(offsetof(LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields, ___projectFolder_18)); }
|
|
inline String_t* get_projectFolder_18() const { return ___projectFolder_18; }
|
|
inline String_t** get_address_of_projectFolder_18() { return &___projectFolder_18; }
|
|
inline void set_projectFolder_18(String_t* value)
|
|
{
|
|
___projectFolder_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___projectFolder_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_InstantiateCount_19() { return static_cast<int32_t>(offsetof(LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields, ___InstantiateCount_19)); }
|
|
inline int32_t get_InstantiateCount_19() const { return ___InstantiateCount_19; }
|
|
inline int32_t* get_address_of_InstantiateCount_19() { return &___InstantiateCount_19; }
|
|
inline void set_InstantiateCount_19(int32_t value)
|
|
{
|
|
___InstantiateCount_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_SendMsgCount_20() { return static_cast<int32_t>(offsetof(LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields, ___SendMsgCount_20)); }
|
|
inline int32_t get_SendMsgCount_20() const { return ___SendMsgCount_20; }
|
|
inline int32_t* get_address_of_SendMsgCount_20() { return &___SendMsgCount_20; }
|
|
inline void set_SendMsgCount_20(int32_t value)
|
|
{
|
|
___SendMsgCount_20 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_L_21() { return static_cast<int32_t>(offsetof(LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields, ___L_21)); }
|
|
inline intptr_t get_L_21() const { return ___L_21; }
|
|
inline intptr_t* get_address_of_L_21() { return &___L_21; }
|
|
inline void set_L_21(intptr_t value)
|
|
{
|
|
___L_21 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaFunction
|
|
struct LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B : public LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4
|
|
{
|
|
public:
|
|
// System.Int32 LuaInterface.LuaFunction::oldTop
|
|
int32_t ___oldTop_7;
|
|
// System.Int32 LuaInterface.LuaFunction::argCount
|
|
int32_t ___argCount_8;
|
|
// System.Int32 LuaInterface.LuaFunction::stackPos
|
|
int32_t ___stackPos_9;
|
|
// System.Collections.Generic.Stack`1<LuaInterface.LuaFunction_FuncData> LuaInterface.LuaFunction::stack
|
|
Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211 * ___stack_10;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_oldTop_7() { return static_cast<int32_t>(offsetof(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B, ___oldTop_7)); }
|
|
inline int32_t get_oldTop_7() const { return ___oldTop_7; }
|
|
inline int32_t* get_address_of_oldTop_7() { return &___oldTop_7; }
|
|
inline void set_oldTop_7(int32_t value)
|
|
{
|
|
___oldTop_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_argCount_8() { return static_cast<int32_t>(offsetof(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B, ___argCount_8)); }
|
|
inline int32_t get_argCount_8() const { return ___argCount_8; }
|
|
inline int32_t* get_address_of_argCount_8() { return &___argCount_8; }
|
|
inline void set_argCount_8(int32_t value)
|
|
{
|
|
___argCount_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_stackPos_9() { return static_cast<int32_t>(offsetof(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B, ___stackPos_9)); }
|
|
inline int32_t get_stackPos_9() const { return ___stackPos_9; }
|
|
inline int32_t* get_address_of_stackPos_9() { return &___stackPos_9; }
|
|
inline void set_stackPos_9(int32_t value)
|
|
{
|
|
___stackPos_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_stack_10() { return static_cast<int32_t>(offsetof(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B, ___stack_10)); }
|
|
inline Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211 * get_stack_10() const { return ___stack_10; }
|
|
inline Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211 ** get_address_of_stack_10() { return &___stack_10; }
|
|
inline void set_stack_10(Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211 * value)
|
|
{
|
|
___stack_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___stack_10), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaState
|
|
struct LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE : public LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C
|
|
{
|
|
public:
|
|
// LuaInterface.ObjectTranslator LuaInterface.LuaState::translator
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * ___translator_2;
|
|
// LuaInterface.LuaReflection LuaInterface.LuaState::reflection
|
|
LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F * ___reflection_3;
|
|
// System.Int32 LuaInterface.LuaState::<ArrayMetatable>k__BackingField
|
|
int32_t ___U3CArrayMetatableU3Ek__BackingField_4;
|
|
// System.Int32 LuaInterface.LuaState::<DelegateMetatable>k__BackingField
|
|
int32_t ___U3CDelegateMetatableU3Ek__BackingField_5;
|
|
// System.Int32 LuaInterface.LuaState::<TypeMetatable>k__BackingField
|
|
int32_t ___U3CTypeMetatableU3Ek__BackingField_6;
|
|
// System.Int32 LuaInterface.LuaState::<EnumMetatable>k__BackingField
|
|
int32_t ___U3CEnumMetatableU3Ek__BackingField_7;
|
|
// System.Int32 LuaInterface.LuaState::<IterMetatable>k__BackingField
|
|
int32_t ___U3CIterMetatableU3Ek__BackingField_8;
|
|
// System.Int32 LuaInterface.LuaState::<EventMetatable>k__BackingField
|
|
int32_t ___U3CEventMetatableU3Ek__BackingField_9;
|
|
// System.Int32 LuaInterface.LuaState::<PackBounds>k__BackingField
|
|
int32_t ___U3CPackBoundsU3Ek__BackingField_10;
|
|
// System.Int32 LuaInterface.LuaState::<UnpackBounds>k__BackingField
|
|
int32_t ___U3CUnpackBoundsU3Ek__BackingField_11;
|
|
// System.Int32 LuaInterface.LuaState::<PackRay>k__BackingField
|
|
int32_t ___U3CPackRayU3Ek__BackingField_12;
|
|
// System.Int32 LuaInterface.LuaState::<UnpackRay>k__BackingField
|
|
int32_t ___U3CUnpackRayU3Ek__BackingField_13;
|
|
// System.Int32 LuaInterface.LuaState::<PackRaycastHit>k__BackingField
|
|
int32_t ___U3CPackRaycastHitU3Ek__BackingField_14;
|
|
// System.Int32 LuaInterface.LuaState::<PackTouch>k__BackingField
|
|
int32_t ___U3CPackTouchU3Ek__BackingField_15;
|
|
// System.Action LuaInterface.LuaState::OnDestroy
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___OnDestroy_16;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.WeakReference> LuaInterface.LuaState::funcMap
|
|
Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3 * ___funcMap_17;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.WeakReference> LuaInterface.LuaState::funcRefMap
|
|
Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593 * ___funcRefMap_18;
|
|
// System.Collections.Generic.Dictionary`2<System.Int64,System.WeakReference> LuaInterface.LuaState::delegateMap
|
|
Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9 * ___delegateMap_19;
|
|
// System.Collections.Generic.List`1<LuaInterface.GCRef> LuaInterface.LuaState::gcList
|
|
List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F * ___gcList_20;
|
|
// System.Collections.Generic.List`1<LuaInterface.LuaBaseRef> LuaInterface.LuaState::subList
|
|
List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1 * ___subList_21;
|
|
// System.Collections.Generic.Dictionary`2<System.Type,System.Int32> LuaInterface.LuaState::metaMap
|
|
Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F * ___metaMap_22;
|
|
// System.Collections.Generic.Dictionary`2<System.Enum,System.Object> LuaInterface.LuaState::enumMap
|
|
Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2 * ___enumMap_23;
|
|
// System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.LuaCSFunction> LuaInterface.LuaState::preLoadMap
|
|
Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16 * ___preLoadMap_24;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Type> LuaInterface.LuaState::typeMap
|
|
Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258 * ___typeMap_25;
|
|
// System.Collections.Generic.HashSet`1<System.Type> LuaInterface.LuaState::genericSet
|
|
HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * ___genericSet_26;
|
|
// System.Collections.Generic.HashSet`1<System.String> LuaInterface.LuaState::moduleSet
|
|
HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A * ___moduleSet_27;
|
|
// System.Int32 LuaInterface.LuaState::beginCount
|
|
int32_t ___beginCount_31;
|
|
// System.Boolean LuaInterface.LuaState::beLogGC
|
|
bool ___beLogGC_32;
|
|
// System.Boolean LuaInterface.LuaState::bInjectionInited
|
|
bool ___bInjectionInited_33;
|
|
// System.Collections.Generic.HashSet`1<System.Type> LuaInterface.LuaState::missSet
|
|
HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * ___missSet_34;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_translator_2() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___translator_2)); }
|
|
inline ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * get_translator_2() const { return ___translator_2; }
|
|
inline ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF ** get_address_of_translator_2() { return &___translator_2; }
|
|
inline void set_translator_2(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * value)
|
|
{
|
|
___translator_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___translator_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_reflection_3() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___reflection_3)); }
|
|
inline LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F * get_reflection_3() const { return ___reflection_3; }
|
|
inline LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F ** get_address_of_reflection_3() { return &___reflection_3; }
|
|
inline void set_reflection_3(LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F * value)
|
|
{
|
|
___reflection_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___reflection_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CArrayMetatableU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CArrayMetatableU3Ek__BackingField_4)); }
|
|
inline int32_t get_U3CArrayMetatableU3Ek__BackingField_4() const { return ___U3CArrayMetatableU3Ek__BackingField_4; }
|
|
inline int32_t* get_address_of_U3CArrayMetatableU3Ek__BackingField_4() { return &___U3CArrayMetatableU3Ek__BackingField_4; }
|
|
inline void set_U3CArrayMetatableU3Ek__BackingField_4(int32_t value)
|
|
{
|
|
___U3CArrayMetatableU3Ek__BackingField_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CDelegateMetatableU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CDelegateMetatableU3Ek__BackingField_5)); }
|
|
inline int32_t get_U3CDelegateMetatableU3Ek__BackingField_5() const { return ___U3CDelegateMetatableU3Ek__BackingField_5; }
|
|
inline int32_t* get_address_of_U3CDelegateMetatableU3Ek__BackingField_5() { return &___U3CDelegateMetatableU3Ek__BackingField_5; }
|
|
inline void set_U3CDelegateMetatableU3Ek__BackingField_5(int32_t value)
|
|
{
|
|
___U3CDelegateMetatableU3Ek__BackingField_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CTypeMetatableU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CTypeMetatableU3Ek__BackingField_6)); }
|
|
inline int32_t get_U3CTypeMetatableU3Ek__BackingField_6() const { return ___U3CTypeMetatableU3Ek__BackingField_6; }
|
|
inline int32_t* get_address_of_U3CTypeMetatableU3Ek__BackingField_6() { return &___U3CTypeMetatableU3Ek__BackingField_6; }
|
|
inline void set_U3CTypeMetatableU3Ek__BackingField_6(int32_t value)
|
|
{
|
|
___U3CTypeMetatableU3Ek__BackingField_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CEnumMetatableU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CEnumMetatableU3Ek__BackingField_7)); }
|
|
inline int32_t get_U3CEnumMetatableU3Ek__BackingField_7() const { return ___U3CEnumMetatableU3Ek__BackingField_7; }
|
|
inline int32_t* get_address_of_U3CEnumMetatableU3Ek__BackingField_7() { return &___U3CEnumMetatableU3Ek__BackingField_7; }
|
|
inline void set_U3CEnumMetatableU3Ek__BackingField_7(int32_t value)
|
|
{
|
|
___U3CEnumMetatableU3Ek__BackingField_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIterMetatableU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CIterMetatableU3Ek__BackingField_8)); }
|
|
inline int32_t get_U3CIterMetatableU3Ek__BackingField_8() const { return ___U3CIterMetatableU3Ek__BackingField_8; }
|
|
inline int32_t* get_address_of_U3CIterMetatableU3Ek__BackingField_8() { return &___U3CIterMetatableU3Ek__BackingField_8; }
|
|
inline void set_U3CIterMetatableU3Ek__BackingField_8(int32_t value)
|
|
{
|
|
___U3CIterMetatableU3Ek__BackingField_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CEventMetatableU3Ek__BackingField_9() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CEventMetatableU3Ek__BackingField_9)); }
|
|
inline int32_t get_U3CEventMetatableU3Ek__BackingField_9() const { return ___U3CEventMetatableU3Ek__BackingField_9; }
|
|
inline int32_t* get_address_of_U3CEventMetatableU3Ek__BackingField_9() { return &___U3CEventMetatableU3Ek__BackingField_9; }
|
|
inline void set_U3CEventMetatableU3Ek__BackingField_9(int32_t value)
|
|
{
|
|
___U3CEventMetatableU3Ek__BackingField_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CPackBoundsU3Ek__BackingField_10() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CPackBoundsU3Ek__BackingField_10)); }
|
|
inline int32_t get_U3CPackBoundsU3Ek__BackingField_10() const { return ___U3CPackBoundsU3Ek__BackingField_10; }
|
|
inline int32_t* get_address_of_U3CPackBoundsU3Ek__BackingField_10() { return &___U3CPackBoundsU3Ek__BackingField_10; }
|
|
inline void set_U3CPackBoundsU3Ek__BackingField_10(int32_t value)
|
|
{
|
|
___U3CPackBoundsU3Ek__BackingField_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CUnpackBoundsU3Ek__BackingField_11() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CUnpackBoundsU3Ek__BackingField_11)); }
|
|
inline int32_t get_U3CUnpackBoundsU3Ek__BackingField_11() const { return ___U3CUnpackBoundsU3Ek__BackingField_11; }
|
|
inline int32_t* get_address_of_U3CUnpackBoundsU3Ek__BackingField_11() { return &___U3CUnpackBoundsU3Ek__BackingField_11; }
|
|
inline void set_U3CUnpackBoundsU3Ek__BackingField_11(int32_t value)
|
|
{
|
|
___U3CUnpackBoundsU3Ek__BackingField_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CPackRayU3Ek__BackingField_12() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CPackRayU3Ek__BackingField_12)); }
|
|
inline int32_t get_U3CPackRayU3Ek__BackingField_12() const { return ___U3CPackRayU3Ek__BackingField_12; }
|
|
inline int32_t* get_address_of_U3CPackRayU3Ek__BackingField_12() { return &___U3CPackRayU3Ek__BackingField_12; }
|
|
inline void set_U3CPackRayU3Ek__BackingField_12(int32_t value)
|
|
{
|
|
___U3CPackRayU3Ek__BackingField_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CUnpackRayU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CUnpackRayU3Ek__BackingField_13)); }
|
|
inline int32_t get_U3CUnpackRayU3Ek__BackingField_13() const { return ___U3CUnpackRayU3Ek__BackingField_13; }
|
|
inline int32_t* get_address_of_U3CUnpackRayU3Ek__BackingField_13() { return &___U3CUnpackRayU3Ek__BackingField_13; }
|
|
inline void set_U3CUnpackRayU3Ek__BackingField_13(int32_t value)
|
|
{
|
|
___U3CUnpackRayU3Ek__BackingField_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CPackRaycastHitU3Ek__BackingField_14() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CPackRaycastHitU3Ek__BackingField_14)); }
|
|
inline int32_t get_U3CPackRaycastHitU3Ek__BackingField_14() const { return ___U3CPackRaycastHitU3Ek__BackingField_14; }
|
|
inline int32_t* get_address_of_U3CPackRaycastHitU3Ek__BackingField_14() { return &___U3CPackRaycastHitU3Ek__BackingField_14; }
|
|
inline void set_U3CPackRaycastHitU3Ek__BackingField_14(int32_t value)
|
|
{
|
|
___U3CPackRaycastHitU3Ek__BackingField_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CPackTouchU3Ek__BackingField_15() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CPackTouchU3Ek__BackingField_15)); }
|
|
inline int32_t get_U3CPackTouchU3Ek__BackingField_15() const { return ___U3CPackTouchU3Ek__BackingField_15; }
|
|
inline int32_t* get_address_of_U3CPackTouchU3Ek__BackingField_15() { return &___U3CPackTouchU3Ek__BackingField_15; }
|
|
inline void set_U3CPackTouchU3Ek__BackingField_15(int32_t value)
|
|
{
|
|
___U3CPackTouchU3Ek__BackingField_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_OnDestroy_16() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___OnDestroy_16)); }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_OnDestroy_16() const { return ___OnDestroy_16; }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_OnDestroy_16() { return &___OnDestroy_16; }
|
|
inline void set_OnDestroy_16(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value)
|
|
{
|
|
___OnDestroy_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___OnDestroy_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_funcMap_17() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___funcMap_17)); }
|
|
inline Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3 * get_funcMap_17() const { return ___funcMap_17; }
|
|
inline Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3 ** get_address_of_funcMap_17() { return &___funcMap_17; }
|
|
inline void set_funcMap_17(Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3 * value)
|
|
{
|
|
___funcMap_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___funcMap_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_funcRefMap_18() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___funcRefMap_18)); }
|
|
inline Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593 * get_funcRefMap_18() const { return ___funcRefMap_18; }
|
|
inline Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593 ** get_address_of_funcRefMap_18() { return &___funcRefMap_18; }
|
|
inline void set_funcRefMap_18(Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593 * value)
|
|
{
|
|
___funcRefMap_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___funcRefMap_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_delegateMap_19() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___delegateMap_19)); }
|
|
inline Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9 * get_delegateMap_19() const { return ___delegateMap_19; }
|
|
inline Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9 ** get_address_of_delegateMap_19() { return &___delegateMap_19; }
|
|
inline void set_delegateMap_19(Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9 * value)
|
|
{
|
|
___delegateMap_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___delegateMap_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_gcList_20() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___gcList_20)); }
|
|
inline List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F * get_gcList_20() const { return ___gcList_20; }
|
|
inline List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F ** get_address_of_gcList_20() { return &___gcList_20; }
|
|
inline void set_gcList_20(List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F * value)
|
|
{
|
|
___gcList_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___gcList_20), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_subList_21() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___subList_21)); }
|
|
inline List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1 * get_subList_21() const { return ___subList_21; }
|
|
inline List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1 ** get_address_of_subList_21() { return &___subList_21; }
|
|
inline void set_subList_21(List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1 * value)
|
|
{
|
|
___subList_21 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___subList_21), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaMap_22() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___metaMap_22)); }
|
|
inline Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F * get_metaMap_22() const { return ___metaMap_22; }
|
|
inline Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F ** get_address_of_metaMap_22() { return &___metaMap_22; }
|
|
inline void set_metaMap_22(Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F * value)
|
|
{
|
|
___metaMap_22 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___metaMap_22), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_enumMap_23() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___enumMap_23)); }
|
|
inline Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2 * get_enumMap_23() const { return ___enumMap_23; }
|
|
inline Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2 ** get_address_of_enumMap_23() { return &___enumMap_23; }
|
|
inline void set_enumMap_23(Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2 * value)
|
|
{
|
|
___enumMap_23 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___enumMap_23), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_preLoadMap_24() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___preLoadMap_24)); }
|
|
inline Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16 * get_preLoadMap_24() const { return ___preLoadMap_24; }
|
|
inline Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16 ** get_address_of_preLoadMap_24() { return &___preLoadMap_24; }
|
|
inline void set_preLoadMap_24(Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16 * value)
|
|
{
|
|
___preLoadMap_24 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___preLoadMap_24), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeMap_25() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___typeMap_25)); }
|
|
inline Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258 * get_typeMap_25() const { return ___typeMap_25; }
|
|
inline Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258 ** get_address_of_typeMap_25() { return &___typeMap_25; }
|
|
inline void set_typeMap_25(Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258 * value)
|
|
{
|
|
___typeMap_25 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeMap_25), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_genericSet_26() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___genericSet_26)); }
|
|
inline HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * get_genericSet_26() const { return ___genericSet_26; }
|
|
inline HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 ** get_address_of_genericSet_26() { return &___genericSet_26; }
|
|
inline void set_genericSet_26(HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * value)
|
|
{
|
|
___genericSet_26 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___genericSet_26), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_moduleSet_27() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___moduleSet_27)); }
|
|
inline HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A * get_moduleSet_27() const { return ___moduleSet_27; }
|
|
inline HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A ** get_address_of_moduleSet_27() { return &___moduleSet_27; }
|
|
inline void set_moduleSet_27(HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A * value)
|
|
{
|
|
___moduleSet_27 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___moduleSet_27), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_beginCount_31() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___beginCount_31)); }
|
|
inline int32_t get_beginCount_31() const { return ___beginCount_31; }
|
|
inline int32_t* get_address_of_beginCount_31() { return &___beginCount_31; }
|
|
inline void set_beginCount_31(int32_t value)
|
|
{
|
|
___beginCount_31 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_beLogGC_32() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___beLogGC_32)); }
|
|
inline bool get_beLogGC_32() const { return ___beLogGC_32; }
|
|
inline bool* get_address_of_beLogGC_32() { return &___beLogGC_32; }
|
|
inline void set_beLogGC_32(bool value)
|
|
{
|
|
___beLogGC_32 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bInjectionInited_33() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___bInjectionInited_33)); }
|
|
inline bool get_bInjectionInited_33() const { return ___bInjectionInited_33; }
|
|
inline bool* get_address_of_bInjectionInited_33() { return &___bInjectionInited_33; }
|
|
inline void set_bInjectionInited_33(bool value)
|
|
{
|
|
___bInjectionInited_33 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_missSet_34() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___missSet_34)); }
|
|
inline HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * get_missSet_34() const { return ___missSet_34; }
|
|
inline HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 ** get_address_of_missSet_34() { return &___missSet_34; }
|
|
inline void set_missSet_34(HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * value)
|
|
{
|
|
___missSet_34 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___missSet_34), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_StaticFields
|
|
{
|
|
public:
|
|
// LuaInterface.LuaState LuaInterface.LuaState::mainState
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___mainState_28;
|
|
// LuaInterface.LuaState LuaInterface.LuaState::injectionState
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___injectionState_29;
|
|
// System.Collections.Generic.Dictionary`2<System.IntPtr,LuaInterface.LuaState> LuaInterface.LuaState::stateMap
|
|
Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601 * ___stateMap_30;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_mainState_28() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_StaticFields, ___mainState_28)); }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * get_mainState_28() const { return ___mainState_28; }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE ** get_address_of_mainState_28() { return &___mainState_28; }
|
|
inline void set_mainState_28(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * value)
|
|
{
|
|
___mainState_28 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___mainState_28), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_injectionState_29() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_StaticFields, ___injectionState_29)); }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * get_injectionState_29() const { return ___injectionState_29; }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE ** get_address_of_injectionState_29() { return &___injectionState_29; }
|
|
inline void set_injectionState_29(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * value)
|
|
{
|
|
___injectionState_29 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___injectionState_29), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_stateMap_30() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_StaticFields, ___stateMap_30)); }
|
|
inline Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601 * get_stateMap_30() const { return ___stateMap_30; }
|
|
inline Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601 ** get_address_of_stateMap_30() { return &___stateMap_30; }
|
|
inline void set_stateMap_30(Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601 * value)
|
|
{
|
|
___stateMap_30 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___stateMap_30), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaTable
|
|
struct LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 : public LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.IO.FileStream
|
|
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
|
|
{
|
|
public:
|
|
// System.Byte[] System.IO.FileStream::buf
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_6;
|
|
// System.String System.IO.FileStream::name
|
|
String_t* ___name_7;
|
|
// Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * ___safeHandle_8;
|
|
// System.Boolean System.IO.FileStream::isExposed
|
|
bool ___isExposed_9;
|
|
// System.Int64 System.IO.FileStream::append_startpos
|
|
int64_t ___append_startpos_10;
|
|
// System.IO.FileAccess System.IO.FileStream::access
|
|
int32_t ___access_11;
|
|
// System.Boolean System.IO.FileStream::owner
|
|
bool ___owner_12;
|
|
// System.Boolean System.IO.FileStream::async
|
|
bool ___async_13;
|
|
// System.Boolean System.IO.FileStream::canseek
|
|
bool ___canseek_14;
|
|
// System.Boolean System.IO.FileStream::anonymous
|
|
bool ___anonymous_15;
|
|
// System.Boolean System.IO.FileStream::buf_dirty
|
|
bool ___buf_dirty_16;
|
|
// System.Int32 System.IO.FileStream::buf_size
|
|
int32_t ___buf_size_17;
|
|
// System.Int32 System.IO.FileStream::buf_length
|
|
int32_t ___buf_length_18;
|
|
// System.Int32 System.IO.FileStream::buf_offset
|
|
int32_t ___buf_offset_19;
|
|
// System.Int64 System.IO.FileStream::buf_start
|
|
int64_t ___buf_start_20;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buf_6() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_6)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_6() const { return ___buf_6; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_6() { return &___buf_6; }
|
|
inline void set_buf_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___buf_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buf_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_name_7() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___name_7)); }
|
|
inline String_t* get_name_7() const { return ___name_7; }
|
|
inline String_t** get_address_of_name_7() { return &___name_7; }
|
|
inline void set_name_7(String_t* value)
|
|
{
|
|
___name_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___name_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_safeHandle_8() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___safeHandle_8)); }
|
|
inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * get_safeHandle_8() const { return ___safeHandle_8; }
|
|
inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB ** get_address_of_safeHandle_8() { return &___safeHandle_8; }
|
|
inline void set_safeHandle_8(SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * value)
|
|
{
|
|
___safeHandle_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isExposed_9() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___isExposed_9)); }
|
|
inline bool get_isExposed_9() const { return ___isExposed_9; }
|
|
inline bool* get_address_of_isExposed_9() { return &___isExposed_9; }
|
|
inline void set_isExposed_9(bool value)
|
|
{
|
|
___isExposed_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_append_startpos_10() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___append_startpos_10)); }
|
|
inline int64_t get_append_startpos_10() const { return ___append_startpos_10; }
|
|
inline int64_t* get_address_of_append_startpos_10() { return &___append_startpos_10; }
|
|
inline void set_append_startpos_10(int64_t value)
|
|
{
|
|
___append_startpos_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_access_11() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___access_11)); }
|
|
inline int32_t get_access_11() const { return ___access_11; }
|
|
inline int32_t* get_address_of_access_11() { return &___access_11; }
|
|
inline void set_access_11(int32_t value)
|
|
{
|
|
___access_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_owner_12() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___owner_12)); }
|
|
inline bool get_owner_12() const { return ___owner_12; }
|
|
inline bool* get_address_of_owner_12() { return &___owner_12; }
|
|
inline void set_owner_12(bool value)
|
|
{
|
|
___owner_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_async_13() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___async_13)); }
|
|
inline bool get_async_13() const { return ___async_13; }
|
|
inline bool* get_address_of_async_13() { return &___async_13; }
|
|
inline void set_async_13(bool value)
|
|
{
|
|
___async_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_canseek_14() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___canseek_14)); }
|
|
inline bool get_canseek_14() const { return ___canseek_14; }
|
|
inline bool* get_address_of_canseek_14() { return &___canseek_14; }
|
|
inline void set_canseek_14(bool value)
|
|
{
|
|
___canseek_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_anonymous_15() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___anonymous_15)); }
|
|
inline bool get_anonymous_15() const { return ___anonymous_15; }
|
|
inline bool* get_address_of_anonymous_15() { return &___anonymous_15; }
|
|
inline void set_anonymous_15(bool value)
|
|
{
|
|
___anonymous_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buf_dirty_16() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_dirty_16)); }
|
|
inline bool get_buf_dirty_16() const { return ___buf_dirty_16; }
|
|
inline bool* get_address_of_buf_dirty_16() { return &___buf_dirty_16; }
|
|
inline void set_buf_dirty_16(bool value)
|
|
{
|
|
___buf_dirty_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buf_size_17() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_size_17)); }
|
|
inline int32_t get_buf_size_17() const { return ___buf_size_17; }
|
|
inline int32_t* get_address_of_buf_size_17() { return &___buf_size_17; }
|
|
inline void set_buf_size_17(int32_t value)
|
|
{
|
|
___buf_size_17 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buf_length_18() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_length_18)); }
|
|
inline int32_t get_buf_length_18() const { return ___buf_length_18; }
|
|
inline int32_t* get_address_of_buf_length_18() { return &___buf_length_18; }
|
|
inline void set_buf_length_18(int32_t value)
|
|
{
|
|
___buf_length_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buf_offset_19() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_offset_19)); }
|
|
inline int32_t get_buf_offset_19() const { return ___buf_offset_19; }
|
|
inline int32_t* get_address_of_buf_offset_19() { return &___buf_offset_19; }
|
|
inline void set_buf_offset_19(int32_t value)
|
|
{
|
|
___buf_offset_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buf_start_20() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_start_20)); }
|
|
inline int64_t get_buf_start_20() const { return ___buf_start_20; }
|
|
inline int64_t* get_address_of_buf_start_20() { return &___buf_start_20; }
|
|
inline void set_buf_start_20(int64_t value)
|
|
{
|
|
___buf_start_20 = value;
|
|
}
|
|
};
|
|
|
|
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields
|
|
{
|
|
public:
|
|
// System.Byte[] System.IO.FileStream::buf_recycle
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_recycle_4;
|
|
// System.Object System.IO.FileStream::buf_recycle_lock
|
|
RuntimeObject * ___buf_recycle_lock_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buf_recycle_4() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_4)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_recycle_4() const { return ___buf_recycle_4; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_recycle_4() { return &___buf_recycle_4; }
|
|
inline void set_buf_recycle_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___buf_recycle_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buf_recycle_lock_5() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_lock_5)); }
|
|
inline RuntimeObject * get_buf_recycle_lock_5() const { return ___buf_recycle_lock_5; }
|
|
inline RuntimeObject ** get_address_of_buf_recycle_lock_5() { return &___buf_recycle_lock_5; }
|
|
inline void set_buf_recycle_lock_5(RuntimeObject * value)
|
|
{
|
|
___buf_recycle_lock_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_lock_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.MonoIOStat
|
|
struct MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124
|
|
{
|
|
public:
|
|
// System.IO.FileAttributes System.IO.MonoIOStat::fileAttributes
|
|
int32_t ___fileAttributes_0;
|
|
// System.Int64 System.IO.MonoIOStat::Length
|
|
int64_t ___Length_1;
|
|
// System.Int64 System.IO.MonoIOStat::CreationTime
|
|
int64_t ___CreationTime_2;
|
|
// System.Int64 System.IO.MonoIOStat::LastAccessTime
|
|
int64_t ___LastAccessTime_3;
|
|
// System.Int64 System.IO.MonoIOStat::LastWriteTime
|
|
int64_t ___LastWriteTime_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_fileAttributes_0() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___fileAttributes_0)); }
|
|
inline int32_t get_fileAttributes_0() const { return ___fileAttributes_0; }
|
|
inline int32_t* get_address_of_fileAttributes_0() { return &___fileAttributes_0; }
|
|
inline void set_fileAttributes_0(int32_t value)
|
|
{
|
|
___fileAttributes_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Length_1() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___Length_1)); }
|
|
inline int64_t get_Length_1() const { return ___Length_1; }
|
|
inline int64_t* get_address_of_Length_1() { return &___Length_1; }
|
|
inline void set_Length_1(int64_t value)
|
|
{
|
|
___Length_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CreationTime_2() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___CreationTime_2)); }
|
|
inline int64_t get_CreationTime_2() const { return ___CreationTime_2; }
|
|
inline int64_t* get_address_of_CreationTime_2() { return &___CreationTime_2; }
|
|
inline void set_CreationTime_2(int64_t value)
|
|
{
|
|
___CreationTime_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_LastAccessTime_3() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___LastAccessTime_3)); }
|
|
inline int64_t get_LastAccessTime_3() const { return ___LastAccessTime_3; }
|
|
inline int64_t* get_address_of_LastAccessTime_3() { return &___LastAccessTime_3; }
|
|
inline void set_LastAccessTime_3(int64_t value)
|
|
{
|
|
___LastAccessTime_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_LastWriteTime_4() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___LastWriteTime_4)); }
|
|
inline int64_t get_LastWriteTime_4() const { return ___LastWriteTime_4; }
|
|
inline int64_t* get_address_of_LastWriteTime_4() { return &___LastWriteTime_4; }
|
|
inline void set_LastWriteTime_4(int64_t value)
|
|
{
|
|
___LastWriteTime_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.MulticastDelegate
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
public:
|
|
// System.Delegate[] System.MulticastDelegate::delegates
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
|
|
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
|
|
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
|
|
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
|
|
{
|
|
___delegates_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
|
{
|
|
Delegate_t_marshaled_pinvoke** ___delegates_11;
|
|
};
|
|
// Native definition for COM marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
|
{
|
|
Delegate_t_marshaled_com** ___delegates_11;
|
|
};
|
|
|
|
// System.SystemException
|
|
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Type
|
|
struct Type_t : public MemberInfo_t
|
|
{
|
|
public:
|
|
// System.RuntimeTypeHandle System.Type::_impl
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
|
|
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
|
|
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
|
|
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
|
|
{
|
|
____impl_9 = value;
|
|
}
|
|
};
|
|
|
|
struct Type_t_StaticFields
|
|
{
|
|
public:
|
|
// System.Reflection.MemberFilter System.Type::FilterAttribute
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
|
|
// System.Reflection.MemberFilter System.Type::FilterName
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
|
|
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
|
|
// System.Object System.Type::Missing
|
|
RuntimeObject * ___Missing_3;
|
|
// System.Char System.Type::Delimiter
|
|
Il2CppChar ___Delimiter_4;
|
|
// System.Type[] System.Type::EmptyTypes
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
|
|
// System.Reflection.Binder System.Type::defaultBinder
|
|
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
|
|
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|
{
|
|
___FilterAttribute_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
|
|
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|
{
|
|
___FilterName_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
|
|
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|
{
|
|
___FilterNameIgnoreCase_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
|
|
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
|
|
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
|
|
inline void set_Missing_3(RuntimeObject * value)
|
|
{
|
|
___Missing_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
|
|
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
|
|
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
|
|
inline void set_Delimiter_4(Il2CppChar value)
|
|
{
|
|
___Delimiter_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
|
|
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
|
|
{
|
|
___EmptyTypes_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
|
|
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
|
|
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
|
|
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
|
|
{
|
|
___defaultBinder_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.AudioClip
|
|
struct AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
|
|
{
|
|
public:
|
|
// UnityEngine.AudioClip_PCMReaderCallback UnityEngine.AudioClip::m_PCMReaderCallback
|
|
PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * ___m_PCMReaderCallback_4;
|
|
// UnityEngine.AudioClip_PCMSetPositionCallback UnityEngine.AudioClip::m_PCMSetPositionCallback
|
|
PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * ___m_PCMSetPositionCallback_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_PCMReaderCallback_4() { return static_cast<int32_t>(offsetof(AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051, ___m_PCMReaderCallback_4)); }
|
|
inline PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * get_m_PCMReaderCallback_4() const { return ___m_PCMReaderCallback_4; }
|
|
inline PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB ** get_address_of_m_PCMReaderCallback_4() { return &___m_PCMReaderCallback_4; }
|
|
inline void set_m_PCMReaderCallback_4(PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * value)
|
|
{
|
|
___m_PCMReaderCallback_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_PCMReaderCallback_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_PCMSetPositionCallback_5() { return static_cast<int32_t>(offsetof(AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051, ___m_PCMSetPositionCallback_5)); }
|
|
inline PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * get_m_PCMSetPositionCallback_5() const { return ___m_PCMSetPositionCallback_5; }
|
|
inline PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 ** get_address_of_m_PCMSetPositionCallback_5() { return &___m_PCMSetPositionCallback_5; }
|
|
inline void set_m_PCMSetPositionCallback_5(PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * value)
|
|
{
|
|
___m_PCMSetPositionCallback_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_PCMSetPositionCallback_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Component
|
|
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.GameObject
|
|
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Texture
|
|
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Texture::GenerateAllMips
|
|
int32_t ___GenerateAllMips_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_GenerateAllMips_4() { return static_cast<int32_t>(offsetof(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_StaticFields, ___GenerateAllMips_4)); }
|
|
inline int32_t get_GenerateAllMips_4() const { return ___GenerateAllMips_4; }
|
|
inline int32_t* get_address_of_GenerateAllMips_4() { return &___GenerateAllMips_4; }
|
|
inline void set_GenerateAllMips_4(int32_t value)
|
|
{
|
|
___GenerateAllMips_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.WWW
|
|
struct WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 : public CustomYieldInstruction_t819BB0973AFF22766749FF087B8AEFEAF3C2CB7D
|
|
{
|
|
public:
|
|
// UnityEngine.ThreadPriority UnityEngine.WWW::<threadPriority>k__BackingField
|
|
int32_t ___U3CthreadPriorityU3Ek__BackingField_0;
|
|
// UnityEngine.Networking.UnityWebRequest UnityEngine.WWW::_uwr
|
|
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ____uwr_1;
|
|
// UnityEngine.AssetBundle UnityEngine.WWW::_assetBundle
|
|
AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * ____assetBundle_2;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.String> UnityEngine.WWW::_responseHeaders
|
|
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ____responseHeaders_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CthreadPriorityU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664, ___U3CthreadPriorityU3Ek__BackingField_0)); }
|
|
inline int32_t get_U3CthreadPriorityU3Ek__BackingField_0() const { return ___U3CthreadPriorityU3Ek__BackingField_0; }
|
|
inline int32_t* get_address_of_U3CthreadPriorityU3Ek__BackingField_0() { return &___U3CthreadPriorityU3Ek__BackingField_0; }
|
|
inline void set_U3CthreadPriorityU3Ek__BackingField_0(int32_t value)
|
|
{
|
|
___U3CthreadPriorityU3Ek__BackingField_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__uwr_1() { return static_cast<int32_t>(offsetof(WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664, ____uwr_1)); }
|
|
inline UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * get__uwr_1() const { return ____uwr_1; }
|
|
inline UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 ** get_address_of__uwr_1() { return &____uwr_1; }
|
|
inline void set__uwr_1(UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * value)
|
|
{
|
|
____uwr_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____uwr_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__assetBundle_2() { return static_cast<int32_t>(offsetof(WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664, ____assetBundle_2)); }
|
|
inline AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * get__assetBundle_2() const { return ____assetBundle_2; }
|
|
inline AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 ** get_address_of__assetBundle_2() { return &____assetBundle_2; }
|
|
inline void set__assetBundle_2(AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * value)
|
|
{
|
|
____assetBundle_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____assetBundle_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__responseHeaders_3() { return static_cast<int32_t>(offsetof(WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664, ____responseHeaders_3)); }
|
|
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * get__responseHeaders_3() const { return ____responseHeaders_3; }
|
|
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ** get_address_of__responseHeaders_3() { return &____responseHeaders_3; }
|
|
inline void set__responseHeaders_3(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * value)
|
|
{
|
|
____responseHeaders_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____responseHeaders_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.client.FilePack20
|
|
struct FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String taurus.client.FilePack20::_dirDir
|
|
String_t* ____dirDir_0;
|
|
// System.String taurus.client.FilePack20::_rootDir
|
|
String_t* ____rootDir_1;
|
|
// System.Int32 taurus.client.FilePack20::_totalFile
|
|
int32_t ____totalFile_2;
|
|
// System.Int32 taurus.client.FilePack20::_currenFile
|
|
int32_t ____currenFile_3;
|
|
// System.String taurus.client.FilePack20::_packfile
|
|
String_t* ____packfile_4;
|
|
// taurus.client.PackMode taurus.client.FilePack20::_mode
|
|
int32_t ____mode_5;
|
|
// System.IO.Stream taurus.client.FilePack20::_stream
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ____stream_6;
|
|
// System.Collections.Generic.List`1<System.String> taurus.client.FilePack20::_fileList
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ____fileList_7;
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.client.FileHead> taurus.client.FilePack20::_headMap
|
|
Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 * ____headMap_8;
|
|
// System.Boolean taurus.client.FilePack20::executing
|
|
bool ___executing_9;
|
|
// System.Object taurus.client.FilePack20::_lock_obj
|
|
RuntimeObject * ____lock_obj_10;
|
|
// System.Byte[] taurus.client.FilePack20::buf1
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf1_11;
|
|
// System.Boolean taurus.client.FilePack20::<Complete>k__BackingField
|
|
bool ___U3CCompleteU3Ek__BackingField_12;
|
|
// System.String taurus.client.FilePack20::<Error>k__BackingField
|
|
String_t* ___U3CErrorU3Ek__BackingField_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__dirDir_0() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ____dirDir_0)); }
|
|
inline String_t* get__dirDir_0() const { return ____dirDir_0; }
|
|
inline String_t** get_address_of__dirDir_0() { return &____dirDir_0; }
|
|
inline void set__dirDir_0(String_t* value)
|
|
{
|
|
____dirDir_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____dirDir_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rootDir_1() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ____rootDir_1)); }
|
|
inline String_t* get__rootDir_1() const { return ____rootDir_1; }
|
|
inline String_t** get_address_of__rootDir_1() { return &____rootDir_1; }
|
|
inline void set__rootDir_1(String_t* value)
|
|
{
|
|
____rootDir_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____rootDir_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__totalFile_2() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ____totalFile_2)); }
|
|
inline int32_t get__totalFile_2() const { return ____totalFile_2; }
|
|
inline int32_t* get_address_of__totalFile_2() { return &____totalFile_2; }
|
|
inline void set__totalFile_2(int32_t value)
|
|
{
|
|
____totalFile_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__currenFile_3() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ____currenFile_3)); }
|
|
inline int32_t get__currenFile_3() const { return ____currenFile_3; }
|
|
inline int32_t* get_address_of__currenFile_3() { return &____currenFile_3; }
|
|
inline void set__currenFile_3(int32_t value)
|
|
{
|
|
____currenFile_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__packfile_4() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ____packfile_4)); }
|
|
inline String_t* get__packfile_4() const { return ____packfile_4; }
|
|
inline String_t** get_address_of__packfile_4() { return &____packfile_4; }
|
|
inline void set__packfile_4(String_t* value)
|
|
{
|
|
____packfile_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____packfile_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__mode_5() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ____mode_5)); }
|
|
inline int32_t get__mode_5() const { return ____mode_5; }
|
|
inline int32_t* get_address_of__mode_5() { return &____mode_5; }
|
|
inline void set__mode_5(int32_t value)
|
|
{
|
|
____mode_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__stream_6() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ____stream_6)); }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get__stream_6() const { return ____stream_6; }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of__stream_6() { return &____stream_6; }
|
|
inline void set__stream_6(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
|
|
{
|
|
____stream_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____stream_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__fileList_7() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ____fileList_7)); }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get__fileList_7() const { return ____fileList_7; }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of__fileList_7() { return &____fileList_7; }
|
|
inline void set__fileList_7(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
|
|
{
|
|
____fileList_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____fileList_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__headMap_8() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ____headMap_8)); }
|
|
inline Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 * get__headMap_8() const { return ____headMap_8; }
|
|
inline Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 ** get_address_of__headMap_8() { return &____headMap_8; }
|
|
inline void set__headMap_8(Dictionary_2_t3048DA71EC0DCAD144554E39CFB225B166475577 * value)
|
|
{
|
|
____headMap_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____headMap_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_executing_9() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ___executing_9)); }
|
|
inline bool get_executing_9() const { return ___executing_9; }
|
|
inline bool* get_address_of_executing_9() { return &___executing_9; }
|
|
inline void set_executing_9(bool value)
|
|
{
|
|
___executing_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__lock_obj_10() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ____lock_obj_10)); }
|
|
inline RuntimeObject * get__lock_obj_10() const { return ____lock_obj_10; }
|
|
inline RuntimeObject ** get_address_of__lock_obj_10() { return &____lock_obj_10; }
|
|
inline void set__lock_obj_10(RuntimeObject * value)
|
|
{
|
|
____lock_obj_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____lock_obj_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buf1_11() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ___buf1_11)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf1_11() const { return ___buf1_11; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf1_11() { return &___buf1_11; }
|
|
inline void set_buf1_11(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___buf1_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buf1_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CCompleteU3Ek__BackingField_12() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ___U3CCompleteU3Ek__BackingField_12)); }
|
|
inline bool get_U3CCompleteU3Ek__BackingField_12() const { return ___U3CCompleteU3Ek__BackingField_12; }
|
|
inline bool* get_address_of_U3CCompleteU3Ek__BackingField_12() { return &___U3CCompleteU3Ek__BackingField_12; }
|
|
inline void set_U3CCompleteU3Ek__BackingField_12(bool value)
|
|
{
|
|
___U3CCompleteU3Ek__BackingField_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CErrorU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5, ___U3CErrorU3Ek__BackingField_13)); }
|
|
inline String_t* get_U3CErrorU3Ek__BackingField_13() const { return ___U3CErrorU3Ek__BackingField_13; }
|
|
inline String_t** get_address_of_U3CErrorU3Ek__BackingField_13() { return &___U3CErrorU3Ek__BackingField_13; }
|
|
inline void set_U3CErrorU3Ek__BackingField_13(String_t* value)
|
|
{
|
|
___U3CErrorU3Ek__BackingField_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CErrorU3Ek__BackingField_13), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.Container
|
|
struct Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 : public DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB
|
|
{
|
|
public:
|
|
// UnityEngine.RenderMode FairyGUI.Container::renderMode
|
|
int32_t ___renderMode_52;
|
|
// UnityEngine.Camera FairyGUI.Container::renderCamera
|
|
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___renderCamera_53;
|
|
// System.Boolean FairyGUI.Container::opaque
|
|
bool ___opaque_54;
|
|
// System.Nullable`1<UnityEngine.Vector4> FairyGUI.Container::clipSoftness
|
|
Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 ___clipSoftness_55;
|
|
// FairyGUI.IHitTest FairyGUI.Container::hitArea
|
|
RuntimeObject* ___hitArea_56;
|
|
// System.Boolean FairyGUI.Container::touchChildren
|
|
bool ___touchChildren_57;
|
|
// FairyGUI.EventCallback0 FairyGUI.Container::onUpdate
|
|
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___onUpdate_58;
|
|
// System.Boolean FairyGUI.Container::reversedMask
|
|
bool ___reversedMask_59;
|
|
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Container::_children
|
|
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ____children_60;
|
|
// FairyGUI.DisplayObject FairyGUI.Container::_mask
|
|
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ____mask_61;
|
|
// System.Nullable`1<UnityEngine.Rect> FairyGUI.Container::_clipRect
|
|
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ____clipRect_62;
|
|
// System.Boolean FairyGUI.Container::_fBatchingRequested
|
|
bool ____fBatchingRequested_63;
|
|
// System.Boolean FairyGUI.Container::_fBatchingRoot
|
|
bool ____fBatchingRoot_64;
|
|
// System.Boolean FairyGUI.Container::_fBatching
|
|
bool ____fBatching_65;
|
|
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Container::_descendants
|
|
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ____descendants_66;
|
|
// System.Boolean FairyGUI.Container::_isPanel
|
|
bool ____isPanel_67;
|
|
// System.Int32 FairyGUI.Container::_panelOrder
|
|
int32_t ____panelOrder_68;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_renderMode_52() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___renderMode_52)); }
|
|
inline int32_t get_renderMode_52() const { return ___renderMode_52; }
|
|
inline int32_t* get_address_of_renderMode_52() { return &___renderMode_52; }
|
|
inline void set_renderMode_52(int32_t value)
|
|
{
|
|
___renderMode_52 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_renderCamera_53() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___renderCamera_53)); }
|
|
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_renderCamera_53() const { return ___renderCamera_53; }
|
|
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_renderCamera_53() { return &___renderCamera_53; }
|
|
inline void set_renderCamera_53(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
|
|
{
|
|
___renderCamera_53 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___renderCamera_53), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_opaque_54() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___opaque_54)); }
|
|
inline bool get_opaque_54() const { return ___opaque_54; }
|
|
inline bool* get_address_of_opaque_54() { return &___opaque_54; }
|
|
inline void set_opaque_54(bool value)
|
|
{
|
|
___opaque_54 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_clipSoftness_55() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___clipSoftness_55)); }
|
|
inline Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 get_clipSoftness_55() const { return ___clipSoftness_55; }
|
|
inline Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 * get_address_of_clipSoftness_55() { return &___clipSoftness_55; }
|
|
inline void set_clipSoftness_55(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 value)
|
|
{
|
|
___clipSoftness_55 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_hitArea_56() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___hitArea_56)); }
|
|
inline RuntimeObject* get_hitArea_56() const { return ___hitArea_56; }
|
|
inline RuntimeObject** get_address_of_hitArea_56() { return &___hitArea_56; }
|
|
inline void set_hitArea_56(RuntimeObject* value)
|
|
{
|
|
___hitArea_56 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___hitArea_56), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_touchChildren_57() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___touchChildren_57)); }
|
|
inline bool get_touchChildren_57() const { return ___touchChildren_57; }
|
|
inline bool* get_address_of_touchChildren_57() { return &___touchChildren_57; }
|
|
inline void set_touchChildren_57(bool value)
|
|
{
|
|
___touchChildren_57 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_onUpdate_58() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___onUpdate_58)); }
|
|
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get_onUpdate_58() const { return ___onUpdate_58; }
|
|
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of_onUpdate_58() { return &___onUpdate_58; }
|
|
inline void set_onUpdate_58(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
|
|
{
|
|
___onUpdate_58 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___onUpdate_58), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_reversedMask_59() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___reversedMask_59)); }
|
|
inline bool get_reversedMask_59() const { return ___reversedMask_59; }
|
|
inline bool* get_address_of_reversedMask_59() { return &___reversedMask_59; }
|
|
inline void set_reversedMask_59(bool value)
|
|
{
|
|
___reversedMask_59 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__children_60() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____children_60)); }
|
|
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get__children_60() const { return ____children_60; }
|
|
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of__children_60() { return &____children_60; }
|
|
inline void set__children_60(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
|
|
{
|
|
____children_60 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____children_60), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__mask_61() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____mask_61)); }
|
|
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get__mask_61() const { return ____mask_61; }
|
|
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of__mask_61() { return &____mask_61; }
|
|
inline void set__mask_61(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
|
|
{
|
|
____mask_61 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____mask_61), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__clipRect_62() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____clipRect_62)); }
|
|
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get__clipRect_62() const { return ____clipRect_62; }
|
|
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of__clipRect_62() { return &____clipRect_62; }
|
|
inline void set__clipRect_62(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
|
|
{
|
|
____clipRect_62 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__fBatchingRequested_63() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____fBatchingRequested_63)); }
|
|
inline bool get__fBatchingRequested_63() const { return ____fBatchingRequested_63; }
|
|
inline bool* get_address_of__fBatchingRequested_63() { return &____fBatchingRequested_63; }
|
|
inline void set__fBatchingRequested_63(bool value)
|
|
{
|
|
____fBatchingRequested_63 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__fBatchingRoot_64() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____fBatchingRoot_64)); }
|
|
inline bool get__fBatchingRoot_64() const { return ____fBatchingRoot_64; }
|
|
inline bool* get_address_of__fBatchingRoot_64() { return &____fBatchingRoot_64; }
|
|
inline void set__fBatchingRoot_64(bool value)
|
|
{
|
|
____fBatchingRoot_64 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__fBatching_65() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____fBatching_65)); }
|
|
inline bool get__fBatching_65() const { return ____fBatching_65; }
|
|
inline bool* get_address_of__fBatching_65() { return &____fBatching_65; }
|
|
inline void set__fBatching_65(bool value)
|
|
{
|
|
____fBatching_65 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__descendants_66() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____descendants_66)); }
|
|
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get__descendants_66() const { return ____descendants_66; }
|
|
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of__descendants_66() { return &____descendants_66; }
|
|
inline void set__descendants_66(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
|
|
{
|
|
____descendants_66 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____descendants_66), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__isPanel_67() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____isPanel_67)); }
|
|
inline bool get__isPanel_67() const { return ____isPanel_67; }
|
|
inline bool* get_address_of__isPanel_67() { return &____isPanel_67; }
|
|
inline void set__isPanel_67(bool value)
|
|
{
|
|
____isPanel_67 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__panelOrder_68() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____panelOrder_68)); }
|
|
inline int32_t get__panelOrder_68() const { return ____panelOrder_68; }
|
|
inline int32_t* get_address_of__panelOrder_68() { return &____panelOrder_68; }
|
|
inline void set__panelOrder_68(int32_t value)
|
|
{
|
|
____panelOrder_68 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaCSFunction
|
|
struct LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaHookFunc
|
|
struct LuaHookFunc_tC30C669CB2AC6BFBAD9DC3B0CB1303E85204CB1E : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Action
|
|
struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Action`1<System.Int32>
|
|
struct Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Action`1<System.Object>
|
|
struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Action`2<System.Int32,System.String>
|
|
struct Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Action`2<System.String,System.Action>
|
|
struct Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.IO.FileSystemInfo
|
|
struct FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
|
|
{
|
|
public:
|
|
// System.IO.MonoIOStat System.IO.FileSystemInfo::_data
|
|
MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 ____data_1;
|
|
// System.Int32 System.IO.FileSystemInfo::_dataInitialised
|
|
int32_t ____dataInitialised_2;
|
|
// System.String System.IO.FileSystemInfo::FullPath
|
|
String_t* ___FullPath_3;
|
|
// System.String System.IO.FileSystemInfo::OriginalPath
|
|
String_t* ___OriginalPath_4;
|
|
// System.String System.IO.FileSystemInfo::_displayPath
|
|
String_t* ____displayPath_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__data_1() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ____data_1)); }
|
|
inline MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 get__data_1() const { return ____data_1; }
|
|
inline MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 * get_address_of__data_1() { return &____data_1; }
|
|
inline void set__data_1(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 value)
|
|
{
|
|
____data_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__dataInitialised_2() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ____dataInitialised_2)); }
|
|
inline int32_t get__dataInitialised_2() const { return ____dataInitialised_2; }
|
|
inline int32_t* get_address_of__dataInitialised_2() { return &____dataInitialised_2; }
|
|
inline void set__dataInitialised_2(int32_t value)
|
|
{
|
|
____dataInitialised_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FullPath_3() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ___FullPath_3)); }
|
|
inline String_t* get_FullPath_3() const { return ___FullPath_3; }
|
|
inline String_t** get_address_of_FullPath_3() { return &___FullPath_3; }
|
|
inline void set_FullPath_3(String_t* value)
|
|
{
|
|
___FullPath_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FullPath_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_OriginalPath_4() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ___OriginalPath_4)); }
|
|
inline String_t* get_OriginalPath_4() const { return ___OriginalPath_4; }
|
|
inline String_t** get_address_of_OriginalPath_4() { return &___OriginalPath_4; }
|
|
inline void set_OriginalPath_4(String_t* value)
|
|
{
|
|
___OriginalPath_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___OriginalPath_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__displayPath_5() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ____displayPath_5)); }
|
|
inline String_t* get__displayPath_5() const { return ____displayPath_5; }
|
|
inline String_t** get_address_of__displayPath_5() { return &____displayPath_5; }
|
|
inline void set__displayPath_5(String_t* value)
|
|
{
|
|
____displayPath_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____displayPath_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Application_LogCallback
|
|
struct LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Behaviour
|
|
struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode>
|
|
struct UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Texture2D
|
|
struct Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C : public Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Transform
|
|
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// FairyGUI.Stage
|
|
struct Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 : public Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68
|
|
{
|
|
public:
|
|
// System.Int32 FairyGUI.Stage::<stageHeight>k__BackingField
|
|
int32_t ___U3CstageHeightU3Ek__BackingField_69;
|
|
// System.Int32 FairyGUI.Stage::<stageWidth>k__BackingField
|
|
int32_t ___U3CstageWidthU3Ek__BackingField_70;
|
|
// System.Single FairyGUI.Stage::<soundVolume>k__BackingField
|
|
float ___U3CsoundVolumeU3Ek__BackingField_71;
|
|
// FairyGUI.DisplayObject FairyGUI.Stage::_touchTarget
|
|
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ____touchTarget_72;
|
|
// FairyGUI.DisplayObject FairyGUI.Stage::_focused
|
|
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ____focused_73;
|
|
// FairyGUI.InputTextField FairyGUI.Stage::_lastInput
|
|
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * ____lastInput_74;
|
|
// FairyGUI.UpdateContext FairyGUI.Stage::_updateContext
|
|
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ____updateContext_75;
|
|
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Stage::_rollOutChain
|
|
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ____rollOutChain_76;
|
|
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Stage::_rollOverChain
|
|
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ____rollOverChain_77;
|
|
// FairyGUI.TouchInfo[] FairyGUI.Stage::_touches
|
|
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* ____touches_78;
|
|
// System.Int32 FairyGUI.Stage::_touchCount
|
|
int32_t ____touchCount_79;
|
|
// UnityEngine.Vector2 FairyGUI.Stage::_touchPosition
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____touchPosition_80;
|
|
// System.Int32 FairyGUI.Stage::_frameGotHitTarget
|
|
int32_t ____frameGotHitTarget_81;
|
|
// System.Int32 FairyGUI.Stage::_frameGotTouchPosition
|
|
int32_t ____frameGotTouchPosition_82;
|
|
// System.Boolean FairyGUI.Stage::_customInput
|
|
bool ____customInput_83;
|
|
// UnityEngine.Vector2 FairyGUI.Stage::_customInputPos
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____customInputPos_84;
|
|
// System.Boolean FairyGUI.Stage::_customInputButtonDown
|
|
bool ____customInputButtonDown_85;
|
|
// FairyGUI.EventCallback1 FairyGUI.Stage::_focusRemovedDelegate
|
|
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ____focusRemovedDelegate_86;
|
|
// UnityEngine.AudioSource FairyGUI.Stage::_audio
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * ____audio_87;
|
|
// System.Collections.Generic.List`1<FairyGUI.NTexture> FairyGUI.Stage::_toCollectTextures
|
|
List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * ____toCollectTextures_88;
|
|
// FairyGUI.EventListener FairyGUI.Stage::_onStageResized
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onStageResized_89;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CstageHeightU3Ek__BackingField_69() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ___U3CstageHeightU3Ek__BackingField_69)); }
|
|
inline int32_t get_U3CstageHeightU3Ek__BackingField_69() const { return ___U3CstageHeightU3Ek__BackingField_69; }
|
|
inline int32_t* get_address_of_U3CstageHeightU3Ek__BackingField_69() { return &___U3CstageHeightU3Ek__BackingField_69; }
|
|
inline void set_U3CstageHeightU3Ek__BackingField_69(int32_t value)
|
|
{
|
|
___U3CstageHeightU3Ek__BackingField_69 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CstageWidthU3Ek__BackingField_70() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ___U3CstageWidthU3Ek__BackingField_70)); }
|
|
inline int32_t get_U3CstageWidthU3Ek__BackingField_70() const { return ___U3CstageWidthU3Ek__BackingField_70; }
|
|
inline int32_t* get_address_of_U3CstageWidthU3Ek__BackingField_70() { return &___U3CstageWidthU3Ek__BackingField_70; }
|
|
inline void set_U3CstageWidthU3Ek__BackingField_70(int32_t value)
|
|
{
|
|
___U3CstageWidthU3Ek__BackingField_70 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CsoundVolumeU3Ek__BackingField_71() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ___U3CsoundVolumeU3Ek__BackingField_71)); }
|
|
inline float get_U3CsoundVolumeU3Ek__BackingField_71() const { return ___U3CsoundVolumeU3Ek__BackingField_71; }
|
|
inline float* get_address_of_U3CsoundVolumeU3Ek__BackingField_71() { return &___U3CsoundVolumeU3Ek__BackingField_71; }
|
|
inline void set_U3CsoundVolumeU3Ek__BackingField_71(float value)
|
|
{
|
|
___U3CsoundVolumeU3Ek__BackingField_71 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__touchTarget_72() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____touchTarget_72)); }
|
|
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get__touchTarget_72() const { return ____touchTarget_72; }
|
|
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of__touchTarget_72() { return &____touchTarget_72; }
|
|
inline void set__touchTarget_72(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
|
|
{
|
|
____touchTarget_72 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____touchTarget_72), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__focused_73() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____focused_73)); }
|
|
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get__focused_73() const { return ____focused_73; }
|
|
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of__focused_73() { return &____focused_73; }
|
|
inline void set__focused_73(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
|
|
{
|
|
____focused_73 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____focused_73), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__lastInput_74() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____lastInput_74)); }
|
|
inline InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * get__lastInput_74() const { return ____lastInput_74; }
|
|
inline InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC ** get_address_of__lastInput_74() { return &____lastInput_74; }
|
|
inline void set__lastInput_74(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * value)
|
|
{
|
|
____lastInput_74 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____lastInput_74), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__updateContext_75() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____updateContext_75)); }
|
|
inline UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * get__updateContext_75() const { return ____updateContext_75; }
|
|
inline UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 ** get_address_of__updateContext_75() { return &____updateContext_75; }
|
|
inline void set__updateContext_75(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * value)
|
|
{
|
|
____updateContext_75 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____updateContext_75), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rollOutChain_76() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____rollOutChain_76)); }
|
|
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get__rollOutChain_76() const { return ____rollOutChain_76; }
|
|
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of__rollOutChain_76() { return &____rollOutChain_76; }
|
|
inline void set__rollOutChain_76(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
|
|
{
|
|
____rollOutChain_76 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____rollOutChain_76), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rollOverChain_77() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____rollOverChain_77)); }
|
|
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get__rollOverChain_77() const { return ____rollOverChain_77; }
|
|
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of__rollOverChain_77() { return &____rollOverChain_77; }
|
|
inline void set__rollOverChain_77(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
|
|
{
|
|
____rollOverChain_77 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____rollOverChain_77), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__touches_78() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____touches_78)); }
|
|
inline TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* get__touches_78() const { return ____touches_78; }
|
|
inline TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD** get_address_of__touches_78() { return &____touches_78; }
|
|
inline void set__touches_78(TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* value)
|
|
{
|
|
____touches_78 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____touches_78), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__touchCount_79() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____touchCount_79)); }
|
|
inline int32_t get__touchCount_79() const { return ____touchCount_79; }
|
|
inline int32_t* get_address_of__touchCount_79() { return &____touchCount_79; }
|
|
inline void set__touchCount_79(int32_t value)
|
|
{
|
|
____touchCount_79 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__touchPosition_80() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____touchPosition_80)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__touchPosition_80() const { return ____touchPosition_80; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__touchPosition_80() { return &____touchPosition_80; }
|
|
inline void set__touchPosition_80(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
____touchPosition_80 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__frameGotHitTarget_81() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____frameGotHitTarget_81)); }
|
|
inline int32_t get__frameGotHitTarget_81() const { return ____frameGotHitTarget_81; }
|
|
inline int32_t* get_address_of__frameGotHitTarget_81() { return &____frameGotHitTarget_81; }
|
|
inline void set__frameGotHitTarget_81(int32_t value)
|
|
{
|
|
____frameGotHitTarget_81 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__frameGotTouchPosition_82() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____frameGotTouchPosition_82)); }
|
|
inline int32_t get__frameGotTouchPosition_82() const { return ____frameGotTouchPosition_82; }
|
|
inline int32_t* get_address_of__frameGotTouchPosition_82() { return &____frameGotTouchPosition_82; }
|
|
inline void set__frameGotTouchPosition_82(int32_t value)
|
|
{
|
|
____frameGotTouchPosition_82 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__customInput_83() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____customInput_83)); }
|
|
inline bool get__customInput_83() const { return ____customInput_83; }
|
|
inline bool* get_address_of__customInput_83() { return &____customInput_83; }
|
|
inline void set__customInput_83(bool value)
|
|
{
|
|
____customInput_83 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__customInputPos_84() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____customInputPos_84)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__customInputPos_84() const { return ____customInputPos_84; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__customInputPos_84() { return &____customInputPos_84; }
|
|
inline void set__customInputPos_84(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
____customInputPos_84 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__customInputButtonDown_85() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____customInputButtonDown_85)); }
|
|
inline bool get__customInputButtonDown_85() const { return ____customInputButtonDown_85; }
|
|
inline bool* get_address_of__customInputButtonDown_85() { return &____customInputButtonDown_85; }
|
|
inline void set__customInputButtonDown_85(bool value)
|
|
{
|
|
____customInputButtonDown_85 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__focusRemovedDelegate_86() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____focusRemovedDelegate_86)); }
|
|
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * get__focusRemovedDelegate_86() const { return ____focusRemovedDelegate_86; }
|
|
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 ** get_address_of__focusRemovedDelegate_86() { return &____focusRemovedDelegate_86; }
|
|
inline void set__focusRemovedDelegate_86(EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * value)
|
|
{
|
|
____focusRemovedDelegate_86 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____focusRemovedDelegate_86), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__audio_87() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____audio_87)); }
|
|
inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * get__audio_87() const { return ____audio_87; }
|
|
inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C ** get_address_of__audio_87() { return &____audio_87; }
|
|
inline void set__audio_87(AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * value)
|
|
{
|
|
____audio_87 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____audio_87), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__toCollectTextures_88() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____toCollectTextures_88)); }
|
|
inline List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * get__toCollectTextures_88() const { return ____toCollectTextures_88; }
|
|
inline List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 ** get_address_of__toCollectTextures_88() { return &____toCollectTextures_88; }
|
|
inline void set__toCollectTextures_88(List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * value)
|
|
{
|
|
____toCollectTextures_88 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____toCollectTextures_88), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onStageResized_89() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____onStageResized_89)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onStageResized_89() const { return ____onStageResized_89; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onStageResized_89() { return &____onStageResized_89; }
|
|
inline void set__onStageResized_89(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onStageResized_89 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onStageResized_89), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields
|
|
{
|
|
public:
|
|
// System.Boolean FairyGUI.Stage::_touchScreen
|
|
bool ____touchScreen_90;
|
|
// FairyGUI.IKeyboard FairyGUI.Stage::_keyboard
|
|
RuntimeObject* ____keyboard_91;
|
|
// FairyGUI.Stage FairyGUI.Stage::_inst
|
|
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * ____inst_92;
|
|
// System.Boolean FairyGUI.Stage::<keyboardInput>k__BackingField
|
|
bool ___U3CkeyboardInputU3Ek__BackingField_93;
|
|
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Stage::sTempList1
|
|
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ___sTempList1_94;
|
|
// System.Collections.Generic.List`1<System.Int32> FairyGUI.Stage::sTempList2
|
|
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___sTempList2_95;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__touchScreen_90() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ____touchScreen_90)); }
|
|
inline bool get__touchScreen_90() const { return ____touchScreen_90; }
|
|
inline bool* get_address_of__touchScreen_90() { return &____touchScreen_90; }
|
|
inline void set__touchScreen_90(bool value)
|
|
{
|
|
____touchScreen_90 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__keyboard_91() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ____keyboard_91)); }
|
|
inline RuntimeObject* get__keyboard_91() const { return ____keyboard_91; }
|
|
inline RuntimeObject** get_address_of__keyboard_91() { return &____keyboard_91; }
|
|
inline void set__keyboard_91(RuntimeObject* value)
|
|
{
|
|
____keyboard_91 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____keyboard_91), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__inst_92() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ____inst_92)); }
|
|
inline Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * get__inst_92() const { return ____inst_92; }
|
|
inline Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 ** get_address_of__inst_92() { return &____inst_92; }
|
|
inline void set__inst_92(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * value)
|
|
{
|
|
____inst_92 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____inst_92), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CkeyboardInputU3Ek__BackingField_93() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ___U3CkeyboardInputU3Ek__BackingField_93)); }
|
|
inline bool get_U3CkeyboardInputU3Ek__BackingField_93() const { return ___U3CkeyboardInputU3Ek__BackingField_93; }
|
|
inline bool* get_address_of_U3CkeyboardInputU3Ek__BackingField_93() { return &___U3CkeyboardInputU3Ek__BackingField_93; }
|
|
inline void set_U3CkeyboardInputU3Ek__BackingField_93(bool value)
|
|
{
|
|
___U3CkeyboardInputU3Ek__BackingField_93 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sTempList1_94() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ___sTempList1_94)); }
|
|
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get_sTempList1_94() const { return ___sTempList1_94; }
|
|
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of_sTempList1_94() { return &___sTempList1_94; }
|
|
inline void set_sTempList1_94(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
|
|
{
|
|
___sTempList1_94 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___sTempList1_94), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sTempList2_95() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ___sTempList2_95)); }
|
|
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * get_sTempList2_95() const { return ___sTempList2_95; }
|
|
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 ** get_address_of_sTempList2_95() { return &___sTempList2_95; }
|
|
inline void set_sTempList2_95(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * value)
|
|
{
|
|
___sTempList2_95 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___sTempList2_95), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.DirectoryInfo
|
|
struct DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F : public FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D
|
|
{
|
|
public:
|
|
// System.String System.IO.DirectoryInfo::current
|
|
String_t* ___current_6;
|
|
// System.String System.IO.DirectoryInfo::parent
|
|
String_t* ___parent_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_current_6() { return static_cast<int32_t>(offsetof(DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F, ___current_6)); }
|
|
inline String_t* get_current_6() const { return ___current_6; }
|
|
inline String_t** get_address_of_current_6() { return &___current_6; }
|
|
inline void set_current_6(String_t* value)
|
|
{
|
|
___current_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___current_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_parent_7() { return static_cast<int32_t>(offsetof(DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F, ___parent_7)); }
|
|
inline String_t* get_parent_7() const { return ___parent_7; }
|
|
inline String_t** get_address_of_parent_7() { return &___parent_7; }
|
|
inline void set_parent_7(String_t* value)
|
|
{
|
|
___parent_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___parent_7), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.AudioBehaviour
|
|
struct AudioBehaviour_tC612EC4E17A648A5C568621F3FBF1DBD773C71C7 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.MonoBehaviour
|
|
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// GameApplication
|
|
struct GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
|
|
{
|
|
public:
|
|
// System.Boolean GameApplication::buildApp
|
|
bool ___buildApp_5;
|
|
// System.Boolean GameApplication::printLog
|
|
bool ___printLog_6;
|
|
// System.Boolean GameApplication::accountTest
|
|
bool ___accountTest_7;
|
|
// System.Boolean GameApplication::isAndroid64bit
|
|
bool ___isAndroid64bit_8;
|
|
// UnityEngine.AudioSource GameApplication::musicSource
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * ___musicSource_9;
|
|
// UnityEngine.AudioSource GameApplication::voiceSource
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * ___voiceSource_10;
|
|
// DSLuaClient GameApplication::_luaClient
|
|
DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * ____luaClient_11;
|
|
// System.Int32 GameApplication::<StopMusic>k__BackingField
|
|
int32_t ___U3CStopMusicU3Ek__BackingField_12;
|
|
// System.String GameApplication::<GameInfo>k__BackingField
|
|
String_t* ___U3CGameInfoU3Ek__BackingField_13;
|
|
// System.Int32 GameApplication::_musicValue
|
|
int32_t ____musicValue_14;
|
|
// System.Int32 GameApplication::_soundValue
|
|
int32_t ____soundValue_15;
|
|
// TestConsole GameApplication::_console
|
|
TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 * ____console_16;
|
|
// ExceptionReporter GameApplication::_ex_reporter
|
|
ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA * ____ex_reporter_17;
|
|
// LuaInterface.LuaFunction GameApplication::_share_callback
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ____share_callback_18;
|
|
// LuaInterface.LuaFunction GameApplication::_wxlogin_callback
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ____wxlogin_callback_19;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buildApp_5() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___buildApp_5)); }
|
|
inline bool get_buildApp_5() const { return ___buildApp_5; }
|
|
inline bool* get_address_of_buildApp_5() { return &___buildApp_5; }
|
|
inline void set_buildApp_5(bool value)
|
|
{
|
|
___buildApp_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_printLog_6() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___printLog_6)); }
|
|
inline bool get_printLog_6() const { return ___printLog_6; }
|
|
inline bool* get_address_of_printLog_6() { return &___printLog_6; }
|
|
inline void set_printLog_6(bool value)
|
|
{
|
|
___printLog_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_accountTest_7() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___accountTest_7)); }
|
|
inline bool get_accountTest_7() const { return ___accountTest_7; }
|
|
inline bool* get_address_of_accountTest_7() { return &___accountTest_7; }
|
|
inline void set_accountTest_7(bool value)
|
|
{
|
|
___accountTest_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isAndroid64bit_8() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___isAndroid64bit_8)); }
|
|
inline bool get_isAndroid64bit_8() const { return ___isAndroid64bit_8; }
|
|
inline bool* get_address_of_isAndroid64bit_8() { return &___isAndroid64bit_8; }
|
|
inline void set_isAndroid64bit_8(bool value)
|
|
{
|
|
___isAndroid64bit_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_musicSource_9() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___musicSource_9)); }
|
|
inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * get_musicSource_9() const { return ___musicSource_9; }
|
|
inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C ** get_address_of_musicSource_9() { return &___musicSource_9; }
|
|
inline void set_musicSource_9(AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * value)
|
|
{
|
|
___musicSource_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___musicSource_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_voiceSource_10() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___voiceSource_10)); }
|
|
inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * get_voiceSource_10() const { return ___voiceSource_10; }
|
|
inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C ** get_address_of_voiceSource_10() { return &___voiceSource_10; }
|
|
inline void set_voiceSource_10(AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * value)
|
|
{
|
|
___voiceSource_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___voiceSource_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__luaClient_11() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ____luaClient_11)); }
|
|
inline DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * get__luaClient_11() const { return ____luaClient_11; }
|
|
inline DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C ** get_address_of__luaClient_11() { return &____luaClient_11; }
|
|
inline void set__luaClient_11(DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * value)
|
|
{
|
|
____luaClient_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____luaClient_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CStopMusicU3Ek__BackingField_12() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___U3CStopMusicU3Ek__BackingField_12)); }
|
|
inline int32_t get_U3CStopMusicU3Ek__BackingField_12() const { return ___U3CStopMusicU3Ek__BackingField_12; }
|
|
inline int32_t* get_address_of_U3CStopMusicU3Ek__BackingField_12() { return &___U3CStopMusicU3Ek__BackingField_12; }
|
|
inline void set_U3CStopMusicU3Ek__BackingField_12(int32_t value)
|
|
{
|
|
___U3CStopMusicU3Ek__BackingField_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CGameInfoU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___U3CGameInfoU3Ek__BackingField_13)); }
|
|
inline String_t* get_U3CGameInfoU3Ek__BackingField_13() const { return ___U3CGameInfoU3Ek__BackingField_13; }
|
|
inline String_t** get_address_of_U3CGameInfoU3Ek__BackingField_13() { return &___U3CGameInfoU3Ek__BackingField_13; }
|
|
inline void set_U3CGameInfoU3Ek__BackingField_13(String_t* value)
|
|
{
|
|
___U3CGameInfoU3Ek__BackingField_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CGameInfoU3Ek__BackingField_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__musicValue_14() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ____musicValue_14)); }
|
|
inline int32_t get__musicValue_14() const { return ____musicValue_14; }
|
|
inline int32_t* get_address_of__musicValue_14() { return &____musicValue_14; }
|
|
inline void set__musicValue_14(int32_t value)
|
|
{
|
|
____musicValue_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__soundValue_15() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ____soundValue_15)); }
|
|
inline int32_t get__soundValue_15() const { return ____soundValue_15; }
|
|
inline int32_t* get_address_of__soundValue_15() { return &____soundValue_15; }
|
|
inline void set__soundValue_15(int32_t value)
|
|
{
|
|
____soundValue_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__console_16() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ____console_16)); }
|
|
inline TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 * get__console_16() const { return ____console_16; }
|
|
inline TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 ** get_address_of__console_16() { return &____console_16; }
|
|
inline void set__console_16(TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 * value)
|
|
{
|
|
____console_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____console_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__ex_reporter_17() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ____ex_reporter_17)); }
|
|
inline ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA * get__ex_reporter_17() const { return ____ex_reporter_17; }
|
|
inline ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA ** get_address_of__ex_reporter_17() { return &____ex_reporter_17; }
|
|
inline void set__ex_reporter_17(ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA * value)
|
|
{
|
|
____ex_reporter_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____ex_reporter_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__share_callback_18() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ____share_callback_18)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get__share_callback_18() const { return ____share_callback_18; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of__share_callback_18() { return &____share_callback_18; }
|
|
inline void set__share_callback_18(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
____share_callback_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____share_callback_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__wxlogin_callback_19() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ____wxlogin_callback_19)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get__wxlogin_callback_19() const { return ____wxlogin_callback_19; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of__wxlogin_callback_19() { return &____wxlogin_callback_19; }
|
|
inline void set__wxlogin_callback_19(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
____wxlogin_callback_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____wxlogin_callback_19), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields
|
|
{
|
|
public:
|
|
// GameApplication GameApplication::Instance
|
|
GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * ___Instance_4;
|
|
// Version GameApplication::AppVersion
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___AppVersion_20;
|
|
// System.Boolean GameApplication::HideSdk
|
|
bool ___HideSdk_21;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Instance_4() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields, ___Instance_4)); }
|
|
inline GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * get_Instance_4() const { return ___Instance_4; }
|
|
inline GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 ** get_address_of_Instance_4() { return &___Instance_4; }
|
|
inline void set_Instance_4(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * value)
|
|
{
|
|
___Instance_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Instance_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_AppVersion_20() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields, ___AppVersion_20)); }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * get_AppVersion_20() const { return ___AppVersion_20; }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE ** get_address_of_AppVersion_20() { return &___AppVersion_20; }
|
|
inline void set_AppVersion_20(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * value)
|
|
{
|
|
___AppVersion_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___AppVersion_20), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_HideSdk_21() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields, ___HideSdk_21)); }
|
|
inline bool get_HideSdk_21() const { return ___HideSdk_21; }
|
|
inline bool* get_address_of_HideSdk_21() { return &___HideSdk_21; }
|
|
inline void set_HideSdk_21(bool value)
|
|
{
|
|
___HideSdk_21 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaClient
|
|
struct LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
|
|
{
|
|
public:
|
|
// LuaInterface.LuaState LuaClient::luaState
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___luaState_5;
|
|
// LuaLooper LuaClient::loop
|
|
LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * ___loop_6;
|
|
// LuaInterface.LuaFunction LuaClient::levelLoaded
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___levelLoaded_7;
|
|
// System.Boolean LuaClient::openLuaSocket
|
|
bool ___openLuaSocket_8;
|
|
// System.Boolean LuaClient::beZbStart
|
|
bool ___beZbStart_9;
|
|
// LuaInterface.LuaTable LuaClient::profiler
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___profiler_10;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_luaState_5() { return static_cast<int32_t>(offsetof(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301, ___luaState_5)); }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * get_luaState_5() const { return ___luaState_5; }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE ** get_address_of_luaState_5() { return &___luaState_5; }
|
|
inline void set_luaState_5(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * value)
|
|
{
|
|
___luaState_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___luaState_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_loop_6() { return static_cast<int32_t>(offsetof(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301, ___loop_6)); }
|
|
inline LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * get_loop_6() const { return ___loop_6; }
|
|
inline LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 ** get_address_of_loop_6() { return &___loop_6; }
|
|
inline void set_loop_6(LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * value)
|
|
{
|
|
___loop_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___loop_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_levelLoaded_7() { return static_cast<int32_t>(offsetof(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301, ___levelLoaded_7)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get_levelLoaded_7() const { return ___levelLoaded_7; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of_levelLoaded_7() { return &___levelLoaded_7; }
|
|
inline void set_levelLoaded_7(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
___levelLoaded_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___levelLoaded_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_openLuaSocket_8() { return static_cast<int32_t>(offsetof(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301, ___openLuaSocket_8)); }
|
|
inline bool get_openLuaSocket_8() const { return ___openLuaSocket_8; }
|
|
inline bool* get_address_of_openLuaSocket_8() { return &___openLuaSocket_8; }
|
|
inline void set_openLuaSocket_8(bool value)
|
|
{
|
|
___openLuaSocket_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_beZbStart_9() { return static_cast<int32_t>(offsetof(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301, ___beZbStart_9)); }
|
|
inline bool get_beZbStart_9() const { return ___beZbStart_9; }
|
|
inline bool* get_address_of_beZbStart_9() { return &___beZbStart_9; }
|
|
inline void set_beZbStart_9(bool value)
|
|
{
|
|
___beZbStart_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_profiler_10() { return static_cast<int32_t>(offsetof(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301, ___profiler_10)); }
|
|
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * get_profiler_10() const { return ___profiler_10; }
|
|
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 ** get_address_of_profiler_10() { return &___profiler_10; }
|
|
inline void set_profiler_10(LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * value)
|
|
{
|
|
___profiler_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___profiler_10), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301_StaticFields
|
|
{
|
|
public:
|
|
// LuaClient LuaClient::<Instance>k__BackingField
|
|
LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * ___U3CInstanceU3Ek__BackingField_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301_StaticFields, ___U3CInstanceU3Ek__BackingField_4)); }
|
|
inline LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * get_U3CInstanceU3Ek__BackingField_4() const { return ___U3CInstanceU3Ek__BackingField_4; }
|
|
inline LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 ** get_address_of_U3CInstanceU3Ek__BackingField_4() { return &___U3CInstanceU3Ek__BackingField_4; }
|
|
inline void set_U3CInstanceU3Ek__BackingField_4(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * value)
|
|
{
|
|
___U3CInstanceU3Ek__BackingField_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaLooper
|
|
struct LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
|
|
{
|
|
public:
|
|
// LuaInterface.LuaBeatEvent LuaLooper::<UpdateEvent>k__BackingField
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * ___U3CUpdateEventU3Ek__BackingField_4;
|
|
// LuaInterface.LuaBeatEvent LuaLooper::<LateUpdateEvent>k__BackingField
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * ___U3CLateUpdateEventU3Ek__BackingField_5;
|
|
// LuaInterface.LuaBeatEvent LuaLooper::<FixedUpdateEvent>k__BackingField
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * ___U3CFixedUpdateEventU3Ek__BackingField_6;
|
|
// LuaInterface.LuaState LuaLooper::luaState
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___luaState_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CUpdateEventU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3, ___U3CUpdateEventU3Ek__BackingField_4)); }
|
|
inline LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * get_U3CUpdateEventU3Ek__BackingField_4() const { return ___U3CUpdateEventU3Ek__BackingField_4; }
|
|
inline LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 ** get_address_of_U3CUpdateEventU3Ek__BackingField_4() { return &___U3CUpdateEventU3Ek__BackingField_4; }
|
|
inline void set_U3CUpdateEventU3Ek__BackingField_4(LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * value)
|
|
{
|
|
___U3CUpdateEventU3Ek__BackingField_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CUpdateEventU3Ek__BackingField_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CLateUpdateEventU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3, ___U3CLateUpdateEventU3Ek__BackingField_5)); }
|
|
inline LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * get_U3CLateUpdateEventU3Ek__BackingField_5() const { return ___U3CLateUpdateEventU3Ek__BackingField_5; }
|
|
inline LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 ** get_address_of_U3CLateUpdateEventU3Ek__BackingField_5() { return &___U3CLateUpdateEventU3Ek__BackingField_5; }
|
|
inline void set_U3CLateUpdateEventU3Ek__BackingField_5(LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * value)
|
|
{
|
|
___U3CLateUpdateEventU3Ek__BackingField_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CLateUpdateEventU3Ek__BackingField_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CFixedUpdateEventU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3, ___U3CFixedUpdateEventU3Ek__BackingField_6)); }
|
|
inline LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * get_U3CFixedUpdateEventU3Ek__BackingField_6() const { return ___U3CFixedUpdateEventU3Ek__BackingField_6; }
|
|
inline LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 ** get_address_of_U3CFixedUpdateEventU3Ek__BackingField_6() { return &___U3CFixedUpdateEventU3Ek__BackingField_6; }
|
|
inline void set_U3CFixedUpdateEventU3Ek__BackingField_6(LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * value)
|
|
{
|
|
___U3CFixedUpdateEventU3Ek__BackingField_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CFixedUpdateEventU3Ek__BackingField_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_luaState_7() { return static_cast<int32_t>(offsetof(LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3, ___luaState_7)); }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * get_luaState_7() const { return ___luaState_7; }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE ** get_address_of_luaState_7() { return &___luaState_7; }
|
|
inline void set_luaState_7(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * value)
|
|
{
|
|
___luaState_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___luaState_7), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// SDKCallBack
|
|
struct SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
|
|
{
|
|
public:
|
|
// System.Action`2<System.Int32,System.String> SDKCallBack::<AuthCallback>k__BackingField
|
|
Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * ___U3CAuthCallbackU3Ek__BackingField_5;
|
|
// System.Action SDKCallBack::<ShareCallback>k__BackingField
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___U3CShareCallbackU3Ek__BackingField_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CAuthCallbackU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05, ___U3CAuthCallbackU3Ek__BackingField_5)); }
|
|
inline Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * get_U3CAuthCallbackU3Ek__BackingField_5() const { return ___U3CAuthCallbackU3Ek__BackingField_5; }
|
|
inline Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 ** get_address_of_U3CAuthCallbackU3Ek__BackingField_5() { return &___U3CAuthCallbackU3Ek__BackingField_5; }
|
|
inline void set_U3CAuthCallbackU3Ek__BackingField_5(Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * value)
|
|
{
|
|
___U3CAuthCallbackU3Ek__BackingField_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CAuthCallbackU3Ek__BackingField_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CShareCallbackU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05, ___U3CShareCallbackU3Ek__BackingField_6)); }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_U3CShareCallbackU3Ek__BackingField_6() const { return ___U3CShareCallbackU3Ek__BackingField_6; }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_U3CShareCallbackU3Ek__BackingField_6() { return &___U3CShareCallbackU3Ek__BackingField_6; }
|
|
inline void set_U3CShareCallbackU3Ek__BackingField_6(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value)
|
|
{
|
|
___U3CShareCallbackU3Ek__BackingField_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CShareCallbackU3Ek__BackingField_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05_StaticFields
|
|
{
|
|
public:
|
|
// SDKCallBack SDKCallBack::<Instance>k__BackingField
|
|
SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * ___U3CInstanceU3Ek__BackingField_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05_StaticFields, ___U3CInstanceU3Ek__BackingField_4)); }
|
|
inline SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * get_U3CInstanceU3Ek__BackingField_4() const { return ___U3CInstanceU3Ek__BackingField_4; }
|
|
inline SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 ** get_address_of_U3CInstanceU3Ek__BackingField_4() { return &___U3CInstanceU3Ek__BackingField_4; }
|
|
inline void set_U3CInstanceU3Ek__BackingField_4(SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * value)
|
|
{
|
|
___U3CInstanceU3Ek__BackingField_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.AudioSource
|
|
struct AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C : public AudioBehaviour_tC612EC4E17A648A5C568621F3FBF1DBD773C71C7
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// VerCheck
|
|
struct VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
|
|
{
|
|
public:
|
|
// FairyGUI.GComponent VerCheck::_version_view
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____version_view_4;
|
|
// securityConnection VerCheck::conn
|
|
securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B ___conn_6;
|
|
// System.Boolean VerCheck::isGFF
|
|
bool ___isGFF_7;
|
|
// System.Boolean VerCheck::isDXYGFF
|
|
bool ___isDXYGFF_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__version_view_4() { return static_cast<int32_t>(offsetof(VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7, ____version_view_4)); }
|
|
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__version_view_4() const { return ____version_view_4; }
|
|
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__version_view_4() { return &____version_view_4; }
|
|
inline void set__version_view_4(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
|
|
{
|
|
____version_view_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____version_view_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_conn_6() { return static_cast<int32_t>(offsetof(VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7, ___conn_6)); }
|
|
inline securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B get_conn_6() const { return ___conn_6; }
|
|
inline securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B * get_address_of_conn_6() { return &___conn_6; }
|
|
inline void set_conn_6(securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B value)
|
|
{
|
|
___conn_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___conn_6))->___ip_0), (void*)NULL);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isGFF_7() { return static_cast<int32_t>(offsetof(VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7, ___isGFF_7)); }
|
|
inline bool get_isGFF_7() const { return ___isGFF_7; }
|
|
inline bool* get_address_of_isGFF_7() { return &___isGFF_7; }
|
|
inline void set_isGFF_7(bool value)
|
|
{
|
|
___isGFF_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isDXYGFF_8() { return static_cast<int32_t>(offsetof(VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7, ___isDXYGFF_8)); }
|
|
inline bool get_isDXYGFF_8() const { return ___isDXYGFF_8; }
|
|
inline bool* get_address_of_isDXYGFF_8() { return &___isDXYGFF_8; }
|
|
inline void set_isDXYGFF_8(bool value)
|
|
{
|
|
___isDXYGFF_8 = value;
|
|
}
|
|
};
|
|
|
|
struct VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7_StaticFields
|
|
{
|
|
public:
|
|
// VerCheck VerCheck::<Instance>k__BackingField
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * ___U3CInstanceU3Ek__BackingField_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7_StaticFields, ___U3CInstanceU3Ek__BackingField_5)); }
|
|
inline VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * get_U3CInstanceU3Ek__BackingField_5() const { return ___U3CInstanceU3Ek__BackingField_5; }
|
|
inline VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 ** get_address_of_U3CInstanceU3Ek__BackingField_5() { return &___U3CInstanceU3Ek__BackingField_5; }
|
|
inline void set_U3CInstanceU3Ek__BackingField_5(VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * value)
|
|
{
|
|
___U3CInstanceU3Ek__BackingField_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// DSLuaClient
|
|
struct DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C : public LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301
|
|
{
|
|
public:
|
|
// LuaInterface.LuaFunction DSLuaClient::_applicationPause
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ____applicationPause_11;
|
|
// LuaInterface.LuaFunction DSLuaClient::_applicationActive
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ____applicationActive_12;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__applicationPause_11() { return static_cast<int32_t>(offsetof(DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C, ____applicationPause_11)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get__applicationPause_11() const { return ____applicationPause_11; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of__applicationPause_11() { return &____applicationPause_11; }
|
|
inline void set__applicationPause_11(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
____applicationPause_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____applicationPause_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__applicationActive_12() { return static_cast<int32_t>(offsetof(DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C, ____applicationActive_12)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get__applicationActive_12() const { return ____applicationActive_12; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of__applicationActive_12() { return &____applicationActive_12; }
|
|
inline void set__applicationActive_12(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
____applicationActive_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____applicationActive_12), (void*)value);
|
|
}
|
|
};
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) uint8_t m_Items[1];
|
|
|
|
public:
|
|
inline uint8_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.String[]
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) String_t* m_Items[1];
|
|
|
|
public:
|
|
inline String_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
|
|
|
|
public:
|
|
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Delegate_t * m_Items[1];
|
|
|
|
public:
|
|
inline Delegate_t * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Delegate_t * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Type_t * m_Items[1];
|
|
|
|
public:
|
|
inline Type_t * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Type_t ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Type_t * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
|
|
IL2CPP_EXTERN_C void Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshal_pinvoke(const Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4& unmarshaled, Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshal_pinvoke_back(const Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke& marshaled, Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4& unmarshaled);
|
|
IL2CPP_EXTERN_C void Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshal_pinvoke_cleanup(Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke& marshaled);
|
|
|
|
// System.Void System.Action`2<System.Int32,System.Object>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m16D259E051184E923B770FB5F194556398E0838B_gshared (Action_2_tCC05A68F0FC31E84E54091438749644062A6C27F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// !!0 UnityEngine.GameObject::AddComponent<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaFunction::Call<System.Int32>(T1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_Call_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m92D004180AC5D44B0271C0527A0BF8F853C28011_gshared (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, int32_t ___arg10, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaFunction::Call<System.Int32,System.Object>(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_Call_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisRuntimeObject_mAB7BA44519CCEE3806F0D4A0919E6B1EF1C113FD_gshared (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, int32_t ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method);
|
|
// T taurus.unity.ResourcesManager::LoadObject<System.Object>(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourcesManager_LoadObject_TisRuntimeObject_m934D85F251E5843CBA88E28E8EE97B2AB66323C7_gshared (String_t* ___path0, const RuntimeMethod* method);
|
|
// T taurus.unity.ResourcesManager::LoadObjectByGroup<System.Object>(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourcesManager_LoadObjectByGroup_TisRuntimeObject_mF16815A5CEB8CF2B1513E6A4E7DE9604A5F013C4_gshared (String_t* ___path0, String_t* ___groupName1, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.ToLua::CheckObject<System.Object>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_CheckObject_TisRuntimeObject_m370F9C78E9B5704DCD6C96E0862500C4AE58705D_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushSealed<System.Object>(System.IntPtr,T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushSealed_TisRuntimeObject_m80A7F6E688007E3366F5ACE882AFD53AD3F838FD_gshared (intptr_t ___L0, RuntimeObject * ___o1, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::ContainsKey(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
|
|
// !1 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Item(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m6625C3BA931A6EE5D6DB46B9E743B40AAA30010B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::set_Item(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
|
|
// System.Void System.Action`2<System.Object,System.Object>::Invoke(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m1738FFAE74BE5E599FD42520FA2BEF69D1AC4709_gshared (Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
|
|
// System.Void System.Action`1<System.Int32>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m2CDF7A9DFEDA8D59543C004CB97A89C47A0CDC3E_gshared (Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// !!0[] System.Array::Empty<System.Object>()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared_inline (const RuntimeMethod* method);
|
|
// System.Void System.Action`1<System.Int32>::Invoke(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m236B4013FB31497A692E886DB7DC16D52BE79500_gshared (Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * __this, int32_t ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Object>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRuntimeObject_TisRuntimeObject_m4CA678BACE3949B36B289C261EAE5FFB79DDCAEA_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Delegate LuaInterface.ToLua::CheckDelegate<System.Object>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * ToLua_CheckDelegate_TisRuntimeObject_mE08C2D14C48B31A56F9D31A866A4736B1AB2B766_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Void Singleton`1<System.Object>::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Singleton_1_Init_mFDB6E6B6A3CFD6D89746D3A9ED2D345D2EE97C83_gshared (Singleton_1_t2F491137FD6609FA1D09DC5EF3D792449E0912F4 * __this, const RuntimeMethod* method);
|
|
// System.Void Singleton`1<System.Object>::UnInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Singleton_1_UnInit_m24477D601F705817E4DCB7B26ED4460CE4843D53_gshared (Singleton_1_t2F491137FD6609FA1D09DC5EF3D792449E0912F4 * __this, const RuntimeMethod* method);
|
|
// System.Void Singleton`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Singleton_1__ctor_mB8E4278639052D114476184B9AD56C1A63280B77_gshared (Singleton_1_t2F491137FD6609FA1D09DC5EF3D792449E0912F4 * __this, const RuntimeMethod* method);
|
|
// System.Delegate LuaInterface.DelegateTraits`1<System.Object>::Create(LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
|
|
// System.Delegate LuaInterface.DelegateTraits`1<System.Object>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_2__ctor_mB5641B8D7675F2DA752CDF3CF5FF1D5AB91D3280_gshared (UnityAction_2_t77680359D738D69E578F3A74D50CD3FA8D775A60 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// T LuaInterface.LuaState::Require<System.Object>(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaState_Require_TisRuntimeObject_m3643F8EC988B42F64F8C5D719A4543C39499B49A_gshared (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___fileName0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaTable::Call<System.Object>(System.String,T1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaTable_Call_TisRuntimeObject_mD8173DA3EA05148303F710408468D0958F98727C_gshared (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, String_t* ___name0, RuntimeObject * ___arg11, const RuntimeMethod* method);
|
|
// R1 LuaInterface.LuaFunction::Invoke<System.Boolean>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaFunction_Invoke_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m4EF154F143C6807BFA46492D544ABB22A8192E40_gshared (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, const RuntimeMethod* method);
|
|
// System.Void System.Action`1<System.Object>::Invoke(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_gshared (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<!0>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m6E336459937EBBC514F001464CC3771240EEBB87_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject* ___collection0, const RuntimeMethod* method);
|
|
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
|
|
// !0 System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
|
|
// System.IntPtr System.Runtime.InteropServices.Marshal::GetFunctionPointerForDelegate<System.Object>(!!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_GetFunctionPointerForDelegate_TisRuntimeObject_m48759D7F3A90CB3B0B0E73773B1E40147247A61B_gshared (RuntimeObject * ___d0, const RuntimeMethod* method);
|
|
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// BestHTTP.HTTPRequestStates BestHTTP.HTTPRequest::get_State()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_State_mFD6F0D5B86F5793F36B153814F2516E6938906FB_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// BestHTTP.HTTPResponse BestHTTP.HTTPRequest::get_Response()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Boolean BestHTTP.HTTPResponse::get_IsSuccess()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsSuccess_m861D4F6CD1B008249660312BEF79CB07D4EE56C6 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method);
|
|
// System.Byte[] BestHTTP.HTTPResponse::get_Data()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HTTPResponse_get_Data_mF67E7FCFA2CCE8E1293D694B35E133F7CAD7E51F_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method);
|
|
// System.Void System.IO.File::WriteAllBytes(System.String,System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_WriteAllBytes_m07F13C1CA0BD0960392C78AB99E0F19564F9B594 (String_t* ___path0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaFunction::Call()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_Call_m0A1E4C156A3435A01D661CE958D9B76790CC8F65 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.unity.TaurusUnity::init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaurusUnity_init_mE1F5819830486092B65D53C9782119DF7DF7531D (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Screen::set_sleepTimeout(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Screen_set_sleepTimeout_mFC7D38BCAAF219C40C42E5C38B1B207490E6D025 (int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Application::set_targetFrameRate(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_set_targetFrameRate_mC20C40E50BAB994B10DDAC0E3C26A851025337BC (int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Application::set_runInBackground(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_set_runInBackground_mFA0776084D9A103EE79F8692C3F33BA3248565EC (bool ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Screen::set_fullScreen(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Screen_set_fullScreen_mB2077AD460FAEE1FEA38D824339FFD22656B5322 (bool ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Debug::set_developerConsoleVisible(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_set_developerConsoleVisible_mD6E7060D2FF0AB9619B1F10913DA7F2B91F19B07 (bool ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Input::set_multiTouchEnabled(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Input_set_multiTouchEnabled_mE13A2E16344F5F194581917522F067AEFAADBE07 (bool ___value0, const RuntimeMethod* method);
|
|
// FairyGUI.Stage FairyGUI.Stage::get_inst()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321 (const RuntimeMethod* method);
|
|
// System.Void FairyGUI.Stage::set_soundVolume(System.Single)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Stage_set_soundVolume_m3D57A92C92CB286DD415B98F920A0DD0E56D6B3E_inline (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, float ___value0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.PlayerPrefs::GetInt(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PlayerPrefs_GetInt_m1CBBA4989F15BA668EE24950D3C6B56E2ED20BD6 (String_t* ___key0, int32_t ___defaultValue1, const RuntimeMethod* method);
|
|
// System.Void GameApplication::set_MusicValue(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_set_MusicValue_mD288395BAC64DEB2EA3AF50702196559ECF2E709 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void GameApplication::set_SoundValue(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_set_SoundValue_m4BE01177754EB614BC71AD6E09366656D11B4298 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.NetManager::set_TIMEOUT_TIME(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetManager_set_TIMEOUT_TIME_m836CCECBBEB6030B43C8EA4369F3216FEA4D65AF (int32_t ___value0, const RuntimeMethod* method);
|
|
// SDKCallBack SDKCallBack::get_Instance()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * SDKCallBack_get_Instance_m6E7E79FC4AC77D3AC3F36A4C4774DFAD786D1540_inline (const RuntimeMethod* method);
|
|
// System.Void System.Action`2<System.Int32,System.String>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_2__ctor_mB229F6DE1D144FF630CA672440A3727286CDF502 (Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m16D259E051184E923B770FB5F194556398E0838B_gshared)(__this, ___object0, ___method1, method);
|
|
}
|
|
// System.Void SDKCallBack::set_AuthCallback(System.Action`2<System.Int32,System.String>)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SDKCallBack_set_AuthCallback_m627315A573877D393E5C6622F01BA4F7E32CAEF0_inline (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Action::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760 (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Void SDKCallBack::set_ShareCallback(System.Action)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SDKCallBack_set_ShareCallback_mAB70BBE84E540DBBB43AE71E305A10CF4FFB0F90_inline (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___value0, const RuntimeMethod* method);
|
|
// UnityEngine.GameObject UnityEngine.Component::get_gameObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method);
|
|
// !!0 UnityEngine.GameObject::AddComponent<DSLuaClient>()
|
|
inline DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * GameObject_AddComponent_TisDSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C_mE6F2FEDF64A557BABC4339E9C35DC684E1ACC7B5 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared)(__this, method);
|
|
}
|
|
// System.Void Voice::CrealRecord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Voice_CrealRecord_m19013DB1747A29D41F9CB44C668897FF1F98C61C (const RuntimeMethod* method);
|
|
// VerCheck VerCheck::get_Instance()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * VerCheck_get_Instance_m8E3F89F2119C82B8E61B8668C3C48C6BAC1CCAC0_inline (const RuntimeMethod* method);
|
|
// System.Void VerCheck::ResetGame()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerCheck_ResetGame_m0D61AD00EBBDB491AE89C952B8FB8EEAB5F89927 (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.unity.TaurusUnity::update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaurusUnity_update_m6D6D27A54B3E889088B63F8F8B0837CED191D73C (const RuntimeMethod* method);
|
|
// System.Void GameApplication::__PlayMusic()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication___PlayMusic_m5B9B3BC724B11F7C5DF760B99F026EF50194420D (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method);
|
|
// System.Void DSLuaClient::OnApplicationActive()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSLuaClient_OnApplicationActive_mC611163DC8BE7FF25E381041ACCBF5D1E9AEE859 (DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * __this, const RuntimeMethod* method);
|
|
// System.Void DSLuaClient::OnApplicationPause1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSLuaClient_OnApplicationPause1_m8C4567B61FF35DD1F4EB9D46F75472D23D104F31 (DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * __this, const RuntimeMethod* method);
|
|
// System.Void taurus.unity.TaurusUnity::destroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaurusUnity_destroy_m54F8E01C2856280153D74E98ED14250C6EAFA588 (const RuntimeMethod* method);
|
|
// System.Object LuaInterface.LuaTable::get_Item(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaTable_get_Item_m2A972E8297994F5D4CA69C9092AD3BA8F3D8A50E (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, String_t* ___key0, const RuntimeMethod* method);
|
|
// System.String System.String::Replace(System.Char,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m276641366A463205C185A9B3DC0E24ECB95122C9 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method);
|
|
// System.String[] System.IO.Directory::GetFiles(System.String,System.String,System.IO.SearchOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_GetFiles_mF7A1573C8A6D64E4C33BE54A8E8767BF90CAA531 (String_t* ___path0, String_t* ___searchPattern1, int32_t ___searchOption2, const RuntimeMethod* method);
|
|
// System.String System.IO.Path::GetFileNameWithoutExtension(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFileNameWithoutExtension_m90A3C4CEB8936011D1A392BB7E98991482E0C198 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method);
|
|
// LuaClient LuaClient::get_Instance()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * LuaClient_get_Instance_mFA5CDDA1B5CBCE33BE3763886CFDB5220140B2CF_inline (const RuntimeMethod* method);
|
|
// System.Void DSLuaClient::Reload(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSLuaClient_Reload_mD2FCC8102E484FFB7FDCE6847808CA4743C60430 (DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * __this, String_t* ___moduleFileName0, const RuntimeMethod* method);
|
|
// System.Void PlatformIOS::ShareLink(System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformIOS_ShareLink_m4D26AB38C3901BDE2A0288C5D1B0814B422849D2 (int32_t ___id0, String_t* ___json_data1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.LuaBaseRef::op_Inequality(LuaInterface.LuaBaseRef,LuaInterface.LuaBaseRef)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220 (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___a0, LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___b1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaFunction::Call<System.Int32>(T1)
|
|
inline void LuaFunction_Call_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m92D004180AC5D44B0271C0527A0BF8F853C28011 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, int32_t ___arg10, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, int32_t, const RuntimeMethod*))LuaFunction_Call_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m92D004180AC5D44B0271C0527A0BF8F853C28011_gshared)(__this, ___arg10, method);
|
|
}
|
|
// System.Void PlatformIOS::CopyToClipboard(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformIOS_CopyToClipboard_m6BB8AEF4CDC44702C36C28599283B559D15B784D (String_t* ___input0, const RuntimeMethod* method);
|
|
// System.Single PlatformIOS::GetBatteryLevel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PlatformIOS_GetBatteryLevel_m16F15BFDDFE37F55421B4DAEE4348A5A0FA51B2A (const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Mathf::FloorToInt(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C (float ___f0, const RuntimeMethod* method);
|
|
// System.Void ExceptionReporter::init(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionReporter_init_mD53FDCCDCAA206F75871004266D2924507C65A88 (ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA * __this, String_t* ___androidAppID0, String_t* ___iosAppID1, const RuntimeMethod* method);
|
|
// System.Void ExceptionReporter::setUserID(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionReporter_setUserID_mDB995758A632CAF9497C816A08A7EBC2A726BD9C (ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA * __this, String_t* ___userID0, const RuntimeMethod* method);
|
|
// System.Void ExceptionReporter::AddUserValue(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionReporter_AddUserValue_m0A7A2B3A4B38AAC66474D364286FE24D8B506C50 (ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaFunction::Call<System.Int32,System.String>(T1,T2)
|
|
inline void LuaFunction_Call_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisString_t_m22923E54E77D8C995E27A0163098DBFF92E9E8E3 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, int32_t ___arg10, String_t* ___arg21, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, int32_t, String_t*, const RuntimeMethod*))LuaFunction_Call_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisRuntimeObject_mAB7BA44519CCEE3806F0D4A0919E6B1EF1C113FD_gshared)(__this, ___arg10, ___arg21, method);
|
|
}
|
|
// System.Void PlatformIOS::WXLogin()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformIOS_WXLogin_m88AC1801DA56706C8BEF249B149A7CE00069BF1B (const RuntimeMethod* method);
|
|
// System.String PlatformIOS::GetRoomID()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformIOS_GetRoomID_mF660EA039DDB0BA5F945578F2105BB6DB5C89C1D (const RuntimeMethod* method);
|
|
// T taurus.unity.ResourcesManager::LoadObject<UnityEngine.AudioClip>(System.String)
|
|
inline AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ResourcesManager_LoadObject_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_mBA19882D66719EBF1B0613AC4E515CC48A0FAB21 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
return (( AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * (*) (String_t*, const RuntimeMethod*))ResourcesManager_LoadObject_TisRuntimeObject_m934D85F251E5843CBA88E28E8EE97B2AB66323C7_gshared)(___path0, method);
|
|
}
|
|
// System.Void UnityEngine.AudioSource::set_clip(UnityEngine.AudioClip)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_clip_mF574231E0B749E0167CAF9E4FCBA06BAA0F9ED9B (AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * __this, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___value0, const RuntimeMethod* method);
|
|
// T taurus.unity.ResourcesManager::LoadObjectByGroup<UnityEngine.AudioClip>(System.String,System.String)
|
|
inline AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ResourcesManager_LoadObjectByGroup_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_mDDA9A5337BA69D8A1D41B0193074E2FCDBD6E784 (String_t* ___path0, String_t* ___groupName1, const RuntimeMethod* method)
|
|
{
|
|
return (( AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * (*) (String_t*, String_t*, const RuntimeMethod*))ResourcesManager_LoadObjectByGroup_TisRuntimeObject_mF16815A5CEB8CF2B1513E6A4E7DE9604A5F013C4_gshared)(___path0, ___groupName1, method);
|
|
}
|
|
// System.Void UnityEngine.AudioSource::PlayOneShot(UnityEngine.AudioClip,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_PlayOneShot_mA65B809A4480039CD8337ABF45C0E57E137EED41 (AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * __this, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___clip0, float ___volumeScale1, const RuntimeMethod* method);
|
|
// System.Void FairyGUI.Stage::PlayOneShotSound(UnityEngine.AudioClip)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_PlayOneShotSound_m4542A86B824AAF8116EAB9CF9D2027495AB70363 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___clip0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplication::get_StopMusic()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t GameApplication_get_StopMusic_m2411CB24EEAEF3EA9BC58AFEB27F14C2310A6E0C_inline (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.AudioSource::get_isPlaying()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AudioSource_get_isPlaying_m5112A878573652681F40C82F0D8103C999978F3C (AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AudioSource::Pause()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_Pause_m279B116A62699983F6B5347FD4770358D7794F3C (AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AudioSource::Play()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_Play_m0BA206481892AA4AF7DB2900A0B0805076516164 (AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AudioSource::Stop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_Stop_m488F7AA7F7067DE3EC92CEE3413E86C2E5940200 (AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AudioSource::set_volume(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_volume_mF1757D70EE113871724334D13F70EF1ED033BA06 (AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * __this, float ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.PlayerPrefs::SetInt(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerPrefs_SetInt_mBF4101DF829B4738CCC293E1C2D173AEE45EFE62 (String_t* ___key0, int32_t ___value1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.PlayerPrefs::Save()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerPrefs_Save_m6CC1FE22D4B10AC819F55802D725BE17EA2AD37B (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.MonoBehaviour::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97 (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * __this, const RuntimeMethod* method);
|
|
// System.Void Version::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Version__ctor_m9500BF45B794A84E8CD617BA4946F123DA24F265 (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, String_t* ___version0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::RestartGame(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_RestartGame_mD2C83CD953920649A0C5A35FE8ED77A0E1FFC156 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::UnExtendLua(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_UnExtendLua_m00CD72E82CEA9FB64DF1389F0B978D77AB498BA4 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::ShareLink(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_ShareLink_m7CEFD371B9B0AA226162AFBE59D213696866B136 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::CopyToClipboard(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_CopyToClipboard_m5E588F97B791CED059EE2CE342C3763AC97D9987 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::GetBatteryLevel(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_GetBatteryLevel_mA950A131218CEA2C096886F354E79303CF0F6414 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::InitBugly(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_InitBugly_m8136A0A042C4BF49F4EE8EEE6C24730651410929 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::SetBuglyUserID(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_SetBuglyUserID_m095E088754A1292D281AB27C8043E5EFEA761EFB (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::AddBuglyUserValue(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_AddBuglyUserValue_mBA8789D05044ED992D06BC9C0D86F3A0008B1BA5 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::WXLogin(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_WXLogin_mEA3C73A56F920E651ADFFB56C49417D6C81219E8 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::GetRoomID(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_GetRoomID_mB2A3E462E14179501FC6458565F289BB74B28C7D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::PlayMuisc(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_PlayMuisc_m510578B81A9C73FCB8B8E5F5B5EA63A45B1860AA (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::PlayVoice(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_PlayVoice_m7ABD59A2932A2124FC0E841833603E8932DF3C68 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::PlaySound(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_PlaySound_m6CFA596CEA95B2C0F0992FDC1C4E904EFA90EFD9 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::InitBaiduMap(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_InitBaiduMap_m61F673DBC96C345A9604CC4DB89E0EFC9947463B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::op_Equality(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_op_Equality_mFD371983042712F80EFC5DF5DB31CF70A418272D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::get_Instance(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_get_Instance_m36CCC8A399E6FAD7739736B1C0E50E0625965ADE (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::get_buildApp(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_get_buildApp_mFA01B25A609416A8514D94403E768CF576ED5406 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::get_printLog(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_get_printLog_m7BACB3CF7AC6940FA1CD0B74F2499B8C4AF35573 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::get_accountTest(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_get_accountTest_mE4F8CD0010D4902FC974886865BA139E32F03B83 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::get_musicSource(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_get_musicSource_m7038CAEB532FB114EBF71C44682C2D88A75F656D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::get_voiceSource(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_get_voiceSource_mC63D3D9AD41D67AA87B79FF6BEDC32ABA10651A5 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::get_HideSdk(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_get_HideSdk_mC857FB8034960C8C85C2AC7C270850484945DE7D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::get_StopMusic(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_get_StopMusic_m8910BA3CC166488A86867A4FDDAC600BF9B754E2 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::get_GameInfo(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_get_GameInfo_m9EEC3934DBF202CD8D395FB8866733FC186A4574 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::get_MusicValue(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_get_MusicValue_mE323A1F2D86777049AC981F22A4F94319C7607B4 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::get_SoundValue(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_get_SoundValue_mB135DE3329EFC2A7D8A26E2062C21D88B0F9E490 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::set_Instance(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_set_Instance_mBF85CBAE3D1433F569627F0B7B2DDFADFF5D1C0E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::set_buildApp(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_set_buildApp_m7CCFEF14C2EEEF267DE7450A5DBEB113C058AE59 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::set_printLog(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_set_printLog_mC4F95ECDABE2231D2F0F10C0F02BAC43D37414F5 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::set_accountTest(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_set_accountTest_mE4A018F36EB4D003701A2BAAAE8E6FFB94CAE304 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::set_musicSource(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_set_musicSource_mC48384350639A0387811DF3D51F2FF2699F78382 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::set_voiceSource(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_set_voiceSource_m844597BF1211AF9C1B658BF5B6678D0FB2AB0019 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::set_HideSdk(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_set_HideSdk_m4027CFAB0F50C898CCBFEDB984C7964350C34504 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::set_StopMusic(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_set_StopMusic_m80224F5F14FFFD5E9AB6395A1B6E457978C90F0B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::set_GameInfo(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_set_GameInfo_m7B3A8F62DA6C613FDA032B09A0D7C0CC25A71D33 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::set_MusicValue(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_set_MusicValue_m71C9F9F40CC044A747F7290C962EC375F9B95A73 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplicationWrap::set_SoundValue(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_set_SoundValue_m32303FA988363911B9007C79217C6A88B08757F1 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaState::BeginClass(System.Type,System.Type,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaState_BeginClass_mFF579B6B50F9A988587776B4214CA369845A4C71 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, Type_t * ___t0, Type_t * ___baseType1, String_t* ___name2, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaCSFunction::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::RegFunction(System.String,LuaInterface.LuaCSFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___name0, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___func1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::RegVar(System.String,LuaInterface.LuaCSFunction,LuaInterface.LuaCSFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___name0, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___get1, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___set2, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::EndClass()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::CheckArgsCount(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B (intptr_t ___L0, int32_t ___count1, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.ToLua::CheckObject<GameApplication>(System.IntPtr,System.Int32)
|
|
inline RuntimeObject * ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject * (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckObject_TisRuntimeObject_m370F9C78E9B5704DCD6C96E0862500C4AE58705D_gshared)(___L0, ___stackPos1, method);
|
|
}
|
|
// System.Void GameApplication::RestartGame()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_RestartGame_m7562AD55E66DB07745151BF0B051F7F020B22A4F (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::toluaL_exception(System.IntPtr,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960 (intptr_t ___L0, Exception_t * ___e1, const RuntimeMethod* method);
|
|
// LuaInterface.LuaTable LuaInterface.ToLua::CheckLuaTable(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Void GameApplication::UnExtendLua(LuaInterface.LuaTable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_UnExtendLua_mB8CE673663B8977CE2C67A94C84075E6538CCA34 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___game_data0, const RuntimeMethod* method);
|
|
// System.Double LuaInterface.LuaDLL::luaL_checknumber(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.String LuaInterface.ToLua::CheckString(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// LuaInterface.LuaFunction LuaInterface.ToLua::CheckLuaFunction(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Void GameApplication::ShareLink(System.Int32,System.String,LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_ShareLink_mBB61976B3900DAB01192FCFAF456EB8C3177707D (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, int32_t ___id0, String_t* ___json_data1, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback2, const RuntimeMethod* method);
|
|
// System.Void GameApplication::CopyToClipboard(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_CopyToClipboard_mC9D07BABDF08DC4CECD919943044B8BAD6090828 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___input0, const RuntimeMethod* method);
|
|
// System.Int32 GameApplication::GetBatteryLevel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplication_GetBatteryLevel_m1D6076D9558225E51C93B4B832AEBE4D161C7F1A (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::lua_pushinteger(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23 (intptr_t ___L0, int32_t ___n1, const RuntimeMethod* method);
|
|
// System.Void GameApplication::InitBugly(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_InitBugly_m58455E63368EDF38A0C5779D7AEC2BDE7BCEBF67 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___androidID0, String_t* ___iosID1, const RuntimeMethod* method);
|
|
// System.Void GameApplication::SetBuglyUserID(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_SetBuglyUserID_m651E904A99E1388B1000D47BF01D41F1F27BF95F (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___userid0, const RuntimeMethod* method);
|
|
// System.Void GameApplication::AddBuglyUserValue(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_AddBuglyUserValue_m34EB6373F061A5A60ED2EAD76018C7E927DBA1C8 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method);
|
|
// System.Void GameApplication::WXLogin(LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_WXLogin_m5EBEAEEFE4FF4F84CE9C948CB4A62E0E348DBDCD (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback0, const RuntimeMethod* method);
|
|
// System.String GameApplication::GetRoomID()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GameApplication_GetRoomID_mE265A3E5BA40B9CB7EA77CCE08C3A74709ADFEFF (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::lua_pushstring(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7 (intptr_t ___luaState0, String_t* ___str1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_gettop(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858 (intptr_t ___luaState0, const RuntimeMethod* method);
|
|
// System.Void GameApplication::PlayMuisc(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_PlayMuisc_m67D720B67902B1CF890C0F5DEBFF4D43CA53A80C (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Void GameApplication::PlayMuisc(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_PlayMuisc_mD8E789BFC380BEF5E6BA25C7C77C37D95D343C4B (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___groupName0, String_t* ___path1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_throw(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828 (intptr_t ___L0, String_t* ___message1, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.ToLua::CheckObject(System.IntPtr,System.Int32,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B (intptr_t ___L0, int32_t ___stackPos1, Type_t * ___type2, const RuntimeMethod* method);
|
|
// System.Void GameApplication::PlayVoice(UnityEngine.AudioClip)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_PlayVoice_m5AA09FE37A46C0643943599613B9C0C591ACB06E (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___clip0, const RuntimeMethod* method);
|
|
// System.Void GameApplication::PlaySound(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_PlaySound_mCFBF275120CF1590889F0FA8068738F4CE4BEDD5 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Void GameApplication::PlaySound(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_PlaySound_m9F65BAF350161B16C89C6216155B37DAD57CA759 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___groupName0, String_t* ___path1, const RuntimeMethod* method);
|
|
// System.Void GameApplication::InitBaiduMap(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_InitBaiduMap_m2A7C9BE1203238453400BE6CB14077BADD871215 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___id0, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.ToLua::ToObject(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::lua_pushboolean(System.IntPtr,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80 (intptr_t ___luaState0, bool ___value1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A (intptr_t ___L0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::toluaL_exception(System.IntPtr,System.Exception,System.Object,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15 (intptr_t ___L0, Exception_t * ___e1, RuntimeObject * ___o2, String_t* ___msg3, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushSealed<UnityEngine.AudioSource>(System.IntPtr,T)
|
|
inline void ToLua_PushSealed_TisAudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C_m09D8DB17BA56EC55CFCF74E722BF3A85AD2242FF (intptr_t ___L0, AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * ___o1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C *, const RuntimeMethod*))ToLua_PushSealed_TisRuntimeObject_m80A7F6E688007E3366F5ACE882AFD53AD3F838FD_gshared)(___L0, ___o1, method);
|
|
}
|
|
// System.String GameApplication::get_GameInfo()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* GameApplication_get_GameInfo_m6095A45831F3240F15D9CF424344CEBE48BCD047_inline (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method);
|
|
// System.Int32 GameApplication::get_MusicValue()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t GameApplication_get_MusicValue_m82DAA1E16C7B09F6E82DB3EE38E6D04EE0FB5471_inline (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method);
|
|
// System.Int32 GameApplication::get_SoundValue()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t GameApplication_get_SoundValue_m230B41C1728494A76FD78684B2B391CC405C0208_inline (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.LuaDLL::luaL_checkboolean(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE (intptr_t ___luaState0, int32_t ___index1, const RuntimeMethod* method);
|
|
// System.Void GameApplication::set_StopMusic(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GameApplication_set_StopMusic_m4B6A4D84ACFFC7D6D779A9142FFB9DD51CF7004A_inline (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void GameApplication::set_GameInfo(System.String)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GameApplication_set_GameInfo_m1BD01E21E1AA618F51CC2233189260A80C212EDD_inline (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Int32 Game_UtilsWrap::CopyPrefab(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Game_UtilsWrap_CopyPrefab_m07C20B462C6B077E13C07E039607E1A4CFE30F19 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 Game_UtilsWrap::SetNativeObject(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Game_UtilsWrap_SetNativeObject_mFFA32F6CDFF91996B303EBECDB0EB8651C72FD01 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 Game_UtilsWrap::GetTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Game_UtilsWrap_GetTime_mDFDAD5C981A90D3454B4BE5B4D51FB25AA306CB0 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 Game_UtilsWrap::IsDoubleClick(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Game_UtilsWrap_IsDoubleClick_mA4B768370D0B813B4B7FE9E587970360FE905865 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 Game_UtilsWrap::SaveLocalFile(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Game_UtilsWrap_SaveLocalFile_m26775776A21E73959E4F66174CEB704CC88259C8 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 Game_UtilsWrap::LoadLocalFile(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Game_UtilsWrap_LoadLocalFile_m1305F60A0173F56DFA9BDA425432437A7262E387 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 Game_UtilsWrap::ClearLocalFile(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Game_UtilsWrap_ClearLocalFile_m09AB51D6101FAEC52F00326A133E38FB4D39DF0B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 Game_UtilsWrap::SaveScaledPicture(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Game_UtilsWrap_SaveScaledPicture_m34A497EE29D8124E69E323B620BCE3BB668412A3 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 Game_UtilsWrap::LocalAddress(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Game_UtilsWrap_LocalAddress_m73BF0D2674B5EE522FA88F734A5695DAB34FDF94 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 Game_UtilsWrap::IsGPSEnable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Game_UtilsWrap_IsGPSEnable_m26A5B85DD1D0C079A393A6F1364FF52B89925C31 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 Game_UtilsWrap::DownloadFile(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Game_UtilsWrap_DownloadFile_mA752C4275E0E8D248093E2F0D5E0A1030EB8D28A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::BeginStaticLibs(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_BeginStaticLibs_m4800BEB58E15C7581A5D8E67C51D6EDED0655F4C (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::EndStaticLibs()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_EndStaticLibs_m40DB36CA82970F6F508315AB38F4A742419AF3F6 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// UnityEngine.GameObject Game.Utils::CopyPrefab(UnityEngine.GameObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * Utils_CopyPrefab_m50A5C067D113DBC5D4EDC8F5602D7798A8E4A6F1 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___prefab0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushSealed<UnityEngine.GameObject>(System.IntPtr,T)
|
|
inline void ToLua_PushSealed_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m81BC867E74E5CC9A3022E90BA4C7352D490FFE44 (intptr_t ___L0, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___o1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))ToLua_PushSealed_TisRuntimeObject_m80A7F6E688007E3366F5ACE882AFD53AD3F838FD_gshared)(___L0, ___o1, method);
|
|
}
|
|
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.GObject>(System.IntPtr,System.Int32)
|
|
inline RuntimeObject * ToLua_CheckObject_TisGObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_m0C90970BFA3C26D0BC5EF8D6D09C59530AA05163 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject * (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckObject_TisRuntimeObject_m370F9C78E9B5704DCD6C96E0862500C4AE58705D_gshared)(___L0, ___stackPos1, method);
|
|
}
|
|
// System.Void Game.Utils::SetNativeObject(FairyGUI.GObject,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utils_SetNativeObject_m375D3C67EFF4ED37BD30D13AE4048FEFDE96EF6B (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___node0, String_t* ___path1, const RuntimeMethod* method);
|
|
// System.Int64 LuaInterface.LuaDLL::tolua_checkint64(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t LuaDLL_tolua_checkint64_mA7BC58ACFDD558EB1205149B339A6FD72A860B41 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.String Game.Utils::GetTime(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Utils_GetTime_mAE7A9AFCA0396BACE6159C0AC78AFE8E6A71590F (int64_t ___time0, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.ToLua::CheckObject<FairyGUI.EventContext>(System.IntPtr,System.Int32)
|
|
inline RuntimeObject * ToLua_CheckObject_TisEventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_mD0E0819EF1D9DAFC1565805F303212AF2982A176 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject * (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckObject_TisRuntimeObject_m370F9C78E9B5704DCD6C96E0862500C4AE58705D_gshared)(___L0, ___stackPos1, method);
|
|
}
|
|
// System.Boolean Game.Utils::IsDoubleClick(FairyGUI.EventContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utils_IsDoubleClick_m2ECC096B221CA82A4EA12FA8F376F0D1CDC61A69 (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method);
|
|
// System.Void Game.Utils::SaveLocalFile(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utils_SaveLocalFile_m3963F7E49446304E2009590095483D26A7E1E777 (String_t* ___key0, String_t* ___data1, const RuntimeMethod* method);
|
|
// System.String Game.Utils::LoadLocalFile(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Utils_LoadLocalFile_m87D5D33192F654CCE6A1D61C32D641814B68EAD2 (String_t* ___key0, const RuntimeMethod* method);
|
|
// System.Void Game.Utils::ClearLocalFile(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utils_ClearLocalFile_m0DFE093FD3EE617CA4EC4E4C4CECDA0089589CBA (int64_t ___uid0, const RuntimeMethod* method);
|
|
// UnityEngine.Texture2D Game.Utils::SaveScaledPicture(System.String,UnityEngine.Texture2D,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * Utils_SaveScaledPicture_m83D6937D5A8AE6C2C751284008A79B05AB4231CA (String_t* ___path0, Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___texture1, int32_t ___heigth2, int32_t ___width3, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Texture2D>(System.IntPtr,T)
|
|
inline void ToLua_PushSealed_TisTexture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_mB80700D257812A19AB31D1597568D6A5C1FD54AD (intptr_t ___L0, Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___o1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C *, const RuntimeMethod*))ToLua_PushSealed_TisRuntimeObject_m80A7F6E688007E3366F5ACE882AFD53AD3F838FD_gshared)(___L0, ___o1, method);
|
|
}
|
|
// System.Void Game.Utils::LocalAddress(LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utils_LocalAddress_mB25ED7D5CC109F2671721A6A07ACAED08CE4AA98 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback0, const RuntimeMethod* method);
|
|
// System.Boolean Game.Utils::IsGPSEnable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utils_IsGPSEnable_m56A1C4FB152BACB296D550531201B246AD8FD31B (const RuntimeMethod* method);
|
|
// System.Void Game.Utils::DownloadFile(System.String,System.String,LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utils_DownloadFile_m6E445DC02EA79813B62AE32851D98288EF1BDFC8 (String_t* ___url0, String_t* ___path1, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback2, const RuntimeMethod* method);
|
|
// System.Void Hotupdate::.ctor(System.String,Version,Version)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hotupdate__ctor_m68A98857529B742848578D23AAF1058E08CFF5A4 (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, String_t* ___base_path0, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___local_version1, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___server_version2, const RuntimeMethod* method);
|
|
// System.Void Hotupdate::set_TextTip(System.String)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Hotupdate_set_TextTip_m8F25E5401F5AC3B7856231DB0BDD9CF354FEB545_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void Hotupdate::set_HideDetail(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Hotupdate_set_HideDetail_m85E9EAAAD48E74078A705B7D6B10D05AA051E8BB_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.Directory::Exists(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Void System.IO.Directory::Delete(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Directory_Delete_m85EA8AAE44A426EAC6078D2A1CB86159534FC107 (String_t* ___path0, bool ___recursive1, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,Version>::ContainsKey(!0)
|
|
inline bool Dictionary_2_ContainsKey_m832915D1C9334395C06CF04206130E529DD00145 (Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared)(__this, ___key0, method);
|
|
}
|
|
// !1 System.Collections.Generic.Dictionary`2<System.String,Version>::get_Item(!0)
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * Dictionary_2_get_Item_m4A15B6BC026F66AF532BF7CE6F0C9BEF7A21A486 (Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
return (( Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * (*) (Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m6625C3BA931A6EE5D6DB46B9E743B40AAA30010B_gshared)(__this, ___key0, method);
|
|
}
|
|
// System.Boolean System.IO.File::Exists(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.String System.IO.File::ReadAllText(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* File_ReadAllText_m404A1BE4C87AC3C7B9C0B07469CDC44DE52817FF (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,Version>::set_Item(!0,!1)
|
|
inline void Dictionary_2_set_Item_m5628BAA616E1ABD51BAB7F3334AA750FE641EECE (Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F * __this, String_t* ___key0, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F *, String_t*, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Collections.IEnumerator Hotupdate::__LoadAsset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Hotupdate___LoadAsset_m33DE71CBE600250D1289FD2BD43C672C1BF2C89E (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.Collections.IEnumerator)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7 (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * __this, RuntimeObject* ___routine0, const RuntimeMethod* method);
|
|
// System.Void Hotupdate/<__LoadAsset>d__15::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C__LoadAssetU3Ed__15__ctor_mBD6CAB7DCE84035006D3B9AA034BE55B08765420 (U3C__LoadAssetU3Ed__15_t5AFAC24ED5B409AFA3BFBF457EA729F2BCE46920 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
|
|
// System.Void Hotupdate/<__UnPack>d__16::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C__UnPackU3Ed__16__ctor_mC872FA9098B9208E8A7EAEBA98891CB741C48784 (U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
|
|
// System.Void Hotupdate/<DownAsset>d__17::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDownAssetU3Ed__17__ctor_mF033F581DED60F32BDAEF1BD10990CBDF5FD9CAD (U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
|
|
// System.Void System.Action`2<System.String,System.Action>::Invoke(!0,!1)
|
|
inline void Action_2_Invoke_m17D124B5F980A037B874E3CA7A170AA684123ED2 (Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * __this, String_t* ___arg10, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___arg21, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 *, String_t*, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *, const RuntimeMethod*))Action_2_Invoke_m1738FFAE74BE5E599FD42520FA2BEF69D1AC4709_gshared)(__this, ___arg10, ___arg21, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,Version>::.ctor()
|
|
inline void Dictionary_2__ctor_m980972E002581B1558070A3ABA54A1E6257A67B5 (Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
|
|
}
|
|
// System.Void Hotupdate::__DeleteOldPack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hotupdate___DeleteOldPack_m0A59A187A29432C34B850DFBEBF5B97AD0A78D1D (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Application::Quit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_Quit_mA005EB22CB989AC3794334754F15E1C0D2FF1C95 (const RuntimeMethod* method);
|
|
// System.Collections.IEnumerator Hotupdate::DownAsset(System.Action,Version,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Hotupdate_DownAsset_mC7205AFD4107417888BA3CA4454BAD56751AD150 (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___downcall0, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___version1, float ___ratio2, const RuntimeMethod* method);
|
|
// System.Void Hotupdate/<>c__DisplayClass17_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass17_0__ctor_m4E8078769E46270F12DB14379FBBCC0FCF1023C8 (U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Format(System.String,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method);
|
|
// System.String System.String::Format(System.String,System.Object,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method);
|
|
// UnityEngine.RuntimePlatform UnityEngine.Application::get_platform()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672 (const RuntimeMethod* method);
|
|
// System.Void Debugger::Log(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debugger_Log_mB2B5617E3EC0B88F323398E857AFB6B011AE3DCC (String_t* ___str0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.WWW::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWW__ctor_m855BBB40089401B7BE6DE7A19FAD81EB070A2196 (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, String_t* ___url0, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.WWW::get_progress()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float WWW_get_progress_m0C27444D041C224A9958FED51723BCA9F9FCDABF (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, const RuntimeMethod* method);
|
|
// System.Void Hotupdate::set_Progress(System.Single)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Hotupdate_set_Progress_m56D87A88F2E0A73C4D3D44428A45BC7CDD455992_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, float ___value0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.WWW::get_isDone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WWW_get_isDone_m7D3800B83136885374E82BFC6ACB63BA3F6AB5DF (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, const RuntimeMethod* method);
|
|
// System.String UnityEngine.WWW::get_error()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WWW_get_error_mED42EEAAE7847167CCEEFF2098563F78A79F8C2A (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.String::IsNullOrEmpty(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Byte[] UnityEngine.WWW::get_bytes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* WWW_get_bytes_m9C9B2E62AC6733A39EDBF61E5C751438EC41126C (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Action::Invoke()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * __this, const RuntimeMethod* method);
|
|
// System.Boolean Hotupdate::__ShowTip(System.String,System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hotupdate___ShowTip_mFC4889B946774BF5CD0E11DCD4C0BA0819813B22 (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, String_t* ___text0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___callback1, const RuntimeMethod* method);
|
|
// System.Void System.NotSupportedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method);
|
|
// System.IO.DirectoryInfo System.IO.Directory::CreateDirectory(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41 (String_t* ___path0, const RuntimeMethod* method);
|
|
// Version Hotupdate::GetLocalVersion(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * Hotupdate_GetLocalVersion_m7FB9FF9D7B5253213BAF2E7E4B2FCF6B02E0218B (String_t* ____base_path0, const RuntimeMethod* method);
|
|
// System.Boolean Version::ContainAll(Version)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Version_ContainAll_m9F99B032D3D2BD680A5F08DF3D3DC0DEEB82B098 (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___version0, const RuntimeMethod* method);
|
|
// System.Void Hotupdate/<>c__DisplayClass15_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_0__ctor_mE3F49A7C7DEC77278AAF5201BF96CE366D8075DC (U3CU3Ec__DisplayClass15_0_t7CEB7B7DEA9DC373E32F54AE94FF96B3C401E5B4 * __this, const RuntimeMethod* method);
|
|
// System.String UnityEngine.Application::get_streamingAssetsPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_streamingAssetsPath_m87163AE531BEB6A6588FABAD3207D829721CF31F (const RuntimeMethod* method);
|
|
// System.Byte[] System.IO.File::ReadAllBytes(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* File_ReadAllBytes_mF29468CED0B7B3B7C0971ACEBB16A38683718BEC (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Void System.GC::Collect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_Collect_mF2593114B9B3F291CD995BFB7033C2EEF51CF971 (const RuntimeMethod* method);
|
|
// System.Void System.Action`1<System.Int32>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_1__ctor_m2CDF7A9DFEDA8D59543C004CB97A89C47A0CDC3E (Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m2CDF7A9DFEDA8D59543C004CB97A89C47A0CDC3E_gshared)(__this, ___object0, ___method1, method);
|
|
}
|
|
// System.Collections.IEnumerator Hotupdate::__UnPack(Version,System.Action`1<System.Int32>,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Hotupdate___UnPack_mC947D94C16CADDDFF93072B63652C507585FFB4D (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___version0, Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * ___onback1, float ___ratio2, const RuntimeMethod* method);
|
|
// System.Void Hotupdate/<>c__DisplayClass15_1::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_1__ctor_mA8D572C1B60EC178982BF281EAB8A6C20A4F277B (U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E * __this, const RuntimeMethod* method);
|
|
// System.Boolean Hotupdate::get_HideDetail()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Hotupdate_get_HideDetail_mB50D7F14DBA3F4CDFC70022B1A02AEA3D2BF2843_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Format(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method);
|
|
// !!0[] System.Array::Empty<System.Object>()
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_inline (const RuntimeMethod* method)
|
|
{
|
|
return (( ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared_inline)(method);
|
|
}
|
|
// System.String System.String::Format(System.String,System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865 (String_t* ___format0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
|
|
// System.Void Hotupdate::set_Done(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Hotupdate_set_Done_mD1EEE8536904E462EEC2AD9772E7B4F7AF5C0059_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void taurus.client.FilePack20::.ctor(System.String,taurus.client.PackMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilePack20__ctor_mEB19935FE28E9F1AD15C6210C2A1C3F3255D39C7 (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * __this, String_t* ___packfile0, int32_t ___mode1, const RuntimeMethod* method);
|
|
// System.Void System.IO.File::Delete(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Void System.Action`1<System.Int32>::Invoke(!0)
|
|
inline void Action_1_Invoke_m236B4013FB31497A692E886DB7DC16D52BE79500 (Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * __this, int32_t ___obj0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B *, int32_t, const RuntimeMethod*))Action_1_Invoke_m236B4013FB31497A692E886DB7DC16D52BE79500_gshared)(__this, ___obj0, method);
|
|
}
|
|
// System.Text.Encoding System.Text.Encoding::get_ASCII()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E (const RuntimeMethod* method);
|
|
// System.Void System.IO.File::WriteAllText(System.String,System.String,System.Text.Encoding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_WriteAllText_m8599D53905963162B6EAA1779CD94F423986F0A9 (String_t* ___path0, String_t* ___contents1, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding2, const RuntimeMethod* method);
|
|
// System.Int32 HotupdateWrap::_CreateHotupdate(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap__CreateHotupdate_mE1D682260F442CAC2D310819E24C2E2F3B709D7F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 HotupdateWrap::GetLocalVersion(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_GetLocalVersion_m2575F886B1BEF500EF6EC3E3B64232506DB7C1B0 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 HotupdateWrap::LoadAsset(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_LoadAsset_mBC359303DF2F0423B13FC09425002550A4A78EBB (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 HotupdateWrap::SetTipCallback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_SetTipCallback_mF7F20BAA761457F9E70F4192FA90403D8364E559 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 HotupdateWrap::get_TextTip(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_get_TextTip_m2AEDC074127F073DACD2C5DB2CA30C545C0F9609 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 HotupdateWrap::get_AssetName(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_get_AssetName_mA5803C25B087DA26E3F6CB920D2BA3A91E701730 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 HotupdateWrap::get_HideDetail(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_get_HideDetail_m85BB10B2236F075F069DA9005950F603B295AD07 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 HotupdateWrap::get_Progress(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_get_Progress_m93055177D0A2000EA9B3FBC2D8E5508FB2394F3D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 HotupdateWrap::get_Done(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_get_Done_m3899BB19E851DD16373890F21935A7A2C6BEE61F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 HotupdateWrap::set_TextTip(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_set_TextTip_m007B1650778E71308B730DE6F9E3412FF60EA11C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 HotupdateWrap::set_AssetName(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_set_AssetName_m68A71DAE0CEBF73516129FCF2C65FD149433492B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 HotupdateWrap::set_HideDetail(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_set_HideDetail_mCE659777AC74CB56CD6481F8D68AD981BA7D4D92 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 HotupdateWrap::set_Progress(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_set_Progress_m5BD9A599535C92FE202198D27C61E9758D2AFDED (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 HotupdateWrap::set_Done(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_set_Done_m4D9FD9F41B624EAEA8803AFBD40D6CB87678AE45 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.String>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisString_t_TisString_t_mFC82CC15DA61FA5C2312D0C2F2633BD61E0C6437 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_TisRuntimeObject_m4CA678BACE3949B36B289C261EAE5FFB79DDCAEA_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.String LuaInterface.ToLua::ToString(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Void Hotupdate::.ctor(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hotupdate__ctor_m424B80B2C979134C91D1BA44978A5E2E21CF96F8 (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, String_t* ___base_path0, String_t* ___local_version1, String_t* ___server_version2, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushObject(System.IntPtr,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A (intptr_t ___L0, RuntimeObject * ___o1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<Version,Version>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisVersion_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_TisVersion_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_m9CC0B28E45DCA94A57777C662A04992B3F9AF4A5 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_TisRuntimeObject_m4CA678BACE3949B36B289C261EAE5FFB79DDCAEA_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Object LuaInterface.ToLua::CheckObject<Hotupdate>(System.IntPtr,System.Int32)
|
|
inline RuntimeObject * ToLua_CheckObject_TisHotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_mFD4A34A6165F13FBFFD5327E3FBD96D46712DF6B (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject * (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckObject_TisRuntimeObject_m370F9C78E9B5704DCD6C96E0862500C4AE58705D_gshared)(___L0, ___stackPos1, method);
|
|
}
|
|
// System.Void Hotupdate::LoadAsset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hotupdate_LoadAsset_m1032A11E04AEA9F9E22C9292612A550A633563A5 (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method);
|
|
// System.Delegate LuaInterface.ToLua::CheckDelegate<System.Action`2<System.String,System.Action>>(System.IntPtr,System.Int32)
|
|
inline Delegate_t * ToLua_CheckDelegate_TisAction_2_t21B1554176CA268836EE910CDDF9F6F768C03F23_m5B75047C6CCA72749C25DC5280E9DCF93D37F1A8 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckDelegate_TisRuntimeObject_mE08C2D14C48B31A56F9D31A866A4736B1AB2B766_gshared)(___L0, ___stackPos1, method);
|
|
}
|
|
// System.Void Hotupdate::SetTipCallback(System.Action`2<System.String,System.Action>)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Hotupdate_SetTipCallback_m0EE97BF224F651F2A8252E07F0C469184A4F67A4_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * ___callback0, const RuntimeMethod* method);
|
|
// System.String Hotupdate::get_TextTip()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Hotupdate_get_TextTip_m2709ACDCAAA7B501A1D5899DC662EA6F3FE09866_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method);
|
|
// System.String Hotupdate::get_AssetName()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Hotupdate_get_AssetName_m9516B6843E27C8E7E3DA94D2F6C835D0B088A7AD_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method);
|
|
// System.Single Hotupdate::get_Progress()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float Hotupdate_get_Progress_m74625CBCE1D3731A5885BA077AA9CD84858F0997_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::lua_pushnumber(System.IntPtr,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653 (intptr_t ___luaState0, double ___number1, const RuntimeMethod* method);
|
|
// System.Boolean Hotupdate::get_Done()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Hotupdate_get_Done_m285C01BF8BACE227F7C8468370FD08E28D334842_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method);
|
|
// System.Void Hotupdate::set_AssetName(System.String)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Hotupdate_set_AssetName_mA74E341F0EC448E3C88DD1A7F91F49271C2729D8_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void Log::set_IsOpen(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Log_set_IsOpen_mF4B30D5CCAB7F01714FB1FFA9BD592055798280B_inline (bool ___value0, const RuntimeMethod* method);
|
|
// System.Void Log::set_IsScreenOpen(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Log_set_IsScreenOpen_mCA7F45D24E4FDE9786E6CCC9BF7B79CDCD3E65A5_inline (bool ___value0, const RuntimeMethod* method);
|
|
// System.Void Log::set_IsDebug(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Log_set_IsDebug_m1577696C11E4CAC74AE1EDF0650FDE2D4252558F_inline (bool ___value0, const RuntimeMethod* method);
|
|
// System.Void Log::set_IsInfo(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Log_set_IsInfo_m6096B60489D470ED009CFD261424855182ECCEA2_inline (bool ___value0, const RuntimeMethod* method);
|
|
// System.Void Log::set_IsWarning(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Log_set_IsWarning_mFE85C14CCB920C3865202EF82F5F74E2D2E2905E_inline (bool ___value0, const RuntimeMethod* method);
|
|
// System.Void Log::set_IsError(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Log_set_IsError_mBE263C10788B40875FF8C5C84D4C95239C840BCB_inline (bool ___value0, const RuntimeMethod* method);
|
|
// System.Void Log::set_IsExcept(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Log_set_IsExcept_m796B7CC79872386910196F1085AE118ED646F913_inline (bool ___value0, const RuntimeMethod* method);
|
|
// System.Void Log::set_IsCritical(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Log_set_IsCritical_m2244EDF021D6DE8B7B639812B56E248232D4FBA8_inline (bool ___value0, const RuntimeMethod* method);
|
|
// UnityEngine.Object UnityEngine.Resources::Load(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * Resources_Load_mDBE6B83A74A52A1A6F5A68F7E5BC112DBB81B3C1 (String_t* ___path0, const RuntimeMethod* method);
|
|
// UnityEngine.Object UnityEngine.Object::Instantiate(UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * Object_Instantiate_m17AA3123A55239124BC54A907AEEE509034F0830 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___original0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Object::DontDestroyOnLoad(UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DontDestroyOnLoad_m4DC90770AD6084E4B1B8489C6B41205DC020C207 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___target0, const RuntimeMethod* method);
|
|
// System.Boolean Log::get_IsDebug()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Log_get_IsDebug_m72DC8165452C3B013451A6AF87BA59915900086F_inline (const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::get_Now()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2 (const RuntimeMethod* method);
|
|
// System.String System.DateTime::ToString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m203C5710CD7AB2F5F1B2D9DA1DFD45BB3774179A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, String_t* ___format0, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.Object,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC (RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method);
|
|
// System.Void Log::_SetDebugLog(System.Object,Log/LEVEL)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log__SetDebugLog_m7A445A2BD9EF46B71090FDD073CF63345F1AB92E (RuntimeObject * ___content0, int32_t ___level1, const RuntimeMethod* method);
|
|
// System.Boolean Log::get_IsInfo()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Log_get_IsInfo_m5BD3493CF157BB17D60BDEA4164707EC046C3330_inline (const RuntimeMethod* method);
|
|
// System.Boolean Log::get_IsWarning()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Log_get_IsWarning_m2FE2A4C6754B770F783853DDBF33D8DF4FFA8BE8_inline (const RuntimeMethod* method);
|
|
// System.Boolean Log::get_IsError()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Log_get_IsError_m60C9A8E48BD3C67FD49BE48A411478D965F17D32_inline (const RuntimeMethod* method);
|
|
// System.Boolean Log::get_IsExcept()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Log_get_IsExcept_m62B9DD6866210BC612833654DFA6958DB8534112_inline (const RuntimeMethod* method);
|
|
// System.Boolean Log::get_IsCritical()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Log_get_IsCritical_m75752A2F3C5764AE356DB3464F6BE3C297DB5D0F_inline (const RuntimeMethod* method);
|
|
// System.Boolean Log::get_IsOpen()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Log_get_IsOpen_mEAE01DD06ECF65B35A6899A1B77289FD2DB702F8_inline (const RuntimeMethod* method);
|
|
// System.String Log::_GetLogModeColor(Log/LEVEL)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Log__GetLogModeColor_m217BB940482F5A96FB5B57B2D64611DF742FD65C (int32_t ___level0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Debug::LogError(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29 (RuntimeObject * ___message0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Debug::LogWarning(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568 (RuntimeObject * ___message0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Debug::Log(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708 (RuntimeObject * ___message0, const RuntimeMethod* method);
|
|
// System.Void Singleton`1<LogManager>::Init()
|
|
inline void Singleton_1_Init_m397C286C553E7D9C6B6E21BE31FD07D5238E1EAE (Singleton_1_t7DCC2FA80BC7522DF2984354DB8985C5C315F11D * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Singleton_1_t7DCC2FA80BC7522DF2984354DB8985C5C315F11D *, const RuntimeMethod*))Singleton_1_Init_mFDB6E6B6A3CFD6D89746D3A9ED2D345D2EE97C83_gshared)(__this, method);
|
|
}
|
|
// System.Void LogManager::CreteLogFile()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogManager_CreteLogFile_m7A7E35410C80D0D0D631FA46AD10C6DC60CF8EB9 (LogManager_tED2A57CB3D8EC3AB1B85577DF9659C0D8EA60AEE * __this, const RuntimeMethod* method);
|
|
// System.Void LogManager::AddLocalLogEvent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogManager_AddLocalLogEvent_mEDAB1ACC225B47282CF507DF9EB6DC01E2CBB8CA (LogManager_tED2A57CB3D8EC3AB1B85577DF9659C0D8EA60AEE * __this, const RuntimeMethod* method);
|
|
// System.Void Singleton`1<LogManager>::UnInit()
|
|
inline void Singleton_1_UnInit_m7D9CEA15107E698CB856EC82D721E15A501AED43 (Singleton_1_t7DCC2FA80BC7522DF2984354DB8985C5C315F11D * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Singleton_1_t7DCC2FA80BC7522DF2984354DB8985C5C315F11D *, const RuntimeMethod*))Singleton_1_UnInit_m24477D601F705817E4DCB7B26ED4460CE4843D53_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.Application/LogCallback::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogCallback__ctor_mF61E7CECD9E360B0B8A992720860F9816E165731 (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Application::remove_logMessageReceived(UnityEngine.Application/LogCallback)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_remove_logMessageReceived_mC1822286AE6419921088089C8FBF5BDA58EC3DBF (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * ___value0, const RuntimeMethod* method);
|
|
// System.String UnityEngine.Application::get_persistentDataPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_persistentDataPath_m82E34156D8BD0A55CAC258CDFE8317FAD6945F5B (const RuntimeMethod* method);
|
|
// System.String FileManager::CombinePath(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileManager_CombinePath_m2FC7FEC6A7A16A0403C62E406DD14F19094C5FC7 (String_t* ___path10, String_t* ___path21, const RuntimeMethod* method);
|
|
// System.Boolean FileManager::IsDirectoryExist(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileManager_IsDirectoryExist_mA81BBFE231BE9271E8610F2E8B88A16467454737 (String_t* ___directory0, const RuntimeMethod* method);
|
|
// System.Boolean FileManager::CreateDirectory(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileManager_CreateDirectory_mA987B59F622C6D3757097FE82FCEC97D0F91D121 (String_t* ___directory0, const RuntimeMethod* method);
|
|
// System.Boolean FileManager::IsFileExist(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileManager_IsFileExist_m55609CB1F8C55775CB769BB512074A9ECFB9D9BE (String_t* ___filePath0, const RuntimeMethod* method);
|
|
// System.IO.FileStream System.IO.File::Create(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * File_Create_mE6AF90C7A82E96EC1315821EB061327CF3EB55DD (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Void System.IO.Stream::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_m186A8E680F2528DEDFF8F0069CC33BD813FFB1C7 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Application::add_logMessageReceived(UnityEngine.Application/LogCallback)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_add_logMessageReceived_m2DDAF59D2C0AF572C6412E946898E2CE070C38AD (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Text.StringBuilder::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method);
|
|
// System.String System.DateTime::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_mBB245CB189C10659D35E8E273FB03E34EA1A7122 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.String System.Environment::get_NewLine()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318 (const RuntimeMethod* method);
|
|
// System.Void LogManager::ExecuteWriteLog(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogManager_ExecuteWriteLog_m0C728DECF323A621FF3760A7B4B5C3707D58813D (LogManager_tED2A57CB3D8EC3AB1B85577DF9659C0D8EA60AEE * __this, String_t* ___text0, const RuntimeMethod* method);
|
|
// System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_m49CE3FAF4AEF5EE690E5E53A95749F3C4414C47B (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, const RuntimeMethod* method);
|
|
// System.Text.Encoding System.Text.Encoding::get_UTF8()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 (const RuntimeMethod* method);
|
|
// System.Void Singleton`1<LogManager>::.ctor()
|
|
inline void Singleton_1__ctor_mE975638B4ED762801658F46493F20566FE3CC6FF (Singleton_1_t7DCC2FA80BC7522DF2984354DB8985C5C315F11D * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Singleton_1_t7DCC2FA80BC7522DF2984354DB8985C5C315F11D *, const RuntimeMethod*))Singleton_1__ctor_mB8E4278639052D114476184B9AD56C1A63280B77_gshared)(__this, method);
|
|
}
|
|
// System.Int32 LuaBinder::UnityEngine_Events_UnityAction(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_UnityEngine_Events_UnityAction_mBB6EDFCDAFAE815C71EB529DAB4DDC6D021B1166 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::UnityEngine_Camera_CameraCallback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_UnityEngine_Camera_CameraCallback_m26729CFF7984CEA7D8A881A382B5D8BE0A52FBD8 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::UnityEngine_Application_AdvertisingIdentifierCallback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_UnityEngine_Application_AdvertisingIdentifierCallback_m049B30CE5320BE8BE41644ADF352E1579011240D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::UnityEngine_Application_LowMemoryCallback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_UnityEngine_Application_LowMemoryCallback_m65EC80DACE123003332F838BC9BEE0D2237512A9 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::UnityEngine_Application_LogCallback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_UnityEngine_Application_LogCallback_mAFE3E29E69E024CEB8C486C43BDB5EDA45FE025B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::UnityEngine_AudioClip_PCMReaderCallback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_UnityEngine_AudioClip_PCMReaderCallback_mD21B499E9D1BD1EFB8FD063DD44AFDCAEFC92F95 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::UnityEngine_AudioClip_PCMSetPositionCallback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_UnityEngine_AudioClip_PCMSetPositionCallback_m89842D1F83BBB1F64E76AB6138764821D72A599F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::FairyGUI_GTweenCallback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_GTweenCallback_m8056B2FAE08088992577B132EAD3DC27456A470E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::FairyGUI_EventCallback1(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_EventCallback1_m4B3395D7F30284B9C10D4B24CC8EF94176F8F87F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::FairyGUI_EventCallback0(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_EventCallback0_mA14A82D9A1337ED54B1BC4C9EAEF6EE3A31A8C6F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::FairyGUI_ListItemRenderer(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_ListItemRenderer_mD32611808DEC75D152D0B563B02AB057DD7779F4 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::FairyGUI_ListItemProvider(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_ListItemProvider_mD59C085C9EBE3746B2039317526E83DF878B8C73 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::FairyGUI_PlayCompleteCallback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_PlayCompleteCallback_mD17CC5B93B25FBFAC571B3F669AD1953A0B2E6BB (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::FairyGUI_TransitionHook(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_TransitionHook_m498A930DA2DCAA1AD82F4913F676D71C6452C4A8 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::FairyGUI_TimerCallback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_TimerCallback_m3A5C610B79AAFB5EE17491F2371D0875219B5FFC (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::FairyGUI_GTweenCallback1(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_GTweenCallback1_mE9A5DF654115A8A1B31A02C762BE4F75325BD71A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::FairyGUI_UIPackage_CreateObjectCallback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_UIPackage_CreateObjectCallback_m886D2726572D314DA18BFDB8EAF6BF4D5C72D910 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::FairyGUI_GObjectPool_InitCallbackDelegate(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_GObjectPool_InitCallbackDelegate_mE96834EEA6574613B704A0BD9A2B55B2CADC20CF (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::FairyGUI_UIObjectFactory_GComponentCreator(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_UIObjectFactory_GComponentCreator_mD844B0EC7849F37189D4099B83528E40CBAAD52B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::FairyGUI_UIObjectFactory_GLoaderCreator(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_UIObjectFactory_GLoaderCreator_mE21DFC316EA43D120A62802F86DB549F543A33BD (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::FairyGUI_UIConfig_SoundLoader(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_UIConfig_SoundLoader_m91E554B4F101452A3B4966BBA41A14CA3D54B940 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::System_Action(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_System_Action_m023154760C00481CBF83B5F34295732AC229FA42 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::System_Predicate_int(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_System_Predicate_int_mA1371338026C3DB913B606305DD7604BCB11CB44 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::System_Action_int(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_System_Action_int_mD157EC370F8092F0A922E7C9F13AE8E456151FC8 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::System_Comparison_int(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_System_Comparison_int_m179D2FEB2C1F9124574199492A49957666F57114 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::System_Func_int_int(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_System_Func_int_int_mB1947D852EE5DD0474773078E5D083CC791DC967 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::System_Action_bool(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_System_Action_bool_mDC575E788266BC6BCA4C9510D00E918593D0289A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::System_Action_string(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_System_Action_string_m5F484E20F94461DE3CF0F964975EA34B27120E68 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::System_Func_bool(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_System_Func_bool_m700AF81876EBB97F8B7449C654197DDA0463C5F8 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::System_Action_UnityEngine_AsyncOperation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_System_Action_UnityEngine_AsyncOperation_mEA2FB1653BD60DF3F88AC012858FD4215B21763C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::System_Action_string_System_Action(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_System_Action_string_System_Action_m69CA12871EE06AAD2FFB1E56B6394BFC4C8D8B17 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_MeshRenderer(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_MeshRenderer_mE1FB99462D05EAC6830CA0815605366726D9AE62 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_BoxCollider(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_BoxCollider_mB89F4E31BCF0EAB7F91B3432AB88E059EDB6F034 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_MeshCollider(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_MeshCollider_m637044BCF2A72E5C968A862032236CF2AAA927FE (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_SphereCollider(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_SphereCollider_mBFE253E19B63767C397705BB646FC62E093D3090 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_CharacterController(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_CharacterController_mE4432CA41C11D4A1E357D39013D2017C70CC94A3 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_CapsuleCollider(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_CapsuleCollider_m054843E27781EAD4C84B025F6D49467E627B22CC (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_Animation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_Animation_m515EE196520111AB9B1802589A5EC6BB37338B86 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_AnimationClip(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_AnimationClip_mC3762E1113BEF5490E682C50887B0E508F07BAD4 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_AnimationState(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_AnimationState_mBE8550125DC87AD922EFED49710D673D8EA1868D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_SkinWeights(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_SkinWeights_m4704E7BE52E9209C2BE262AA83DD9746A8C19B90 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_RenderTexture(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_RenderTexture_m41B070ED728061B6E9897141BDEE453FEE936CBA (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_Rigidbody(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_Rigidbody_m55DD9C6C7E19B6F37E826984971E7320736C2DA4 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Time::get_realtimeSinceStartup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_realtimeSinceStartup_mCA1086EC9DFCF135F77BC46D3B7127711EA3DE03 (const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.LuaState::BeginModule(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaState_BeginModule_m90D4690B9813A2513FFBE17BF78F53FA9B991EA9 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Void DSAnimationCurveWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAnimationCurveWrap_Register_m2671A3A4F03164CB994135636686A77A95E59038 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void TakeScreenShotWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TakeScreenShotWrap_Register_m796493DAC0103DF37FB8F5610EBCB1E6C8D49E22 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void QRCodePictureWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QRCodePictureWrap_Register_m5B69819F6A63A8A10FF9AAFC0305DF9C1C40FD22 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void GameApplicationWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplicationWrap_Register_m5E053651E20A140B34F209839BB01F28332E4D02 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void VersionWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VersionWrap_Register_mFDFA0CEFA2AAC68507BBA3BBA2675E75C55F6ACC (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void HotupdateWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HotupdateWrap_Register_m4E33C94936768E664C7957392338B3162F52613E (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void VoiceWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoiceWrap_Register_m49E201E4553B04B58E9DB398449B279991EFAAE5 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_ComponentWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_ComponentWrap_Register_mD30F3ED6E400CC88395BA19C6B33753F2F107B9E (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_TransformWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_TransformWrap_Register_m8AF077CEA43D76B8AF21A79C63821E29AF86AABA (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_MaterialWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_MaterialWrap_Register_m07C221188B2A444D4D8FE63F0F65EA0DD03BCA3E (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_LightWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_LightWrap_Register_m48925AF94A47E030E76CD579F0206F1AFAD260E9 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_CameraWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_CameraWrap_Register_mFB051855ED2C92D3793B61AAB4C88780771B07EA (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_AudioSourceWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AudioSourceWrap_Register_mD17E57354F30FC825AF6357B20030B4D02BB98C1 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_BehaviourWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_BehaviourWrap_Register_m10F4DF28F5456ADD56A54BB6C82D39ABFF379D40 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_MonoBehaviourWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_MonoBehaviourWrap_Register_m5873FD980C9D74CBAAD780A03D8C2F403C822E2A (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_GameObjectWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_GameObjectWrap_Register_m268C294CC6E3708A787CFB66D8086AC17E539FC9 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_TrackedReferenceWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_TrackedReferenceWrap_Register_mDB15470293476E085BA8C1E1F900D1877BD4846F (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_ApplicationWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_ApplicationWrap_Register_mC7F3924BAFE6751B1F6872F57C0DDCF9FCAE2729 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_PhysicsWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_PhysicsWrap_Register_mDE858E866E6FFAB89A4CB73FF38B986719B6130C (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_ColliderWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_ColliderWrap_Register_mDE20043D1D8D9FF88D4D5F47201BD7880B1116D5 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_TimeWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_TimeWrap_Register_m35A6A9276053C3465BDEBCED8EF667D59508C703 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_TextureWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_TextureWrap_Register_mA5624C7BE4B49143508A379DF263F5AB7912D96A (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_Texture2DWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Texture2DWrap_Register_m92A458B3379BC45D2C3741FB7F692F9A44D74D89 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_ShaderWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_ShaderWrap_Register_m4EBA3CBC89E278D64EB2A5B7BA5F6F1D05CE8A57 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_RendererWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_RendererWrap_Register_m438D712F46ECCD3E9DD00F1957FC97F03791E749 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_WWWWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_WWWWrap_Register_m1793AEA706C18D572D9FB0C3163960A8716288AE (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_ScreenWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_ScreenWrap_Register_m2785B0A92A4E38644F7EF50C8A89D9ABA8DC81DC (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_CameraClearFlagsWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_CameraClearFlagsWrap_Register_mF59F81625A3165C5D9926ADC50E8F933D90EEE12 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_AudioClipWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AudioClipWrap_Register_m799B3283771708088964CBC06404AB891A1B4073 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_AssetBundleWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AssetBundleWrap_Register_m8C85AEFE151CD36DF3D532083DC4B686E0213E06 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_ParticleSystemWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_ParticleSystemWrap_Register_m55EBA99E8CFEC6D253C241E34208E7F158FFA688 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_AsyncOperationWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AsyncOperationWrap_Register_mD618BD0909A896B85FBB7586231F6239CBDBB0D8 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_LightTypeWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_LightTypeWrap_Register_mB23245232A5914B23C1FC3F188853CCA19328E9D (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_SleepTimeoutWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_SleepTimeoutWrap_Register_m058431D6724A94E1E9AE59414A32C785DAD4A7DB (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_AnimatorWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AnimatorWrap_Register_m6E8FCC228F3B3185D4685B3676488633707B6961 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_InputWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_InputWrap_Register_m56EB058E9CCE33F4A53BA8F4F5286A5512D296E2 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_KeyCodeWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_KeyCodeWrap_Register_m5BE6432C1F1F4DDBE3C7F31CC07AF8FB459C4EBC (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_SkinnedMeshRendererWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_SkinnedMeshRendererWrap_Register_m4EB0360690B9E8DE9674664CC46F289F83564F04 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_SpaceWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_SpaceWrap_Register_mB0069BBDA0E540F92EB94F2AEEFCE98241BFBFDA (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_AnimationBlendModeWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AnimationBlendModeWrap_Register_m0D850D65BEA80852195CA11286D173A9C81D5F70 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_QueueModeWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_QueueModeWrap_Register_mEE7FF0B8B350A217DAF20F8E2218A9A1E2C6CC7D (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_PlayModeWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_PlayModeWrap_Register_m3E68F1D6C01ECA6CFCADA744B3BCAA1D9B32A9FC (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_WrapModeWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_WrapModeWrap_Register_m856BA6310B3CAD651DA64D3D6315F11913FAB3C1 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_QualitySettingsWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_QualitySettingsWrap_Register_mE7ED38FAC4BD5938964FF2E0D3D4BB31F651B704 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_RenderSettingsWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_RenderSettingsWrap_Register_m9A9D1A7A22EE8738C285F56AA4EFF81925C8F78B (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_ResourcesWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_ResourcesWrap_Register_m008EA7C4AE38C333D32FDCB38CB7186D4D457A12 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_PlayerPrefsWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_PlayerPrefsWrap_Register_mE04C5ADB0A4D85D4CDF5655E02C77AF31FECB0E7 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_RuntimePlatformWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_RuntimePlatformWrap_Register_mD7FCE35662BA5F42019CAC7E0D46178E65DF0EEB (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_NetworkReachabilityWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_NetworkReachabilityWrap_Register_m1913AD682F5332FDA8DCB4DE383A931A14351D73 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_SystemInfoWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_SystemInfoWrap_Register_m9EA95344564A553CC0CFDF7F300DED24D14079A0 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_AudioBehaviourWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AudioBehaviourWrap_Register_m68360661AC8113DAE577DD22496099FD2C0AF264 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_ScriptableObjectWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_ScriptableObjectWrap_Register_mACF7FCBC67F66F57DDAB971DA6960A998A37049C (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::EndModule()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_EndModule_m9D2C7F0A6AB8D116272FB470A9A5B68200599B48 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_EventContextWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_EventContextWrap_Register_m5E65FDC405855FC081CA1179A4A6A5154CBD6ECE (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_EventDispatcherWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_EventDispatcherWrap_Register_mA421EA07866424A89DB9863A2E47831C9E6460BD (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_EventListenerWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_EventListenerWrap_Register_mCFB6E9220E8ACCC5899962B7BDED30047A78BE14 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_InputEventWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_InputEventWrap_Register_m82D3F6E144EDA8D33CD4F5E742BD14F3FA668CE0 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_DisplayObjectWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_DisplayObjectWrap_Register_m3F54B1CE47F7838693EE1203412838546E91B2DB (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_ContainerWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_ContainerWrap_Register_m097F69762A2F1CEA83C1BF691966C515BDD04C98 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_StageWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_StageWrap_Register_mAB70651298F1B4C73F09D54443B984FCEB227FD8 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_ControllerWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_ControllerWrap_Register_m42C3D288954C3936E06E97287BA80005FA3B6AC2 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GObjectWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GObjectWrap_Register_m00C194C4B2EE659D250E82614ED85D10AFCE2CCE (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GGraphWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GGraphWrap_Register_mE0661F4D52BF4C9327430FA11925D668C538D03C (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GGroupWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GGroupWrap_Register_m644C26A49451DFECCE1E7F1373F4030BB6B19E10 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GImageWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GImageWrap_Register_m5E63D1411F1922F457E247CC751DE85C86583379 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GLoaderWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GLoaderWrap_Register_mE124C54D3D3AFEE3BC8D910732090BFF90EE1E95 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GMovieClipWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GMovieClipWrap_Register_m339227C7BAEE3FCA6D5F7C97637181333B056947 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_TextFormatWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_TextFormatWrap_Register_mF26CFFEF84FACF7400A0F1C079FCF892398A72F2 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GTextFieldWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GTextFieldWrap_Register_m179D9FA1E3DDCED747C597B370C1F8E3856DAB33 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GRichTextFieldWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GRichTextFieldWrap_Register_m981EC4D618F73A20EC89972D9667D5CB27FEAC3D (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GTextInputWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GTextInputWrap_Register_mEA1E02121215867B4D2BA3E06B49A52C2E20DABC (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GComponentWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GComponentWrap_Register_mF63361CF0F7FE3E8AD8EEF644C3A12EFC0A2B3BC (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GListWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GListWrap_Register_m8B246DC4708BDEFA6C8E76CE65EDEECB09ABE3A2 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GRootWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GRootWrap_Register_m89C44E3B51C268673719F2FDB3C8F84E7F0F27DA (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GLabelWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GLabelWrap_Register_m76D5A18698D5981F61C4B33E6A464F4538BF0DA5 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GButtonWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GButtonWrap_Register_mB99FA9F4E256FE116A420C4A713DD3CF0EB135E0 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GComboBoxWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GComboBoxWrap_Register_m9B4643A571700063A75EBC2EB70611F590BA2682 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GProgressBarWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GProgressBarWrap_Register_m424EB1F17E16F5F6818E544F4867AD6DEB19EC69 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GSliderWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GSliderWrap_Register_mE0306DF506AB4FF4B9B566F14D7C691BF9404DEE (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_PopupMenuWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_PopupMenuWrap_Register_mFC571BBB63839A2D935C57A69E485C1EDE9AF698 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_ScrollPaneWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_ScrollPaneWrap_Register_mD39E5D86227E18D350DC5DAAEA0D356D4E1F5BC2 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_TransitionWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_TransitionWrap_Register_mC4E7EABEE55EDAC970382AAB01100C1E5461978F (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_UIPackageWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIPackageWrap_Register_m7FBD153109B05FA3C16EE14C26A3B21154276155 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_WindowWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_WindowWrap_Register_mAE609B9CF626359F7BD888217D51DB7A365F0D55 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GObjectPoolWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GObjectPoolWrap_Register_m22CCB77B1D51825A7FBE2BB59BFDC4B4DFEA37FE (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_RelationsWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_RelationsWrap_Register_mDC94F999C07411946B04E7DB619C912E252ABCD4 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_RelationTypeWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_RelationTypeWrap_Register_m5CDBE75A5D92643165C55C28B8DF16BED0E760D5 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_TimersWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_TimersWrap_Register_m263CDFBD81FB9CB479CAE470CD9FB7010D40F1E9 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_NTextureWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_NTextureWrap_Register_m5134E8C12FCD911B33EA15C3A92DF163FAAB262F (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_NAudioClipWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_NAudioClipWrap_Register_mF2F9D29EB28467B9AEA045A9F8ECC1C02B685758 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_UIObjectFactoryWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIObjectFactoryWrap_Register_m4B44DB594361F65BCEA67FB034356EC46A5F7066 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GoWrapperWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GoWrapperWrap_Register_m21371ADE1406B70DB21EC4FF4C0F284C5C1E62D0 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GearDisplayWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GearDisplayWrap_Register_m74E470F177AA3B84A6833E577FBB9ADD37570D44 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GearXYWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GearXYWrap_Register_m50A2A2CD737B05B47ED4AF25C32B4B4642F59DEE (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GearSizeWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GearSizeWrap_Register_mD9D8015445F2B1BAB0DA32B742179D3B4713C70E (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GearLookWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GearLookWrap_Register_mB10692A031B52D0E1E97CE4E780283BE3FBB1240 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GearColorWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GearColorWrap_Register_m218AD092C53205017FEAC05DA85CBE23DF7BC0E7 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GearAnimationWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GearAnimationWrap_Register_mFD192563AF665CB85E10022D7BC410FBB9985039 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GearTextWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GearTextWrap_Register_m551EE51B6A742B6C244DD646A5F64B059C0FC7B4 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GearIconWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GearIconWrap_Register_m6A96702DFD25E8DD620DD7F8584B2EB8B3A0F899 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_UIConfigWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIConfigWrap_Register_mEE6B2ED29A389E6B645C2926B30B4D28A3C31DE6 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_BlurFilterWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_BlurFilterWrap_Register_m9C6821BD933FD5B66B6B839BDD30EDF01E99187B (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_ColorFilterWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_ColorFilterWrap_Register_mC087A282C61D701CC080F26A706F5EC263B30F82 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_FontManagerWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_FontManagerWrap_Register_m3E75820FDA2ECBF9F2C569BD21B12C69ACD9356C (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_DynamicFontWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_DynamicFontWrap_Register_mC48910226F656963655948A662D70C664A3D8D9B (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GTweenerWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GTweenerWrap_Register_m0FC6CE3BB1EA007F29B75CBFECA16949D491EBC3 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_ImageWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_ImageWrap_Register_m241A79E316FB701ADDD3760671C6DE637DA71F4C (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_TextFieldWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_TextFieldWrap_Register_mB79EC299053CAA6DD523A919F69E20B83581A897 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_GearBaseWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GearBaseWrap_Register_mEF81BB0CA9E000A40DC20B5EC0EA35FA9354EA23 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI_BaseFontWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_BaseFontWrap_Register_mDFED0C21B411374EBBF4E203C6A7C73A35534601 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void taurus_client_NetManagerWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void taurus_client_NetManagerWrap_Register_m8F0864A1B1708F56BE292DD6094222FE9328A310 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void taurus_unity_LuaNetClientWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void taurus_unity_LuaNetClientWrap_Register_m756AC25D5A97D37D361240D3C023699A86963311 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void taurus_unity_ResourcesManagerWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void taurus_unity_ResourcesManagerWrap_Register_m250E4A5BAA82614C41A820C5C9ED26868DA50D4F (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void Game_UtilsWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Game_UtilsWrap_Register_m6B503CFEB95EDE2492A966818F82F0AECF410E39 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void System_IO_FileWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_IO_FileWrap_Register_m21D2E8222A787F78139240172F4F8488E30D0137 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void System_IO_DirectoryWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_IO_DirectoryWrap_Register_mA03F97E0A75C23610F72AD0DBDFE81F085D565D6 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::BeginPreLoad()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_BeginPreLoad_m4727EF93649D4E45FE9F5CB484222D4F28267CE6 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::AddPreLoad(System.String,LuaInterface.LuaCSFunction,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_AddPreLoad_m0EC76D34635F42B4227A0C600E7F78418034081D (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___name0, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___func1, Type_t * ___type2, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::EndPreLoad()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_EndPreLoad_m62E1E498E214B42C7B635351D86F8CD7955180A9 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Void Debugger::Log(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debugger_Log_m8C590B226C3BE6ABA814F9A41081C25F597C33AA (String_t* ___str0, RuntimeObject * ___arg01, const RuntimeMethod* method);
|
|
// System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Events.UnityAction>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_mBF4064DC1BC192B74DB7C2C585B51B368267B31A (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398 (intptr_t ___L0, Delegate_t * ___ev1, const RuntimeMethod* method);
|
|
// System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Events.UnityAction>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_m540D4A4974CE55C02A8946A2D13B764973778394 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Camera/CameraCallback>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_m3FF9E634718422A211D17D6D646631662F2DDB07 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Camera/CameraCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_mE0FBF1185A2A4F56ED9C50F3B9F5D4BDCA43FCFB (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Application/AdvertisingIdentifierCallback>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_m470526222E21E88F0E5D3FCC2279A4C247494337 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Application/AdvertisingIdentifierCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_m2C3884C9BC4CD2220F3079F65EE38950A0CB5E43 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Application/LowMemoryCallback>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_mCC6C909DC086BD337730D7B6EB4C274ACB2A0295 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Application/LowMemoryCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_mE0F0365E060B474541DE860EE6D2387FE8C73DEA (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Application/LogCallback>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_m5E2BEBDE35F5E01D3E05C492822707A79DD72357 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.Application/LogCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_m10234597228343621A5064620A7C6828759134FB (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.AudioClip/PCMReaderCallback>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_mF29D6FF0C15DA40DC97F04208CE5599476536271 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.AudioClip/PCMReaderCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_m4EAA5BFF741ED2CDCD663E726A9827883E988412 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.AudioClip/PCMSetPositionCallback>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_mBB6DF50324DD40E20FBFC91BCDA50AC70AC8F8B5 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<UnityEngine.AudioClip/PCMSetPositionCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_m64697478C95403BED0436839166BECA60F031F66 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.GTweenCallback>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_mF49E70781ECE6CC485F34F3699C2778A3BB87957 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.GTweenCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_m5C5567FEB162E8982D664A7B2C1572E19772173C (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.EventCallback1>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_m379E8A31CA45905487F5A05B2685BC6EEFB287AD (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.EventCallback1>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_mF9165CBEA09040C247F538B355A8523B8F194DBE (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.EventCallback0>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_mCB990E685E897FA2786343CDD2A8B3436563F54D (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.EventCallback0>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_mDCF02A7E588A4F5380E364603974D167F39ECCFE (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.ListItemRenderer>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_m5E46A95D2563BFF417AB5D167E09C3D2696A49A6 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.ListItemRenderer>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_mAF5310CA8A64CC1ADF2FD4C39D996CAE82164270 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.ListItemProvider>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_mAD4E83A5961400A78DF50999CFC74DE1BFDF09CE (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.ListItemProvider>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_mFDB35F761C96004D32A7E39A2C6809627F5EC4C2 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.PlayCompleteCallback>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_mF03FDA3395BDF92B674E26BB51AF4466046B22F5 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.PlayCompleteCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_mD19968D9C40691201CC5FAA194E756701C338079 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.TransitionHook>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_m540C0E9B91A239FAA6B8AEB54E84145841186DAA (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.TransitionHook>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_m090FDAD2B2C5D50E7C09F04EAA49EF4D0FEAFC51 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.TimerCallback>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_m7E06B7C5A09479458CAA7B15CCB2309F884CBE16 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.TimerCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_mBA5CEB4B83DC61FB1F450E122516FC9EAD242871 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.GTweenCallback1>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_m78EA0251BD78385CAA58FAC8CA295A24272F45C6 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.GTweenCallback1>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_m1EEA067ED95DD7B187F10A00C60DD9CA31BA3A03 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIPackage/CreateObjectCallback>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_m56B9F43B47C8E6E5BD8139B34FFD626A768F6C4D (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIPackage/CreateObjectCallback>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_m3C2DE6DFCFDBC52AE70F4AFC820013838D24C06C (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.GObjectPool/InitCallbackDelegate>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_m26B168D8F0C1C9DE23AFE97C0C526647EBBA1455 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.GObjectPool/InitCallbackDelegate>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_mF5A9728811C1AEAA5F9E6818A22ED6D0820411C0 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIObjectFactory/GComponentCreator>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_m9903243C2FBA8232A285BCB6205F16775093DAE6 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIObjectFactory/GComponentCreator>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_m355F7B48D6075D9FEF34AB3AF8BFB2B3765783EC (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIObjectFactory/GLoaderCreator>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_m35C4D31170467080F30806D3EF24D5C40282AADE (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIObjectFactory/GLoaderCreator>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_m8248DA21C3B5F67CCC09F67406C600686365F3C2 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIConfig/SoundLoader>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_m345AC470C2E6F67E51ED4749C2D48A0AD86E7460 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.UIConfig/SoundLoader>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_m2F146A69AA14162B483CE92D48A0A4A7E2E72F77 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<System.Action>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_mB2E5AFB91459A19B08AEAF397D8346B27D1C843E (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<System.Action>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_mED324F75273F7A952D83DFFE831A874558E6105B (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<System.Predicate`1<System.Int32>>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_m1502E4D0C12FFB201F9A4C422E83D4E62F1DE598 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<System.Predicate`1<System.Int32>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_m78E8005A3A9785C1947450D8B25EAD33E7D1DC68 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<System.Int32>>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_m0AB017A9D2932C9865143222A117E51C1AC4D0BB (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<System.Int32>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_mB09B12593B9B7A33DB08B50F9D03FE2569DDC6C5 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<System.Comparison`1<System.Int32>>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_m1AB09D5B0D223343D85EDC9060B6CB4ED1BB69EA (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<System.Comparison`1<System.Int32>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_mF732ABDFD42C332F426A6BF4EF7E24FD1A0CD378 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<System.Func`2<System.Int32,System.Int32>>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_m2A0A31EB21CA7051AAA07CE086A0CF8C95CDAE33 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<System.Func`2<System.Int32,System.Int32>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_mA63A8A8B8F247AC12164279199FF03D7ED6CBD9F (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<System.Boolean>>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_m860D45181B2E555E6C4D5AF35D6C1F47CF51D90A (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<System.Boolean>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_mE99B3FF181BA57C3976F338985CE41434A2334C9 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<System.String>>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_mBBE94DBF65E7EE5E1EC940713BD9F4854EA2FDB5 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<System.String>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_m46FEDFC22A5F01FE755CB9BF29CD57DB68601F74 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<System.Func`1<System.Boolean>>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_mF8B797E4343F3EFD74AF65D39D1466608065C17F (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<System.Func`1<System.Boolean>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_m97C60087A066C967367596B79413098D755B7B75 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<UnityEngine.AsyncOperation>>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_m9AFD8887154BD3630FE3AE22D980E94BBFA5FCF5 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<System.Action`1<UnityEngine.AsyncOperation>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_mBDDCD3D9FF6BCC6C4E6F7F64F3B0D7440EF1DDA7 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<System.Action`2<System.String,System.Action>>::Create(LuaInterface.LuaFunction)
|
|
inline Delegate_t * DelegateTraits_1_Create_m02E0C9AFA471D43C1087D4F00F8E310464E4F4BB (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))DelegateTraits_1_Create_m6AE432BD909C8FD568A5313534B71E2E3CF3B395_gshared)(___func0, method);
|
|
}
|
|
// System.Delegate LuaInterface.DelegateTraits`1<System.Action`2<System.String,System.Action>>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
inline Delegate_t * DelegateTraits_1_Create_m23C165FD3BBD2C6898C03CF035564BAE70C967C7 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
|
|
}
|
|
// LuaInterface.LuaState LuaInterface.LuaState::Get(System.IntPtr)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * LuaState_Get_mD5CEDF5D82EFE1715EAEA521EEF00D2B29D7C5DF_inline (intptr_t ___ptr0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaState::BeginPreModule(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaState_BeginPreModule_m65538178C460E1B669CEDD79716DD0E7DC17861F (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_MeshRendererWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_MeshRendererWrap_Register_m3D8519C4E064592F6F00F59A3B9325819B1E1ED4 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaState::GetMetaReference(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaState_GetMetaReference_m0ECB7BA7FE9C1A77019A1AB7E0283495F8457E98 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, Type_t * ___t0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::EndPreModule(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_EndPreModule_mA7AD370B5297A47962F65637DBCFE910BB6EDD71 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, intptr_t ___L0, int32_t ___reference1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_BoxColliderWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_BoxColliderWrap_Register_m522636A5881D584ECDFD778B7E77488F4F311A61 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_MeshColliderWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_MeshColliderWrap_Register_m0A449C5CDF57E1C025864F1A951326C4740FE47C (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_SphereColliderWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_SphereColliderWrap_Register_mE152C660006EEEF4CFFE29D25C2C906C9FA0AE74 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_CharacterControllerWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_CharacterControllerWrap_Register_m11FBD1FF94D730685F42D82FD95C474FECB22954 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_CapsuleColliderWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_CapsuleColliderWrap_Register_m8E5DC84FC22F77C010E830111170DA7B8CA616FF (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_AnimationWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AnimationWrap_Register_m7BF970313514B8D975EB35FE65A5CAEE77CC5812 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_AnimationClipWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AnimationClipWrap_Register_m7A1E945E288BB934A61DC48010512F888790981C (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_AnimationStateWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AnimationStateWrap_Register_m5B5FFB57EBBC7C8EDC044E9375CD895A9E61617E (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_SkinWeightsWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_SkinWeightsWrap_Register_m1623B23238CBB917EF5C1FD11FF9322DD1CB530E (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_RenderTextureWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_RenderTextureWrap_Register_m27C1EB757CC8BADF9808E33F882BEA5183A5F9DD (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine_RigidbodyWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_RigidbodyWrap_Register_m2B305CA05C5CFB4CA265C045BABD07C9154D0C9B (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaClient::LuaOpen_Socket_Core(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaClient_LuaOpen_Socket_Core_mCE03F638E889F682C7893D06A6B6941A78969764 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaClient::LuaOpen_Mime_Core(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaClient_LuaOpen_Mime_Core_mC3B7816D48481AF4D139002A2C15421BDE77E6B7 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// LuaInterface.LuaFileUtils LuaInterface.LuaFileUtils::get_Instance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * LuaFileUtils_get_Instance_mE02E0FB7B1A248B24C84FC59CBBBC095158DD460 (const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaState::OpenLibs(LuaInterface.LuaCSFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaState_OpenLibs_mBEDAACE75B30ECBF29AB292CDEB41CE75D93601A (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___open0, const RuntimeMethod* method);
|
|
// System.Void LuaClient::OpenLuaSocket()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_OpenLuaSocket_m7F9C4219BC768130A3349267206F687EEB5ADE8A (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaClient::OpenZbsDebugger(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_OpenZbsDebugger_m95F74FCFC3BC5CE35E189E5A080F1A659B430135 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, String_t* ___ip0, const RuntimeMethod* method);
|
|
// System.Void Debugger::LogWarning(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debugger_LogWarning_mF69C58A558DFCCF8A295F5DDA8158052B5C810E6 (RuntimeObject * ___str0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::AddSearchPath(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_AddSearchPath_m93D1F720D81DEB47A6FAC2DBA79F30ED8B2BE293 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___fullPath0, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.LuaStatePtr::LuaDoString(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_LuaDoString_m19745A6304E943393DBE78E3E53654B608F0EDFD (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, String_t* ___chunk0, String_t* ___chunkName1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::luaopen_socket_core(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaopen_socket_core_mFFDEAFBB26F19FE45D0B123F05B0DC034011D98D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::luaopen_mime_core(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaopen_mime_core_mF1B56BE038350F3795FDD105216D224CB3058F95 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaStatePtr::LuaGetField(System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaGetField_m8C7442FD94C2BF9F81CEE7E38AC3AE5579E14647 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___index0, String_t* ___key1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaStatePtr::LuaSetField(System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaSetField_m73DA14643A3E58567397CAC4615BC4A8C800DB5A (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, String_t* ___key1, const RuntimeMethod* method);
|
|
// LuaInterface.LuaFunction LuaInterface.LuaState::GetFunction(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * LuaState_GetFunction_m71CEBDCC461EA556CD0357676D304207C375A8B5 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___name0, bool ___beLogMiss1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::DoFile(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_DoFile_m516840CB83E96403B2AAAF49C6A5735A96BD86F3 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___fileName0, const RuntimeMethod* method);
|
|
// !!0 UnityEngine.GameObject::AddComponent<LuaLooper>()
|
|
inline LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * GameObject_AddComponent_TisLuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3_mC5CC69A8B63439C8749491B5AE49B10673115532 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared)(__this, method);
|
|
}
|
|
// System.Void LuaBinder::Bind(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaBinder_Bind_m001A78F52C05BD54A4458C799A3C6D6BF6E07E1E (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method);
|
|
// System.Void DelegateFactory::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Init_mF20B777569CD70F3BCEC8D269B91C89204650EF3 (const RuntimeMethod* method);
|
|
// System.Void LuaCoroutine::Register(LuaInterface.LuaState,UnityEngine.MonoBehaviour)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaCoroutine_Register_mA158D084596DD55DAD4B16D6B5AC7F6B0B63E3D9 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___state0, MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * ___behaviour1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState__ctor_mC7C58F2E936E896E36FBF8685DFA4783B4631C6B (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaStatePtr::LuaSetTop(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___newTop0, const RuntimeMethod* method);
|
|
// System.Void LuaClient::set_Instance(LuaClient)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LuaClient_set_Instance_mFE6711D29A69AB75EDCDC939CA0FDA9CA6A993C0_inline (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * ___value0, const RuntimeMethod* method);
|
|
// System.Void LuaClient::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_Init_m21864AD53AF1537FE5E668F4CF754B974551D6A9 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode>::.ctor(System.Object,System.IntPtr)
|
|
inline void UnityAction_2__ctor_m1A80C4663EFD30F8CCD2C8DC1EDC304F244B62B3 (UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305 *, RuntimeObject *, intptr_t, const RuntimeMethod*))UnityAction_2__ctor_mB5641B8D7675F2DA752CDF3CF5FF1D5AB91D3280_gshared)(__this, ___object0, ___method1, method);
|
|
}
|
|
// System.Void UnityEngine.SceneManagement.SceneManager::add_sceneLoaded(UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SceneManager_add_sceneLoaded_mB72463B21F0D89F168C58E994356298D0E38A4F7 (UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305 * ___value0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_Start_mC93085B44175AA004AD952CCEBC54905B1FCBEBA (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Void LuaClient::StartLooper()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_StartLooper_mD77FF4A5D59B55F0BED9A310E4BAF15402E5CBE7 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaFunction::Push(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_Push_mFA14B76FE6837198709B97FA9EAAEA99AEBEA6CA (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, int32_t ___n0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaFunction::PCall()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaFunction::EndPCall()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.LuaState::op_Inequality(LuaInterface.LuaState,LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaState_op_Inequality_m4B28E8FA87EE2420CC573EB4E5C94D20AB8328F3 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___a0, LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___b1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::RefreshDelegateMap()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_RefreshDelegateMap_m5FF88D0C199FD7CE85D9D35C72843AB4686F2503 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.SceneManagement.Scene::get_buildIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Scene_get_buildIndex_m764659943B7357F5D6C9165F68EDCFBBDDD6C3C2 (Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaClient::OnLevelLoaded(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_OnLevelLoaded_m8D0CC8928169450316D9981C4FE0D56324ED1E4E (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, int32_t ___level0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.SceneManagement.SceneManager::remove_sceneLoaded(UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SceneManager_remove_sceneLoaded_m894CC4AE20DC49FF43CF6B2A614877F50D707C92 (UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305 * ___value0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::Call(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_Call_mCD73F5D41DC9902EC8494612C17562A9D15E80CC (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___name0, bool ___beLogMiss1, const RuntimeMethod* method);
|
|
// System.Void LuaClient::DetachProfiler()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_DetachProfiler_m7184978A03905EE9DF85691A650B5803F15F5838 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Object::Destroy(UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_Dispose_m232522A8540D99C00B13BC1B651449654DC13482 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.LuaBaseRef::op_Equality(LuaInterface.LuaBaseRef,LuaInterface.LuaBaseRef)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102 (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___a0, LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___b1, const RuntimeMethod* method);
|
|
// T LuaInterface.LuaState::Require<LuaInterface.LuaTable>(System.String)
|
|
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * LuaState_Require_TisLuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87_mC1C7F07471A5E06295D3D794E09534314C5672C4 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___fileName0, const RuntimeMethod* method)
|
|
{
|
|
return (( LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * (*) (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *, String_t*, const RuntimeMethod*))LuaState_Require_TisRuntimeObject_m3643F8EC988B42F64F8C5D719A4543C39499B49A_gshared)(__this, ___fileName0, method);
|
|
}
|
|
// System.Void LuaInterface.LuaTable::Call<LuaInterface.LuaTable>(System.String,T1)
|
|
inline void LuaTable_Call_TisLuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87_m62CA0A52974FF90EBCF13048B9C59A2A1453E9B7 (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, String_t* ___name0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___arg11, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, String_t*, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))LuaTable_Call_TisRuntimeObject_mD8173DA3EA05148303F710408468D0958F98727C_gshared)(__this, ___name0, ___arg11, method);
|
|
}
|
|
// System.Void LuaProfiler::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaProfiler_Clear_mD673A9CDEE698573ADF1961834705D4CE78DC6F2 (const RuntimeMethod* method);
|
|
// System.String UnityEngine.Application::get_dataPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_dataPath_m33D721D71C0687F0013C8953FDB0807B7B3F2A01 (const RuntimeMethod* method);
|
|
// System.Int32 LuaCoroutine::_WaitForSeconds(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaCoroutine__WaitForSeconds_m54BB29FE5DAD0CA5254FFD3A48D9C23A1CD87C13 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaCoroutine::WaitForFixedUpdate(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaCoroutine_WaitForFixedUpdate_m1D7BD94EE0146BAC7621754388D185224029A0B0 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaCoroutine::WaitForEndOfFrame(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaCoroutine_WaitForEndOfFrame_m2C2D9ECFC8F26575A6784372C7FB7805745269A5 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaCoroutine::Yield(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaCoroutine_Yield_m3643D87BA6EF0688E356BF97D53360D8A3E3D164 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaCoroutine::StopCoroutine(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaCoroutine_StopCoroutine_mF958DBF79319373E674175F4BF6897D5AAE45691 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaCoroutine::WrapLuaCoroutine(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaCoroutine_WrapLuaCoroutine_mDE72C7B49C0E1588397D6167C00CD153A0D4C89A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// LuaInterface.LuaFunction LuaInterface.ToLua::ToLuaFunction(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ToLua_ToLuaFunction_mAB03DF0A305A6AA18132C880CA742DF2523370DF (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Collections.IEnumerator LuaCoroutine::CoWaitForSeconds(System.Single,LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LuaCoroutine_CoWaitForSeconds_m60DC5223B12CC2C8D710E9A3B7C3A5AA34D5D22E (float ___sec0, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Coroutine>(System.IntPtr,T)
|
|
inline void ToLua_PushSealed_TisCoroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_mB726280B60EB92ACCDAFD20A2C2BEA2B71A32E2D (intptr_t ___L0, Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * ___o1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC *, const RuntimeMethod*))ToLua_PushSealed_TisRuntimeObject_m80A7F6E688007E3366F5ACE882AFD53AD3F838FD_gshared)(___L0, ___o1, method);
|
|
}
|
|
// System.Void LuaCoroutine/<CoWaitForSeconds>d__4::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCoWaitForSecondsU3Ed__4__ctor_mF7E6DAFD9A520B6B7A83A692A5962C759B8194BE (U3CCoWaitForSecondsU3Ed__4_t084603F9A0F1C9940571AE77E3DD00EC4C8A911E * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
|
|
// System.Collections.IEnumerator LuaCoroutine::CoWaitForFixedUpdate(LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LuaCoroutine_CoWaitForFixedUpdate_m9D4FFA8D7ECB3B7DF400591B2BDB06592AA34101 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
|
|
// System.Void LuaCoroutine/<CoWaitForFixedUpdate>d__6::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCoWaitForFixedUpdateU3Ed__6__ctor_m5E8DE8F3FB0F738D0174A67AC22F318EC6E121AE (U3CCoWaitForFixedUpdateU3Ed__6_tA632C5D4CAE55ACEC2DEE1BCE9E5EAC42F2E906E * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
|
|
// System.Collections.IEnumerator LuaCoroutine::CoWaitForEndOfFrame(LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LuaCoroutine_CoWaitForEndOfFrame_mF3D05184B40534C85AF96EF5B43187314D55F300 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
|
|
// System.Void LuaCoroutine/<CoWaitForEndOfFrame>d__8::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCoWaitForEndOfFrameU3Ed__8__ctor_m20689FEFB8C1CD6796877B6F2ACB1F5797B2BBC2 (U3CCoWaitForEndOfFrameU3Ed__8_t29F7A69C4E0AFF9484B4E4F6915A0E5D0D1B28BD * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.ToLua::ToVarObject(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Collections.IEnumerator LuaCoroutine::CoYield(System.Object,LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LuaCoroutine_CoYield_m615AC21A59A784136BCC5551F0E95FF59813F58D (RuntimeObject * ___o0, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func1, const RuntimeMethod* method);
|
|
// System.Void LuaCoroutine/<CoYield>d__10::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCoYieldU3Ed__10__ctor_m58A91463AED6C51BCFACB7605AA3560AA5CE9161 (U3CCoYieldU3Ed__10_tEBA02A86946E0B84BBC10E3A70C9C179A7875943 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.MonoBehaviour::StopCoroutine(UnityEngine.Coroutine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour_StopCoroutine_mC465FFA3C386BA22384F7AFA5495FF2286510562 (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * __this, Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * ___routine0, const RuntimeMethod* method);
|
|
// System.Collections.IEnumerator LuaCoroutine::CoWrap(LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LuaCoroutine_CoWrap_m35952D5C5AEE1ED18D9E694C794F0B02675967A2 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,System.Collections.IEnumerator)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m0C5C43A12210CCE2EA2C934C03DDC5A75A1BB4E2 (intptr_t ___L0, RuntimeObject* ___iter1, const RuntimeMethod* method);
|
|
// System.Void LuaCoroutine/<CoWrap>d__13::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCoWrapU3Ed__13__ctor_mE8FC9C6023ACD83D17998DAD7A022529585E9632 (U3CCoWrapU3Ed__13_t30E36E0B1C814750EED9FA9A6AD1D142578E15C8 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.WaitForEndOfFrame::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForEndOfFrame__ctor_m6CDB79476A4A84CEC62947D36ADED96E907BA20B (WaitForEndOfFrame_t75980FB3F246D6AD36A85CA2BFDF8474E5EEBCCA * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.WaitForFixedUpdate::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForFixedUpdate__ctor_mDEBC2E729EB331081476991F738E1759F067F402 (WaitForFixedUpdate_t8801328F075019AF6B6150B20EC343935A29FF97 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.WaitForSeconds::.ctor(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559 (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * __this, float ___seconds0, const RuntimeMethod* method);
|
|
// R1 LuaInterface.LuaFunction::Invoke<System.Boolean>()
|
|
inline bool LuaFunction_Invoke_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m4EF154F143C6807BFA46492D544ABB22A8192E40 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))LuaFunction_Invoke_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m4EF154F143C6807BFA46492D544ABB22A8192E40_gshared)(__this, method);
|
|
}
|
|
// System.Void LuaInterface.LuaBaseRef::AddRef()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaBaseRef_AddRef_m6E50F617280C5254307A19F2E73388ADEEDADD54 (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * __this, const RuntimeMethod* method);
|
|
// LuaInterface.LuaState LuaInterface.LuaBaseRef::GetLuaState()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * LuaBaseRef_GetLuaState_m59DE3FCE4CC705ACD929988CF70F8609260CD99B_inline (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * __this, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaTable::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaTable_get_Length_mE20FB028478F61CAF0FEFF390A1343C7FB2CA524 (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.LuaTable::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaTable_get_Item_mB627B6098B8E5AEAB1D4D830CDC9A8AEBC84BC58 (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, int32_t ___key0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaTable::set_Item(System.Int32,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaTable_set_Item_m2F58D116F3013ABF3BFB64EB6760E2A19765E5CA (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
|
|
// System.Collections.Generic.IEnumerator`1<System.Object> LuaInterface.LuaArrayTable::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LuaArrayTable_GetEnumerator_m801B4D967E36C07C6CF7FB7EE11ECD7BC7028973 (LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Action`1<System.Object>::Invoke(!0)
|
|
inline void Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5 (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *, RuntimeObject *, const RuntimeMethod*))Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_gshared)(__this, ___obj0, method);
|
|
}
|
|
// System.Void LuaInterface.LuaArrayTable/Enumerator::.ctor(LuaInterface.LuaArrayTable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m0DFB68AB6CD0BA3EFB1B9D3FA2DAAE9EF3BEEF21 (Enumerator_tC45C231DF0C00698C4FE7793E87B5B7DA62089A2 * __this, LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727 * ___list0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaGetTop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaGetTop_m2317E7B1B18275AB559943BC22E4BBEED73387AC (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::Push(LuaInterface.LuaBaseRef)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_Push_mCBECF34F0AE0D92AEA0D6B7FD1C27AEED58F2684 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___lbr0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaStatePtr::LuaRawGetI(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaRawGetI_mDC27F64E1DDCB36B6AF0CE4121E857FCEA0759C3 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___tableIndex0, int32_t ___index1, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.LuaState::ToVariant(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaState_ToVariant_m4F2AE5817B28FCD03C41801E377A431C39F54CC0 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, int32_t ___stackPos0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaStatePtr::LuaPop(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaPop_m6CC814869A69A9A3590E6026DA62D8CF1DA6CBA3 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___amount0, const RuntimeMethod* method);
|
|
// System.Void System.Object::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::CollectRef(System.Int32,System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_CollectRef_mECF66CE21CF91338344AAB104CB59E7AFA1FBFE4 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, int32_t ___reference0, String_t* ___name1, bool ___isGCThread2, const RuntimeMethod* method);
|
|
// System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::GetHashCode(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_GetHashCode_mB357C67BC7D5C014F6F51FE93E200F140DF7A40B (RuntimeObject * ___o0, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.LuaBaseRef::CompareRef(LuaInterface.LuaBaseRef,LuaInterface.LuaBaseRef)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaBaseRef_CompareRef_mC188DACC95AC1D3D0350BA600DCE7F2EEB90F3EB (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___a0, LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___b1, const RuntimeMethod* method);
|
|
// LuaInterface.LuaFunction LuaInterface.LuaTable::GetLuaFunction(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * LuaTable_GetLuaFunction_m1406C486FF1D456F7F4D61CE4C657F75006A9AB8 (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, String_t* ___key0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaBeatEvent::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaBeatEvent_Clear_m6CCE7346597070B15F4433881CD5C83CC334C120 (LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaFunction::Push(LuaInterface.LuaBaseRef)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___lbr0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaByteBuffer::set_Length(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LuaByteBuffer_set_Length_m60181AD4C5235A50DECDF8134F634318761EAB90_inline (LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_Copy_m64744D9E23AFC00AA06CD6B057E19B7C0CE4C0C2 (intptr_t ___source0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___destination1, int32_t ___startIndex2, int32_t ___length3, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaByteBuffer::.ctor(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaByteBuffer__ctor_mC3B620E3BFBBADC10AF0145EE937D15967A2F66B (LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E * __this, intptr_t ___source0, int32_t ___len1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaByteBuffer::.ctor(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaByteBuffer__ctor_mC8E2DBC666BFA2DC21BA28FF253254BF30373CFD (LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaByteBuffer::.ctor(System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaByteBuffer__ctor_m1D87B376CB0F7717AE7793138185420D6D750C1E (LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf0, int32_t ___len1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaByteBuffer::.ctor(System.IO.MemoryStream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaByteBuffer__ctor_m5B8AE8C34B48A5CE82BFF7CFFB1AC1A0DABCFCD9 (LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E * __this, MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ___stream0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaByteBuffer::get_Length()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaByteBuffer_get_Length_m5BF6CB69B00E37D9BFFF0691A4B493BBBCE2277A_inline (LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E * __this, const RuntimeMethod* method);
|
|
// System.Void System.Attribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0 (Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Type>::.ctor(System.Collections.Generic.IEnumerable`1<!0>)
|
|
inline void List_1__ctor_mEA21F6734CA23B6A82500CF1492206D5171EB326 (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_m6E336459937EBBC514F001464CC3771240EEBB87_gshared)(__this, ___collection0, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.List`1<System.Type>::get_Count()
|
|
inline int32_t List_1_get_Count_mB470A54EA2F652494E97FF09F589EB4587DFDA89_inline (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
|
|
}
|
|
// !0 System.Collections.Generic.List`1<System.Type>::get_Item(System.Int32)
|
|
inline Type_t * List_1_get_Item_mFFA8587D3830DDCCB3D34524C792A1C31512DFA3_inline (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
return (( Type_t * (*) (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
|
|
}
|
|
// System.Boolean System.Type::get_IsByRef()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.ToLua::CheckVarObject(System.IntPtr,System.Int32,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_CheckVarObject_m27D8EB2E2BF81511814150B323C3D33DD0A2B0A4 (intptr_t ___L0, int32_t ___stackPos1, Type_t * ___t2, const RuntimeMethod* method);
|
|
// System.Object System.Reflection.ConstructorInfo::Invoke(System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ConstructorInfo_Invoke_m9E7A03EC2DDACA7A9C1E1609D4AB2BE90CD2E2AF (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m527AE65DDF8931A68AFE689AE47A65524F4A6C03 (intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Type>::Clear()
|
|
inline void List_1_Clear_m03E5E8B166FE7878A734A024FD96854CF36D99B5 (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
|
|
}
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_tointeger(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_tointeger_m4C5223E636DFC03492DA37E31C7DEDB998CFDE58 (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.LuaDLL::tolua_toboolean(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_tolua_toboolean_mF766C52111A77C18B5CBC320E31BCC4F17F86BEF (intptr_t ___luaState0, int32_t ___index1, const RuntimeMethod* method);
|
|
// System.IntPtr LuaInterface.LuaDLL::tolua_tolstring(System.IntPtr,System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_tolua_tolstring_m0F145C0A0FDF83EE00065CB484D9BEAFD602E205 (intptr_t ___luaState0, int32_t ___index1, int32_t* ___strLen2, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_objlen(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_objlen_mE1C1036C272A615C0F29B24F78BDBECB75300528 (intptr_t ___luaState0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaException::.ctor(System.String,System.Exception,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F (LuaException_t362D5A575564491633FB3233987012974B1564C4 * __this, String_t* ___msg0, Exception_t * ___e1, int32_t ___skip2, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::tolua_pushlstring(System.IntPtr,System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_pushlstring_mC06D0796D2A91E4A5E844492F378E31E2799B777 (intptr_t ___luaState0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___str1, int32_t ___size2, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::lua_pushboolean(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushboolean_m9F332B7CC9C3EC52298709B1D3B8E9E50BD1EC98 (intptr_t ___luaState0, int32_t ___value1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_gettable(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_gettable_m44E3038CDE56B87260E05C0A867DD574FB05B657 (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method);
|
|
// System.String LuaInterface.LuaDLL::lua_tostring(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF (intptr_t ___luaState0, int32_t ___index1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_getfield(System.IntPtr,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_getfield_mBF564A4E58A22AA47AA98D0DA043BB9BE79B8FC5 (intptr_t ___L0, int32_t ___idx1, String_t* ___key2, const RuntimeMethod* method);
|
|
// System.IntPtr LuaInterface.LuaDLL::tolua_newuserdata(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_tolua_newuserdata_m0C37891BB15CED312E1D00CE4FA3EF8853494B9E (intptr_t ___luaState0, int32_t ___size1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_settable(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_settable_mDE6AB9EFB5F2BA980E49E1C7151E15ECA362619A (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_setfield(System.IntPtr,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_setfield_m726197DD06C8D97B5FA436590DA79EA0C3CDB4EC (intptr_t ___L0, int32_t ___idx1, String_t* ___key2, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::lua_settop(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_settop_m4BCB928D2559342AADC033F7EDFF34193E5FE76E (intptr_t ___luaState0, int32_t ___top1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::lua_createtable(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_createtable_m13EF26E077DA13A6055F63B5591E2C097AEE7E20 (intptr_t ___luaState0, int32_t ___narr1, int32_t ___nrec2, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::lua_pushcfunction(System.IntPtr,LuaInterface.LuaCSFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushcfunction_m597D3DB7BDB0C04C60925BEA7C08F792911920D1 (intptr_t ___luaState0, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___func1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::lua_setglobal(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_setglobal_m11056E522FF3DED43DE36D76DCEFF14F02E7D9FE (intptr_t ___luaState0, String_t* ___name1, const RuntimeMethod* method);
|
|
// System.IntPtr System.Runtime.InteropServices.Marshal::GetFunctionPointerForDelegate<LuaInterface.LuaCSFunction>(!!0)
|
|
inline intptr_t Marshal_GetFunctionPointerForDelegate_TisLuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_mC47D09AD0344D2CA3D17A63D4BBF5A0A06C74FF8 (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___d0, const RuntimeMethod* method)
|
|
{
|
|
return (( intptr_t (*) (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *, const RuntimeMethod*))Marshal_GetFunctionPointerForDelegate_TisRuntimeObject_m48759D7F3A90CB3B0B0E73773B1E40147247A61B_gshared)(___d0, method);
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::lua_pushcclosure(System.IntPtr,System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushcclosure_m0C1BD030A7E0212F231284F14B724FE13914BEAB (intptr_t ___luaState0, intptr_t ___fn1, int32_t ___n2, const RuntimeMethod* method);
|
|
// LuaInterface.LuaTypes LuaInterface.LuaDLL::lua_type(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002 (intptr_t ___luaState0, int32_t ___index1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::lua_setfield(System.IntPtr,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_setfield_mDC1337BCC2F5CD5284201ECCE0830D84499EDD52 (intptr_t ___L0, int32_t ___idx1, String_t* ___key2, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::lua_getfield(System.IntPtr,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_getfield_mA13E1DD15570F1218801FF50A3A5FC0A22CFC933 (intptr_t ___L0, int32_t ___idx1, String_t* ___key2, const RuntimeMethod* method);
|
|
// System.String System.Runtime.InteropServices.Marshal::PtrToStringAnsi(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Marshal_PtrToStringAnsi_m201DAEF9CEA3A0F557400AB639C939EED6A45B5B (intptr_t ___ptr0, int32_t ___len1, const RuntimeMethod* method);
|
|
// System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method);
|
|
// System.String LuaInterface.LuaDLL::lua_ptrtostring(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaDLL_lua_ptrtostring_mA59883E99CB26816804DCD7DC19F4A15BA3F039D (intptr_t ___str0, int32_t ___len1, const RuntimeMethod* method);
|
|
// System.IntPtr LuaInterface.LuaDLL::luaL_newstate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_luaL_newstate_m35B3CF93AF5A284D17049F4A969E9A6228FD7C51 (const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::lua_pushvalue(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushvalue_m713DDDB9414ED15F1F823B50C1B5C58E56A82498 (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_gc(System.IntPtr,LuaInterface.LuaGCOptions,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_gc_m79EC70C7D6E233ABD1B8D4B5CAF7CD6AC8E2060F (intptr_t ___luaState0, int32_t ___what1, int32_t ___data2, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_getn(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_getn_m095C311C4A9EEDB58BA56C75580A19121ECA0EF7 (intptr_t ___luaState0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::abs_index(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_abs_index_m3B851E5A4D31BC170E24F733E727B58CF9EA8524 (intptr_t ___L0, int32_t ___i1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_getmetafield(System.IntPtr,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_getmetafield_m77266BD9C3676B73B66CB20A70C2EFFB53E817A0 (intptr_t ___luaState0, int32_t ___stackPos1, String_t* ___field2, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_pcall(System.IntPtr,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_pcall_m1B708F9BA6605F17B0F2395FA92920C2A3B342EB (intptr_t ___luaState0, int32_t ___nArgs1, int32_t ___nResults2, int32_t ___errfunc3, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::lua_pop(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589 (intptr_t ___luaState0, int32_t ___amount1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_argerror(System.IntPtr,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_argerror_mB9781D2C707DA63921E5E51AC7B7EE45741356AA (intptr_t ___luaState0, int32_t ___narg1, String_t* ___extramsg2, const RuntimeMethod* method);
|
|
// System.String LuaInterface.LuaDLL::luaL_typename(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaDLL_luaL_typename_m4F544C2D4E3AF60FC1D3C00E04F4F59BEBD8153F (intptr_t ___luaState0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_argerror(System.IntPtr,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_argerror_m648A4BE57D4DB36B0B83C6C0F6D2703239DED5A8 (intptr_t ___L0, int32_t ___narg1, String_t* ___extramsg2, const RuntimeMethod* method);
|
|
// System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_typerror(System.IntPtr,System.Int32,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0 (intptr_t ___L0, int32_t ___stackPos1, String_t* ___tname2, String_t* ___t23, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.LuaDLL::lua_isnoneornil(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_lua_isnoneornil_m5E8366BDEE10730789DD33ACE8E7D4F264F9DA02 (intptr_t ___luaState0, int32_t ___n1, const RuntimeMethod* method);
|
|
// System.Int32 System.String::get_Length()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
|
|
// System.String LuaInterface.LuaDLL::luaL_checklstring(System.IntPtr,System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaDLL_luaL_checklstring_mC45D5CA85AA1B6D674FE50D726935D7247FE1467 (intptr_t ___L0, int32_t ___numArg1, int32_t* ___len2, const RuntimeMethod* method);
|
|
// System.Double LuaInterface.LuaDLL::lua_tonumber(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62 (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_isnumber(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_isnumber_m49B50713D6DCC76300612F998C86C4C3B4B1E8BA (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_checkinteger(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_checkinteger_m9947DD26585D733AF7155DDFAAB7FCD4C57531B4 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.LuaDLL::lua_isboolean(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_lua_isboolean_m0047E4C818B55D8826F7AF6F3E90ECF2C32B2A56 (intptr_t ___luaState0, int32_t ___n1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.LuaDLL::lua_toboolean(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_lua_toboolean_mD1040BE41EBA160232137C0852698D2900B29872 (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_checkstack(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_checkstack_mD0E5417D3E1F35C5DDD453D38D4DFB5B5CE5ED78 (intptr_t ___luaState0, int32_t ___extra1, const RuntimeMethod* method);
|
|
// System.String LuaInterface.LuaDLL::lua_typename(System.IntPtr,LuaInterface.LuaTypes)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaDLL_lua_typename_mE170362A517924064737ADD82F4974550BD37C41 (intptr_t ___luaState0, int32_t ___type1, const RuntimeMethod* method);
|
|
// System.IntPtr LuaInterface.LuaDLL::lua_touserdata(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_lua_touserdata_mDACE6AC44B707C35C04BC9694C0B5DB29CF2E258 (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_getmetatable(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_getmetatable_m565263A8D564FE91CC87C30A4900B7EB08B5E06C (intptr_t ___luaState0, int32_t ___objIndex1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_rawequal(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_rawequal_mD68803BAAEAD9348B4DE93F67B1DC5CD21874C76 (intptr_t ___luaState0, int32_t ___idx11, int32_t ___idx22, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::tolua_pushtraceback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_pushtraceback_m536BF4094B475D3611D5609D3C7C9AEA42CE51C6 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_loadbuffer(System.IntPtr,System.Byte[],System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_loadbuffer_mA00F5E7C6B55E47C92C421493DF8CBD593612EFE (intptr_t ___luaState0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buff1, int32_t ___size2, String_t* ___name3, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_loadfile(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_loadfile_mBB592B9DC6B25A7AED85C0F95FFC4C46F58ABD59 (intptr_t ___luaState0, String_t* ___filename1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_loadstring(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_loadstring_mBF6D48B4DD0E2BB1F5BDE57D7737582D2244CB25 (intptr_t ___luaState0, String_t* ___chunk1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_ref(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_ref_mB813298DBACC5D979955AC931D5AA2C9AD3ADDA6 (intptr_t ___luaState0, int32_t ___t1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::lua_rawgeti(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32 (intptr_t ___luaState0, int32_t ___idx1, int32_t ___n2, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::luaL_unref(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_luaL_unref_m99EE2543C6F6CB94D551E95AFC0B1E05AEA87F8E (intptr_t ___luaState0, int32_t ___registryIndex1, int32_t ___reference2, const RuntimeMethod* method);
|
|
// System.Int64 LuaInterface.LuaDLL::tolua_toint64(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t LuaDLL_tolua_toint64_m59522CA9648BB1582947212D031D5811A81B2FD3 (intptr_t ___luaState0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.LuaDLL::tolua_isint64(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_tolua_isint64_m095F7D6F102865F427E364E36D40DCEAA2301BB9 (intptr_t ___luaState0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.UInt64 LuaInterface.LuaDLL::tolua_touint64(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t LuaDLL_tolua_touint64_m159FD94B0E59B31CB81E369F351406CAE77350DC (intptr_t ___luaState0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.LuaDLL::tolua_isuint64(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_tolua_isuint64_m7D983833020BAB992F1DAC494A70AA9C9C5C1042 (intptr_t ___luaState0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_error(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_error_m8AF65F8618A32B66804C229659A182CDB428727B (intptr_t ___L0, String_t* ___msg1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::tolua_pushcfunction(System.IntPtr,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_pushcfunction_m4F139C642C5818A1F8E3E9189CC1C6964C647256 (intptr_t ___L0, intptr_t ___fn1, const RuntimeMethod* method);
|
|
// System.IntPtr LuaInterface.LuaDLL::luaL_findtable(System.IntPtr,System.Int32,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_luaL_findtable_mCE690174FA2C874DF17DDA8F7639B924E6A7E086 (intptr_t ___luaState0, int32_t ___idx1, String_t* ___fname2, int32_t ___szhint3, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_strlen(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_strlen_m6D9801899F5D51296C403A28DC81D42BA5C8AF89 (intptr_t ___str0, const RuntimeMethod* method);
|
|
// System.IntPtr LuaInterface.LuaDLL::lua_atpanic(System.IntPtr,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_lua_atpanic_m5C8BC59E08BD1C7BB3C9AC234156B0944228C502 (intptr_t ___luaState0, intptr_t ___panic1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::tolua_regthis(System.IntPtr,System.IntPtr,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_regthis_m92DDA0A6DE451A2EAE67CDF8D80C7DC0F5829DF9 (intptr_t ___L0, intptr_t ___get1, intptr_t ___set2, const RuntimeMethod* method);
|
|
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method);
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Game.Utils_<>c__DisplayClass11_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0__ctor_m601568548011B0ECFC45D470EFB873F2FAA112A2 (U3CU3Ec__DisplayClass11_0_tB2F7F95A676C0DC1CF162CF0826330BFE667C79C * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Game.Utils_<>c__DisplayClass11_0::<DownloadFile>b__0(BestHTTP.HTTPRequest,BestHTTP.HTTPResponse)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0_U3CDownloadFileU3Eb__0_m1DD4B11B4F401F7309E82BD9F0420363A10FC9D2 (U3CU3Ec__DisplayClass11_0_tB2F7F95A676C0DC1CF162CF0826330BFE667C79C * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * ___response1, const RuntimeMethod* method)
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
{
|
|
// if (request.State == BestHTTP.HTTPRequestStates.Finished && request.Response.IsSuccess)
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_0 = ___request0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = HTTPRequest_get_State_mFD6F0D5B86F5793F36B153814F2516E6938906FB_inline(L_0, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_2 = ___request0;
|
|
NullCheck(L_2);
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_3 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_2, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
bool L_4 = HTTPResponse_get_IsSuccess_m861D4F6CD1B008249660312BEF79CB07D4EE56C6(L_3, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
// var data = request.Response.Data;
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_5 = ___request0;
|
|
NullCheck(L_5);
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_6 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_5, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = HTTPResponse_get_Data_mF67E7FCFA2CCE8E1293D694B35E133F7CAD7E51F_inline(L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
// File.WriteAllBytes(path, data);
|
|
String_t* L_8 = __this->get_path_0();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_0;
|
|
File_WriteAllBytes_m07F13C1CA0BD0960392C78AB99E0F19564F9B594(L_8, L_9, /*hidden argument*/NULL);
|
|
// callback.Call();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = __this->get_callback_1();
|
|
NullCheck(L_10);
|
|
LuaFunction_Call_m0A1E4C156A3435A01D661CE958D9B76790CC8F65(L_10, /*hidden argument*/NULL);
|
|
// callback.Dispose();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_11 = __this->get_callback_1();
|
|
NullCheck(L_11);
|
|
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_11);
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
// });
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Int32 GameApplication::get_StopMusic()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplication_get_StopMusic_m2411CB24EEAEF3EA9BC58AFEB27F14C2310A6E0C (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int StopMusic { get; set; }
|
|
int32_t L_0 = __this->get_U3CStopMusicU3Ek__BackingField_12();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void GameApplication::set_StopMusic(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_set_StopMusic_m4B6A4D84ACFFC7D6D779A9142FFB9DD51CF7004A (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int StopMusic { get; set; }
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CStopMusicU3Ek__BackingField_12(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String GameApplication::get_GameInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GameApplication_get_GameInfo_m6095A45831F3240F15D9CF424344CEBE48BCD047 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string GameInfo { get; set; }
|
|
String_t* L_0 = __this->get_U3CGameInfoU3Ek__BackingField_13();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void GameApplication::set_GameInfo(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_set_GameInfo_m1BD01E21E1AA618F51CC2233189260A80C212EDD (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string GameInfo { get; set; }
|
|
String_t* L_0 = ___value0;
|
|
__this->set_U3CGameInfoU3Ek__BackingField_13(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_Awake_m9F004340CF36BA3A54DC7866E0ABE1CF93B5B0D1 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplication_Awake_m9F004340CF36BA3A54DC7866E0ABE1CF93B5B0D1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// TaurusUnity.init();
|
|
IL2CPP_RUNTIME_CLASS_INIT(TaurusUnity_t8FA268527D1427CFB2C08BAD78A66DE97724A5B7_il2cpp_TypeInfo_var);
|
|
TaurusUnity_init_mE1F5819830486092B65D53C9782119DF7DF7531D(/*hidden argument*/NULL);
|
|
// buildApp = true;
|
|
__this->set_buildApp_5((bool)1);
|
|
// accountTest = false;
|
|
__this->set_accountTest_7((bool)0);
|
|
// Instance = this;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->set_Instance_4(__this);
|
|
// Screen.sleepTimeout = SleepTimeout.NeverSleep;
|
|
Screen_set_sleepTimeout_mFC7D38BCAAF219C40C42E5C38B1B207490E6D025((-1), /*hidden argument*/NULL);
|
|
// Application.targetFrameRate = 60;
|
|
Application_set_targetFrameRate_mC20C40E50BAB994B10DDAC0E3C26A851025337BC(((int32_t)60), /*hidden argument*/NULL);
|
|
// Application.runInBackground = true;
|
|
Application_set_runInBackground_mFA0776084D9A103EE79F8692C3F33BA3248565EC((bool)1, /*hidden argument*/NULL);
|
|
// Screen.fullScreen = true;
|
|
Screen_set_fullScreen_mB2077AD460FAEE1FEA38D824339FFD22656B5322((bool)1, /*hidden argument*/NULL);
|
|
// UnityEngine.Debug.developerConsoleVisible = false;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
|
|
Debug_set_developerConsoleVisible_mD6E7060D2FF0AB9619B1F10913DA7F2B91F19B07((bool)0, /*hidden argument*/NULL);
|
|
// Input.multiTouchEnabled = false;
|
|
Input_set_multiTouchEnabled_mE13A2E16344F5F194581917522F067AEFAADBE07((bool)0, /*hidden argument*/NULL);
|
|
// Stage.inst.soundVolume = 0;
|
|
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_0 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
Stage_set_soundVolume_m3D57A92C92CB286DD415B98F920A0DD0E56D6B3E_inline(L_0, (0.0f), /*hidden argument*/NULL);
|
|
// MusicValue = PlayerPrefs.GetInt("music", 50);
|
|
int32_t L_1 = PlayerPrefs_GetInt_m1CBBA4989F15BA668EE24950D3C6B56E2ED20BD6(_stringLiteral3A01BE17246D588CAF9A649F8A04E3E5D629DB94, ((int32_t)50), /*hidden argument*/NULL);
|
|
GameApplication_set_MusicValue_mD288395BAC64DEB2EA3AF50702196559ECF2E709(__this, L_1, /*hidden argument*/NULL);
|
|
// SoundValue = PlayerPrefs.GetInt("sound", 50);
|
|
int32_t L_2 = PlayerPrefs_GetInt_m1CBBA4989F15BA668EE24950D3C6B56E2ED20BD6(_stringLiteral5E2E97C3C7BA3035C6E6FC3A17E1BC22029C0C3E, ((int32_t)50), /*hidden argument*/NULL);
|
|
GameApplication_set_SoundValue_m4BE01177754EB614BC71AD6E09366656D11B4298(__this, L_2, /*hidden argument*/NULL);
|
|
// NetManager.TIMEOUT_TIME = 10;
|
|
IL2CPP_RUNTIME_CLASS_INIT(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var);
|
|
NetManager_set_TIMEOUT_TIME_m836CCECBBEB6030B43C8EA4369F3216FEA4D65AF(((int32_t)10), /*hidden argument*/NULL);
|
|
// NetManager.debug_print = false;
|
|
((NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_StaticFields*)il2cpp_codegen_static_fields_for(NetManager_tC97506D29E47B4C71983B05FC43A39C051B206DE_il2cpp_TypeInfo_var))->set_debug_print_4((bool)0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_Start_m68778F66DFA5BCAAB212BA683F84EECF835D2C14 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplication_Start_m68778F66DFA5BCAAB212BA683F84EECF835D2C14_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// SDKCallBack.Instance.AuthCallback = __OnWXCallBack;
|
|
SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * L_0 = SDKCallBack_get_Instance_m6E7E79FC4AC77D3AC3F36A4C4774DFAD786D1540_inline(/*hidden argument*/NULL);
|
|
Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * L_1 = (Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 *)il2cpp_codegen_object_new(Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36_il2cpp_TypeInfo_var);
|
|
Action_2__ctor_mB229F6DE1D144FF630CA672440A3727286CDF502(L_1, __this, (intptr_t)((intptr_t)GameApplication___OnWXCallBack_m13C096735B0377E53AB8FB33A06DDE52AF279272_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mB229F6DE1D144FF630CA672440A3727286CDF502_RuntimeMethod_var);
|
|
NullCheck(L_0);
|
|
SDKCallBack_set_AuthCallback_m627315A573877D393E5C6622F01BA4F7E32CAEF0_inline(L_0, L_1, /*hidden argument*/NULL);
|
|
// SDKCallBack.Instance.ShareCallback = _OnSharecallback;
|
|
SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * L_2 = SDKCallBack_get_Instance_m6E7E79FC4AC77D3AC3F36A4C4774DFAD786D1540_inline(/*hidden argument*/NULL);
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_3 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
|
|
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_3, __this, (intptr_t)((intptr_t)GameApplication__OnSharecallback_m9273B775BE6031BB36CB142E0CDEF620CEF86540_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
SDKCallBack_set_ShareCallback_mAB70BBE84E540DBBB43AE71E305A10CF4FFB0F90_inline(L_2, L_3, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::StartGame()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_StartGame_m8AFB751707E4E744D4D8FE840DF0F3AB0B714B98 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplication_StartGame_m8AFB751707E4E744D4D8FE840DF0F3AB0B714B98_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// _luaClient = gameObject.AddComponent<DSLuaClient>();
|
|
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * L_1 = GameObject_AddComponent_TisDSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C_mE6F2FEDF64A557BABC4339E9C35DC684E1ACC7B5(L_0, /*hidden argument*/GameObject_AddComponent_TisDSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C_mE6F2FEDF64A557BABC4339E9C35DC684E1ACC7B5_RuntimeMethod_var);
|
|
__this->set__luaClient_11(L_1);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::RestartGame()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_RestartGame_m7562AD55E66DB07745151BF0B051F7F020B22A4F (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplication_RestartGame_m7562AD55E66DB07745151BF0B051F7F020B22A4F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// _luaClient = null;
|
|
__this->set__luaClient_11((DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C *)NULL);
|
|
// Voice.CrealRecord();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
Voice_CrealRecord_m19013DB1747A29D41F9CB44C668897FF1F98C61C(/*hidden argument*/NULL);
|
|
// VerCheck.Instance.ResetGame();
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_0 = VerCheck_get_Instance_m8E3F89F2119C82B8E61B8668C3C48C6BAC1CCAC0_inline(/*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
VerCheck_ResetGame_m0D61AD00EBBDB491AE89C952B8FB8EEAB5F89927(L_0, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_Update_m63D28F72234859DE016E5E938F8C5CC32757D094 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplication_Update_m63D28F72234859DE016E5E938F8C5CC32757D094_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// TaurusUnity.update();
|
|
IL2CPP_RUNTIME_CLASS_INIT(TaurusUnity_t8FA268527D1427CFB2C08BAD78A66DE97724A5B7_il2cpp_TypeInfo_var);
|
|
TaurusUnity_update_m6D6D27A54B3E889088B63F8F8B0837CED191D73C(/*hidden argument*/NULL);
|
|
// __PlayMusic();
|
|
GameApplication___PlayMusic_m5B9B3BC724B11F7C5DF760B99F026EF50194420D(__this, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::OnApplicationPause(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_OnApplicationPause_m4F1A621BC36D8318EEFF25EDC13CB37557F15DBF (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, bool ___state0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplication_OnApplicationPause_m4F1A621BC36D8318EEFF25EDC13CB37557F15DBF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!state)
|
|
bool L_0 = ___state0;
|
|
if (L_0)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
// if (_luaClient != null) _luaClient.OnApplicationActive();
|
|
DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * L_1 = __this->get__luaClient_11();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
bool L_2 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_1, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
// if (_luaClient != null) _luaClient.OnApplicationActive();
|
|
DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * L_3 = __this->get__luaClient_11();
|
|
NullCheck(L_3);
|
|
DSLuaClient_OnApplicationActive_mC611163DC8BE7FF25E381041ACCBF5D1E9AEE859(L_3, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// if (_luaClient != null)
|
|
DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * L_4 = __this->get__luaClient_11();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
bool L_5 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_4, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
// _luaClient.OnApplicationPause1();
|
|
DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * L_6 = __this->get__luaClient_11();
|
|
NullCheck(L_6);
|
|
DSLuaClient_OnApplicationPause1_m8C4567B61FF35DD1F4EB9D46F75472D23D104F31(L_6, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::OnApplicationQuit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_OnApplicationQuit_m267048789E2DC1CCDF91D7E390AD7CB1CB89AB06 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplication_OnApplicationQuit_m267048789E2DC1CCDF91D7E390AD7CB1CB89AB06_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// TaurusUnity.destroy();
|
|
IL2CPP_RUNTIME_CLASS_INIT(TaurusUnity_t8FA268527D1427CFB2C08BAD78A66DE97724A5B7_il2cpp_TypeInfo_var);
|
|
TaurusUnity_destroy_m54F8E01C2856280153D74E98ED14250C6EAFA588(/*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::UnExtendLua(LuaInterface.LuaTable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_UnExtendLua_mB8CE673663B8977CE2C67A94C84075E6538CCA34 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___game_data0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplication_UnExtendLua_mB8CE673663B8977CE2C67A94C84075E6538CCA34_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
String_t* V_4 = NULL;
|
|
String_t* V_5 = NULL;
|
|
{
|
|
// var bundle = (string)game_data["bundle"];
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_0 = ___game_data0;
|
|
NullCheck(L_0);
|
|
RuntimeObject * L_1 = LuaTable_get_Item_m2A972E8297994F5D4CA69C9092AD3BA8F3D8A50E(L_0, _stringLiteralD59795DE8A4D83834E525B589B2BB0C12E4542C1, /*hidden argument*/NULL);
|
|
V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var));
|
|
// var asset_path = bundle.Replace('.', '/');
|
|
String_t* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = String_Replace_m276641366A463205C185A9B3DC0E24ECB95122C9(L_2, ((int32_t)46), ((int32_t)47), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// var lua_dir = LuaConst.luaResDir+"/";
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var);
|
|
String_t* L_4 = ((LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields*)il2cpp_codegen_static_fields_for(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var))->get_luaResDir_3();
|
|
String_t* L_5 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_4, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
|
|
// var luas = Directory.GetFiles(lua_dir+ asset_path, "*.lua", SearchOption.AllDirectories);
|
|
String_t* L_6 = V_1;
|
|
String_t* L_7 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_5, L_6, /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = Directory_GetFiles_mF7A1573C8A6D64E4C33BE54A8E8767BF90CAA531(L_7, _stringLiteral277D9875BE5FE68089EB0DF46977504A46E4A90C, 1, /*hidden argument*/NULL);
|
|
// foreach(string lua in luas)
|
|
V_2 = L_8;
|
|
V_3 = 0;
|
|
goto IL_006f;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// foreach(string lua in luas)
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = V_2;
|
|
int32_t L_10 = V_3;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
String_t* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
V_4 = L_12;
|
|
// var moduleFileName = bundle+"." + Path.GetFileNameWithoutExtension(lua);
|
|
String_t* L_13 = V_0;
|
|
String_t* L_14 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_15 = Path_GetFileNameWithoutExtension_m90A3C4CEB8936011D1A392BB7E98991482E0C198(L_14, /*hidden argument*/NULL);
|
|
String_t* L_16 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_13, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, L_15, /*hidden argument*/NULL);
|
|
V_5 = L_16;
|
|
// ((DSLuaClient)LuaClient.Instance).Reload(moduleFileName);
|
|
LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * L_17 = LuaClient_get_Instance_mFA5CDDA1B5CBCE33BE3763886CFDB5220140B2CF_inline(/*hidden argument*/NULL);
|
|
String_t* L_18 = V_5;
|
|
NullCheck(((DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C *)CastclassClass((RuntimeObject*)L_17, DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C_il2cpp_TypeInfo_var)));
|
|
DSLuaClient_Reload_mD2FCC8102E484FFB7FDCE6847808CA4743C60430(((DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C *)CastclassClass((RuntimeObject*)L_17, DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C_il2cpp_TypeInfo_var)), L_18, /*hidden argument*/NULL);
|
|
int32_t L_19 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
// foreach(string lua in luas)
|
|
int32_t L_20 = V_3;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = V_2;
|
|
NullCheck(L_21);
|
|
if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))))))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::ShareLink(System.Int32,System.String,LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_ShareLink_mBB61976B3900DAB01192FCFAF456EB8C3177707D (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, int32_t ___id0, String_t* ___json_data1, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplication_ShareLink_mBB61976B3900DAB01192FCFAF456EB8C3177707D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!buildApp) return;
|
|
bool L_0 = __this->get_buildApp_5();
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// if (!buildApp) return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// _share_callback = callback;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ___callback2;
|
|
__this->set__share_callback_18(L_1);
|
|
// PlatformIOS.ShareLink(id, json_data);
|
|
int32_t L_2 = ___id0;
|
|
String_t* L_3 = ___json_data1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_il2cpp_TypeInfo_var);
|
|
PlatformIOS_ShareLink_m4D26AB38C3901BDE2A0288C5D1B0814B422849D2(L_2, L_3, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::_OnSharecallback()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication__OnSharecallback_m9273B775BE6031BB36CB142E0CDEF620CEF86540 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplication__OnSharecallback_m9273B775BE6031BB36CB142E0CDEF620CEF86540_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (_share_callback != null)
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = __this->get__share_callback_18();
|
|
bool L_1 = LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// _share_callback.Call(1);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_2 = __this->get__share_callback_18();
|
|
NullCheck(L_2);
|
|
LuaFunction_Call_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m92D004180AC5D44B0271C0527A0BF8F853C28011(L_2, 1, /*hidden argument*/LuaFunction_Call_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m92D004180AC5D44B0271C0527A0BF8F853C28011_RuntimeMethod_var);
|
|
// _share_callback.Dispose();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = __this->get__share_callback_18();
|
|
NullCheck(L_3);
|
|
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_3);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::CopyToClipboard(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_CopyToClipboard_mC9D07BABDF08DC4CECD919943044B8BAD6090828 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___input0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplication_CopyToClipboard_mC9D07BABDF08DC4CECD919943044B8BAD6090828_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// PlatformIOS.CopyToClipboard(input);
|
|
String_t* L_0 = ___input0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_il2cpp_TypeInfo_var);
|
|
PlatformIOS_CopyToClipboard_m6BB8AEF4CDC44702C36C28599283B559D15B784D(L_0, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 GameApplication::GetBatteryLevel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplication_GetBatteryLevel_m1D6076D9558225E51C93B4B832AEBE4D161C7F1A (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplication_GetBatteryLevel_m1D6076D9558225E51C93B4B832AEBE4D161C7F1A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!buildApp) return 100;
|
|
bool L_0 = __this->get_buildApp_5();
|
|
if (L_0)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
// if (!buildApp) return 100;
|
|
return ((int32_t)100);
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// return Mathf.FloorToInt(PlatformIOS.GetBatteryLevel() * 100);
|
|
IL2CPP_RUNTIME_CLASS_INIT(PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_il2cpp_TypeInfo_var);
|
|
float L_1 = PlatformIOS_GetBatteryLevel_m16F15BFDDFE37F55421B4DAEE4348A5A0FA51B2A(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C(((float)il2cpp_codegen_multiply((float)L_1, (float)(100.0f))), /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void GameApplication::InitBugly(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_InitBugly_m58455E63368EDF38A0C5779D7AEC2BDE7BCEBF67 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___androidID0, String_t* ___iosID1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (_ex_reporter != null) {
|
|
ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA * L_0 = __this->get__ex_reporter_17();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// _ex_reporter.init (androidID,iosID);
|
|
ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA * L_1 = __this->get__ex_reporter_17();
|
|
String_t* L_2 = ___androidID0;
|
|
String_t* L_3 = ___iosID1;
|
|
NullCheck(L_1);
|
|
ExceptionReporter_init_mD53FDCCDCAA206F75871004266D2924507C65A88(L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::SetBuglyUserID(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_SetBuglyUserID_m651E904A99E1388B1000D47BF01D41F1F27BF95F (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___userid0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (_ex_reporter != null) {
|
|
ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA * L_0 = __this->get__ex_reporter_17();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// _ex_reporter.setUserID (userid);
|
|
ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA * L_1 = __this->get__ex_reporter_17();
|
|
String_t* L_2 = ___userid0;
|
|
NullCheck(L_1);
|
|
ExceptionReporter_setUserID_mDB995758A632CAF9497C816A08A7EBC2A726BD9C(L_1, L_2, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::AddBuglyUserValue(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_AddBuglyUserValue_m34EB6373F061A5A60ED2EAD76018C7E927DBA1C8 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (_ex_reporter != null) {
|
|
ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA * L_0 = __this->get__ex_reporter_17();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// _ex_reporter.AddUserValue(key, value);
|
|
ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA * L_1 = __this->get__ex_reporter_17();
|
|
String_t* L_2 = ___key0;
|
|
String_t* L_3 = ___value1;
|
|
NullCheck(L_1);
|
|
ExceptionReporter_AddUserValue_m0A7A2B3A4B38AAC66474D364286FE24D8B506C50(L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::__OnWXCallBack(System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication___OnWXCallBack_m13C096735B0377E53AB8FB33A06DDE52AF279272 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, int32_t ___result0, String_t* ___json1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplication___OnWXCallBack_m13C096735B0377E53AB8FB33A06DDE52AF279272_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (_wxlogin_callback != null)
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = __this->get__wxlogin_callback_19();
|
|
bool L_1 = LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// _wxlogin_callback.Call(result, json);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_2 = __this->get__wxlogin_callback_19();
|
|
int32_t L_3 = ___result0;
|
|
String_t* L_4 = ___json1;
|
|
NullCheck(L_2);
|
|
LuaFunction_Call_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisString_t_m22923E54E77D8C995E27A0163098DBFF92E9E8E3(L_2, L_3, L_4, /*hidden argument*/LuaFunction_Call_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisString_t_m22923E54E77D8C995E27A0163098DBFF92E9E8E3_RuntimeMethod_var);
|
|
// if (result != 10) _wxlogin_callback.Dispose();
|
|
int32_t L_5 = ___result0;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// if (result != 10) _wxlogin_callback.Dispose();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = __this->get__wxlogin_callback_19();
|
|
NullCheck(L_6);
|
|
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_6);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// if (result != 10) _wxlogin_callback = null;
|
|
int32_t L_7 = ___result0;
|
|
if ((((int32_t)L_7) == ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// if (result != 10) _wxlogin_callback = null;
|
|
__this->set__wxlogin_callback_19((LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *)NULL);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::WXLogin(LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_WXLogin_m5EBEAEEFE4FF4F84CE9C948CB4A62E0E348DBDCD (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplication_WXLogin_m5EBEAEEFE4FF4F84CE9C948CB4A62E0E348DBDCD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!buildApp) return;
|
|
bool L_0 = __this->get_buildApp_5();
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// if (!buildApp) return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// _wxlogin_callback = callback;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ___callback0;
|
|
__this->set__wxlogin_callback_19(L_1);
|
|
// PlatformIOS.WXLogin();
|
|
IL2CPP_RUNTIME_CLASS_INIT(PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_il2cpp_TypeInfo_var);
|
|
PlatformIOS_WXLogin_m88AC1801DA56706C8BEF249B149A7CE00069BF1B(/*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.String GameApplication::GetRoomID()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GameApplication_GetRoomID_mE265A3E5BA40B9CB7EA77CCE08C3A74709ADFEFF (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplication_GetRoomID_mE265A3E5BA40B9CB7EA77CCE08C3A74709ADFEFF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return PlatformIOS.GetRoomID();
|
|
IL2CPP_RUNTIME_CLASS_INIT(PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = PlatformIOS_GetRoomID_mF660EA039DDB0BA5F945578F2105BB6DB5C89C1D(/*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void GameApplication::PlayMuisc(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_PlayMuisc_m67D720B67902B1CF890C0F5DEBFF4D43CA53A80C (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplication_PlayMuisc_m67D720B67902B1CF890C0F5DEBFF4D43CA53A80C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * V_0 = NULL;
|
|
{
|
|
// var clip = ResourcesManager.LoadObject<AudioClip>(path);
|
|
String_t* L_0 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_1 = ResourcesManager_LoadObject_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_mBA19882D66719EBF1B0613AC4E515CC48A0FAB21(L_0, /*hidden argument*/ResourcesManager_LoadObject_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_mBA19882D66719EBF1B0613AC4E515CC48A0FAB21_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
// musicSource.clip = clip;
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_2 = __this->get_musicSource_9();
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_3 = V_0;
|
|
NullCheck(L_2);
|
|
AudioSource_set_clip_mF574231E0B749E0167CAF9E4FCBA06BAA0F9ED9B(L_2, L_3, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::PlayMuisc(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_PlayMuisc_mD8E789BFC380BEF5E6BA25C7C77C37D95D343C4B (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___groupName0, String_t* ___path1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplication_PlayMuisc_mD8E789BFC380BEF5E6BA25C7C77C37D95D343C4B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * V_0 = NULL;
|
|
{
|
|
// var clip = ResourcesManager.LoadObjectByGroup<AudioClip>(path,groupName);
|
|
String_t* L_0 = ___path1;
|
|
String_t* L_1 = ___groupName0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_2 = ResourcesManager_LoadObjectByGroup_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_mDDA9A5337BA69D8A1D41B0193074E2FCDBD6E784(L_0, L_1, /*hidden argument*/ResourcesManager_LoadObjectByGroup_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_mDDA9A5337BA69D8A1D41B0193074E2FCDBD6E784_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
// musicSource.clip = clip;
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_3 = __this->get_musicSource_9();
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_4 = V_0;
|
|
NullCheck(L_3);
|
|
AudioSource_set_clip_mF574231E0B749E0167CAF9E4FCBA06BAA0F9ED9B(L_3, L_4, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::PlayVoice(UnityEngine.AudioClip)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_PlayVoice_m5AA09FE37A46C0643943599613B9C0C591ACB06E (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___clip0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// voiceSource.PlayOneShot(clip, 1f);
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_0 = __this->get_voiceSource_10();
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_1 = ___clip0;
|
|
NullCheck(L_0);
|
|
AudioSource_PlayOneShot_mA65B809A4480039CD8337ABF45C0E57E137EED41(L_0, L_1, (1.0f), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::PlaySound(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_PlaySound_mCFBF275120CF1590889F0FA8068738F4CE4BEDD5 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplication_PlaySound_mCFBF275120CF1590889F0FA8068738F4CE4BEDD5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * V_0 = NULL;
|
|
{
|
|
// if (_soundValue < 5) return;
|
|
int32_t L_0 = __this->get__soundValue_15();
|
|
if ((((int32_t)L_0) >= ((int32_t)5)))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// if (_soundValue < 5) return;
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// var clip = ResourcesManager.LoadObject<AudioClip>(path);
|
|
String_t* L_1 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_2 = ResourcesManager_LoadObject_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_mBA19882D66719EBF1B0613AC4E515CC48A0FAB21(L_1, /*hidden argument*/ResourcesManager_LoadObject_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_mBA19882D66719EBF1B0613AC4E515CC48A0FAB21_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
// Stage.inst.PlayOneShotSound(clip);
|
|
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_3 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_4 = V_0;
|
|
NullCheck(L_3);
|
|
Stage_PlayOneShotSound_m4542A86B824AAF8116EAB9CF9D2027495AB70363(L_3, L_4, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::PlaySound(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_PlaySound_m9F65BAF350161B16C89C6216155B37DAD57CA759 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___groupName0, String_t* ___path1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplication_PlaySound_m9F65BAF350161B16C89C6216155B37DAD57CA759_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * V_0 = NULL;
|
|
{
|
|
// if (_soundValue < 5) return;
|
|
int32_t L_0 = __this->get__soundValue_15();
|
|
if ((((int32_t)L_0) >= ((int32_t)5)))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// if (_soundValue < 5) return;
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// var clip = ResourcesManager.LoadObjectByGroup<AudioClip>(path, groupName);
|
|
String_t* L_1 = ___path1;
|
|
String_t* L_2 = ___groupName0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_3 = ResourcesManager_LoadObjectByGroup_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_mDDA9A5337BA69D8A1D41B0193074E2FCDBD6E784(L_1, L_2, /*hidden argument*/ResourcesManager_LoadObjectByGroup_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_mDDA9A5337BA69D8A1D41B0193074E2FCDBD6E784_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
// Stage.inst.PlayOneShotSound(clip);
|
|
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_4 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_5 = V_0;
|
|
NullCheck(L_4);
|
|
Stage_PlayOneShotSound_m4542A86B824AAF8116EAB9CF9D2027495AB70363(L_4, L_5, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::__PlayMusic()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication___PlayMusic_m5B9B3BC724B11F7C5DF760B99F026EF50194420D (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (_musicValue >= 5)
|
|
int32_t L_0 = __this->get__musicValue_14();
|
|
if ((((int32_t)L_0) < ((int32_t)5)))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
// if (StopMusic > 0)
|
|
int32_t L_1 = GameApplication_get_StopMusic_m2411CB24EEAEF3EA9BC58AFEB27F14C2310A6E0C_inline(__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_1) <= ((int32_t)0)))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// if (musicSource.isPlaying) musicSource.Pause();
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_2 = __this->get_musicSource_9();
|
|
NullCheck(L_2);
|
|
bool L_3 = AudioSource_get_isPlaying_m5112A878573652681F40C82F0D8103C999978F3C(L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
// if (musicSource.isPlaying) musicSource.Pause();
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_4 = __this->get_musicSource_9();
|
|
NullCheck(L_4);
|
|
AudioSource_Pause_m279B116A62699983F6B5347FD4770358D7794F3C(L_4, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// if (!musicSource.isPlaying) musicSource.Play();
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_5 = __this->get_musicSource_9();
|
|
NullCheck(L_5);
|
|
bool L_6 = AudioSource_get_isPlaying_m5112A878573652681F40C82F0D8103C999978F3C(L_5, /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
// if (!musicSource.isPlaying) musicSource.Play();
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_7 = __this->get_musicSource_9();
|
|
NullCheck(L_7);
|
|
AudioSource_Play_m0BA206481892AA4AF7DB2900A0B0805076516164(L_7, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
// if (musicSource.isPlaying) musicSource.Stop();
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_8 = __this->get_musicSource_9();
|
|
NullCheck(L_8);
|
|
bool L_9 = AudioSource_get_isPlaying_m5112A878573652681F40C82F0D8103C999978F3C(L_8, /*hidden argument*/NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
// if (musicSource.isPlaying) musicSource.Stop();
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_10 = __this->get_musicSource_9();
|
|
NullCheck(L_10);
|
|
AudioSource_Stop_m488F7AA7F7067DE3EC92CEE3413E86C2E5940200(L_10, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 GameApplication::get_MusicValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplication_get_MusicValue_m82DAA1E16C7B09F6E82DB3EE38E6D04EE0FB5471 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return _musicValue;
|
|
int32_t L_0 = __this->get__musicValue_14();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void GameApplication::set_MusicValue(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_set_MusicValue_mD288395BAC64DEB2EA3AF50702196559ECF2E709 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplication_set_MusicValue_mD288395BAC64DEB2EA3AF50702196559ECF2E709_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (_musicValue != value)
|
|
int32_t L_0 = __this->get__musicValue_14();
|
|
int32_t L_1 = ___value0;
|
|
if ((((int32_t)L_0) == ((int32_t)L_1)))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
// _musicValue = value;
|
|
int32_t L_2 = ___value0;
|
|
__this->set__musicValue_14(L_2);
|
|
// musicSource.volume = _musicValue / 100f;
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_3 = __this->get_musicSource_9();
|
|
int32_t L_4 = __this->get__musicValue_14();
|
|
NullCheck(L_3);
|
|
AudioSource_set_volume_mF1757D70EE113871724334D13F70EF1ED033BA06(L_3, ((float)((float)(((float)((float)L_4)))/(float)(100.0f))), /*hidden argument*/NULL);
|
|
// PlayerPrefs.SetInt("music", _musicValue);
|
|
int32_t L_5 = __this->get__musicValue_14();
|
|
PlayerPrefs_SetInt_mBF4101DF829B4738CCC293E1C2D173AEE45EFE62(_stringLiteral3A01BE17246D588CAF9A649F8A04E3E5D629DB94, L_5, /*hidden argument*/NULL);
|
|
// PlayerPrefs.Save();
|
|
PlayerPrefs_Save_m6CC1FE22D4B10AC819F55802D725BE17EA2AD37B(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 GameApplication::get_SoundValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplication_get_SoundValue_m230B41C1728494A76FD78684B2B391CC405C0208 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return _soundValue;
|
|
int32_t L_0 = __this->get__soundValue_15();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void GameApplication::set_SoundValue(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_set_SoundValue_m4BE01177754EB614BC71AD6E09366656D11B4298 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplication_set_SoundValue_m4BE01177754EB614BC71AD6E09366656D11B4298_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (_soundValue != value)
|
|
int32_t L_0 = __this->get__soundValue_15();
|
|
int32_t L_1 = ___value0;
|
|
if ((((int32_t)L_0) == ((int32_t)L_1)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
// _soundValue = value;
|
|
int32_t L_2 = ___value0;
|
|
__this->set__soundValue_15(L_2);
|
|
// Stage.inst.soundVolume = _soundValue / 100f;
|
|
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_3 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
|
|
int32_t L_4 = __this->get__soundValue_15();
|
|
NullCheck(L_3);
|
|
Stage_set_soundVolume_m3D57A92C92CB286DD415B98F920A0DD0E56D6B3E_inline(L_3, ((float)((float)(((float)((float)L_4)))/(float)(100.0f))), /*hidden argument*/NULL);
|
|
// PlayerPrefs.SetInt("sound", _soundValue);
|
|
int32_t L_5 = __this->get__soundValue_15();
|
|
PlayerPrefs_SetInt_mBF4101DF829B4738CCC293E1C2D173AEE45EFE62(_stringLiteral5E2E97C3C7BA3035C6E6FC3A17E1BC22029C0C3E, L_5, /*hidden argument*/NULL);
|
|
// PlayerPrefs.Save();
|
|
PlayerPrefs_Save_m6CC1FE22D4B10AC819F55802D725BE17EA2AD37B(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::InitBaiduMap(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_InitBaiduMap_m2A7C9BE1203238453400BE6CB14077BADD871215 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___id0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication__ctor_m7A78E5E57BD02020314B59729CCFF6031313DC93 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void GameApplication::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication__cctor_m945A79E14CF22584DB354E14314883B5C616DD23 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplication__cctor_m945A79E14CF22584DB354E14314883B5C616DD23_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static readonly Version AppVersion = new Version("1.0.0");
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_0 = (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)il2cpp_codegen_object_new(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var);
|
|
Version__ctor_m9500BF45B794A84E8CD617BA4946F123DA24F265(L_0, _stringLiteral91E95BE6B6634E3C21072DFCD661146728694326, /*hidden argument*/NULL);
|
|
((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->set_AppVersion_20(L_0);
|
|
// public static bool HideSdk = false;
|
|
((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->set_HideSdk_21((bool)0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_RestartGame_mD2C83CD953920649A0C5A35FE8ED77A0E1FFC156(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_RestartGame_mD2C83CD953920649A0C5A35FE8ED77A0E1FFC156(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_UnExtendLua_m00CD72E82CEA9FB64DF1389F0B978D77AB498BA4(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_UnExtendLua_m00CD72E82CEA9FB64DF1389F0B978D77AB498BA4(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_ShareLink_m7CEFD371B9B0AA226162AFBE59D213696866B136(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_ShareLink_m7CEFD371B9B0AA226162AFBE59D213696866B136(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_CopyToClipboard_m5E588F97B791CED059EE2CE342C3763AC97D9987(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_CopyToClipboard_m5E588F97B791CED059EE2CE342C3763AC97D9987(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_GetBatteryLevel_mA950A131218CEA2C096886F354E79303CF0F6414(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_GetBatteryLevel_mA950A131218CEA2C096886F354E79303CF0F6414(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_InitBugly_m8136A0A042C4BF49F4EE8EEE6C24730651410929(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_InitBugly_m8136A0A042C4BF49F4EE8EEE6C24730651410929(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_SetBuglyUserID_m095E088754A1292D281AB27C8043E5EFEA761EFB(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_SetBuglyUserID_m095E088754A1292D281AB27C8043E5EFEA761EFB(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_AddBuglyUserValue_mBA8789D05044ED992D06BC9C0D86F3A0008B1BA5(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_AddBuglyUserValue_mBA8789D05044ED992D06BC9C0D86F3A0008B1BA5(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_WXLogin_mEA3C73A56F920E651ADFFB56C49417D6C81219E8(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_WXLogin_mEA3C73A56F920E651ADFFB56C49417D6C81219E8(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_GetRoomID_mB2A3E462E14179501FC6458565F289BB74B28C7D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_GetRoomID_mB2A3E462E14179501FC6458565F289BB74B28C7D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_PlayMuisc_m510578B81A9C73FCB8B8E5F5B5EA63A45B1860AA(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_PlayMuisc_m510578B81A9C73FCB8B8E5F5B5EA63A45B1860AA(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_PlayVoice_m7ABD59A2932A2124FC0E841833603E8932DF3C68(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_PlayVoice_m7ABD59A2932A2124FC0E841833603E8932DF3C68(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_PlaySound_m6CFA596CEA95B2C0F0992FDC1C4E904EFA90EFD9(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_PlaySound_m6CFA596CEA95B2C0F0992FDC1C4E904EFA90EFD9(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_InitBaiduMap_m61F673DBC96C345A9604CC4DB89E0EFC9947463B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_InitBaiduMap_m61F673DBC96C345A9604CC4DB89E0EFC9947463B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_op_Equality_mFD371983042712F80EFC5DF5DB31CF70A418272D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_op_Equality_mFD371983042712F80EFC5DF5DB31CF70A418272D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_get_Instance_m36CCC8A399E6FAD7739736B1C0E50E0625965ADE(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_get_Instance_m36CCC8A399E6FAD7739736B1C0E50E0625965ADE(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_get_buildApp_mFA01B25A609416A8514D94403E768CF576ED5406(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_get_buildApp_mFA01B25A609416A8514D94403E768CF576ED5406(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_get_printLog_m7BACB3CF7AC6940FA1CD0B74F2499B8C4AF35573(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_get_printLog_m7BACB3CF7AC6940FA1CD0B74F2499B8C4AF35573(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_get_accountTest_mE4F8CD0010D4902FC974886865BA139E32F03B83(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_get_accountTest_mE4F8CD0010D4902FC974886865BA139E32F03B83(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_get_musicSource_m7038CAEB532FB114EBF71C44682C2D88A75F656D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_get_musicSource_m7038CAEB532FB114EBF71C44682C2D88A75F656D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_get_voiceSource_mC63D3D9AD41D67AA87B79FF6BEDC32ABA10651A5(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_get_voiceSource_mC63D3D9AD41D67AA87B79FF6BEDC32ABA10651A5(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_get_HideSdk_mC857FB8034960C8C85C2AC7C270850484945DE7D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_get_HideSdk_mC857FB8034960C8C85C2AC7C270850484945DE7D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_get_StopMusic_m8910BA3CC166488A86867A4FDDAC600BF9B754E2(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_get_StopMusic_m8910BA3CC166488A86867A4FDDAC600BF9B754E2(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_get_GameInfo_m9EEC3934DBF202CD8D395FB8866733FC186A4574(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_get_GameInfo_m9EEC3934DBF202CD8D395FB8866733FC186A4574(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_get_MusicValue_mE323A1F2D86777049AC981F22A4F94319C7607B4(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_get_MusicValue_mE323A1F2D86777049AC981F22A4F94319C7607B4(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_get_SoundValue_mB135DE3329EFC2A7D8A26E2062C21D88B0F9E490(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_get_SoundValue_mB135DE3329EFC2A7D8A26E2062C21D88B0F9E490(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_set_Instance_mBF85CBAE3D1433F569627F0B7B2DDFADFF5D1C0E(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_set_Instance_mBF85CBAE3D1433F569627F0B7B2DDFADFF5D1C0E(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_set_buildApp_m7CCFEF14C2EEEF267DE7450A5DBEB113C058AE59(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_set_buildApp_m7CCFEF14C2EEEF267DE7450A5DBEB113C058AE59(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_set_printLog_mC4F95ECDABE2231D2F0F10C0F02BAC43D37414F5(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_set_printLog_mC4F95ECDABE2231D2F0F10C0F02BAC43D37414F5(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_set_accountTest_mE4A018F36EB4D003701A2BAAAE8E6FFB94CAE304(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_set_accountTest_mE4A018F36EB4D003701A2BAAAE8E6FFB94CAE304(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_set_musicSource_mC48384350639A0387811DF3D51F2FF2699F78382(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_set_musicSource_mC48384350639A0387811DF3D51F2FF2699F78382(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_set_voiceSource_m844597BF1211AF9C1B658BF5B6678D0FB2AB0019(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_set_voiceSource_m844597BF1211AF9C1B658BF5B6678D0FB2AB0019(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_set_HideSdk_m4027CFAB0F50C898CCBFEDB984C7964350C34504(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_set_HideSdk_m4027CFAB0F50C898CCBFEDB984C7964350C34504(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_set_StopMusic_m80224F5F14FFFD5E9AB6395A1B6E457978C90F0B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_set_StopMusic_m80224F5F14FFFD5E9AB6395A1B6E457978C90F0B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_set_GameInfo_m7B3A8F62DA6C613FDA032B09A0D7C0CC25A71D33(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_set_GameInfo_m7B3A8F62DA6C613FDA032B09A0D7C0CC25A71D33(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_set_MusicValue_m71C9F9F40CC044A747F7290C962EC375F9B95A73(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_set_MusicValue_m71C9F9F40CC044A747F7290C962EC375F9B95A73(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_GameApplicationWrap_set_SoundValue_m32303FA988363911B9007C79217C6A88B08757F1(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = GameApplicationWrap_set_SoundValue_m32303FA988363911B9007C79217C6A88B08757F1(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void GameApplicationWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplicationWrap_Register_m5E053651E20A140B34F209839BB01F28332E4D02 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_Register_m5E053651E20A140B34F209839BB01F28332E4D02_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginClass(typeof(GameApplication), typeof(UnityEngine.MonoBehaviour));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429_0_0_0_var) };
|
|
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
LuaState_BeginClass_mFF579B6B50F9A988587776B4214CA369845A4C71(L_0, L_2, L_4, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// L.RegFunction("RestartGame", RestartGame);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_6 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_6, NULL, (intptr_t)((intptr_t)GameApplicationWrap_RestartGame_mD2C83CD953920649A0C5A35FE8ED77A0E1FFC156_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral25797647839CB4F4029689BF141A4509FF1DC3CA, L_6, /*hidden argument*/NULL);
|
|
// L.RegFunction("UnExtendLua", UnExtendLua);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_8 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_8, NULL, (intptr_t)((intptr_t)GameApplicationWrap_UnExtendLua_m00CD72E82CEA9FB64DF1389F0B978D77AB498BA4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteralEA79C503B5130623B3E17987FC53504E74679669, L_8, /*hidden argument*/NULL);
|
|
// L.RegFunction("ShareLink", ShareLink);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_9 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_10 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_10, NULL, (intptr_t)((intptr_t)GameApplicationWrap_ShareLink_m7CEFD371B9B0AA226162AFBE59D213696866B136_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral99CFCDCEF9CA4670579D33FBF16EF38E538379C6, L_10, /*hidden argument*/NULL);
|
|
// L.RegFunction("CopyToClipboard", CopyToClipboard);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_12 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_12, NULL, (intptr_t)((intptr_t)GameApplicationWrap_CopyToClipboard_m5E588F97B791CED059EE2CE342C3763AC97D9987_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteral3FA3B60A8946D1801350A2D32046010357A850CC, L_12, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetBatteryLevel", GetBatteryLevel);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_13 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_14 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_14, NULL, (intptr_t)((intptr_t)GameApplicationWrap_GetBatteryLevel_mA950A131218CEA2C096886F354E79303CF0F6414_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral9E3E87EE93E0F84264468562FD96A0CD2AEA8F53, L_14, /*hidden argument*/NULL);
|
|
// L.RegFunction("InitBugly", InitBugly);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_15 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_16 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_16, NULL, (intptr_t)((intptr_t)GameApplicationWrap_InitBugly_m8136A0A042C4BF49F4EE8EEE6C24730651410929_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteralAFEBBC47AB29D2E5C8168B93D82CA62D9E9E2BB5, L_16, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetBuglyUserID", SetBuglyUserID);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_17 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_18 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_18, NULL, (intptr_t)((intptr_t)GameApplicationWrap_SetBuglyUserID_m095E088754A1292D281AB27C8043E5EFEA761EFB_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_17, _stringLiteralBF54E07188D8179E3C3DD8B49B4A6FC5B3A6102C, L_18, /*hidden argument*/NULL);
|
|
// L.RegFunction("AddBuglyUserValue", AddBuglyUserValue);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_19 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_20 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_20, NULL, (intptr_t)((intptr_t)GameApplicationWrap_AddBuglyUserValue_mBA8789D05044ED992D06BC9C0D86F3A0008B1BA5_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_19, _stringLiteral1328DEB0C1D4CA837EF3FF7D771395D37E087422, L_20, /*hidden argument*/NULL);
|
|
// L.RegFunction("WXLogin", WXLogin);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_21 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_22 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_22, NULL, (intptr_t)((intptr_t)GameApplicationWrap_WXLogin_mEA3C73A56F920E651ADFFB56C49417D6C81219E8_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_21);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_21, _stringLiteralF402622194E03B6A7D1E0B52BF013F86DBF44065, L_22, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetRoomID", GetRoomID);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_23 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_24 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_24, NULL, (intptr_t)((intptr_t)GameApplicationWrap_GetRoomID_mB2A3E462E14179501FC6458565F289BB74B28C7D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_23);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_23, _stringLiteralCD4207B2DDC9824AFA35E14510F61B6500ACD016, L_24, /*hidden argument*/NULL);
|
|
// L.RegFunction("PlayMuisc", PlayMuisc);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_25 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_26 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_26, NULL, (intptr_t)((intptr_t)GameApplicationWrap_PlayMuisc_m510578B81A9C73FCB8B8E5F5B5EA63A45B1860AA_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_25);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_25, _stringLiteral2D249CCE573E214E00A5713BB5D5BE070EABC068, L_26, /*hidden argument*/NULL);
|
|
// L.RegFunction("PlayVoice", PlayVoice);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_27 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_28 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_28, NULL, (intptr_t)((intptr_t)GameApplicationWrap_PlayVoice_m7ABD59A2932A2124FC0E841833603E8932DF3C68_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_27);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_27, _stringLiteral4F1AD71C8699819A9F46577F13E65BE808788F93, L_28, /*hidden argument*/NULL);
|
|
// L.RegFunction("PlaySound", PlaySound);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_29 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_30 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_30, NULL, (intptr_t)((intptr_t)GameApplicationWrap_PlaySound_m6CFA596CEA95B2C0F0992FDC1C4E904EFA90EFD9_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_29);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_29, _stringLiteralCC89E8A00344BF174EC9DB149009A3BF20579D20, L_30, /*hidden argument*/NULL);
|
|
// L.RegFunction("InitBaiduMap", InitBaiduMap);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_31 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_32 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_32, NULL, (intptr_t)((intptr_t)GameApplicationWrap_InitBaiduMap_m61F673DBC96C345A9604CC4DB89E0EFC9947463B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_31);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_31, _stringLiteral8486BDBB1D3D47B22EFEF31D81F4CBF6A91C4DB2, L_32, /*hidden argument*/NULL);
|
|
// L.RegFunction("__eq", op_Equality);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_33 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_34 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_34, NULL, (intptr_t)((intptr_t)GameApplicationWrap_op_Equality_mFD371983042712F80EFC5DF5DB31CF70A418272D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_33);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_33, _stringLiteral9D7311610D4DC99151F611A421431587111EC377, L_34, /*hidden argument*/NULL);
|
|
// L.RegFunction("__tostring", ToLua.op_ToString);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_35 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_36 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_36, NULL, (intptr_t)((intptr_t)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_35);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_35, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_36, /*hidden argument*/NULL);
|
|
// L.RegVar("Instance", get_Instance, set_Instance);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_37 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_38 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_38, NULL, (intptr_t)((intptr_t)GameApplicationWrap_get_Instance_m36CCC8A399E6FAD7739736B1C0E50E0625965ADE_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_39 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_39, NULL, (intptr_t)((intptr_t)GameApplicationWrap_set_Instance_mBF85CBAE3D1433F569627F0B7B2DDFADFF5D1C0E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_37);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_37, _stringLiteral5F97F8775628E86310829AB9E8C465258AB92A5E, L_38, L_39, /*hidden argument*/NULL);
|
|
// L.RegVar("buildApp", get_buildApp, set_buildApp);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_40 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_41 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_41, NULL, (intptr_t)((intptr_t)GameApplicationWrap_get_buildApp_mFA01B25A609416A8514D94403E768CF576ED5406_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_42 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_42, NULL, (intptr_t)((intptr_t)GameApplicationWrap_set_buildApp_m7CCFEF14C2EEEF267DE7450A5DBEB113C058AE59_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_40);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_40, _stringLiteralB9B5F92256A79E1368613E23635431CB2C1AFE63, L_41, L_42, /*hidden argument*/NULL);
|
|
// L.RegVar("printLog", get_printLog, set_printLog);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_43 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_44 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_44, NULL, (intptr_t)((intptr_t)GameApplicationWrap_get_printLog_m7BACB3CF7AC6940FA1CD0B74F2499B8C4AF35573_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_45 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_45, NULL, (intptr_t)((intptr_t)GameApplicationWrap_set_printLog_mC4F95ECDABE2231D2F0F10C0F02BAC43D37414F5_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_43);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_43, _stringLiteralA60CE13FE02635FA21DB0586CAA781CB9BB39ECA, L_44, L_45, /*hidden argument*/NULL);
|
|
// L.RegVar("accountTest", get_accountTest, set_accountTest);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_46 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_47 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_47, NULL, (intptr_t)((intptr_t)GameApplicationWrap_get_accountTest_mE4F8CD0010D4902FC974886865BA139E32F03B83_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_48 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_48, NULL, (intptr_t)((intptr_t)GameApplicationWrap_set_accountTest_mE4A018F36EB4D003701A2BAAAE8E6FFB94CAE304_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_46);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_46, _stringLiteralE58FAA25344E838C7CC2E6D04C14155BFB44EA44, L_47, L_48, /*hidden argument*/NULL);
|
|
// L.RegVar("musicSource", get_musicSource, set_musicSource);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_49 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_50 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_50, NULL, (intptr_t)((intptr_t)GameApplicationWrap_get_musicSource_m7038CAEB532FB114EBF71C44682C2D88A75F656D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_51 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_51, NULL, (intptr_t)((intptr_t)GameApplicationWrap_set_musicSource_mC48384350639A0387811DF3D51F2FF2699F78382_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_49);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_49, _stringLiteral45A903336B25F77B2D9830E9E6053345264D2308, L_50, L_51, /*hidden argument*/NULL);
|
|
// L.RegVar("voiceSource", get_voiceSource, set_voiceSource);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_52 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_53 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_53, NULL, (intptr_t)((intptr_t)GameApplicationWrap_get_voiceSource_mC63D3D9AD41D67AA87B79FF6BEDC32ABA10651A5_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_54 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_54, NULL, (intptr_t)((intptr_t)GameApplicationWrap_set_voiceSource_m844597BF1211AF9C1B658BF5B6678D0FB2AB0019_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_52);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_52, _stringLiteralF2FD990EE02A063A8513E7C28E23AF7DAAC4057D, L_53, L_54, /*hidden argument*/NULL);
|
|
// L.RegVar("HideSdk", get_HideSdk, set_HideSdk);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_55 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_56 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_56, NULL, (intptr_t)((intptr_t)GameApplicationWrap_get_HideSdk_mC857FB8034960C8C85C2AC7C270850484945DE7D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_57 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_57, NULL, (intptr_t)((intptr_t)GameApplicationWrap_set_HideSdk_m4027CFAB0F50C898CCBFEDB984C7964350C34504_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_55);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_55, _stringLiteralE1532519CB44BEC391E07B0751E0F7AFDBC8D2BF, L_56, L_57, /*hidden argument*/NULL);
|
|
// L.RegVar("StopMusic", get_StopMusic, set_StopMusic);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_58 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_59 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_59, NULL, (intptr_t)((intptr_t)GameApplicationWrap_get_StopMusic_m8910BA3CC166488A86867A4FDDAC600BF9B754E2_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_60 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_60, NULL, (intptr_t)((intptr_t)GameApplicationWrap_set_StopMusic_m80224F5F14FFFD5E9AB6395A1B6E457978C90F0B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_58);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_58, _stringLiteral26E397E32F743172AA25F02D87755230E96F351A, L_59, L_60, /*hidden argument*/NULL);
|
|
// L.RegVar("GameInfo", get_GameInfo, set_GameInfo);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_61 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_62 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_62, NULL, (intptr_t)((intptr_t)GameApplicationWrap_get_GameInfo_m9EEC3934DBF202CD8D395FB8866733FC186A4574_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_63 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_63, NULL, (intptr_t)((intptr_t)GameApplicationWrap_set_GameInfo_m7B3A8F62DA6C613FDA032B09A0D7C0CC25A71D33_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_61);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_61, _stringLiteral49B28F0E7AC2D92B1E2D34F304124212AEBC17FE, L_62, L_63, /*hidden argument*/NULL);
|
|
// L.RegVar("MusicValue", get_MusicValue, set_MusicValue);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_64 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_65 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_65, NULL, (intptr_t)((intptr_t)GameApplicationWrap_get_MusicValue_mE323A1F2D86777049AC981F22A4F94319C7607B4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_66 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_66, NULL, (intptr_t)((intptr_t)GameApplicationWrap_set_MusicValue_m71C9F9F40CC044A747F7290C962EC375F9B95A73_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_64);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_64, _stringLiteralEDCB541BB6A979BF0654A028A4E0668DA51B3A2E, L_65, L_66, /*hidden argument*/NULL);
|
|
// L.RegVar("SoundValue", get_SoundValue, set_SoundValue);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_67 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_68 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_68, NULL, (intptr_t)((intptr_t)GameApplicationWrap_get_SoundValue_mB135DE3329EFC2A7D8A26E2062C21D88B0F9E490_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_69 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_69, NULL, (intptr_t)((intptr_t)GameApplicationWrap_set_SoundValue_m32303FA988363911B9007C79217C6A88B08757F1_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_67);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_67, _stringLiteral2F6FFD6B9421EBEFA4045A2DDA5E69BBB7778F15, L_68, L_69, /*hidden argument*/NULL);
|
|
// L.EndClass();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_70 = ___L0;
|
|
NullCheck(L_70);
|
|
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_70, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::RestartGame(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_RestartGame_mD2C83CD953920649A0C5A35FE8ED77A0E1FFC156 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_RestartGame_mD2C83CD953920649A0C5A35FE8ED77A0E1FFC156_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// GameApplication obj = (GameApplication)ToLua.CheckObject<GameApplication>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46_RuntimeMethod_var);
|
|
// obj.RestartGame();
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
GameApplication_RestartGame_m7562AD55E66DB07745151BF0B051F7F020B22A4F(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_0027;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_001c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001c:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_3 = ___L0;
|
|
Exception_t * L_4 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
goto IL_0027;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0027:
|
|
{
|
|
// }
|
|
int32_t L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::UnExtendLua(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_UnExtendLua_m00CD72E82CEA9FB64DF1389F0B978D77AB498BA4 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_UnExtendLua_m00CD72E82CEA9FB64DF1389F0B978D77AB498BA4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// GameApplication obj = (GameApplication)ToLua.CheckObject<GameApplication>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46_RuntimeMethod_var);
|
|
// LuaTable arg0 = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_4 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// obj.UnExtendLua(arg0);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_5 = V_0;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
GameApplication_UnExtendLua_mB8CE673663B8977CE2C67A94C84075E6538CCA34(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_0030;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0025;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0025:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_0030;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0030:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::ShareLink(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_ShareLink_m7CEFD371B9B0AA226162AFBE59D213696866B136 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_ShareLink_m7CEFD371B9B0AA226162AFBE59D213696866B136_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
Exception_t * V_4 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 4);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 4, /*hidden argument*/NULL);
|
|
// GameApplication obj = (GameApplication)ToLua.CheckObject<GameApplication>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46_RuntimeMethod_var);
|
|
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_4 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = (((int32_t)((int32_t)L_4)));
|
|
// string arg1 = ToLua.CheckString(L, 3);
|
|
intptr_t L_5 = ___L0;
|
|
String_t* L_6 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_5, 3, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// LuaFunction arg2 = ToLua.CheckLuaFunction(L, 4);
|
|
intptr_t L_7 = ___L0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_7, 4, /*hidden argument*/NULL);
|
|
V_2 = L_8;
|
|
// obj.ShareLink(arg0, arg1, arg2);
|
|
int32_t L_9 = V_0;
|
|
String_t* L_10 = V_1;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_11 = V_2;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
GameApplication_ShareLink_mBB61976B3900DAB01192FCFAF456EB8C3177707D(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), L_9, L_10, L_11, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_0045;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0038;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0038:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_4 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_12 = ___L0;
|
|
Exception_t * L_13 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_14 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_12, L_13, /*hidden argument*/NULL);
|
|
V_3 = L_14;
|
|
goto IL_0045;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0045:
|
|
{
|
|
// }
|
|
int32_t L_15 = V_3;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::CopyToClipboard(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_CopyToClipboard_m5E588F97B791CED059EE2CE342C3763AC97D9987 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_CopyToClipboard_m5E588F97B791CED059EE2CE342C3763AC97D9987_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// GameApplication obj = (GameApplication)ToLua.CheckObject<GameApplication>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46_RuntimeMethod_var);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// obj.CopyToClipboard(arg0);
|
|
String_t* L_5 = V_0;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
GameApplication_CopyToClipboard_mC9D07BABDF08DC4CECD919943044B8BAD6090828(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_0030;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0025;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0025:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_0030;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0030:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::GetBatteryLevel(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_GetBatteryLevel_mA950A131218CEA2C096886F354E79303CF0F6414 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_GetBatteryLevel_mA950A131218CEA2C096886F354E79303CF0F6414_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// GameApplication obj = (GameApplication)ToLua.CheckObject<GameApplication>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46_RuntimeMethod_var);
|
|
// int o = obj.GetBatteryLevel();
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = GameApplication_GetBatteryLevel_m1D6076D9558225E51C93B4B832AEBE4D161C7F1A(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// LuaDLL.lua_pushinteger(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_002f;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0024;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0024:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_002f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002f:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::InitBugly(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_InitBugly_m8136A0A042C4BF49F4EE8EEE6C24730651410929 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_InitBugly_m8136A0A042C4BF49F4EE8EEE6C24730651410929_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 3);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 3, /*hidden argument*/NULL);
|
|
// GameApplication obj = (GameApplication)ToLua.CheckObject<GameApplication>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46_RuntimeMethod_var);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// string arg1 = ToLua.CheckString(L, 3);
|
|
intptr_t L_5 = ___L0;
|
|
String_t* L_6 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_5, 3, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// obj.InitBugly(arg0, arg1);
|
|
String_t* L_7 = V_0;
|
|
String_t* L_8 = V_1;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
GameApplication_InitBugly_m58455E63368EDF38A0C5779D7AEC2BDE7BCEBF67(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), L_7, L_8, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0039;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_002e;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_002e:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_9 = ___L0;
|
|
Exception_t * L_10 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0039;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0039:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::SetBuglyUserID(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_SetBuglyUserID_m095E088754A1292D281AB27C8043E5EFEA761EFB (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_SetBuglyUserID_m095E088754A1292D281AB27C8043E5EFEA761EFB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// GameApplication obj = (GameApplication)ToLua.CheckObject<GameApplication>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46_RuntimeMethod_var);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// obj.SetBuglyUserID(arg0);
|
|
String_t* L_5 = V_0;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
GameApplication_SetBuglyUserID_m651E904A99E1388B1000D47BF01D41F1F27BF95F(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_0030;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0025;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0025:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_0030;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0030:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::AddBuglyUserValue(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_AddBuglyUserValue_mBA8789D05044ED992D06BC9C0D86F3A0008B1BA5 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_AddBuglyUserValue_mBA8789D05044ED992D06BC9C0D86F3A0008B1BA5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 3);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 3, /*hidden argument*/NULL);
|
|
// GameApplication obj = (GameApplication)ToLua.CheckObject<GameApplication>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46_RuntimeMethod_var);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// string arg1 = ToLua.CheckString(L, 3);
|
|
intptr_t L_5 = ___L0;
|
|
String_t* L_6 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_5, 3, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// obj.AddBuglyUserValue(arg0, arg1);
|
|
String_t* L_7 = V_0;
|
|
String_t* L_8 = V_1;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
GameApplication_AddBuglyUserValue_m34EB6373F061A5A60ED2EAD76018C7E927DBA1C8(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), L_7, L_8, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0039;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_002e;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_002e:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_9 = ___L0;
|
|
Exception_t * L_10 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0039;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0039:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::WXLogin(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_WXLogin_mEA3C73A56F920E651ADFFB56C49417D6C81219E8 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_WXLogin_mEA3C73A56F920E651ADFFB56C49417D6C81219E8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// GameApplication obj = (GameApplication)ToLua.CheckObject<GameApplication>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46_RuntimeMethod_var);
|
|
// LuaFunction arg0 = ToLua.CheckLuaFunction(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// obj.WXLogin(arg0);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = V_0;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
GameApplication_WXLogin_m5EBEAEEFE4FF4F84CE9C948CB4A62E0E348DBDCD(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_0030;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0025;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0025:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_0030;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0030:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::GetRoomID(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_GetRoomID_mB2A3E462E14179501FC6458565F289BB74B28C7D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_GetRoomID_mB2A3E462E14179501FC6458565F289BB74B28C7D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// GameApplication obj = (GameApplication)ToLua.CheckObject<GameApplication>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46_RuntimeMethod_var);
|
|
// string o = obj.GetRoomID();
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
String_t* L_3 = GameApplication_GetRoomID_mE265A3E5BA40B9CB7EA77CCE08C3A74709ADFEFF(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// LuaDLL.lua_pushstring(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
String_t* L_5 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_002f;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0024;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0024:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_002f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002f:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::PlayMuisc(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_PlayMuisc_m510578B81A9C73FCB8B8E5F5B5EA63A45B1860AA (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_PlayMuisc_m510578B81A9C73FCB8B8E5F5B5EA63A45B1860AA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
String_t* V_3 = NULL;
|
|
String_t* V_4 = NULL;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (count == 2)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// GameApplication obj = (GameApplication)ToLua.CheckObject<GameApplication>(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46_RuntimeMethod_var);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
String_t* L_6 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_5, 2, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// obj.PlayMuisc(arg0);
|
|
String_t* L_7 = V_1;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_4, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
GameApplication_PlayMuisc_m67D720B67902B1CF890C0F5DEBFF4D43CA53A80C(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_4, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0071;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// else if (count == 3)
|
|
int32_t L_8 = V_0;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
// GameApplication obj = (GameApplication)ToLua.CheckObject<GameApplication>(L, 1);
|
|
intptr_t L_9 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_10 = ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46((intptr_t)L_9, 1, /*hidden argument*/ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46_RuntimeMethod_var);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_11 = ___L0;
|
|
String_t* L_12 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_11, 2, /*hidden argument*/NULL);
|
|
V_3 = L_12;
|
|
// string arg1 = ToLua.CheckString(L, 3);
|
|
intptr_t L_13 = ___L0;
|
|
String_t* L_14 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_13, 3, /*hidden argument*/NULL);
|
|
V_4 = L_14;
|
|
// obj.PlayMuisc(arg0, arg1);
|
|
String_t* L_15 = V_3;
|
|
String_t* L_16 = V_4;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_10, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
GameApplication_PlayMuisc_mD8E789BFC380BEF5E6BA25C7C77C37D95D343C4B(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_10, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), L_15, L_16, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0071;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: GameApplication.PlayMuisc");
|
|
intptr_t L_17 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_18 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_17, _stringLiteral0B220A55B9FA0C4A021A306CDBFF4BE12CC80FA8, /*hidden argument*/NULL);
|
|
V_2 = L_18;
|
|
goto IL_0071;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0064;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0064:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_19 = ___L0;
|
|
Exception_t * L_20 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_21 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_19, L_20, /*hidden argument*/NULL);
|
|
V_2 = L_21;
|
|
goto IL_0071;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0071:
|
|
{
|
|
// }
|
|
int32_t L_22 = V_2;
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::PlayVoice(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_PlayVoice_m7ABD59A2932A2124FC0E841833603E8932DF3C68 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_PlayVoice_m7ABD59A2932A2124FC0E841833603E8932DF3C68_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// GameApplication obj = (GameApplication)ToLua.CheckObject<GameApplication>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46_RuntimeMethod_var);
|
|
// UnityEngine.AudioClip arg0 = (UnityEngine.AudioClip)ToLua.CheckObject(L, 2, typeof(UnityEngine.AudioClip));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 2, L_5, /*hidden argument*/NULL);
|
|
V_0 = ((AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 *)CastclassSealed((RuntimeObject*)L_6, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_il2cpp_TypeInfo_var));
|
|
// obj.PlayVoice(arg0);
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_7 = V_0;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
GameApplication_PlayVoice_m5AA09FE37A46C0643943599613B9C0C591ACB06E(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_003f;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0034;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0034:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_8 = ___L0;
|
|
Exception_t * L_9 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_10 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
V_1 = L_10;
|
|
goto IL_003f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003f:
|
|
{
|
|
// }
|
|
int32_t L_11 = V_1;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::PlaySound(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_PlaySound_m6CFA596CEA95B2C0F0992FDC1C4E904EFA90EFD9 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_PlaySound_m6CFA596CEA95B2C0F0992FDC1C4E904EFA90EFD9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
String_t* V_3 = NULL;
|
|
String_t* V_4 = NULL;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (count == 2)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// GameApplication obj = (GameApplication)ToLua.CheckObject<GameApplication>(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46_RuntimeMethod_var);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
String_t* L_6 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_5, 2, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// obj.PlaySound(arg0);
|
|
String_t* L_7 = V_1;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_4, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
GameApplication_PlaySound_mCFBF275120CF1590889F0FA8068738F4CE4BEDD5(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_4, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0071;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// else if (count == 3)
|
|
int32_t L_8 = V_0;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
// GameApplication obj = (GameApplication)ToLua.CheckObject<GameApplication>(L, 1);
|
|
intptr_t L_9 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_10 = ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46((intptr_t)L_9, 1, /*hidden argument*/ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46_RuntimeMethod_var);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_11 = ___L0;
|
|
String_t* L_12 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_11, 2, /*hidden argument*/NULL);
|
|
V_3 = L_12;
|
|
// string arg1 = ToLua.CheckString(L, 3);
|
|
intptr_t L_13 = ___L0;
|
|
String_t* L_14 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_13, 3, /*hidden argument*/NULL);
|
|
V_4 = L_14;
|
|
// obj.PlaySound(arg0, arg1);
|
|
String_t* L_15 = V_3;
|
|
String_t* L_16 = V_4;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_10, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
GameApplication_PlaySound_m9F65BAF350161B16C89C6216155B37DAD57CA759(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_10, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), L_15, L_16, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0071;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: GameApplication.PlaySound");
|
|
intptr_t L_17 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_18 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_17, _stringLiteral55EB6C21D3147845BA2904BCCD515D22CFB6F330, /*hidden argument*/NULL);
|
|
V_2 = L_18;
|
|
goto IL_0071;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0064;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0064:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_19 = ___L0;
|
|
Exception_t * L_20 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_21 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_19, L_20, /*hidden argument*/NULL);
|
|
V_2 = L_21;
|
|
goto IL_0071;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0071:
|
|
{
|
|
// }
|
|
int32_t L_22 = V_2;
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::InitBaiduMap(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_InitBaiduMap_m61F673DBC96C345A9604CC4DB89E0EFC9947463B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_InitBaiduMap_m61F673DBC96C345A9604CC4DB89E0EFC9947463B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// GameApplication obj = (GameApplication)ToLua.CheckObject<GameApplication>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46_RuntimeMethod_var);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// obj.InitBaiduMap(arg0);
|
|
String_t* L_5 = V_0;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
GameApplication_InitBaiduMap_m2A7C9BE1203238453400BE6CB14077BADD871215(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_0030;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0025;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0025:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_0030;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0030:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::op_Equality(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_op_Equality_mFD371983042712F80EFC5DF5DB31CF70A418272D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_op_Equality_mFD371983042712F80EFC5DF5DB31CF70A418272D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// UnityEngine.Object arg0 = (UnityEngine.Object)ToLua.ToObject(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// UnityEngine.Object arg1 = (UnityEngine.Object)ToLua.ToObject(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeObject * L_4 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = ((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)CastclassClass((RuntimeObject*)L_4, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var));
|
|
// bool o = arg0 == arg1;
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_5 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
bool L_6 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)CastclassClass((RuntimeObject*)L_2, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// LuaDLL.lua_pushboolean(L, o);
|
|
intptr_t L_7 = ___L0;
|
|
bool L_8 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_7, L_8, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_003d;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0032;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0032:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_9 = ___L0;
|
|
Exception_t * L_10 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_003d;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003d:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::get_Instance(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_get_Instance_m36CCC8A399E6FAD7739736B1C0E50E0625965ADE (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_get_Instance_m36CCC8A399E6FAD7739736B1C0E50E0625965ADE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.Push(L, GameApplication.Instance);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * L_1 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_Instance_4();
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::get_buildApp(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_get_buildApp_mFA01B25A609416A8514D94403E768CF576ED5406 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_get_buildApp_mFA01B25A609416A8514D94403E768CF576ED5406_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// GameApplication obj = (GameApplication)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.buildApp;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
bool L_3 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_buildApp_5();
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushboolean(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
bool L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index buildApp on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralC49AB61DC87DFB83706E8121ED4AD76F471D24A7, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::get_printLog(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_get_printLog_m7BACB3CF7AC6940FA1CD0B74F2499B8C4AF35573 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_get_printLog_m7BACB3CF7AC6940FA1CD0B74F2499B8C4AF35573_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// GameApplication obj = (GameApplication)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.printLog;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
bool L_3 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_printLog_6();
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushboolean(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
bool L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index printLog on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral6CC475437CCC78312002E7E3540653321418C9A1, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::get_accountTest(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_get_accountTest_mE4F8CD0010D4902FC974886865BA139E32F03B83 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_get_accountTest_mE4F8CD0010D4902FC974886865BA139E32F03B83_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// GameApplication obj = (GameApplication)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.accountTest;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
bool L_3 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_accountTest_7();
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushboolean(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
bool L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index accountTest on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralEF99175D528392829CF7CD6C7029D3CF2109A15A, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::get_musicSource(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_get_musicSource_m7038CAEB532FB114EBF71C44682C2D88A75F656D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_get_musicSource_m7038CAEB532FB114EBF71C44682C2D88A75F656D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// GameApplication obj = (GameApplication)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.AudioSource ret = obj.musicSource;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_3 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_musicSource_9();
|
|
V_1 = L_3;
|
|
// ToLua.PushSealed(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_5 = V_1;
|
|
ToLua_PushSealed_TisAudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C_m09D8DB17BA56EC55CFCF74E722BF3A85AD2242FF((intptr_t)L_4, L_5, /*hidden argument*/ToLua_PushSealed_TisAudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C_m09D8DB17BA56EC55CFCF74E722BF3A85AD2242FF_RuntimeMethod_var);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index musicSource on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral46E5ECFEE643332116226CCF7A9A5AC48F9C25A3, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::get_voiceSource(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_get_voiceSource_mC63D3D9AD41D67AA87B79FF6BEDC32ABA10651A5 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_get_voiceSource_mC63D3D9AD41D67AA87B79FF6BEDC32ABA10651A5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// GameApplication obj = (GameApplication)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.AudioSource ret = obj.voiceSource;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_3 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_voiceSource_10();
|
|
V_1 = L_3;
|
|
// ToLua.PushSealed(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_5 = V_1;
|
|
ToLua_PushSealed_TisAudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C_m09D8DB17BA56EC55CFCF74E722BF3A85AD2242FF((intptr_t)L_4, L_5, /*hidden argument*/ToLua_PushSealed_TisAudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C_m09D8DB17BA56EC55CFCF74E722BF3A85AD2242FF_RuntimeMethod_var);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index voiceSource on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral58F1A4D4A9700639DDC01A24F7ABC03FD00C2B8D, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::get_HideSdk(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_get_HideSdk_mC857FB8034960C8C85C2AC7C270850484945DE7D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_get_HideSdk_mC857FB8034960C8C85C2AC7C270850484945DE7D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushboolean(L, GameApplication.HideSdk);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
bool L_1 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_HideSdk_21();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::get_StopMusic(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_get_StopMusic_m8910BA3CC166488A86867A4FDDAC600BF9B754E2 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_get_StopMusic_m8910BA3CC166488A86867A4FDDAC600BF9B754E2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// GameApplication obj = (GameApplication)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int ret = obj.StopMusic;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = GameApplication_get_StopMusic_m2411CB24EEAEF3EA9BC58AFEB27F14C2310A6E0C_inline(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushinteger(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index StopMusic on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral2A09803F43C01972964D0F7BF096FF69057F3DAC, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::get_GameInfo(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_get_GameInfo_m9EEC3934DBF202CD8D395FB8866733FC186A4574 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_get_GameInfo_m9EEC3934DBF202CD8D395FB8866733FC186A4574_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// GameApplication obj = (GameApplication)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// string ret = obj.GameInfo;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
String_t* L_3 = GameApplication_get_GameInfo_m6095A45831F3240F15D9CF424344CEBE48BCD047_inline(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushstring(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
String_t* L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index GameInfo on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralB5A06F57EB029BAEAE7196AA3ACC9EA80DBA0143, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::get_MusicValue(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_get_MusicValue_mE323A1F2D86777049AC981F22A4F94319C7607B4 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_get_MusicValue_mE323A1F2D86777049AC981F22A4F94319C7607B4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// GameApplication obj = (GameApplication)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int ret = obj.MusicValue;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = GameApplication_get_MusicValue_m82DAA1E16C7B09F6E82DB3EE38E6D04EE0FB5471_inline(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushinteger(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index MusicValue on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral81361C518E6E6913ECCE705448EA39C1E5E83248, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::get_SoundValue(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_get_SoundValue_mB135DE3329EFC2A7D8A26E2062C21D88B0F9E490 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_get_SoundValue_mB135DE3329EFC2A7D8A26E2062C21D88B0F9E490_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// GameApplication obj = (GameApplication)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int ret = obj.SoundValue;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = GameApplication_get_SoundValue_m230B41C1728494A76FD78684B2B391CC405C0208_inline(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushinteger(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index SoundValue on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralF946BBFB955FA46555CAD69DE0AA84D6839BB22E, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::set_Instance(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_set_Instance_mBF85CBAE3D1433F569627F0B7B2DDFADFF5D1C0E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_set_Instance_mBF85CBAE3D1433F569627F0B7B2DDFADFF5D1C0E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// GameApplication arg0 = (GameApplication)ToLua.CheckObject<GameApplication>(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46((intptr_t)L_0, 2, /*hidden argument*/ToLua_CheckObject_TisGameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_m421DF7BF9B5265789BE3419048CAEC91343A3F46_RuntimeMethod_var);
|
|
// GameApplication.Instance = arg0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->set_Instance_4(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_1, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_0020;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0015;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0015:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_0020;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0020:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::set_buildApp(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_set_buildApp_m7CCFEF14C2EEEF267DE7450A5DBEB113C058AE59 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_set_buildApp_m7CCFEF14C2EEEF267DE7450A5DBEB113C058AE59_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// GameApplication obj = (GameApplication)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_4 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// obj.buildApp = arg0;
|
|
bool L_5 = V_1;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->set_buildApp_5(L_5);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0033;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index buildApp on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralC49AB61DC87DFB83706E8121ED4AD76F471D24A7, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::set_printLog(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_set_printLog_mC4F95ECDABE2231D2F0F10C0F02BAC43D37414F5 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_set_printLog_mC4F95ECDABE2231D2F0F10C0F02BAC43D37414F5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// GameApplication obj = (GameApplication)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_4 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// obj.printLog = arg0;
|
|
bool L_5 = V_1;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->set_printLog_6(L_5);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0033;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index printLog on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral6CC475437CCC78312002E7E3540653321418C9A1, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::set_accountTest(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_set_accountTest_mE4A018F36EB4D003701A2BAAAE8E6FFB94CAE304 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_set_accountTest_mE4A018F36EB4D003701A2BAAAE8E6FFB94CAE304_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// GameApplication obj = (GameApplication)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_4 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// obj.accountTest = arg0;
|
|
bool L_5 = V_1;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->set_accountTest_7(L_5);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0033;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index accountTest on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralEF99175D528392829CF7CD6C7029D3CF2109A15A, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::set_musicSource(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_set_musicSource_mC48384350639A0387811DF3D51F2FF2699F78382 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_set_musicSource_mC48384350639A0387811DF3D51F2FF2699F78382_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// GameApplication obj = (GameApplication)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.AudioSource arg0 = (UnityEngine.AudioSource)ToLua.CheckObject(L, 2, typeof(UnityEngine.AudioSource));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 2, L_5, /*hidden argument*/NULL);
|
|
V_1 = ((AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C *)CastclassSealed((RuntimeObject*)L_6, AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C_il2cpp_TypeInfo_var));
|
|
// obj.musicSource = arg0;
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_7 = V_1;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->set_musicSource_9(L_7);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0042;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0031;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0031:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index musicSource on a nil value");
|
|
intptr_t L_8 = ___L0;
|
|
Exception_t * L_9 = V_3;
|
|
RuntimeObject * L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteral46E5ECFEE643332116226CCF7A9A5AC48F9C25A3, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0042;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0042:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::set_voiceSource(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_set_voiceSource_m844597BF1211AF9C1B658BF5B6678D0FB2AB0019 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_set_voiceSource_m844597BF1211AF9C1B658BF5B6678D0FB2AB0019_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// GameApplication obj = (GameApplication)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.AudioSource arg0 = (UnityEngine.AudioSource)ToLua.CheckObject(L, 2, typeof(UnityEngine.AudioSource));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 2, L_5, /*hidden argument*/NULL);
|
|
V_1 = ((AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C *)CastclassSealed((RuntimeObject*)L_6, AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C_il2cpp_TypeInfo_var));
|
|
// obj.voiceSource = arg0;
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_7 = V_1;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->set_voiceSource_10(L_7);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0042;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0031;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0031:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index voiceSource on a nil value");
|
|
intptr_t L_8 = ___L0;
|
|
Exception_t * L_9 = V_3;
|
|
RuntimeObject * L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteral58F1A4D4A9700639DDC01A24F7ABC03FD00C2B8D, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0042;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0042:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::set_HideSdk(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_set_HideSdk_m4027CFAB0F50C898CCBFEDB984C7964350C34504 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_set_HideSdk_m4027CFAB0F50C898CCBFEDB984C7964350C34504_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_1 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// GameApplication.HideSdk = arg0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->set_HideSdk_21(L_1);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_001b;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::set_StopMusic(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_set_StopMusic_m80224F5F14FFFD5E9AB6395A1B6E457978C90F0B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_set_StopMusic_m80224F5F14FFFD5E9AB6395A1B6E457978C90F0B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// GameApplication obj = (GameApplication)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_4 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = (((int32_t)((int32_t)L_4)));
|
|
// obj.StopMusic = arg0;
|
|
int32_t L_5 = V_1;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
GameApplication_set_StopMusic_m4B6A4D84ACFFC7D6D779A9142FFB9DD51CF7004A_inline(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0034;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0023;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0023:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index StopMusic on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral2A09803F43C01972964D0F7BF096FF69057F3DAC, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0034;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0034:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::set_GameInfo(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_set_GameInfo_m7B3A8F62DA6C613FDA032B09A0D7C0CC25A71D33 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_set_GameInfo_m7B3A8F62DA6C613FDA032B09A0D7C0CC25A71D33_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// GameApplication obj = (GameApplication)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// obj.GameInfo = arg0;
|
|
String_t* L_5 = V_1;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
GameApplication_set_GameInfo_m1BD01E21E1AA618F51CC2233189260A80C212EDD_inline(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0033;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index GameInfo on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralB5A06F57EB029BAEAE7196AA3ACC9EA80DBA0143, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::set_MusicValue(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_set_MusicValue_m71C9F9F40CC044A747F7290C962EC375F9B95A73 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_set_MusicValue_m71C9F9F40CC044A747F7290C962EC375F9B95A73_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// GameApplication obj = (GameApplication)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_4 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = (((int32_t)((int32_t)L_4)));
|
|
// obj.MusicValue = arg0;
|
|
int32_t L_5 = V_1;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
GameApplication_set_MusicValue_mD288395BAC64DEB2EA3AF50702196559ECF2E709(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0034;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0023;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0023:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index MusicValue on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral81361C518E6E6913ECCE705448EA39C1E5E83248, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0034;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0034:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 GameApplicationWrap::set_SoundValue(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameApplicationWrap_set_SoundValue_m32303FA988363911B9007C79217C6A88B08757F1 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameApplicationWrap_set_SoundValue_m32303FA988363911B9007C79217C6A88B08757F1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// GameApplication obj = (GameApplication)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_4 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = (((int32_t)((int32_t)L_4)));
|
|
// obj.SoundValue = arg0;
|
|
int32_t L_5 = V_1;
|
|
NullCheck(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)));
|
|
GameApplication_set_SoundValue_m4BE01177754EB614BC71AD6E09366656D11B4298(((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 *)CastclassClass((RuntimeObject*)L_2, GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0034;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0023;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0023:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index SoundValue on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralF946BBFB955FA46555CAD69DE0AA84D6839BB22E, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0034;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0034:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Void GameApplicationWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplicationWrap__ctor_m86DE6790F67359A4B6EE094FDD9DF0EC2A68F9F9 (GameApplicationWrap_t51AF531128FE180D1AE980C563F71090F82CE7F5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_Game_UtilsWrap_CopyPrefab_m07C20B462C6B077E13C07E039607E1A4CFE30F19(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = Game_UtilsWrap_CopyPrefab_m07C20B462C6B077E13C07E039607E1A4CFE30F19(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_Game_UtilsWrap_SetNativeObject_mFFA32F6CDFF91996B303EBECDB0EB8651C72FD01(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = Game_UtilsWrap_SetNativeObject_mFFA32F6CDFF91996B303EBECDB0EB8651C72FD01(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_Game_UtilsWrap_GetTime_mDFDAD5C981A90D3454B4BE5B4D51FB25AA306CB0(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = Game_UtilsWrap_GetTime_mDFDAD5C981A90D3454B4BE5B4D51FB25AA306CB0(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_Game_UtilsWrap_IsDoubleClick_mA4B768370D0B813B4B7FE9E587970360FE905865(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = Game_UtilsWrap_IsDoubleClick_mA4B768370D0B813B4B7FE9E587970360FE905865(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_Game_UtilsWrap_SaveLocalFile_m26775776A21E73959E4F66174CEB704CC88259C8(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = Game_UtilsWrap_SaveLocalFile_m26775776A21E73959E4F66174CEB704CC88259C8(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_Game_UtilsWrap_LoadLocalFile_m1305F60A0173F56DFA9BDA425432437A7262E387(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = Game_UtilsWrap_LoadLocalFile_m1305F60A0173F56DFA9BDA425432437A7262E387(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_Game_UtilsWrap_ClearLocalFile_m09AB51D6101FAEC52F00326A133E38FB4D39DF0B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = Game_UtilsWrap_ClearLocalFile_m09AB51D6101FAEC52F00326A133E38FB4D39DF0B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_Game_UtilsWrap_SaveScaledPicture_m34A497EE29D8124E69E323B620BCE3BB668412A3(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = Game_UtilsWrap_SaveScaledPicture_m34A497EE29D8124E69E323B620BCE3BB668412A3(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_Game_UtilsWrap_LocalAddress_m73BF0D2674B5EE522FA88F734A5695DAB34FDF94(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = Game_UtilsWrap_LocalAddress_m73BF0D2674B5EE522FA88F734A5695DAB34FDF94(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_Game_UtilsWrap_IsGPSEnable_m26A5B85DD1D0C079A393A6F1364FF52B89925C31(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = Game_UtilsWrap_IsGPSEnable_m26A5B85DD1D0C079A393A6F1364FF52B89925C31(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_Game_UtilsWrap_DownloadFile_mA752C4275E0E8D248093E2F0D5E0A1030EB8D28A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = Game_UtilsWrap_DownloadFile_mA752C4275E0E8D248093E2F0D5E0A1030EB8D28A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void Game_UtilsWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Game_UtilsWrap_Register_m6B503CFEB95EDE2492A966818F82F0AECF410E39 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Game_UtilsWrap_Register_m6B503CFEB95EDE2492A966818F82F0AECF410E39_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginStaticLibs("Utils");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
NullCheck(L_0);
|
|
LuaState_BeginStaticLibs_m4800BEB58E15C7581A5D8E67C51D6EDED0655F4C(L_0, _stringLiteral24A271451E65E20717DE9AEE72E172C4A79D419B, /*hidden argument*/NULL);
|
|
// L.RegFunction("CopyPrefab", CopyPrefab);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_2 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_2, NULL, (intptr_t)((intptr_t)Game_UtilsWrap_CopyPrefab_m07C20B462C6B077E13C07E039607E1A4CFE30F19_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_1, _stringLiteralB295F3601785611C8BAA2C5235FE7608DD8A6765, L_2, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetNativeObject", SetNativeObject);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_4 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_4, NULL, (intptr_t)((intptr_t)Game_UtilsWrap_SetNativeObject_mFFA32F6CDFF91996B303EBECDB0EB8651C72FD01_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_3, _stringLiteral61907595F84AAFFC9C5381E8C2DF0DCF0B43A89D, L_4, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetTime", GetTime);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_6 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_6, NULL, (intptr_t)((intptr_t)Game_UtilsWrap_GetTime_mDFDAD5C981A90D3454B4BE5B4D51FB25AA306CB0_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral95A4B66EE9EF2BDB4CE87D311F9C7B7401D4056F, L_6, /*hidden argument*/NULL);
|
|
// L.RegFunction("IsDoubleClick", IsDoubleClick);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_8 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_8, NULL, (intptr_t)((intptr_t)Game_UtilsWrap_IsDoubleClick_mA4B768370D0B813B4B7FE9E587970360FE905865_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteralCF8FD8A045E04D4653F220A8299D4566EE50666F, L_8, /*hidden argument*/NULL);
|
|
// L.RegFunction("SaveLocalFile", SaveLocalFile);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_9 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_10 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_10, NULL, (intptr_t)((intptr_t)Game_UtilsWrap_SaveLocalFile_m26775776A21E73959E4F66174CEB704CC88259C8_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral0836B706B159DFDC876E75AEC8EFCEF523A6BD26, L_10, /*hidden argument*/NULL);
|
|
// L.RegFunction("LoadLocalFile", LoadLocalFile);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_12 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_12, NULL, (intptr_t)((intptr_t)Game_UtilsWrap_LoadLocalFile_m1305F60A0173F56DFA9BDA425432437A7262E387_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteral259E94AF5FAFBC8D739FC69B7E3065671FBB3DE3, L_12, /*hidden argument*/NULL);
|
|
// L.RegFunction("ClearLocalFile", ClearLocalFile);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_13 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_14 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_14, NULL, (intptr_t)((intptr_t)Game_UtilsWrap_ClearLocalFile_m09AB51D6101FAEC52F00326A133E38FB4D39DF0B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral5D9FAFE838FB9E52118B779C533D4AD5C5A118EA, L_14, /*hidden argument*/NULL);
|
|
// L.RegFunction("SaveScaledPicture", SaveScaledPicture);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_15 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_16 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_16, NULL, (intptr_t)((intptr_t)Game_UtilsWrap_SaveScaledPicture_m34A497EE29D8124E69E323B620BCE3BB668412A3_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteralF063018122C6C1D10427C1FCDF0E7304EF65A824, L_16, /*hidden argument*/NULL);
|
|
// L.RegFunction("LocalAddress", LocalAddress);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_17 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_18 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_18, NULL, (intptr_t)((intptr_t)Game_UtilsWrap_LocalAddress_m73BF0D2674B5EE522FA88F734A5695DAB34FDF94_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_17, _stringLiteral62B48B26C27F64911FF7DD6D0288BBB23ADCC0E7, L_18, /*hidden argument*/NULL);
|
|
// L.RegFunction("IsGPSEnable", IsGPSEnable);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_19 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_20 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_20, NULL, (intptr_t)((intptr_t)Game_UtilsWrap_IsGPSEnable_m26A5B85DD1D0C079A393A6F1364FF52B89925C31_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_19, _stringLiteralCB0ECF4741222F40433ADCC8089EE31B0ACC5050, L_20, /*hidden argument*/NULL);
|
|
// L.RegFunction("DownloadFile", DownloadFile);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_21 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_22 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_22, NULL, (intptr_t)((intptr_t)Game_UtilsWrap_DownloadFile_mA752C4275E0E8D248093E2F0D5E0A1030EB8D28A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_21);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_21, _stringLiteralF5E15C3642FE5013587DF8018FBC6FA95AD917F6, L_22, /*hidden argument*/NULL);
|
|
// L.EndStaticLibs();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_23 = ___L0;
|
|
NullCheck(L_23);
|
|
LuaState_EndStaticLibs_m40DB36CA82970F6F508315AB38F4A742419AF3F6(L_23, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 Game_UtilsWrap::CopyPrefab(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Game_UtilsWrap_CopyPrefab_m07C20B462C6B077E13C07E039607E1A4CFE30F19 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Game_UtilsWrap_CopyPrefab_m07C20B462C6B077E13C07E039607E1A4CFE30F19_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// UnityEngine.GameObject arg0 = (UnityEngine.GameObject)ToLua.CheckObject(L, 1, typeof(UnityEngine.GameObject));
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_1, 1, L_3, /*hidden argument*/NULL);
|
|
// UnityEngine.GameObject o = Game.Utils.CopyPrefab(arg0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var);
|
|
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = Utils_CopyPrefab_m50A5C067D113DBC5D4EDC8F5602D7798A8E4A6F1(((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)CastclassSealed((RuntimeObject*)L_4, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
// ToLua.PushSealed(L, o);
|
|
intptr_t L_6 = ___L0;
|
|
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_7 = V_0;
|
|
ToLua_PushSealed_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m81BC867E74E5CC9A3022E90BA4C7352D490FFE44((intptr_t)L_6, L_7, /*hidden argument*/ToLua_PushSealed_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m81BC867E74E5CC9A3022E90BA4C7352D490FFE44_RuntimeMethod_var);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_0039;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_002e;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_002e:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_8 = ___L0;
|
|
Exception_t * L_9 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_10 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
V_1 = L_10;
|
|
goto IL_0039;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0039:
|
|
{
|
|
// }
|
|
int32_t L_11 = V_1;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Int32 Game_UtilsWrap::SetNativeObject(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Game_UtilsWrap_SetNativeObject_mFFA32F6CDFF91996B303EBECDB0EB8651C72FD01 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Game_UtilsWrap_SetNativeObject_mFFA32F6CDFF91996B303EBECDB0EB8651C72FD01_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// FairyGUI.GObject arg0 = (FairyGUI.GObject)ToLua.CheckObject<FairyGUI.GObject>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisGObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_m0C90970BFA3C26D0BC5EF8D6D09C59530AA05163((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisGObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_m0C90970BFA3C26D0BC5EF8D6D09C59530AA05163_RuntimeMethod_var);
|
|
// string arg1 = ToLua.CheckString(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// Game.Utils.SetNativeObject(arg0, arg1);
|
|
String_t* L_5 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var);
|
|
Utils_SetNativeObject_m375D3C67EFF4ED37BD30D13AE4048FEFDE96EF6B(((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)CastclassClass((RuntimeObject*)L_2, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_0030;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0025;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0025:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_0030;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0030:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 Game_UtilsWrap::GetTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Game_UtilsWrap_GetTime_mDFDAD5C981A90D3454B4BE5B4D51FB25AA306CB0 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Game_UtilsWrap_GetTime_mDFDAD5C981A90D3454B4BE5B4D51FB25AA306CB0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// long arg0 = LuaDLL.tolua_checkint64(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int64_t L_2 = LuaDLL_tolua_checkint64_mA7BC58ACFDD558EB1205149B339A6FD72A860B41((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// string o = Game.Utils.GetTime(arg0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = Utils_GetTime_mAE7A9AFCA0396BACE6159C0AC78AFE8E6A71590F(L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// LuaDLL.lua_pushstring(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
String_t* L_5 = V_0;
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_002a;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_001f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_002a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002a:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 Game_UtilsWrap::IsDoubleClick(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Game_UtilsWrap_IsDoubleClick_mA4B768370D0B813B4B7FE9E587970360FE905865 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Game_UtilsWrap_IsDoubleClick_mA4B768370D0B813B4B7FE9E587970360FE905865_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// FairyGUI.EventContext arg0 = (FairyGUI.EventContext)ToLua.CheckObject<FairyGUI.EventContext>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisEventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_mD0E0819EF1D9DAFC1565805F303212AF2982A176((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisEventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_mD0E0819EF1D9DAFC1565805F303212AF2982A176_RuntimeMethod_var);
|
|
// bool o = Game.Utils.IsDoubleClick(arg0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var);
|
|
bool L_3 = Utils_IsDoubleClick_m2ECC096B221CA82A4EA12FA8F376F0D1CDC61A69(((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)CastclassClass((RuntimeObject*)L_2, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// LuaDLL.lua_pushboolean(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
bool L_5 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_002f;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0024;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0024:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_002f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002f:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 Game_UtilsWrap::SaveLocalFile(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Game_UtilsWrap_SaveLocalFile_m26775776A21E73959E4F66174CEB704CC88259C8 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Game_UtilsWrap_SaveLocalFile_m26775776A21E73959E4F66174CEB704CC88259C8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
String_t* L_2 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// string arg1 = ToLua.CheckString(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// Game.Utils.SaveLocalFile(arg0, arg1);
|
|
String_t* L_5 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var);
|
|
Utils_SaveLocalFile_m3963F7E49446304E2009590095483D26A7E1E777(L_2, L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_002b;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0020;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0020:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_002b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002b:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 Game_UtilsWrap::LoadLocalFile(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Game_UtilsWrap_LoadLocalFile_m1305F60A0173F56DFA9BDA425432437A7262E387 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Game_UtilsWrap_LoadLocalFile_m1305F60A0173F56DFA9BDA425432437A7262E387_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
String_t* L_2 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// string o = Game.Utils.LoadLocalFile(arg0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = Utils_LoadLocalFile_m87D5D33192F654CCE6A1D61C32D641814B68EAD2(L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// LuaDLL.lua_pushstring(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
String_t* L_5 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_002a;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_001f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_002a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002a:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 Game_UtilsWrap::ClearLocalFile(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Game_UtilsWrap_ClearLocalFile_m09AB51D6101FAEC52F00326A133E38FB4D39DF0B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Game_UtilsWrap_ClearLocalFile_m09AB51D6101FAEC52F00326A133E38FB4D39DF0B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// long arg0 = LuaDLL.tolua_checkint64(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int64_t L_2 = LuaDLL_tolua_checkint64_mA7BC58ACFDD558EB1205149B339A6FD72A860B41((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// Game.Utils.ClearLocalFile(arg0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var);
|
|
Utils_ClearLocalFile_m0DFE093FD3EE617CA4EC4E4C4CECDA0089589CBA(L_2, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_0022;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0017;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0017:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_3 = ___L0;
|
|
Exception_t * L_4 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
goto IL_0022;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0022:
|
|
{
|
|
// }
|
|
int32_t L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Int32 Game_UtilsWrap::SaveScaledPicture(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Game_UtilsWrap_SaveScaledPicture_m34A497EE29D8124E69E323B620BCE3BB668412A3 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Game_UtilsWrap_SaveScaledPicture_m34A497EE29D8124E69E323B620BCE3BB668412A3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 4);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 4, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
String_t* L_2 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// UnityEngine.Texture2D arg1 = (UnityEngine.Texture2D)ToLua.CheckObject(L, 2, typeof(UnityEngine.Texture2D));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 2, L_5, /*hidden argument*/NULL);
|
|
V_0 = ((Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C *)CastclassSealed((RuntimeObject*)L_6, Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var));
|
|
// int arg2 = (int)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_7 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_8 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_7, 3, /*hidden argument*/NULL);
|
|
V_1 = (((int32_t)((int32_t)L_8)));
|
|
// int arg3 = (int)LuaDLL.luaL_checknumber(L, 4);
|
|
intptr_t L_9 = ___L0;
|
|
double L_10 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_9, 4, /*hidden argument*/NULL);
|
|
V_2 = (((int32_t)((int32_t)L_10)));
|
|
// UnityEngine.Texture2D o = Game.Utils.SaveScaledPicture(arg0, arg1, arg2, arg3);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_11 = V_0;
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_14 = Utils_SaveScaledPicture_m83D6937D5A8AE6C2C751284008A79B05AB4231CA(L_2, L_11, L_12, L_13, /*hidden argument*/NULL);
|
|
V_3 = L_14;
|
|
// ToLua.PushSealed(L, o);
|
|
intptr_t L_15 = ___L0;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_16 = V_3;
|
|
ToLua_PushSealed_TisTexture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_mB80700D257812A19AB31D1597568D6A5C1FD54AD((intptr_t)L_15, L_16, /*hidden argument*/ToLua_PushSealed_TisTexture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_mB80700D257812A19AB31D1597568D6A5C1FD54AD_RuntimeMethod_var);
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_005a;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_004c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_004c:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_17 = ___L0;
|
|
Exception_t * L_18 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_19 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_17, L_18, /*hidden argument*/NULL);
|
|
V_4 = L_19;
|
|
goto IL_005a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_005a:
|
|
{
|
|
// }
|
|
int32_t L_20 = V_4;
|
|
return L_20;
|
|
}
|
|
}
|
|
// System.Int32 Game_UtilsWrap::LocalAddress(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Game_UtilsWrap_LocalAddress_m73BF0D2674B5EE522FA88F734A5695DAB34FDF94 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Game_UtilsWrap_LocalAddress_m73BF0D2674B5EE522FA88F734A5695DAB34FDF94_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// LuaFunction arg0 = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_2 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// Game.Utils.LocalAddress(arg0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var);
|
|
Utils_LocalAddress_mB25ED7D5CC109F2671721A6A07ACAED08CE4AA98(L_2, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_0022;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0017;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0017:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_3 = ___L0;
|
|
Exception_t * L_4 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
goto IL_0022;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0022:
|
|
{
|
|
// }
|
|
int32_t L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Int32 Game_UtilsWrap::IsGPSEnable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Game_UtilsWrap_IsGPSEnable_m26A5B85DD1D0C079A393A6F1364FF52B89925C31 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Game_UtilsWrap_IsGPSEnable_m26A5B85DD1D0C079A393A6F1364FF52B89925C31_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 0);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 0, /*hidden argument*/NULL);
|
|
// bool o = Game.Utils.IsGPSEnable();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var);
|
|
bool L_1 = Utils_IsGPSEnable_m56A1C4FB152BACB296D550531201B246AD8FD31B(/*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// LuaDLL.lua_pushboolean(L, o);
|
|
intptr_t L_2 = ___L0;
|
|
bool L_3 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_0023;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0018;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0018:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_4 = ___L0;
|
|
Exception_t * L_5 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_6 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
goto IL_0023;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0023:
|
|
{
|
|
// }
|
|
int32_t L_7 = V_1;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Int32 Game_UtilsWrap::DownloadFile(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Game_UtilsWrap_DownloadFile_mA752C4275E0E8D248093E2F0D5E0A1030EB8D28A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Game_UtilsWrap_DownloadFile_mA752C4275E0E8D248093E2F0D5E0A1030EB8D28A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 3);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 3, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
String_t* L_2 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// string arg1 = ToLua.CheckString(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// LuaFunction arg2 = ToLua.CheckLuaFunction(L, 3);
|
|
intptr_t L_5 = ___L0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_5, 3, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// Game.Utils.DownloadFile(arg0, arg1, arg2);
|
|
String_t* L_7 = V_0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Utils_t0DC554BAE03E7C7B92D411D4CF70D4F07928B034_il2cpp_TypeInfo_var);
|
|
Utils_DownloadFile_m6E445DC02EA79813B62AE32851D98288EF1BDFC8(L_2, L_7, L_8, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0034;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0029;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0029:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_9 = ___L0;
|
|
Exception_t * L_10 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0034;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0034:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Void Game_UtilsWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Game_UtilsWrap__ctor_m3B334EBD7F2B0098E9FAFC6004A071916E91AA4D (Game_UtilsWrap_tE3264B8BD008A6FD2D31F5382EAA4E423EDC89B5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Hotupdate::.ctor(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hotupdate__ctor_m424B80B2C979134C91D1BA44978A5E2E21CF96F8 (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, String_t* ___base_path0, String_t* ___local_version1, String_t* ___server_version2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Hotupdate__ctor_m424B80B2C979134C91D1BA44978A5E2E21CF96F8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// this(base_path,new Version(local_version),new Version(server_version))
|
|
String_t* L_0 = ___base_path0;
|
|
String_t* L_1 = ___local_version1;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_2 = (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)il2cpp_codegen_object_new(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var);
|
|
Version__ctor_m9500BF45B794A84E8CD617BA4946F123DA24F265(L_2, L_1, /*hidden argument*/NULL);
|
|
String_t* L_3 = ___server_version2;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_4 = (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)il2cpp_codegen_object_new(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var);
|
|
Version__ctor_m9500BF45B794A84E8CD617BA4946F123DA24F265(L_4, L_3, /*hidden argument*/NULL);
|
|
Hotupdate__ctor_m68A98857529B742848578D23AAF1058E08CFF5A4(__this, L_0, L_2, L_4, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Hotupdate::.ctor(System.String,Version,Version)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hotupdate__ctor_m68A98857529B742848578D23AAF1058E08CFF5A4 (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, String_t* ___base_path0, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___local_version1, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___server_version2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Hotupdate__ctor_m68A98857529B742848578D23AAF1058E08CFF5A4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * G_B2_0 = NULL;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * G_B3_1 = NULL;
|
|
{
|
|
// public Hotupdate(string base_path, Version local_version, Version server_version)
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
// _base_path = base_path;
|
|
String_t* L_0 = ___base_path0;
|
|
__this->set__base_path_4(L_0);
|
|
// _server_version = server_version;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_1 = ___server_version2;
|
|
__this->set__server_version_5(L_1);
|
|
// _local_version = local_version;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_2 = ___local_version1;
|
|
__this->set__local_version_6(L_2);
|
|
// _with_pack = GameApplication.HideSdk ? LOCAL_PACK : SERVER_PACK;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
bool L_3 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_HideSdk_21();
|
|
G_B1_0 = __this;
|
|
if (L_3)
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 2;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
G_B3_0 = 1;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
G_B3_1->set__with_pack_7(G_B3_0);
|
|
// TextTip = "?????????";
|
|
Hotupdate_set_TextTip_m8F25E5401F5AC3B7856231DB0BDD9CF354FEB545_inline(__this, _stringLiteral574CE9182A09DA79EF71434D711FA3902769CAC3, /*hidden argument*/NULL);
|
|
// HideDetail = false;
|
|
Hotupdate_set_HideDetail_m85E9EAAAD48E74078A705B7D6B10D05AA051E8BB_inline(__this, (bool)0, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Hotupdate::__DeleteOldPack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hotupdate___DeleteOldPack_m0A59A187A29432C34B850DFBEBF5B97AD0A78D1D (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Hotupdate___DeleteOldPack_m0A59A187A29432C34B850DFBEBF5B97AD0A78D1D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
// string dir = ResourcesManager.PACK_PATH + _base_path;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = ((ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields*)il2cpp_codegen_static_fields_for(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var))->get_PACK_PATH_8();
|
|
String_t* L_1 = __this->get__base_path_4();
|
|
String_t* L_2 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (Directory.Exists(dir)) Directory.Delete(dir, true);
|
|
String_t* L_3 = V_0;
|
|
bool L_4 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_3, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// if (Directory.Exists(dir)) Directory.Delete(dir, true);
|
|
String_t* L_5 = V_0;
|
|
Directory_Delete_m85EA8AAE44A426EAC6078D2A1CB86159534FC107(L_5, (bool)1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// Version Hotupdate::GetLocalVersion(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * Hotupdate_GetLocalVersion_m7FB9FF9D7B5253213BAF2E7E4B2FCF6B02E0218B (String_t* ____base_path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Hotupdate_GetLocalVersion_m7FB9FF9D7B5253213BAF2E7E4B2FCF6B02E0218B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * V_1 = NULL;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// string dir = ResourcesManager.PACK_PATH + _base_path;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = ((ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields*)il2cpp_codegen_static_fields_for(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var))->get_PACK_PATH_8();
|
|
String_t* L_1 = ____base_path0;
|
|
String_t* L_2 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_0, L_1, /*hidden argument*/NULL);
|
|
// string rv = dir + "version.txt";
|
|
String_t* L_3 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_2, _stringLiteral84939FEA31814FF3975400838EEF161FA358F1C7, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// Version local_version1 = null;
|
|
V_1 = (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)NULL;
|
|
// if (localVersionMap.ContainsKey(rv))
|
|
IL2CPP_RUNTIME_CLASS_INIT(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F * L_4 = ((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_StaticFields*)il2cpp_codegen_static_fields_for(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var))->get_localVersionMap_3();
|
|
String_t* L_5 = V_0;
|
|
NullCheck(L_4);
|
|
bool L_6 = Dictionary_2_ContainsKey_m832915D1C9334395C06CF04206130E529DD00145(L_4, L_5, /*hidden argument*/Dictionary_2_ContainsKey_m832915D1C9334395C06CF04206130E529DD00145_RuntimeMethod_var);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
// local_version1 = localVersionMap[rv];
|
|
IL2CPP_RUNTIME_CLASS_INIT(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F * L_7 = ((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_StaticFields*)il2cpp_codegen_static_fields_for(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var))->get_localVersionMap_3();
|
|
String_t* L_8 = V_0;
|
|
NullCheck(L_7);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_9 = Dictionary_2_get_Item_m4A15B6BC026F66AF532BF7CE6F0C9BEF7A21A486(L_7, L_8, /*hidden argument*/Dictionary_2_get_Item_m4A15B6BC026F66AF532BF7CE6F0C9BEF7A21A486_RuntimeMethod_var);
|
|
V_1 = L_9;
|
|
// }
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// else if (File.Exists(rv))
|
|
String_t* L_10 = V_0;
|
|
bool L_11 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_10, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
|
|
IL_003b:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// local_version1 = new Version(File.ReadAllText(rv));
|
|
String_t* L_12 = V_0;
|
|
String_t* L_13 = File_ReadAllText_m404A1BE4C87AC3C7B9C0B07469CDC44DE52817FF(L_12, /*hidden argument*/NULL);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_14 = (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)il2cpp_codegen_object_new(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var);
|
|
Version__ctor_m9500BF45B794A84E8CD617BA4946F123DA24F265(L_14, L_13, /*hidden argument*/NULL);
|
|
V_1 = L_14;
|
|
// localVersionMap[rv] = local_version1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F * L_15 = ((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_StaticFields*)il2cpp_codegen_static_fields_for(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var))->get_localVersionMap_3();
|
|
String_t* L_16 = V_0;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_17 = V_1;
|
|
NullCheck(L_15);
|
|
Dictionary_2_set_Item_m5628BAA616E1ABD51BAB7F3334AA750FE641EECE(L_15, L_16, L_17, /*hidden argument*/Dictionary_2_set_Item_m5628BAA616E1ABD51BAB7F3334AA750FE641EECE_RuntimeMethod_var);
|
|
// }
|
|
goto IL_005a;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0055;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0055:
|
|
{ // begin catch(System.Object)
|
|
// catch
|
|
// return local_version1;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_18 = V_1;
|
|
V_2 = L_18;
|
|
goto IL_005c;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_005a:
|
|
{
|
|
// return local_version1;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_19 = V_1;
|
|
return L_19;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
// }
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_20 = V_2;
|
|
return L_20;
|
|
}
|
|
}
|
|
// System.Void Hotupdate::LoadAsset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hotupdate_LoadAsset_m1032A11E04AEA9F9E22C9292612A550A633563A5 (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Hotupdate_LoadAsset_m1032A11E04AEA9F9E22C9292612A550A633563A5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// GameApplication.Instance.StartCoroutine(__LoadAsset());
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * L_0 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_Instance_4();
|
|
RuntimeObject* L_1 = Hotupdate___LoadAsset_m33DE71CBE600250D1289FD2BD43C672C1BF2C89E(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Hotupdate::__LoadAsset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Hotupdate___LoadAsset_m33DE71CBE600250D1289FD2BD43C672C1BF2C89E (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Hotupdate___LoadAsset_m33DE71CBE600250D1289FD2BD43C672C1BF2C89E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3C__LoadAssetU3Ed__15_t5AFAC24ED5B409AFA3BFBF457EA729F2BCE46920 * L_0 = (U3C__LoadAssetU3Ed__15_t5AFAC24ED5B409AFA3BFBF457EA729F2BCE46920 *)il2cpp_codegen_object_new(U3C__LoadAssetU3Ed__15_t5AFAC24ED5B409AFA3BFBF457EA729F2BCE46920_il2cpp_TypeInfo_var);
|
|
U3C__LoadAssetU3Ed__15__ctor_mBD6CAB7DCE84035006D3B9AA034BE55B08765420(L_0, 0, /*hidden argument*/NULL);
|
|
U3C__LoadAssetU3Ed__15_t5AFAC24ED5B409AFA3BFBF457EA729F2BCE46920 * L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->set_U3CU3E4__this_2(__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Hotupdate::__UnPack(Version,System.Action`1<System.Int32>,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Hotupdate___UnPack_mC947D94C16CADDDFF93072B63652C507585FFB4D (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___version0, Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * ___onback1, float ___ratio2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Hotupdate___UnPack_mC947D94C16CADDDFF93072B63652C507585FFB4D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB * L_0 = (U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB *)il2cpp_codegen_object_new(U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB_il2cpp_TypeInfo_var);
|
|
U3C__UnPackU3Ed__16__ctor_mC872FA9098B9208E8A7EAEBA98891CB741C48784(L_0, 0, /*hidden argument*/NULL);
|
|
U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB * L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->set_U3CU3E4__this_2(__this);
|
|
U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB * L_2 = L_1;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_3 = ___version0;
|
|
NullCheck(L_2);
|
|
L_2->set_version_5(L_3);
|
|
U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB * L_4 = L_2;
|
|
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * L_5 = ___onback1;
|
|
NullCheck(L_4);
|
|
L_4->set_onback_4(L_5);
|
|
U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB * L_6 = L_4;
|
|
float L_7 = ___ratio2;
|
|
NullCheck(L_6);
|
|
L_6->set_ratio_3(L_7);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Hotupdate::DownAsset(System.Action,Version,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Hotupdate_DownAsset_mC7205AFD4107417888BA3CA4454BAD56751AD150 (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___downcall0, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___version1, float ___ratio2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Hotupdate_DownAsset_mC7205AFD4107417888BA3CA4454BAD56751AD150_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022 * L_0 = (U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022 *)il2cpp_codegen_object_new(U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022_il2cpp_TypeInfo_var);
|
|
U3CDownAssetU3Ed__17__ctor_mF033F581DED60F32BDAEF1BD10990CBDF5FD9CAD(L_0, 0, /*hidden argument*/NULL);
|
|
U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022 * L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->set_U3CU3E4__this_2(__this);
|
|
U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022 * L_2 = L_1;
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_3 = ___downcall0;
|
|
NullCheck(L_2);
|
|
L_2->set_downcall_3(L_3);
|
|
U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022 * L_4 = L_2;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_5 = ___version1;
|
|
NullCheck(L_4);
|
|
L_4->set_version_4(L_5);
|
|
U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022 * L_6 = L_4;
|
|
float L_7 = ___ratio2;
|
|
NullCheck(L_6);
|
|
L_6->set_ratio_5(L_7);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Boolean Hotupdate::__ShowTip(System.String,System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hotupdate___ShowTip_mFC4889B946774BF5CD0E11DCD4C0BA0819813B22 (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, String_t* ___text0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___callback1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Hotupdate___ShowTip_mFC4889B946774BF5CD0E11DCD4C0BA0819813B22_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (this._tip_callback != null)
|
|
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * L_0 = __this->get__tip_callback_13();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
// this._tip_callback(text, callback);
|
|
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * L_1 = __this->get__tip_callback_13();
|
|
String_t* L_2 = ___text0;
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_3 = ___callback1;
|
|
NullCheck(L_1);
|
|
Action_2_Invoke_m17D124B5F980A037B874E3CA7A170AA684123ED2(L_1, L_2, L_3, /*hidden argument*/Action_2_Invoke_m17D124B5F980A037B874E3CA7A170AA684123ED2_RuntimeMethod_var);
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void Hotupdate::SetTipCallback(System.Action`2<System.String,System.Action>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hotupdate_SetTipCallback_m0EE97BF224F651F2A8252E07F0C469184A4F67A4 (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * ___callback0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// this._tip_callback = callback;
|
|
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * L_0 = ___callback0;
|
|
__this->set__tip_callback_13(L_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.String Hotupdate::get_TextTip()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Hotupdate_get_TextTip_m2709ACDCAAA7B501A1D5899DC662EA6F3FE09866 (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string TextTip { get; set; }
|
|
String_t* L_0 = __this->get_U3CTextTipU3Ek__BackingField_10();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Hotupdate::set_TextTip(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hotupdate_set_TextTip_m8F25E5401F5AC3B7856231DB0BDD9CF354FEB545 (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string TextTip { get; set; }
|
|
String_t* L_0 = ___value0;
|
|
__this->set_U3CTextTipU3Ek__BackingField_10(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String Hotupdate::get_AssetName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Hotupdate_get_AssetName_m9516B6843E27C8E7E3DA94D2F6C835D0B088A7AD (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string AssetName { get; set; }
|
|
String_t* L_0 = __this->get_U3CAssetNameU3Ek__BackingField_11();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Hotupdate::set_AssetName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hotupdate_set_AssetName_mA74E341F0EC448E3C88DD1A7F91F49271C2729D8 (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string AssetName { get; set; }
|
|
String_t* L_0 = ___value0;
|
|
__this->set_U3CAssetNameU3Ek__BackingField_11(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Hotupdate::get_HideDetail()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hotupdate_get_HideDetail_mB50D7F14DBA3F4CDFC70022B1A02AEA3D2BF2843 (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool HideDetail { get; set; }
|
|
bool L_0 = __this->get_U3CHideDetailU3Ek__BackingField_12();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Hotupdate::set_HideDetail(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hotupdate_set_HideDetail_m85E9EAAAD48E74078A705B7D6B10D05AA051E8BB (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool HideDetail { get; set; }
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CHideDetailU3Ek__BackingField_12(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Single Hotupdate::get_Progress()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Hotupdate_get_Progress_m74625CBCE1D3731A5885BA077AA9CD84858F0997 (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get;set;
|
|
float L_0 = __this->get_U3CProgressU3Ek__BackingField_14();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Hotupdate::set_Progress(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hotupdate_set_Progress_m56D87A88F2E0A73C4D3D44428A45BC7CDD455992 (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, float ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get;set;
|
|
float L_0 = ___value0;
|
|
__this->set_U3CProgressU3Ek__BackingField_14(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Hotupdate::get_Done()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hotupdate_get_Done_m285C01BF8BACE227F7C8468370FD08E28D334842 (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get;set;
|
|
bool L_0 = __this->get_U3CDoneU3Ek__BackingField_15();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Hotupdate::set_Done(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hotupdate_set_Done_mD1EEE8536904E462EEC2AD9772E7B4F7AF5C0059 (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get;set;
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CDoneU3Ek__BackingField_15(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Hotupdate::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hotupdate__cctor_m8E0050F2685C4C1267323C973600CC5FB7D2026C (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Hotupdate__cctor_m8E0050F2685C4C1267323C973600CC5FB7D2026C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static string PackUrl = string.Empty;
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_StaticFields*)il2cpp_codegen_static_fields_for(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var))->set_PackUrl_2(L_0);
|
|
// static Dictionary<string, Version> localVersionMap = new Dictionary<string, Version>();
|
|
Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F * L_1 = (Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F *)il2cpp_codegen_object_new(Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_m980972E002581B1558070A3ABA54A1E6257A67B5(L_1, /*hidden argument*/Dictionary_2__ctor_m980972E002581B1558070A3ABA54A1E6257A67B5_RuntimeMethod_var);
|
|
((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_StaticFields*)il2cpp_codegen_static_fields_for(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var))->set_localVersionMap_3(L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Hotupdate::<__LoadAsset>b__15_1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hotupdate_U3C__LoadAssetU3Eb__15_1_m3AB5F2B2C84037336EFD8105ECCE01E2AAC7DD5A (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// __DeleteOldPack();
|
|
Hotupdate___DeleteOldPack_m0A59A187A29432C34B850DFBEBF5B97AD0A78D1D(__this, /*hidden argument*/NULL);
|
|
// Application.Quit();
|
|
Application_Quit_mA005EB22CB989AC3794334754F15E1C0D2FF1C95(/*hidden argument*/NULL);
|
|
// }))
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Hotupdate::<__LoadAsset>b__15_4()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hotupdate_U3C__LoadAssetU3Eb__15_4_mF819C5E72FE39C1A9D032A6C395CA09BB5677F54 (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// __DeleteOldPack();
|
|
Hotupdate___DeleteOldPack_m0A59A187A29432C34B850DFBEBF5B97AD0A78D1D(__this, /*hidden argument*/NULL);
|
|
// Application.Quit();
|
|
Application_Quit_mA005EB22CB989AC3794334754F15E1C0D2FF1C95(/*hidden argument*/NULL);
|
|
// }))
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Hotupdate_<>c__DisplayClass15_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_0__ctor_mE3F49A7C7DEC77278AAF5201BF96CE366D8075DC (U3CU3Ec__DisplayClass15_0_t7CEB7B7DEA9DC373E32F54AE94FF96B3C401E5B4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Hotupdate_<>c__DisplayClass15_0::<__LoadAsset>b__0(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_0_U3C__LoadAssetU3Eb__0_mD9B6E90C039A109FA8E547CE2303E2D3B0CBB911 (U3CU3Ec__DisplayClass15_0_t7CEB7B7DEA9DC373E32F54AE94FF96B3C401E5B4 * __this, int32_t ___state0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// tem_state = state;
|
|
int32_t L_0 = ___state0;
|
|
__this->set_tem_state_0(L_0);
|
|
// finsh = state == 0;
|
|
int32_t L_1 = ___state0;
|
|
__this->set_finsh_1((bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0));
|
|
// },0.3f));
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Hotupdate_<>c__DisplayClass15_1::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_1__ctor_mA8D572C1B60EC178982BF281EAB8A6C20A4F277B (U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Hotupdate_<>c__DisplayClass15_1::<__LoadAsset>b__2()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_1_U3C__LoadAssetU3Eb__2_m70FB5E55EFB0176E880A5636E4555307494C40A6 (U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// down = true;
|
|
__this->set_down_0((bool)1);
|
|
// }, _server_version, _ratio * 0.6f));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Hotupdate_<>c__DisplayClass15_1::<__LoadAsset>b__3(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_1_U3C__LoadAssetU3Eb__3_m50A9E7FC8260A6526E04441C45F02D9DDCBBB98A (U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E * __this, int32_t ___state0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// tem_state = state;
|
|
int32_t L_0 = ___state0;
|
|
__this->set_tem_state_1(L_0);
|
|
// finsh = state == 0;
|
|
int32_t L_1 = ___state0;
|
|
__this->set_finsh_2((bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0));
|
|
// }, _ratio * 0.4f));
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Hotupdate_<>c__DisplayClass17_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass17_0__ctor_m4E8078769E46270F12DB14379FBBCC0FCF1023C8 (U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Hotupdate_<>c__DisplayClass17_0::<DownAsset>b__0()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass17_0_U3CDownAssetU3Eb__0_mBFA33FFBB990048D9179B5F42A83D33EFD2EB554 (U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// VerCheck.Instance.StartCoroutine(DownAsset(downcall, version, ratio));
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_0 = VerCheck_get_Instance_m8E3F89F2119C82B8E61B8668C3C48C6BAC1CCAC0_inline(/*hidden argument*/NULL);
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_1 = __this->get_U3CU3E4__this_0();
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_2 = __this->get_downcall_1();
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_3 = __this->get_version_2();
|
|
float L_4 = __this->get_ratio_3();
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_5 = Hotupdate_DownAsset_mC7205AFD4107417888BA3CA4454BAD56751AD150(L_1, L_2, L_3, L_4, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_0, L_5, /*hidden argument*/NULL);
|
|
// }))
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Hotupdate_<DownAsset>d__17::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDownAssetU3Ed__17__ctor_mF033F581DED60F32BDAEF1BD10990CBDF5FD9CAD (U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___U3CU3E1__state0;
|
|
__this->set_U3CU3E1__state_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Hotupdate_<DownAsset>d__17::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDownAssetU3Ed__17_System_IDisposable_Dispose_m007C6A9F07DC9A9C5CBAD8DF659F0864EA98E042 (U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Hotupdate_<DownAsset>d__17::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDownAssetU3Ed__17_MoveNext_m42E06C5344968118E7FE67C26E55E7593E528D2C (U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CDownAssetU3Ed__17_MoveNext_m42E06C5344968118E7FE67C26E55E7593E528D2C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
String_t* V_4 = NULL;
|
|
{
|
|
int32_t L_0 = __this->get_U3CU3E1__state_0();
|
|
V_0 = L_0;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_1 = __this->get_U3CU3E4__this_2();
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0194;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB * L_4 = (U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass17_0__ctor_m4E8078769E46270F12DB14379FBBCC0FCF1023C8(L_4, /*hidden argument*/NULL);
|
|
__this->set_U3CU3E8__1_6(L_4);
|
|
U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB * L_5 = __this->get_U3CU3E8__1_6();
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_6 = __this->get_U3CU3E4__this_2();
|
|
NullCheck(L_5);
|
|
L_5->set_U3CU3E4__this_0(L_6);
|
|
U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB * L_7 = __this->get_U3CU3E8__1_6();
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_8 = __this->get_downcall_3();
|
|
NullCheck(L_7);
|
|
L_7->set_downcall_1(L_8);
|
|
U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB * L_9 = __this->get_U3CU3E8__1_6();
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_10 = __this->get_version_4();
|
|
NullCheck(L_9);
|
|
L_9->set_version_2(L_10);
|
|
U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB * L_11 = __this->get_U3CU3E8__1_6();
|
|
float L_12 = __this->get_ratio_5();
|
|
NullCheck(L_11);
|
|
L_11->set_ratio_3(L_12);
|
|
// var pack_path = string.Format("{0}asset_pack{1}.bytes", _base_path, version.ToString());
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_13 = V_1;
|
|
NullCheck(L_13);
|
|
String_t* L_14 = L_13->get__base_path_4();
|
|
U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB * L_15 = __this->get_U3CU3E8__1_6();
|
|
NullCheck(L_15);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_16 = L_15->get_version_2();
|
|
NullCheck(L_16);
|
|
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_16);
|
|
String_t* L_18 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteral24AB7602E5BA734F776690AF34685889D47E471C, L_14, L_17, /*hidden argument*/NULL);
|
|
V_2 = L_18;
|
|
// string osPath = ResourcesManager.OS_Dir;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
|
|
String_t* L_19 = ((ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields*)il2cpp_codegen_static_fields_for(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var))->get_OS_Dir_6();
|
|
V_3 = L_19;
|
|
// var url ="";
|
|
V_4 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
// if(VerCheck.Instance.isGFF==false && VerCheck.Instance.isDXYGFF == false)
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_20 = VerCheck_get_Instance_m8E3F89F2119C82B8E61B8668C3C48C6BAC1CCAC0_inline(/*hidden argument*/NULL);
|
|
NullCheck(L_20);
|
|
bool L_21 = L_20->get_isGFF_7();
|
|
if (L_21)
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_22 = VerCheck_get_Instance_m8E3F89F2119C82B8E61B8668C3C48C6BAC1CCAC0_inline(/*hidden argument*/NULL);
|
|
NullCheck(L_22);
|
|
bool L_23 = L_22->get_isDXYGFF_8();
|
|
if (L_23)
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
// url = string.Format("{0}/{1}/{2}", PackUrl, osPath, pack_path);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var);
|
|
String_t* L_24 = ((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_StaticFields*)il2cpp_codegen_static_fields_for(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var))->get_PackUrl_2();
|
|
String_t* L_25 = V_3;
|
|
String_t* L_26 = V_2;
|
|
String_t* L_27 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteral2AC36498A874614DA372DFA378D39150A1A31174, L_24, L_25, L_26, /*hidden argument*/NULL);
|
|
V_4 = L_27;
|
|
goto IL_0125;
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
// url = string.Format("{0}/{1}/{2}", "http://" + VerCheck.Instance.conn.ip + ":" + VerCheck.Instance.conn.port + "/NewFK", osPath, pack_path);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_28 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_29 = L_28;
|
|
NullCheck(L_29);
|
|
ArrayElementTypeCheck (L_29, _stringLiteral43A9519ED4B5E9C75EB7D683E3D1E09708F9B34A);
|
|
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral43A9519ED4B5E9C75EB7D683E3D1E09708F9B34A);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_30 = L_29;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_31 = VerCheck_get_Instance_m8E3F89F2119C82B8E61B8668C3C48C6BAC1CCAC0_inline(/*hidden argument*/NULL);
|
|
NullCheck(L_31);
|
|
securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B * L_32 = L_31->get_address_of_conn_6();
|
|
String_t* L_33 = L_32->get_ip_0();
|
|
NullCheck(L_30);
|
|
ArrayElementTypeCheck (L_30, L_33);
|
|
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_33);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = L_30;
|
|
NullCheck(L_34);
|
|
ArrayElementTypeCheck (L_34, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9);
|
|
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_35 = L_34;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_36 = VerCheck_get_Instance_m8E3F89F2119C82B8E61B8668C3C48C6BAC1CCAC0_inline(/*hidden argument*/NULL);
|
|
NullCheck(L_36);
|
|
securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B * L_37 = L_36->get_address_of_conn_6();
|
|
int32_t L_38 = L_37->get_port_1();
|
|
int32_t L_39 = L_38;
|
|
RuntimeObject * L_40 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_39);
|
|
NullCheck(L_35);
|
|
ArrayElementTypeCheck (L_35, L_40);
|
|
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_40);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_41 = L_35;
|
|
NullCheck(L_41);
|
|
ArrayElementTypeCheck (L_41, _stringLiteral525C5B8D86600F2CC5C0E6F4A5F7087FC5B55EA1);
|
|
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)_stringLiteral525C5B8D86600F2CC5C0E6F4A5F7087FC5B55EA1);
|
|
String_t* L_42 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_41, /*hidden argument*/NULL);
|
|
String_t* L_43 = V_3;
|
|
String_t* L_44 = V_2;
|
|
String_t* L_45 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteral2AC36498A874614DA372DFA378D39150A1A31174, L_42, L_43, L_44, /*hidden argument*/NULL);
|
|
V_4 = L_45;
|
|
}
|
|
|
|
IL_0125:
|
|
{
|
|
// url = string.Format("{0}/{1}/{2}", PackUrl, osPath, pack_path);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var);
|
|
String_t* L_46 = ((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_StaticFields*)il2cpp_codegen_static_fields_for(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var))->get_PackUrl_2();
|
|
String_t* L_47 = V_3;
|
|
String_t* L_48 = V_2;
|
|
String_t* L_49 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteral2AC36498A874614DA372DFA378D39150A1A31174, L_46, L_47, L_48, /*hidden argument*/NULL);
|
|
V_4 = L_49;
|
|
// if (Application.platform == RuntimePlatform.WindowsEditor)
|
|
int32_t L_50 = Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672(/*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_50) == ((uint32_t)7))))
|
|
{
|
|
goto IL_0151;
|
|
}
|
|
}
|
|
{
|
|
// Debugger.Log("url:" + url);
|
|
String_t* L_51 = V_4;
|
|
String_t* L_52 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral4A72D949C37E32AB01784976715627037A6D99E8, L_51, /*hidden argument*/NULL);
|
|
Debugger_Log_mB2B5617E3EC0B88F323398E857AFB6B011AE3DCC(L_52, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0151:
|
|
{
|
|
// var request = new WWW(url);
|
|
String_t* L_53 = V_4;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_54 = (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)il2cpp_codegen_object_new(WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var);
|
|
WWW__ctor_m855BBB40089401B7BE6DE7A19FAD81EB070A2196(L_54, L_53, /*hidden argument*/NULL);
|
|
__this->set_U3CrequestU3E5__2_7(L_54);
|
|
goto IL_019b;
|
|
}
|
|
|
|
IL_0160:
|
|
{
|
|
// Progress = _stage + request.progress * ratio;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_55 = V_1;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_56 = V_1;
|
|
NullCheck(L_56);
|
|
float L_57 = L_56->get__stage_8();
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_58 = __this->get_U3CrequestU3E5__2_7();
|
|
NullCheck(L_58);
|
|
float L_59 = WWW_get_progress_m0C27444D041C224A9958FED51723BCA9F9FCDABF(L_58, /*hidden argument*/NULL);
|
|
U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB * L_60 = __this->get_U3CU3E8__1_6();
|
|
NullCheck(L_60);
|
|
float L_61 = L_60->get_ratio_3();
|
|
NullCheck(L_55);
|
|
Hotupdate_set_Progress_m56D87A88F2E0A73C4D3D44428A45BC7CDD455992_inline(L_55, ((float)il2cpp_codegen_add((float)L_57, (float)((float)il2cpp_codegen_multiply((float)L_59, (float)L_61)))), /*hidden argument*/NULL);
|
|
// yield return null;
|
|
__this->set_U3CU3E2__current_1(NULL);
|
|
__this->set_U3CU3E1__state_0(1);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0194:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
}
|
|
|
|
IL_019b:
|
|
{
|
|
// while (!request.isDone)
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_62 = __this->get_U3CrequestU3E5__2_7();
|
|
NullCheck(L_62);
|
|
bool L_63 = WWW_get_isDone_m7D3800B83136885374E82BFC6ACB63BA3F6AB5DF(L_62, /*hidden argument*/NULL);
|
|
if (!L_63)
|
|
{
|
|
goto IL_0160;
|
|
}
|
|
}
|
|
{
|
|
// if (string.IsNullOrEmpty(request.error))
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_64 = __this->get_U3CrequestU3E5__2_7();
|
|
NullCheck(L_64);
|
|
String_t* L_65 = WWW_get_error_mED42EEAAE7847167CCEEFF2098563F78A79F8C2A(L_64, /*hidden argument*/NULL);
|
|
bool L_66 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_65, /*hidden argument*/NULL);
|
|
if (!L_66)
|
|
{
|
|
goto IL_01f8;
|
|
}
|
|
}
|
|
{
|
|
// var zip_path = ResourcesManager.PACK_PATH + "asset_pack.bytes";
|
|
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
|
|
String_t* L_67 = ((ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields*)il2cpp_codegen_static_fields_for(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var))->get_PACK_PATH_8();
|
|
String_t* L_68 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_67, _stringLiteral039D787BF6B25DA7576E650754DDFC3DFEA3216C, /*hidden argument*/NULL);
|
|
// File.WriteAllBytes(zip_path, request.bytes);
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_69 = __this->get_U3CrequestU3E5__2_7();
|
|
NullCheck(L_69);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_70 = WWW_get_bytes_m9C9B2E62AC6733A39EDBF61E5C751438EC41126C(L_69, /*hidden argument*/NULL);
|
|
File_WriteAllBytes_m07F13C1CA0BD0960392C78AB99E0F19564F9B594(L_68, L_70, /*hidden argument*/NULL);
|
|
// if (downcall != null) downcall();
|
|
U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB * L_71 = __this->get_U3CU3E8__1_6();
|
|
NullCheck(L_71);
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_72 = L_71->get_downcall_1();
|
|
if (!L_72)
|
|
{
|
|
goto IL_021b;
|
|
}
|
|
}
|
|
{
|
|
// if (downcall != null) downcall();
|
|
U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB * L_73 = __this->get_U3CU3E8__1_6();
|
|
NullCheck(L_73);
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_74 = L_73->get_downcall_1();
|
|
NullCheck(L_74);
|
|
Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD(L_74, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_021b;
|
|
}
|
|
|
|
IL_01f8:
|
|
{
|
|
// if (!__ShowTip("???????,?????????!", () =>
|
|
// {
|
|
// VerCheck.Instance.StartCoroutine(DownAsset(downcall, version, ratio));
|
|
// }))
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_75 = V_1;
|
|
U3CU3Ec__DisplayClass17_0_t72F6CE64AD1BF5DF2EB9C8E1DBECCA16C2B275DB * L_76 = __this->get_U3CU3E8__1_6();
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_77 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
|
|
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_77, L_76, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass17_0_U3CDownAssetU3Eb__0_mBFA33FFBB990048D9179B5F42A83D33EFD2EB554_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_75);
|
|
bool L_78 = Hotupdate___ShowTip_mFC4889B946774BF5CD0E11DCD4C0BA0819813B22(L_75, _stringLiteral31229D8F0CA64D7F6AD7192C959E3FBB79982CB7, L_77, /*hidden argument*/NULL);
|
|
if (L_78)
|
|
{
|
|
goto IL_021b;
|
|
}
|
|
}
|
|
{
|
|
// Application.Quit();
|
|
Application_Quit_mA005EB22CB989AC3794334754F15E1C0D2FF1C95(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_021b:
|
|
{
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Hotupdate_<DownAsset>d__17::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDownAssetU3Ed__17_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m1B8626D2029E95DF8091899B12DB27F13E8810FA (U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Hotupdate_<DownAsset>d__17::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDownAssetU3Ed__17_System_Collections_IEnumerator_Reset_m668F8A22D7C381FC93BD232F249C13D2AFFCF191 (U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CDownAssetU3Ed__17_System_Collections_IEnumerator_Reset_m668F8A22D7C381FC93BD232F249C13D2AFFCF191_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CDownAssetU3Ed__17_System_Collections_IEnumerator_Reset_m668F8A22D7C381FC93BD232F249C13D2AFFCF191_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Object Hotupdate_<DownAsset>d__17::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDownAssetU3Ed__17_System_Collections_IEnumerator_get_Current_m71B85DFD7081104D47123E1949B9A3CF71F61D3E (U3CDownAssetU3Ed__17_t5038359FD90201BD89184509E98EE6CFCE209022 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Hotupdate_<__LoadAsset>d__15::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C__LoadAssetU3Ed__15__ctor_mBD6CAB7DCE84035006D3B9AA034BE55B08765420 (U3C__LoadAssetU3Ed__15_t5AFAC24ED5B409AFA3BFBF457EA729F2BCE46920 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___U3CU3E1__state0;
|
|
__this->set_U3CU3E1__state_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Hotupdate_<__LoadAsset>d__15::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C__LoadAssetU3Ed__15_System_IDisposable_Dispose_m482435E95279790D11D7DB39C1625484A9A87717 (U3C__LoadAssetU3Ed__15_t5AFAC24ED5B409AFA3BFBF457EA729F2BCE46920 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Hotupdate_<__LoadAsset>d__15::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3C__LoadAssetU3Ed__15_MoveNext_m8D7E32402374F0D5DE6C5CCACCAE411FE0F81796 (U3C__LoadAssetU3Ed__15_t5AFAC24ED5B409AFA3BFBF457EA729F2BCE46920 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3C__LoadAssetU3Ed__15_MoveNext_m8D7E32402374F0D5DE6C5CCACCAE411FE0F81796_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * V_1 = NULL;
|
|
bool V_2 = false;
|
|
String_t* V_3 = NULL;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * V_4 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL;
|
|
int32_t G_B20_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->get_U3CU3E1__state_0();
|
|
V_0 = L_0;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_1 = __this->get_U3CU3E4__this_2();
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_017e;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0275;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0327;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// bool _decompression = true;
|
|
V_2 = (bool)1;
|
|
// string dir = ResourcesManager.PACK_PATH + _base_path;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = ((ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields*)il2cpp_codegen_static_fields_for(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var))->get_PACK_PATH_8();
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_4 = V_1;
|
|
NullCheck(L_4);
|
|
String_t* L_5 = L_4->get__base_path_4();
|
|
String_t* L_6 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_3, L_5, /*hidden argument*/NULL);
|
|
V_3 = L_6;
|
|
// if (!Directory.Exists(dir)) Directory.CreateDirectory(dir);
|
|
String_t* L_7 = V_3;
|
|
bool L_8 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_7, /*hidden argument*/NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
// if (!Directory.Exists(dir)) Directory.CreateDirectory(dir);
|
|
String_t* L_9 = V_3;
|
|
Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41(L_9, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// string rv = dir + "version.txt";
|
|
String_t* L_10 = V_3;
|
|
String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_10, _stringLiteral84939FEA31814FF3975400838EEF161FA358F1C7, /*hidden argument*/NULL);
|
|
// Version local_version1 = GetLocalVersion(_base_path);
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_11 = V_1;
|
|
NullCheck(L_11);
|
|
String_t* L_12 = L_11->get__base_path_4();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_13 = Hotupdate_GetLocalVersion_m7FB9FF9D7B5253213BAF2E7E4B2FCF6B02E0218B(L_12, /*hidden argument*/NULL);
|
|
V_4 = L_13;
|
|
// if (local_version1!=null)
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_14 = V_4;
|
|
if (!L_14)
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
// _local_version = local_version1;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_15 = V_1;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_16 = V_4;
|
|
NullCheck(L_15);
|
|
L_15->set__local_version_6(L_16);
|
|
// _decompression = _local_version.ContainAll(_server_version);
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_17 = V_1;
|
|
NullCheck(L_17);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_18 = L_17->get__local_version_6();
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_19 = V_1;
|
|
NullCheck(L_19);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_20 = L_19->get__server_version_5();
|
|
NullCheck(L_18);
|
|
bool L_21 = Version_ContainAll_m9F99B032D3D2BD680A5F08DF3D3DC0DEEB82B098(L_18, L_20, /*hidden argument*/NULL);
|
|
V_2 = L_21;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
// if ((_with_pack& LOCAL_PACK)!=0&& _decompression)
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_22 = V_1;
|
|
NullCheck(L_22);
|
|
int32_t L_23 = L_22->get__with_pack_7();
|
|
bool L_24 = V_2;
|
|
if (!((int32_t)((int32_t)((!(((uint32_t)((int32_t)((int32_t)L_23&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0)&(int32_t)L_24)))
|
|
{
|
|
goto IL_01ac;
|
|
}
|
|
}
|
|
{
|
|
U3CU3Ec__DisplayClass15_0_t7CEB7B7DEA9DC373E32F54AE94FF96B3C401E5B4 * L_25 = (U3CU3Ec__DisplayClass15_0_t7CEB7B7DEA9DC373E32F54AE94FF96B3C401E5B4 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass15_0_t7CEB7B7DEA9DC373E32F54AE94FF96B3C401E5B4_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass15_0__ctor_mE3F49A7C7DEC77278AAF5201BF96CE366D8075DC(L_25, /*hidden argument*/NULL);
|
|
__this->set_U3CU3E8__1_3(L_25);
|
|
// var path = Application.streamingAssetsPath + string.Format("/{0}/{1}asset_pack{2}.bytes", ResourcesManager.OS_Dir, _base_path,_server_version.ToString());
|
|
String_t* L_26 = Application_get_streamingAssetsPath_m87163AE531BEB6A6588FABAD3207D829721CF31F(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
|
|
String_t* L_27 = ((ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields*)il2cpp_codegen_static_fields_for(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var))->get_OS_Dir_6();
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_28 = V_1;
|
|
NullCheck(L_28);
|
|
String_t* L_29 = L_28->get__base_path_4();
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_30 = V_1;
|
|
NullCheck(L_30);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_31 = L_30->get__server_version_5();
|
|
NullCheck(L_31);
|
|
String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_31);
|
|
String_t* L_33 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteralE4F0F6ABAB420D0110DB5752D071183D78D72882, L_27, L_29, L_32, /*hidden argument*/NULL);
|
|
String_t* L_34 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_26, L_33, /*hidden argument*/NULL);
|
|
// var data = File.ReadAllBytes(path);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = File_ReadAllBytes_mF29468CED0B7B3B7C0971ACEBB16A38683718BEC(L_34, /*hidden argument*/NULL);
|
|
V_5 = L_35;
|
|
// var zip_path = ResourcesManager.PACK_PATH + "asset_pack.bytes";
|
|
String_t* L_36 = ((ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields*)il2cpp_codegen_static_fields_for(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var))->get_PACK_PATH_8();
|
|
String_t* L_37 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_36, _stringLiteral039D787BF6B25DA7576E650754DDFC3DFEA3216C, /*hidden argument*/NULL);
|
|
// File.WriteAllBytes(zip_path, data);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = V_5;
|
|
File_WriteAllBytes_m07F13C1CA0BD0960392C78AB99E0F19564F9B594(L_37, L_38, /*hidden argument*/NULL);
|
|
// data = null;
|
|
V_5 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
|
|
// System.GC.Collect();
|
|
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
|
|
GC_Collect_mF2593114B9B3F291CD995BFB7033C2EEF51CF971(/*hidden argument*/NULL);
|
|
// var finsh = false;
|
|
U3CU3Ec__DisplayClass15_0_t7CEB7B7DEA9DC373E32F54AE94FF96B3C401E5B4 * L_39 = __this->get_U3CU3E8__1_3();
|
|
NullCheck(L_39);
|
|
L_39->set_finsh_1((bool)0);
|
|
// var tem_state = 0;
|
|
U3CU3Ec__DisplayClass15_0_t7CEB7B7DEA9DC373E32F54AE94FF96B3C401E5B4 * L_40 = __this->get_U3CU3E8__1_3();
|
|
NullCheck(L_40);
|
|
L_40->set_tem_state_0(0);
|
|
// VerCheck.Instance.StartCoroutine(__UnPack(_server_version, (state) =>
|
|
// {
|
|
// tem_state = state;
|
|
// finsh = state == 0;
|
|
// },0.3f));
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_41 = VerCheck_get_Instance_m8E3F89F2119C82B8E61B8668C3C48C6BAC1CCAC0_inline(/*hidden argument*/NULL);
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_42 = V_1;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_43 = V_1;
|
|
NullCheck(L_43);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_44 = L_43->get__server_version_5();
|
|
U3CU3Ec__DisplayClass15_0_t7CEB7B7DEA9DC373E32F54AE94FF96B3C401E5B4 * L_45 = __this->get_U3CU3E8__1_3();
|
|
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * L_46 = (Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B *)il2cpp_codegen_object_new(Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_m2CDF7A9DFEDA8D59543C004CB97A89C47A0CDC3E(L_46, L_45, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass15_0_U3C__LoadAssetU3Eb__0_mD9B6E90C039A109FA8E547CE2303E2D3B0CBB911_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m2CDF7A9DFEDA8D59543C004CB97A89C47A0CDC3E_RuntimeMethod_var);
|
|
NullCheck(L_42);
|
|
RuntimeObject* L_47 = Hotupdate___UnPack_mC947D94C16CADDDFF93072B63652C507585FFB4D(L_42, L_44, L_46, (0.3f), /*hidden argument*/NULL);
|
|
NullCheck(L_41);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_41, L_47, /*hidden argument*/NULL);
|
|
goto IL_0185;
|
|
}
|
|
|
|
IL_0139:
|
|
{
|
|
// if (tem_state > 10)
|
|
U3CU3Ec__DisplayClass15_0_t7CEB7B7DEA9DC373E32F54AE94FF96B3C401E5B4 * L_48 = __this->get_U3CU3E8__1_3();
|
|
NullCheck(L_48);
|
|
int32_t L_49 = L_48->get_tem_state_0();
|
|
if ((((int32_t)L_49) <= ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_016e;
|
|
}
|
|
}
|
|
{
|
|
// if (__ShowTip("??????????????????!", () =>
|
|
// {
|
|
// __DeleteOldPack();
|
|
// Application.Quit();
|
|
// }))
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_50 = V_1;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_51 = V_1;
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_52 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
|
|
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_52, L_51, (intptr_t)((intptr_t)Hotupdate_U3C__LoadAssetU3Eb__15_1_m3AB5F2B2C84037336EFD8105ECCE01E2AAC7DD5A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_50);
|
|
bool L_53 = Hotupdate___ShowTip_mFC4889B946774BF5CD0E11DCD4C0BA0819813B22(L_50, _stringLiteral1133F18BEACB8B38B00E5A1974B87FF46E64A851, L_52, /*hidden argument*/NULL);
|
|
if (!L_53)
|
|
{
|
|
goto IL_016c;
|
|
}
|
|
}
|
|
{
|
|
// __DeleteOldPack();
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_54 = V_1;
|
|
NullCheck(L_54);
|
|
Hotupdate___DeleteOldPack_m0A59A187A29432C34B850DFBEBF5B97AD0A78D1D(L_54, /*hidden argument*/NULL);
|
|
// Application.Quit();
|
|
Application_Quit_mA005EB22CB989AC3794334754F15E1C0D2FF1C95(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_016c:
|
|
{
|
|
// yield break;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_016e:
|
|
{
|
|
// yield return null;
|
|
__this->set_U3CU3E2__current_1(NULL);
|
|
__this->set_U3CU3E1__state_0(1);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_017e:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
}
|
|
|
|
IL_0185:
|
|
{
|
|
// while (!finsh)
|
|
U3CU3Ec__DisplayClass15_0_t7CEB7B7DEA9DC373E32F54AE94FF96B3C401E5B4 * L_55 = __this->get_U3CU3E8__1_3();
|
|
NullCheck(L_55);
|
|
bool L_56 = L_55->get_finsh_1();
|
|
if (!L_56)
|
|
{
|
|
goto IL_0139;
|
|
}
|
|
}
|
|
{
|
|
// local_version1 = _local_version;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_57 = V_1;
|
|
NullCheck(L_57);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_58 = L_57->get__local_version_6();
|
|
V_4 = L_58;
|
|
// _stage = 0.3f;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_59 = V_1;
|
|
NullCheck(L_59);
|
|
L_59->set__stage_8((0.3f));
|
|
// }
|
|
__this->set_U3CU3E8__1_3((U3CU3Ec__DisplayClass15_0_t7CEB7B7DEA9DC373E32F54AE94FF96B3C401E5B4 *)NULL);
|
|
}
|
|
|
|
IL_01ac:
|
|
{
|
|
// if((_with_pack & SERVER_PACK) != 0)
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_60 = V_1;
|
|
NullCheck(L_60);
|
|
int32_t L_61 = L_60->get__with_pack_7();
|
|
if (!((int32_t)((int32_t)L_61&(int32_t)2)))
|
|
{
|
|
goto IL_0342;
|
|
}
|
|
}
|
|
{
|
|
// var update_pack2 = local_version1==null || local_version1.ContainAll(_server_version);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_62 = V_4;
|
|
if (!L_62)
|
|
{
|
|
goto IL_01cc;
|
|
}
|
|
}
|
|
{
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_63 = V_4;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_64 = V_1;
|
|
NullCheck(L_64);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_65 = L_64->get__server_version_5();
|
|
NullCheck(L_63);
|
|
bool L_66 = Version_ContainAll_m9F99B032D3D2BD680A5F08DF3D3DC0DEEB82B098(L_63, L_65, /*hidden argument*/NULL);
|
|
G_B20_0 = ((int32_t)(L_66));
|
|
goto IL_01cd;
|
|
}
|
|
|
|
IL_01cc:
|
|
{
|
|
G_B20_0 = 1;
|
|
}
|
|
|
|
IL_01cd:
|
|
{
|
|
// if (update_pack2)
|
|
if (!G_B20_0)
|
|
{
|
|
goto IL_0342;
|
|
}
|
|
}
|
|
{
|
|
U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E * L_67 = (U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass15_1__ctor_mA8D572C1B60EC178982BF281EAB8A6C20A4F277B(L_67, /*hidden argument*/NULL);
|
|
__this->set_U3CU3E8__2_4(L_67);
|
|
// if (HideDetail) {
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_68 = V_1;
|
|
NullCheck(L_68);
|
|
bool L_69 = Hotupdate_get_HideDetail_mB50D7F14DBA3F4CDFC70022B1A02AEA3D2BF2843_inline(L_68, /*hidden argument*/NULL);
|
|
if (!L_69)
|
|
{
|
|
goto IL_01fc;
|
|
}
|
|
}
|
|
{
|
|
// TextTip = string.Format ("????????", "??????");
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_70 = V_1;
|
|
String_t* L_71 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral0F423B901865FDCD0E2CD68D2DE4D09C09E40EC6, _stringLiteral2977AC3101BB2DB4A81EEEEF9DD0FAAFDDD678CD, /*hidden argument*/NULL);
|
|
NullCheck(L_70);
|
|
Hotupdate_set_TextTip_m8F25E5401F5AC3B7856231DB0BDD9CF354FEB545_inline(L_70, L_71, /*hidden argument*/NULL);
|
|
// } else {
|
|
goto IL_0211;
|
|
}
|
|
|
|
IL_01fc:
|
|
{
|
|
// TextTip = string.Format("????????");
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_72 = V_1;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_73 = Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var);
|
|
String_t* L_74 = String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865(_stringLiteral0F423B901865FDCD0E2CD68D2DE4D09C09E40EC6, L_73, /*hidden argument*/NULL);
|
|
NullCheck(L_72);
|
|
Hotupdate_set_TextTip_m8F25E5401F5AC3B7856231DB0BDD9CF354FEB545_inline(L_72, L_74, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0211:
|
|
{
|
|
// var down = false;
|
|
U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E * L_75 = __this->get_U3CU3E8__2_4();
|
|
NullCheck(L_75);
|
|
L_75->set_down_0((bool)0);
|
|
// var _ratio = 1 - _stage;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_76 = V_1;
|
|
NullCheck(L_76);
|
|
float L_77 = L_76->get__stage_8();
|
|
__this->set_U3C_ratioU3E5__2_5(((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_77)));
|
|
// VerCheck.Instance.StartCoroutine(DownAsset(() =>
|
|
// {
|
|
// down = true;
|
|
// }, _server_version, _ratio * 0.6f));
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_78 = VerCheck_get_Instance_m8E3F89F2119C82B8E61B8668C3C48C6BAC1CCAC0_inline(/*hidden argument*/NULL);
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_79 = V_1;
|
|
U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E * L_80 = __this->get_U3CU3E8__2_4();
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_81 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
|
|
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_81, L_80, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass15_1_U3C__LoadAssetU3Eb__2_m70FB5E55EFB0176E880A5636E4555307494C40A6_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_82 = V_1;
|
|
NullCheck(L_82);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_83 = L_82->get__server_version_5();
|
|
float L_84 = __this->get_U3C_ratioU3E5__2_5();
|
|
NullCheck(L_79);
|
|
RuntimeObject* L_85 = Hotupdate_DownAsset_mC7205AFD4107417888BA3CA4454BAD56751AD150(L_79, L_81, L_83, ((float)il2cpp_codegen_multiply((float)L_84, (float)(0.6f))), /*hidden argument*/NULL);
|
|
NullCheck(L_78);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_78, L_85, /*hidden argument*/NULL);
|
|
goto IL_027c;
|
|
}
|
|
|
|
IL_0265:
|
|
{
|
|
// yield return null;
|
|
__this->set_U3CU3E2__current_1(NULL);
|
|
__this->set_U3CU3E1__state_0(2);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0275:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
}
|
|
|
|
IL_027c:
|
|
{
|
|
// while (!down)
|
|
U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E * L_86 = __this->get_U3CU3E8__2_4();
|
|
NullCheck(L_86);
|
|
bool L_87 = L_86->get_down_0();
|
|
if (!L_87)
|
|
{
|
|
goto IL_0265;
|
|
}
|
|
}
|
|
{
|
|
// var finsh = false;
|
|
U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E * L_88 = __this->get_U3CU3E8__2_4();
|
|
NullCheck(L_88);
|
|
L_88->set_finsh_2((bool)0);
|
|
// var tem_state = 0;
|
|
U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E * L_89 = __this->get_U3CU3E8__2_4();
|
|
NullCheck(L_89);
|
|
L_89->set_tem_state_1(0);
|
|
// _stage = 0.7f;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_90 = V_1;
|
|
NullCheck(L_90);
|
|
L_90->set__stage_8((0.7f));
|
|
// VerCheck.Instance.StartCoroutine(__UnPack(_server_version, (state) =>
|
|
// {
|
|
// tem_state = state;
|
|
// finsh = state == 0;
|
|
// }, _ratio * 0.4f));
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_91 = VerCheck_get_Instance_m8E3F89F2119C82B8E61B8668C3C48C6BAC1CCAC0_inline(/*hidden argument*/NULL);
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_92 = V_1;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_93 = V_1;
|
|
NullCheck(L_93);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_94 = L_93->get__server_version_5();
|
|
U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E * L_95 = __this->get_U3CU3E8__2_4();
|
|
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * L_96 = (Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B *)il2cpp_codegen_object_new(Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_m2CDF7A9DFEDA8D59543C004CB97A89C47A0CDC3E(L_96, L_95, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass15_1_U3C__LoadAssetU3Eb__3_m50A9E7FC8260A6526E04441C45F02D9DDCBBB98A_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m2CDF7A9DFEDA8D59543C004CB97A89C47A0CDC3E_RuntimeMethod_var);
|
|
float L_97 = __this->get_U3C_ratioU3E5__2_5();
|
|
NullCheck(L_92);
|
|
RuntimeObject* L_98 = Hotupdate___UnPack_mC947D94C16CADDDFF93072B63652C507585FFB4D(L_92, L_94, L_96, ((float)il2cpp_codegen_multiply((float)L_97, (float)(0.4f))), /*hidden argument*/NULL);
|
|
NullCheck(L_91);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_91, L_98, /*hidden argument*/NULL);
|
|
goto IL_032e;
|
|
}
|
|
|
|
IL_02e2:
|
|
{
|
|
// if (tem_state > 10)
|
|
U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E * L_99 = __this->get_U3CU3E8__2_4();
|
|
NullCheck(L_99);
|
|
int32_t L_100 = L_99->get_tem_state_1();
|
|
if ((((int32_t)L_100) <= ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_0317;
|
|
}
|
|
}
|
|
{
|
|
// if(!__ShowTip("??????????????????!", () =>
|
|
// {
|
|
// __DeleteOldPack();
|
|
// Application.Quit();
|
|
// }))
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_101 = V_1;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_102 = V_1;
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_103 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
|
|
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_103, L_102, (intptr_t)((intptr_t)Hotupdate_U3C__LoadAssetU3Eb__15_4_mF819C5E72FE39C1A9D032A6C395CA09BB5677F54_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_101);
|
|
bool L_104 = Hotupdate___ShowTip_mFC4889B946774BF5CD0E11DCD4C0BA0819813B22(L_101, _stringLiteral1133F18BEACB8B38B00E5A1974B87FF46E64A851, L_103, /*hidden argument*/NULL);
|
|
if (L_104)
|
|
{
|
|
goto IL_0315;
|
|
}
|
|
}
|
|
{
|
|
// __DeleteOldPack();
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_105 = V_1;
|
|
NullCheck(L_105);
|
|
Hotupdate___DeleteOldPack_m0A59A187A29432C34B850DFBEBF5B97AD0A78D1D(L_105, /*hidden argument*/NULL);
|
|
// Application.Quit();
|
|
Application_Quit_mA005EB22CB989AC3794334754F15E1C0D2FF1C95(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0315:
|
|
{
|
|
// yield break;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0317:
|
|
{
|
|
// yield return null;
|
|
__this->set_U3CU3E2__current_1(NULL);
|
|
__this->set_U3CU3E1__state_0(3);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0327:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
}
|
|
|
|
IL_032e:
|
|
{
|
|
// while (!finsh)
|
|
U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E * L_106 = __this->get_U3CU3E8__2_4();
|
|
NullCheck(L_106);
|
|
bool L_107 = L_106->get_finsh_2();
|
|
if (!L_107)
|
|
{
|
|
goto IL_02e2;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
__this->set_U3CU3E8__2_4((U3CU3Ec__DisplayClass15_1_t61949A14ACB4F797AC37AE2FBBF475DEF0CAFF0E *)NULL);
|
|
}
|
|
|
|
IL_0342:
|
|
{
|
|
// Done = true;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_108 = V_1;
|
|
NullCheck(L_108);
|
|
Hotupdate_set_Done_mD1EEE8536904E462EEC2AD9772E7B4F7AF5C0059_inline(L_108, (bool)1, /*hidden argument*/NULL);
|
|
// Progress = 1;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_109 = V_1;
|
|
NullCheck(L_109);
|
|
Hotupdate_set_Progress_m56D87A88F2E0A73C4D3D44428A45BC7CDD455992_inline(L_109, (1.0f), /*hidden argument*/NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Hotupdate_<__LoadAsset>d__15::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3C__LoadAssetU3Ed__15_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m6E3A05A50235FDC66B0C27F9A6BC526703F1CBB4 (U3C__LoadAssetU3Ed__15_t5AFAC24ED5B409AFA3BFBF457EA729F2BCE46920 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Hotupdate_<__LoadAsset>d__15::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C__LoadAssetU3Ed__15_System_Collections_IEnumerator_Reset_mF308DE3DB10837724F4A3398CF5249857E6D12AB (U3C__LoadAssetU3Ed__15_t5AFAC24ED5B409AFA3BFBF457EA729F2BCE46920 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3C__LoadAssetU3Ed__15_System_Collections_IEnumerator_Reset_mF308DE3DB10837724F4A3398CF5249857E6D12AB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3C__LoadAssetU3Ed__15_System_Collections_IEnumerator_Reset_mF308DE3DB10837724F4A3398CF5249857E6D12AB_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Object Hotupdate_<__LoadAsset>d__15::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3C__LoadAssetU3Ed__15_System_Collections_IEnumerator_get_Current_m5191D5683DA7C7F5CD90DFAB28EB66483C826D8C (U3C__LoadAssetU3Ed__15_t5AFAC24ED5B409AFA3BFBF457EA729F2BCE46920 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Hotupdate_<__UnPack>d__16::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C__UnPackU3Ed__16__ctor_mC872FA9098B9208E8A7EAEBA98891CB741C48784 (U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___U3CU3E1__state0;
|
|
__this->set_U3CU3E1__state_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Hotupdate_<__UnPack>d__16::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C__UnPackU3Ed__16_System_IDisposable_Dispose_m91DABAE4C82F7F617904EAC5C2721738B8F87F78 (U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Hotupdate_<__UnPack>d__16::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3C__UnPackU3Ed__16_MoveNext_m857072F1F8744DE2F8456107ACE6FA15145A7CE1 (U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3C__UnPackU3Ed__16_MoveNext_m857072F1F8744DE2F8456107ACE6FA15145A7CE1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
String_t* V_4 = NULL;
|
|
{
|
|
int32_t L_0 = __this->get_U3CU3E1__state_0();
|
|
V_0 = L_0;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_1 = __this->get_U3CU3E4__this_2();
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// TextTip = "??????????????????";
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_4 = V_1;
|
|
NullCheck(L_4);
|
|
Hotupdate_set_TextTip_m8F25E5401F5AC3B7856231DB0BDD9CF354FEB545_inline(L_4, _stringLiteral0CFD156156B3B55E8F8E8CF4638296CB5D461DC2, /*hidden argument*/NULL);
|
|
// string dir = ResourcesManager.PACK_PATH;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
|
|
String_t* L_5 = ((ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields*)il2cpp_codegen_static_fields_for(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var))->get_PACK_PATH_8();
|
|
__this->set_U3CdirU3E5__2_6(L_5);
|
|
// var zip_path = dir + "asset_pack.bytes";
|
|
String_t* L_6 = __this->get_U3CdirU3E5__2_6();
|
|
String_t* L_7 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_6, _stringLiteral039D787BF6B25DA7576E650754DDFC3DFEA3216C, /*hidden argument*/NULL);
|
|
__this->set_U3Czip_pathU3E5__3_7(L_7);
|
|
// if (!Directory.Exists(dir))
|
|
String_t* L_8 = __this->get_U3CdirU3E5__2_6();
|
|
bool L_9 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_8, /*hidden argument*/NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
// Directory.CreateDirectory(dir);
|
|
String_t* L_10 = __this->get_U3CdirU3E5__2_6();
|
|
Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41(L_10, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
// IFilePack zip = null;
|
|
__this->set_U3CzipU3E5__4_8((RuntimeObject*)NULL);
|
|
// zip = new FilePack20(zip_path,PackMode.Read);
|
|
String_t* L_11 = __this->get_U3Czip_pathU3E5__3_7();
|
|
FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * L_12 = (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 *)il2cpp_codegen_object_new(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5_il2cpp_TypeInfo_var);
|
|
FilePack20__ctor_mEB19935FE28E9F1AD15C6210C2A1C3F3255D39C7(L_12, L_11, 1, /*hidden argument*/NULL);
|
|
__this->set_U3CzipU3E5__4_8(L_12);
|
|
// zip.UnPackFileSyn(dir);
|
|
RuntimeObject* L_13 = __this->get_U3CzipU3E5__4_8();
|
|
String_t* L_14 = __this->get_U3CdirU3E5__2_6();
|
|
NullCheck(L_13);
|
|
InterfaceActionInvoker1< String_t* >::Invoke(0 /* System.Void taurus.client.IFilePack::UnPackFileSyn(System.String) */, IFilePack_t9B0D9A5CBDA143AA00B09F790A8EE053FA8E032D_il2cpp_TypeInfo_var, L_13, L_14);
|
|
goto IL_00c8;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
// Progress = _stage + zip.Progress* ratio;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_15 = V_1;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_16 = V_1;
|
|
NullCheck(L_16);
|
|
float L_17 = L_16->get__stage_8();
|
|
RuntimeObject* L_18 = __this->get_U3CzipU3E5__4_8();
|
|
NullCheck(L_18);
|
|
float L_19 = InterfaceFuncInvoker0< float >::Invoke(2 /* System.Single taurus.client.IFilePack::get_Progress() */, IFilePack_t9B0D9A5CBDA143AA00B09F790A8EE053FA8E032D_il2cpp_TypeInfo_var, L_18);
|
|
float L_20 = __this->get_ratio_3();
|
|
NullCheck(L_15);
|
|
Hotupdate_set_Progress_m56D87A88F2E0A73C4D3D44428A45BC7CDD455992_inline(L_15, ((float)il2cpp_codegen_add((float)L_17, (float)((float)il2cpp_codegen_multiply((float)L_19, (float)L_20)))), /*hidden argument*/NULL);
|
|
// yield return null;
|
|
__this->set_U3CU3E2__current_1(NULL);
|
|
__this->set_U3CU3E1__state_0(1);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
}
|
|
|
|
IL_00c8:
|
|
{
|
|
// while (!zip.Complete)
|
|
RuntimeObject* L_21 = __this->get_U3CzipU3E5__4_8();
|
|
NullCheck(L_21);
|
|
bool L_22 = InterfaceFuncInvoker0< bool >::Invoke(3 /* System.Boolean taurus.client.IFilePack::get_Complete() */, IFilePack_t9B0D9A5CBDA143AA00B09F790A8EE053FA8E032D_il2cpp_TypeInfo_var, L_21);
|
|
if (!L_22)
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
// File.Delete(zip_path);
|
|
String_t* L_23 = __this->get_U3Czip_pathU3E5__3_7();
|
|
File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2(L_23, /*hidden argument*/NULL);
|
|
// if (!string.IsNullOrEmpty(zip.Error))
|
|
RuntimeObject* L_24 = __this->get_U3CzipU3E5__4_8();
|
|
NullCheck(L_24);
|
|
String_t* L_25 = InterfaceFuncInvoker0< String_t* >::Invoke(4 /* System.String taurus.client.IFilePack::get_Error() */, IFilePack_t9B0D9A5CBDA143AA00B09F790A8EE053FA8E032D_il2cpp_TypeInfo_var, L_24);
|
|
bool L_26 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_25, /*hidden argument*/NULL);
|
|
if (L_26)
|
|
{
|
|
goto IL_0101;
|
|
}
|
|
}
|
|
{
|
|
// onback(11);
|
|
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * L_27 = __this->get_onback_4();
|
|
NullCheck(L_27);
|
|
Action_1_Invoke_m236B4013FB31497A692E886DB7DC16D52BE79500(L_27, ((int32_t)11), /*hidden argument*/Action_1_Invoke_m236B4013FB31497A692E886DB7DC16D52BE79500_RuntimeMethod_var);
|
|
// yield break;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0101:
|
|
{
|
|
// var lua_pack_path = dir + "lua_pack";
|
|
String_t* L_28 = __this->get_U3CdirU3E5__2_6();
|
|
String_t* L_29 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_28, _stringLiteral5AF6682E8775856FD144338A39D5A72BDFCA8576, /*hidden argument*/NULL);
|
|
V_2 = L_29;
|
|
// if (File.Exists(lua_pack_path))
|
|
String_t* L_30 = V_2;
|
|
bool L_31 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_30, /*hidden argument*/NULL);
|
|
if (!L_31)
|
|
{
|
|
goto IL_0186;
|
|
}
|
|
}
|
|
{
|
|
// var lua_dir = dir + "lua/";
|
|
String_t* L_32 = __this->get_U3CdirU3E5__2_6();
|
|
String_t* L_33 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_32, _stringLiteralB36F9EB32776BE6A238B2BC959DDCCD3506BF981, /*hidden argument*/NULL);
|
|
V_4 = L_33;
|
|
// if (!Directory.Exists(dir))
|
|
String_t* L_34 = __this->get_U3CdirU3E5__2_6();
|
|
bool L_35 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_34, /*hidden argument*/NULL);
|
|
if (L_35)
|
|
{
|
|
goto IL_0145;
|
|
}
|
|
}
|
|
{
|
|
// Directory.CreateDirectory(dir);
|
|
String_t* L_36 = __this->get_U3CdirU3E5__2_6();
|
|
Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41(L_36, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0145:
|
|
{
|
|
// zip = new FilePack20(lua_pack_path, PackMode.Read);
|
|
String_t* L_37 = V_2;
|
|
FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 * L_38 = (FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5 *)il2cpp_codegen_object_new(FilePack20_t6A95D5E2813C4650C185043A16AFE08548B7DCE5_il2cpp_TypeInfo_var);
|
|
FilePack20__ctor_mEB19935FE28E9F1AD15C6210C2A1C3F3255D39C7(L_38, L_37, 1, /*hidden argument*/NULL);
|
|
__this->set_U3CzipU3E5__4_8(L_38);
|
|
// zip.UnPackFile(lua_dir);
|
|
RuntimeObject* L_39 = __this->get_U3CzipU3E5__4_8();
|
|
String_t* L_40 = V_4;
|
|
NullCheck(L_39);
|
|
InterfaceActionInvoker1< String_t* >::Invoke(1 /* System.Void taurus.client.IFilePack::UnPackFile(System.String) */, IFilePack_t9B0D9A5CBDA143AA00B09F790A8EE053FA8E032D_il2cpp_TypeInfo_var, L_39, L_40);
|
|
// File.Delete(lua_pack_path);
|
|
String_t* L_41 = V_2;
|
|
File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2(L_41, /*hidden argument*/NULL);
|
|
// if (!string.IsNullOrEmpty(zip.Error))
|
|
RuntimeObject* L_42 = __this->get_U3CzipU3E5__4_8();
|
|
NullCheck(L_42);
|
|
String_t* L_43 = InterfaceFuncInvoker0< String_t* >::Invoke(4 /* System.String taurus.client.IFilePack::get_Error() */, IFilePack_t9B0D9A5CBDA143AA00B09F790A8EE053FA8E032D_il2cpp_TypeInfo_var, L_42);
|
|
bool L_44 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_43, /*hidden argument*/NULL);
|
|
if (L_44)
|
|
{
|
|
goto IL_0186;
|
|
}
|
|
}
|
|
{
|
|
// onback(11);
|
|
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * L_45 = __this->get_onback_4();
|
|
NullCheck(L_45);
|
|
Action_1_Invoke_m236B4013FB31497A692E886DB7DC16D52BE79500(L_45, ((int32_t)11), /*hidden argument*/Action_1_Invoke_m236B4013FB31497A692E886DB7DC16D52BE79500_RuntimeMethod_var);
|
|
// yield break;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0186:
|
|
{
|
|
// string rv = ResourcesManager.PACK_PATH + _base_path + "version.txt";
|
|
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
|
|
String_t* L_46 = ((ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields*)il2cpp_codegen_static_fields_for(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var))->get_PACK_PATH_8();
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_47 = V_1;
|
|
NullCheck(L_47);
|
|
String_t* L_48 = L_47->get__base_path_4();
|
|
String_t* L_49 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_46, L_48, _stringLiteral84939FEA31814FF3975400838EEF161FA358F1C7, /*hidden argument*/NULL);
|
|
V_3 = L_49;
|
|
// File.WriteAllText(rv, version.ToString(), System.Text.Encoding.ASCII);
|
|
String_t* L_50 = V_3;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_51 = __this->get_version_5();
|
|
NullCheck(L_51);
|
|
String_t* L_52 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_51);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_53 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL);
|
|
File_WriteAllText_m8599D53905963162B6EAA1779CD94F423986F0A9(L_50, L_52, L_53, /*hidden argument*/NULL);
|
|
// localVersionMap[rv] = version;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F * L_54 = ((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_StaticFields*)il2cpp_codegen_static_fields_for(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var))->get_localVersionMap_3();
|
|
String_t* L_55 = V_3;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_56 = __this->get_version_5();
|
|
NullCheck(L_54);
|
|
Dictionary_2_set_Item_m5628BAA616E1ABD51BAB7F3334AA750FE641EECE(L_54, L_55, L_56, /*hidden argument*/Dictionary_2_set_Item_m5628BAA616E1ABD51BAB7F3334AA750FE641EECE_RuntimeMethod_var);
|
|
// if (onback != null)
|
|
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * L_57 = __this->get_onback_4();
|
|
if (!L_57)
|
|
{
|
|
goto IL_01f0;
|
|
}
|
|
}
|
|
{
|
|
// Progress = _stage + 1 * ratio;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_58 = V_1;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_59 = V_1;
|
|
NullCheck(L_59);
|
|
float L_60 = L_59->get__stage_8();
|
|
float L_61 = __this->get_ratio_3();
|
|
NullCheck(L_58);
|
|
Hotupdate_set_Progress_m56D87A88F2E0A73C4D3D44428A45BC7CDD455992_inline(L_58, ((float)il2cpp_codegen_add((float)L_60, (float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)L_61)))), /*hidden argument*/NULL);
|
|
// onback(0);
|
|
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * L_62 = __this->get_onback_4();
|
|
NullCheck(L_62);
|
|
Action_1_Invoke_m236B4013FB31497A692E886DB7DC16D52BE79500(L_62, 0, /*hidden argument*/Action_1_Invoke_m236B4013FB31497A692E886DB7DC16D52BE79500_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_01f0:
|
|
{
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Hotupdate_<__UnPack>d__16::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3C__UnPackU3Ed__16_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m1CA75B9A67348AB7540B8C0DAEC5C5AAE7DE41E1 (U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Hotupdate_<__UnPack>d__16::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C__UnPackU3Ed__16_System_Collections_IEnumerator_Reset_mDCB0D14ACA08BE0FF3A6DFEB88EEE4A2E0AD0032 (U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3C__UnPackU3Ed__16_System_Collections_IEnumerator_Reset_mDCB0D14ACA08BE0FF3A6DFEB88EEE4A2E0AD0032_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3C__UnPackU3Ed__16_System_Collections_IEnumerator_Reset_mDCB0D14ACA08BE0FF3A6DFEB88EEE4A2E0AD0032_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Object Hotupdate_<__UnPack>d__16::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3C__UnPackU3Ed__16_System_Collections_IEnumerator_get_Current_m599FD6F8C464C981362F46C029B6355259E6DC6F (U3C__UnPackU3Ed__16_t666651D09A2E440A8565A7E5EB86D02FC44815BB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_HotupdateWrap__CreateHotupdate_mE1D682260F442CAC2D310819E24C2E2F3B709D7F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = HotupdateWrap__CreateHotupdate_mE1D682260F442CAC2D310819E24C2E2F3B709D7F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_HotupdateWrap_GetLocalVersion_m2575F886B1BEF500EF6EC3E3B64232506DB7C1B0(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = HotupdateWrap_GetLocalVersion_m2575F886B1BEF500EF6EC3E3B64232506DB7C1B0(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_HotupdateWrap_LoadAsset_mBC359303DF2F0423B13FC09425002550A4A78EBB(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = HotupdateWrap_LoadAsset_mBC359303DF2F0423B13FC09425002550A4A78EBB(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_HotupdateWrap_SetTipCallback_mF7F20BAA761457F9E70F4192FA90403D8364E559(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = HotupdateWrap_SetTipCallback_mF7F20BAA761457F9E70F4192FA90403D8364E559(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_HotupdateWrap_get_TextTip_m2AEDC074127F073DACD2C5DB2CA30C545C0F9609(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = HotupdateWrap_get_TextTip_m2AEDC074127F073DACD2C5DB2CA30C545C0F9609(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_HotupdateWrap_get_AssetName_mA5803C25B087DA26E3F6CB920D2BA3A91E701730(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = HotupdateWrap_get_AssetName_mA5803C25B087DA26E3F6CB920D2BA3A91E701730(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_HotupdateWrap_get_HideDetail_m85BB10B2236F075F069DA9005950F603B295AD07(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = HotupdateWrap_get_HideDetail_m85BB10B2236F075F069DA9005950F603B295AD07(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_HotupdateWrap_get_Progress_m93055177D0A2000EA9B3FBC2D8E5508FB2394F3D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = HotupdateWrap_get_Progress_m93055177D0A2000EA9B3FBC2D8E5508FB2394F3D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_HotupdateWrap_get_Done_m3899BB19E851DD16373890F21935A7A2C6BEE61F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = HotupdateWrap_get_Done_m3899BB19E851DD16373890F21935A7A2C6BEE61F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_HotupdateWrap_set_TextTip_m007B1650778E71308B730DE6F9E3412FF60EA11C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = HotupdateWrap_set_TextTip_m007B1650778E71308B730DE6F9E3412FF60EA11C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_HotupdateWrap_set_AssetName_m68A71DAE0CEBF73516129FCF2C65FD149433492B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = HotupdateWrap_set_AssetName_m68A71DAE0CEBF73516129FCF2C65FD149433492B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_HotupdateWrap_set_HideDetail_mCE659777AC74CB56CD6481F8D68AD981BA7D4D92(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = HotupdateWrap_set_HideDetail_mCE659777AC74CB56CD6481F8D68AD981BA7D4D92(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_HotupdateWrap_set_Progress_m5BD9A599535C92FE202198D27C61E9758D2AFDED(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = HotupdateWrap_set_Progress_m5BD9A599535C92FE202198D27C61E9758D2AFDED(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_HotupdateWrap_set_Done_m4D9FD9F41B624EAEA8803AFBD40D6CB87678AE45(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = HotupdateWrap_set_Done_m4D9FD9F41B624EAEA8803AFBD40D6CB87678AE45(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void HotupdateWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HotupdateWrap_Register_m4E33C94936768E664C7957392338B3162F52613E (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HotupdateWrap_Register_m4E33C94936768E664C7957392338B3162F52613E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginClass(typeof(Hotupdate), typeof(System.Object));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
|
|
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
LuaState_BeginClass_mFF579B6B50F9A988587776B4214CA369845A4C71(L_0, L_2, L_4, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetLocalVersion", GetLocalVersion);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_6 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_6, NULL, (intptr_t)((intptr_t)HotupdateWrap_GetLocalVersion_m2575F886B1BEF500EF6EC3E3B64232506DB7C1B0_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral84EB91379C4180C9D60FDB19138DC5034353538D, L_6, /*hidden argument*/NULL);
|
|
// L.RegFunction("LoadAsset", LoadAsset);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_8 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_8, NULL, (intptr_t)((intptr_t)HotupdateWrap_LoadAsset_mBC359303DF2F0423B13FC09425002550A4A78EBB_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral3D6680B273C0ED1897B611DCB0CB1EE12296BE27, L_8, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetTipCallback", SetTipCallback);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_9 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_10 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_10, NULL, (intptr_t)((intptr_t)HotupdateWrap_SetTipCallback_mF7F20BAA761457F9E70F4192FA90403D8364E559_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteralEC3CC6AC47DE4BB63527BCDF8C8E4B0B3EC3A943, L_10, /*hidden argument*/NULL);
|
|
// L.RegFunction("New", _CreateHotupdate);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_12 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_12, NULL, (intptr_t)((intptr_t)HotupdateWrap__CreateHotupdate_mE1D682260F442CAC2D310819E24C2E2F3B709D7F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512, L_12, /*hidden argument*/NULL);
|
|
// L.RegFunction("__tostring", ToLua.op_ToString);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_13 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_14 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_14, NULL, (intptr_t)((intptr_t)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_14, /*hidden argument*/NULL);
|
|
// L.RegVar("TextTip", get_TextTip, set_TextTip);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_15 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_16 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_16, NULL, (intptr_t)((intptr_t)HotupdateWrap_get_TextTip_m2AEDC074127F073DACD2C5DB2CA30C545C0F9609_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_17 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_17, NULL, (intptr_t)((intptr_t)HotupdateWrap_set_TextTip_m007B1650778E71308B730DE6F9E3412FF60EA11C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_15, _stringLiteral66303F7D5887A2F78EAC9E30CDA4116DF45716FE, L_16, L_17, /*hidden argument*/NULL);
|
|
// L.RegVar("AssetName", get_AssetName, set_AssetName);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_18 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_19 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_19, NULL, (intptr_t)((intptr_t)HotupdateWrap_get_AssetName_mA5803C25B087DA26E3F6CB920D2BA3A91E701730_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_20 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_20, NULL, (intptr_t)((intptr_t)HotupdateWrap_set_AssetName_m68A71DAE0CEBF73516129FCF2C65FD149433492B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_18);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_18, _stringLiteral722126CDFAB3E2CCF240E53F0444604FAF47C974, L_19, L_20, /*hidden argument*/NULL);
|
|
// L.RegVar("HideDetail", get_HideDetail, set_HideDetail);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_21 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_22 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_22, NULL, (intptr_t)((intptr_t)HotupdateWrap_get_HideDetail_m85BB10B2236F075F069DA9005950F603B295AD07_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_23 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_23, NULL, (intptr_t)((intptr_t)HotupdateWrap_set_HideDetail_mCE659777AC74CB56CD6481F8D68AD981BA7D4D92_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_21);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_21, _stringLiteralF5213DB1DF57929196BB2A1E4081C8B94CFD6B82, L_22, L_23, /*hidden argument*/NULL);
|
|
// L.RegVar("Progress", get_Progress, set_Progress);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_24 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_25 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_25, NULL, (intptr_t)((intptr_t)HotupdateWrap_get_Progress_m93055177D0A2000EA9B3FBC2D8E5508FB2394F3D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_26 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_26, NULL, (intptr_t)((intptr_t)HotupdateWrap_set_Progress_m5BD9A599535C92FE202198D27C61E9758D2AFDED_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_24);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_24, _stringLiteral1B90271D66CF2D3AC755D49A550FE5F31B9ECA5F, L_25, L_26, /*hidden argument*/NULL);
|
|
// L.RegVar("Done", get_Done, set_Done);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_27 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_28 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_28, NULL, (intptr_t)((intptr_t)HotupdateWrap_get_Done_m3899BB19E851DD16373890F21935A7A2C6BEE61F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_29 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_29, NULL, (intptr_t)((intptr_t)HotupdateWrap_set_Done_m4D9FD9F41B624EAEA8803AFBD40D6CB87678AE45_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_27);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_27, _stringLiteralE9B450D14BC2363D292C84F17CFAD5CFBD58A458, L_28, L_29, /*hidden argument*/NULL);
|
|
// L.EndClass();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_30 = ___L0;
|
|
NullCheck(L_30);
|
|
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_30, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 HotupdateWrap::_CreateHotupdate(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap__CreateHotupdate_mE1D682260F442CAC2D310819E24C2E2F3B709D7F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HotupdateWrap__CreateHotupdate_mE1D682260F442CAC2D310819E24C2E2F3B709D7F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * V_5 = NULL;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * V_6 = NULL;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * V_7 = NULL;
|
|
Exception_t * V_8 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (count == 3 && TypeChecker.CheckTypes<string, string>(L, 2))
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)3))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_4 = TypeChecker_CheckTypes_TisString_t_TisString_t_mFC82CC15DA61FA5C2312D0C2F2633BD61E0C6437((intptr_t)L_3, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_TisString_t_mFC82CC15DA61FA5C2312D0C2F2633BD61E0C6437_RuntimeMethod_var);
|
|
if (!L_4)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_6 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_5, 1, /*hidden argument*/NULL);
|
|
// string arg1 = ToLua.ToString(L, 2);
|
|
intptr_t L_7 = ___L0;
|
|
String_t* L_8 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_7, 2, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// string arg2 = ToLua.ToString(L, 3);
|
|
intptr_t L_9 = ___L0;
|
|
String_t* L_10 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_9, 3, /*hidden argument*/NULL);
|
|
V_2 = L_10;
|
|
// Hotupdate obj = new Hotupdate(arg0, arg1, arg2);
|
|
String_t* L_11 = V_1;
|
|
String_t* L_12 = V_2;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_13 = (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)il2cpp_codegen_object_new(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var);
|
|
Hotupdate__ctor_m424B80B2C979134C91D1BA44978A5E2E21CF96F8(L_13, L_6, L_11, L_12, /*hidden argument*/NULL);
|
|
V_3 = L_13;
|
|
// ToLua.PushObject(L, obj);
|
|
intptr_t L_14 = ___L0;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_15 = V_3;
|
|
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_14, L_15, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_00a4;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
// else if (count == 3 && TypeChecker.CheckTypes<Version, Version>(L, 2))
|
|
int32_t L_16 = V_0;
|
|
if ((!(((uint32_t)L_16) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
intptr_t L_17 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_18 = TypeChecker_CheckTypes_TisVersion_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_TisVersion_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_m9CC0B28E45DCA94A57777C662A04992B3F9AF4A5((intptr_t)L_17, 2, /*hidden argument*/TypeChecker_CheckTypes_TisVersion_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_TisVersion_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_m9CC0B28E45DCA94A57777C662A04992B3F9AF4A5_RuntimeMethod_var);
|
|
if (!L_18)
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_19 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_20 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_19, 1, /*hidden argument*/NULL);
|
|
// Version arg1 = (Version)ToLua.ToObject(L, 2);
|
|
intptr_t L_21 = ___L0;
|
|
RuntimeObject * L_22 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_21, 2, /*hidden argument*/NULL);
|
|
V_5 = ((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)CastclassClass((RuntimeObject*)L_22, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var));
|
|
// Version arg2 = (Version)ToLua.ToObject(L, 3);
|
|
intptr_t L_23 = ___L0;
|
|
RuntimeObject * L_24 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_23, 3, /*hidden argument*/NULL);
|
|
V_6 = ((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)CastclassClass((RuntimeObject*)L_24, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var));
|
|
// Hotupdate obj = new Hotupdate(arg0, arg1, arg2);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_25 = V_5;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_26 = V_6;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_27 = (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)il2cpp_codegen_object_new(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var);
|
|
Hotupdate__ctor_m68A98857529B742848578D23AAF1058E08CFF5A4(L_27, L_20, L_25, L_26, /*hidden argument*/NULL);
|
|
V_7 = L_27;
|
|
// ToLua.PushObject(L, obj);
|
|
intptr_t L_28 = ___L0;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_29 = V_7;
|
|
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_28, L_29, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_00a4;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to ctor method: Hotupdate.New");
|
|
intptr_t L_30 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_31 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_30, _stringLiteral541A72EB9BF47C9A1C2A90A88367DEA40D068093, /*hidden argument*/NULL);
|
|
V_4 = L_31;
|
|
goto IL_00a4;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0096;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0096:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_8 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_32 = ___L0;
|
|
Exception_t * L_33 = V_8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_34 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_32, L_33, /*hidden argument*/NULL);
|
|
V_4 = L_34;
|
|
goto IL_00a4;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_00a4:
|
|
{
|
|
// }
|
|
int32_t L_35 = V_4;
|
|
return L_35;
|
|
}
|
|
}
|
|
// System.Int32 HotupdateWrap::GetLocalVersion(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_GetLocalVersion_m2575F886B1BEF500EF6EC3E3B64232506DB7C1B0 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HotupdateWrap_GetLocalVersion_m2575F886B1BEF500EF6EC3E3B64232506DB7C1B0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
String_t* L_2 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// Version o = Hotupdate.GetLocalVersion(arg0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_3 = Hotupdate_GetLocalVersion_m7FB9FF9D7B5253213BAF2E7E4B2FCF6B02E0218B(L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// ToLua.PushObject(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_5 = V_0;
|
|
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_002a;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_001f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_002a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002a:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 HotupdateWrap::LoadAsset(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_LoadAsset_mBC359303DF2F0423B13FC09425002550A4A78EBB (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HotupdateWrap_LoadAsset_mBC359303DF2F0423B13FC09425002550A4A78EBB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// Hotupdate obj = (Hotupdate)ToLua.CheckObject<Hotupdate>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisHotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_mFD4A34A6165F13FBFFD5327E3FBD96D46712DF6B((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisHotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_mFD4A34A6165F13FBFFD5327E3FBD96D46712DF6B_RuntimeMethod_var);
|
|
// obj.LoadAsset();
|
|
NullCheck(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)));
|
|
Hotupdate_LoadAsset_m1032A11E04AEA9F9E22C9292612A550A633563A5(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_0027;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_001c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001c:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_3 = ___L0;
|
|
Exception_t * L_4 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
goto IL_0027;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0027:
|
|
{
|
|
// }
|
|
int32_t L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Int32 HotupdateWrap::SetTipCallback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_SetTipCallback_mF7F20BAA761457F9E70F4192FA90403D8364E559 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HotupdateWrap_SetTipCallback_mF7F20BAA761457F9E70F4192FA90403D8364E559_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// Hotupdate obj = (Hotupdate)ToLua.CheckObject<Hotupdate>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisHotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_mFD4A34A6165F13FBFFD5327E3FBD96D46712DF6B((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisHotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_mFD4A34A6165F13FBFFD5327E3FBD96D46712DF6B_RuntimeMethod_var);
|
|
// System.Action<string,System.Action> arg0 = (System.Action<string,System.Action>)ToLua.CheckDelegate<System.Action<string,System.Action>>(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
Delegate_t * L_4 = ToLua_CheckDelegate_TisAction_2_t21B1554176CA268836EE910CDDF9F6F768C03F23_m5B75047C6CCA72749C25DC5280E9DCF93D37F1A8((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckDelegate_TisAction_2_t21B1554176CA268836EE910CDDF9F6F768C03F23_m5B75047C6CCA72749C25DC5280E9DCF93D37F1A8_RuntimeMethod_var);
|
|
V_0 = ((Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 *)CastclassSealed((RuntimeObject*)L_4, Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23_il2cpp_TypeInfo_var));
|
|
// obj.SetTipCallback(arg0);
|
|
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * L_5 = V_0;
|
|
NullCheck(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)));
|
|
Hotupdate_SetTipCallback_m0EE97BF224F651F2A8252E07F0C469184A4F67A4_inline(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_0035;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_002a;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_002a:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_0035;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0035:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 HotupdateWrap::get_TextTip(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_get_TextTip_m2AEDC074127F073DACD2C5DB2CA30C545C0F9609 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HotupdateWrap_get_TextTip_m2AEDC074127F073DACD2C5DB2CA30C545C0F9609_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// Hotupdate obj = (Hotupdate)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// string ret = obj.TextTip;
|
|
NullCheck(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)));
|
|
String_t* L_3 = Hotupdate_get_TextTip_m2709ACDCAAA7B501A1D5899DC662EA6F3FE09866_inline(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushstring(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
String_t* L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index TextTip on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral3A756D25F62248351CFB31883674523492975604, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 HotupdateWrap::get_AssetName(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_get_AssetName_mA5803C25B087DA26E3F6CB920D2BA3A91E701730 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HotupdateWrap_get_AssetName_mA5803C25B087DA26E3F6CB920D2BA3A91E701730_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// Hotupdate obj = (Hotupdate)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// string ret = obj.AssetName;
|
|
NullCheck(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)));
|
|
String_t* L_3 = Hotupdate_get_AssetName_m9516B6843E27C8E7E3DA94D2F6C835D0B088A7AD_inline(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushstring(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
String_t* L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index AssetName on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral50191890339F18672B19DBEABB4A3F552DB9C8A1, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 HotupdateWrap::get_HideDetail(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_get_HideDetail_m85BB10B2236F075F069DA9005950F603B295AD07 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HotupdateWrap_get_HideDetail_m85BB10B2236F075F069DA9005950F603B295AD07_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// Hotupdate obj = (Hotupdate)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.HideDetail;
|
|
NullCheck(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Hotupdate_get_HideDetail_mB50D7F14DBA3F4CDFC70022B1A02AEA3D2BF2843_inline(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushboolean(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
bool L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index HideDetail on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral4A77B1AD66C19D055181F636A51A902068734BEA, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 HotupdateWrap::get_Progress(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_get_Progress_m93055177D0A2000EA9B3FBC2D8E5508FB2394F3D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HotupdateWrap_get_Progress_m93055177D0A2000EA9B3FBC2D8E5508FB2394F3D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
float V_1 = 0.0f;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// Hotupdate obj = (Hotupdate)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float ret = obj.Progress;
|
|
NullCheck(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)));
|
|
float L_3 = Hotupdate_get_Progress_m74625CBCE1D3731A5885BA077AA9CD84858F0997_inline(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushnumber(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
float L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_4, (((double)((double)L_5))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0033;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index Progress on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral4C70E764FD3FB36A5425D631BA560E03E87C72AF, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 HotupdateWrap::get_Done(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_get_Done_m3899BB19E851DD16373890F21935A7A2C6BEE61F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HotupdateWrap_get_Done_m3899BB19E851DD16373890F21935A7A2C6BEE61F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// Hotupdate obj = (Hotupdate)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.Done;
|
|
NullCheck(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Hotupdate_get_Done_m285C01BF8BACE227F7C8468370FD08E28D334842_inline(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushboolean(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
bool L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index Done on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral22A618A557B7D3349D23F9F391FA35B935ACEFA0, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 HotupdateWrap::set_TextTip(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_set_TextTip_m007B1650778E71308B730DE6F9E3412FF60EA11C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HotupdateWrap_set_TextTip_m007B1650778E71308B730DE6F9E3412FF60EA11C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// Hotupdate obj = (Hotupdate)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// obj.TextTip = arg0;
|
|
String_t* L_5 = V_1;
|
|
NullCheck(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)));
|
|
Hotupdate_set_TextTip_m8F25E5401F5AC3B7856231DB0BDD9CF354FEB545_inline(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0033;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index TextTip on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral3A756D25F62248351CFB31883674523492975604, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 HotupdateWrap::set_AssetName(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_set_AssetName_m68A71DAE0CEBF73516129FCF2C65FD149433492B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HotupdateWrap_set_AssetName_m68A71DAE0CEBF73516129FCF2C65FD149433492B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// Hotupdate obj = (Hotupdate)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// obj.AssetName = arg0;
|
|
String_t* L_5 = V_1;
|
|
NullCheck(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)));
|
|
Hotupdate_set_AssetName_mA74E341F0EC448E3C88DD1A7F91F49271C2729D8_inline(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0033;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index AssetName on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral50191890339F18672B19DBEABB4A3F552DB9C8A1, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 HotupdateWrap::set_HideDetail(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_set_HideDetail_mCE659777AC74CB56CD6481F8D68AD981BA7D4D92 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HotupdateWrap_set_HideDetail_mCE659777AC74CB56CD6481F8D68AD981BA7D4D92_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// Hotupdate obj = (Hotupdate)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_4 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// obj.HideDetail = arg0;
|
|
bool L_5 = V_1;
|
|
NullCheck(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)));
|
|
Hotupdate_set_HideDetail_m85E9EAAAD48E74078A705B7D6B10D05AA051E8BB_inline(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0033;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index HideDetail on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral4A77B1AD66C19D055181F636A51A902068734BEA, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 HotupdateWrap::set_Progress(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_set_Progress_m5BD9A599535C92FE202198D27C61E9758D2AFDED (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HotupdateWrap_set_Progress_m5BD9A599535C92FE202198D27C61E9758D2AFDED_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
float V_1 = 0.0f;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// Hotupdate obj = (Hotupdate)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_4 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = (((float)((float)L_4)));
|
|
// obj.Progress = arg0;
|
|
float L_5 = V_1;
|
|
NullCheck(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)));
|
|
Hotupdate_set_Progress_m56D87A88F2E0A73C4D3D44428A45BC7CDD455992_inline(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0034;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0023;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0023:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index Progress on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral4C70E764FD3FB36A5425D631BA560E03E87C72AF, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0034;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0034:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 HotupdateWrap::set_Done(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HotupdateWrap_set_Done_m4D9FD9F41B624EAEA8803AFBD40D6CB87678AE45 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (HotupdateWrap_set_Done_m4D9FD9F41B624EAEA8803AFBD40D6CB87678AE45_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// Hotupdate obj = (Hotupdate)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_4 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// obj.Done = arg0;
|
|
bool L_5 = V_1;
|
|
NullCheck(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)));
|
|
Hotupdate_set_Done_mD1EEE8536904E462EEC2AD9772E7B4F7AF5C0059_inline(((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)CastclassClass((RuntimeObject*)L_2, Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0033;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index Done on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral22A618A557B7D3349D23F9F391FA35B935ACEFA0, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Void HotupdateWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HotupdateWrap__ctor_m4814D8125146FF44ED7DF508181BDCF5900CD749 (HotupdateWrap_t2589C374F69D82E033ABC005F29C11A8EC0A02A0 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Log::set_IsOpen(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_set_IsOpen_mF4B30D5CCAB7F01714FB1FFA9BD592055798280B (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_set_IsOpen_mF4B30D5CCAB7F01714FB1FFA9BD592055798280B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsOpen { set; get; }
|
|
bool L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->set_U3CIsOpenU3Ek__BackingField_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Log::get_IsOpen()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Log_get_IsOpen_mEAE01DD06ECF65B35A6899A1B77289FD2DB702F8 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_get_IsOpen_mEAE01DD06ECF65B35A6899A1B77289FD2DB702F8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsOpen { set; get; }
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->get_U3CIsOpenU3Ek__BackingField_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Log::set_IsScreenOpen(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_set_IsScreenOpen_mCA7F45D24E4FDE9786E6CCC9BF7B79CDCD3E65A5 (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_set_IsScreenOpen_mCA7F45D24E4FDE9786E6CCC9BF7B79CDCD3E65A5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsScreenOpen { set; get; }
|
|
bool L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->set_U3CIsScreenOpenU3Ek__BackingField_1(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Log::get_IsScreenOpen()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Log_get_IsScreenOpen_m4834CBA2177AA0F8A4CF592432B75313B1C4198E (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_get_IsScreenOpen_m4834CBA2177AA0F8A4CF592432B75313B1C4198E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsScreenOpen { set; get; }
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->get_U3CIsScreenOpenU3Ek__BackingField_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Log::set_IsInfo(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_set_IsInfo_m6096B60489D470ED009CFD261424855182ECCEA2 (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_set_IsInfo_m6096B60489D470ED009CFD261424855182ECCEA2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsInfo { set; get; }
|
|
bool L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->set_U3CIsInfoU3Ek__BackingField_2(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Log::get_IsInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Log_get_IsInfo_m5BD3493CF157BB17D60BDEA4164707EC046C3330 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_get_IsInfo_m5BD3493CF157BB17D60BDEA4164707EC046C3330_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsInfo { set; get; }
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->get_U3CIsInfoU3Ek__BackingField_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Log::set_IsDebug(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_set_IsDebug_m1577696C11E4CAC74AE1EDF0650FDE2D4252558F (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_set_IsDebug_m1577696C11E4CAC74AE1EDF0650FDE2D4252558F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsDebug { set; get; }
|
|
bool L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->set_U3CIsDebugU3Ek__BackingField_3(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Log::get_IsDebug()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Log_get_IsDebug_m72DC8165452C3B013451A6AF87BA59915900086F (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_get_IsDebug_m72DC8165452C3B013451A6AF87BA59915900086F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsDebug { set; get; }
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->get_U3CIsDebugU3Ek__BackingField_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Log::set_IsWarning(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_set_IsWarning_mFE85C14CCB920C3865202EF82F5F74E2D2E2905E (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_set_IsWarning_mFE85C14CCB920C3865202EF82F5F74E2D2E2905E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsWarning { set; get; }
|
|
bool L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->set_U3CIsWarningU3Ek__BackingField_4(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Log::get_IsWarning()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Log_get_IsWarning_m2FE2A4C6754B770F783853DDBF33D8DF4FFA8BE8 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_get_IsWarning_m2FE2A4C6754B770F783853DDBF33D8DF4FFA8BE8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsWarning { set; get; }
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->get_U3CIsWarningU3Ek__BackingField_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Log::set_IsError(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_set_IsError_mBE263C10788B40875FF8C5C84D4C95239C840BCB (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_set_IsError_mBE263C10788B40875FF8C5C84D4C95239C840BCB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsError { set; get; }
|
|
bool L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->set_U3CIsErrorU3Ek__BackingField_5(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Log::get_IsError()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Log_get_IsError_m60C9A8E48BD3C67FD49BE48A411478D965F17D32 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_get_IsError_m60C9A8E48BD3C67FD49BE48A411478D965F17D32_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsError { set; get; }
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->get_U3CIsErrorU3Ek__BackingField_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Log::set_IsExcept(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_set_IsExcept_m796B7CC79872386910196F1085AE118ED646F913 (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_set_IsExcept_m796B7CC79872386910196F1085AE118ED646F913_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsExcept { set; get; }
|
|
bool L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->set_U3CIsExceptU3Ek__BackingField_6(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Log::get_IsExcept()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Log_get_IsExcept_m62B9DD6866210BC612833654DFA6958DB8534112 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_get_IsExcept_m62B9DD6866210BC612833654DFA6958DB8534112_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsExcept { set; get; }
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->get_U3CIsExceptU3Ek__BackingField_6();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Log::set_IsCritical(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_set_IsCritical_m2244EDF021D6DE8B7B639812B56E248232D4FBA8 (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_set_IsCritical_m2244EDF021D6DE8B7B639812B56E248232D4FBA8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsCritical { set; get; }
|
|
bool L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->set_U3CIsCriticalU3Ek__BackingField_7(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Log::get_IsCritical()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Log_get_IsCritical_m75752A2F3C5764AE356DB3464F6BE3C297DB5D0F (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_get_IsCritical_m75752A2F3C5764AE356DB3464F6BE3C297DB5D0F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsCritical { set; get; }
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->get_U3CIsCriticalU3Ek__BackingField_7();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Log::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log__cctor_mE20B10BEC46F5689531B9A8BBA4F29EC8494DE53 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// IsOpen = true;
|
|
Log_set_IsOpen_mF4B30D5CCAB7F01714FB1FFA9BD592055798280B_inline((bool)1, /*hidden argument*/NULL);
|
|
// IsScreenOpen = true;
|
|
Log_set_IsScreenOpen_mCA7F45D24E4FDE9786E6CCC9BF7B79CDCD3E65A5_inline((bool)1, /*hidden argument*/NULL);
|
|
// IsDebug = true;
|
|
Log_set_IsDebug_m1577696C11E4CAC74AE1EDF0650FDE2D4252558F_inline((bool)1, /*hidden argument*/NULL);
|
|
// IsInfo = true;
|
|
Log_set_IsInfo_m6096B60489D470ED009CFD261424855182ECCEA2_inline((bool)1, /*hidden argument*/NULL);
|
|
// IsWarning = true;
|
|
Log_set_IsWarning_mFE85C14CCB920C3865202EF82F5F74E2D2E2905E_inline((bool)1, /*hidden argument*/NULL);
|
|
// IsError = true;
|
|
Log_set_IsError_mBE263C10788B40875FF8C5C84D4C95239C840BCB_inline((bool)1, /*hidden argument*/NULL);
|
|
// IsExcept = true;
|
|
Log_set_IsExcept_m796B7CC79872386910196F1085AE118ED646F913_inline((bool)1, /*hidden argument*/NULL);
|
|
// IsCritical = true;
|
|
Log_set_IsCritical_m2244EDF021D6DE8B7B639812B56E248232D4FBA8_inline((bool)1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Log::OpenReporter()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_OpenReporter_mA0E85EDD4D5A824BB85CFA2F27EFAE2D95DCF8F4 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_OpenReporter_mA0E85EDD4D5A824BB85CFA2F27EFAE2D95DCF8F4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_0 = NULL;
|
|
{
|
|
// var o = Object.Instantiate(Resources.Load("Reporter")) as Transform;
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_0 = Resources_Load_mDBE6B83A74A52A1A6F5A68F7E5BC112DBB81B3C1(_stringLiteralD37B68F65DBC8194B32C9DA9FE92A1D8FBAD745B, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_1 = Object_Instantiate_m17AA3123A55239124BC54A907AEEE509034F0830(L_0, /*hidden argument*/NULL);
|
|
V_0 = ((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)IsInstClass((RuntimeObject*)L_1, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var));
|
|
// if (o != null) Object.DontDestroyOnLoad(o);
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_2 = V_0;
|
|
bool L_3 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_2, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// if (o != null) Object.DontDestroyOnLoad(o);
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
Object_DontDestroyOnLoad_m4DC90770AD6084E4B1B8489C6B41205DC020C207(L_4, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Log::Debug(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_Debug_m0DC6F385A6A5F87DB8EF4E937781CE114C98C8E3 (RuntimeObject * ___content0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_Debug_m0DC6F385A6A5F87DB8EF4E937781CE114C98C8E3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (!IsDebug) return;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
bool L_0 = Log_get_IsDebug_m72DC8165452C3B013451A6AF87BA59915900086F_inline(/*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
// if (!IsDebug) return;
|
|
return;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
// string logstr = DateTime.Now.ToString("HH:mm:ss") + " [Debug] " + content;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
String_t* L_2 = DateTime_ToString_m203C5710CD7AB2F5F1B2D9DA1DFD45BB3774179A((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), _stringLiteralDCE54DCDAC85F06A19366C606042058BAD8C84C6, /*hidden argument*/NULL);
|
|
RuntimeObject * L_3 = ___content0;
|
|
String_t* L_4 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(L_2, _stringLiteralB37519FD05FECEDF81D59AF480A8C7CD8B6F3103, L_3, /*hidden argument*/NULL);
|
|
// _SetDebugLog(logstr, LEVEL.debug);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
Log__SetDebugLog_m7A445A2BD9EF46B71090FDD073CF63345F1AB92E(L_4, 1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Log::Info(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_Info_m5E33A57606AFEFF0FDDBF06F7C02C9F59D80AACE (RuntimeObject * ___content0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_Info_m5E33A57606AFEFF0FDDBF06F7C02C9F59D80AACE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (!IsInfo) return;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
bool L_0 = Log_get_IsInfo_m5BD3493CF157BB17D60BDEA4164707EC046C3330_inline(/*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
// if (!IsInfo) return;
|
|
return;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
// string logstr = DateTime.Now.ToString("HH:mm:ss") + " [Info] " + content;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
String_t* L_2 = DateTime_ToString_m203C5710CD7AB2F5F1B2D9DA1DFD45BB3774179A((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), _stringLiteralDCE54DCDAC85F06A19366C606042058BAD8C84C6, /*hidden argument*/NULL);
|
|
RuntimeObject * L_3 = ___content0;
|
|
String_t* L_4 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(L_2, _stringLiteralD493F113A3B1BBC64D354749CDBEC6BB42D7989B, L_3, /*hidden argument*/NULL);
|
|
// _SetDebugLog(logstr, (LEVEL.info));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
Log__SetDebugLog_m7A445A2BD9EF46B71090FDD073CF63345F1AB92E(L_4, 2, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Log::Warning(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_Warning_mDA2E5E68E430B203A9B2B2401AD6F291582962E2 (RuntimeObject * ___content0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_Warning_mDA2E5E68E430B203A9B2B2401AD6F291582962E2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (!IsWarning) return;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
bool L_0 = Log_get_IsWarning_m2FE2A4C6754B770F783853DDBF33D8DF4FFA8BE8_inline(/*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
// if (!IsWarning) return;
|
|
return;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
// string logstr = DateTime.Now.ToString("HH:mm:ss") + " [Warning] " + content;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
String_t* L_2 = DateTime_ToString_m203C5710CD7AB2F5F1B2D9DA1DFD45BB3774179A((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), _stringLiteralDCE54DCDAC85F06A19366C606042058BAD8C84C6, /*hidden argument*/NULL);
|
|
RuntimeObject * L_3 = ___content0;
|
|
String_t* L_4 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(L_2, _stringLiteral44CB37C30F8E71CE4563273C55A168AD532B35B5, L_3, /*hidden argument*/NULL);
|
|
// _SetDebugLog(logstr, LEVEL.warning);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
Log__SetDebugLog_m7A445A2BD9EF46B71090FDD073CF63345F1AB92E(L_4, 3, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Log::Error(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_Error_m6086A34132FC6C8F724E3D2E2033AA40E7F6C810 (RuntimeObject * ___content0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_Error_m6086A34132FC6C8F724E3D2E2033AA40E7F6C810_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (!IsError) return;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
bool L_0 = Log_get_IsError_m60C9A8E48BD3C67FD49BE48A411478D965F17D32_inline(/*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
// if (!IsError) return;
|
|
return;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
// string logstr = DateTime.Now.ToString("HH:mm:ss") + " [Error] " + content;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
String_t* L_2 = DateTime_ToString_m203C5710CD7AB2F5F1B2D9DA1DFD45BB3774179A((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), _stringLiteralDCE54DCDAC85F06A19366C606042058BAD8C84C6, /*hidden argument*/NULL);
|
|
RuntimeObject * L_3 = ___content0;
|
|
String_t* L_4 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(L_2, _stringLiteral2B95067731F9A3B44C58AE8B2F0395C768E38BBC, L_3, /*hidden argument*/NULL);
|
|
// _SetDebugLog(logstr, LEVEL.error);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
Log__SetDebugLog_m7A445A2BD9EF46B71090FDD073CF63345F1AB92E(L_4, 4, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Log::Except(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_Except_m97C38266CE3B40132C2AFAF307F5412554D5305D (RuntimeObject * ___content0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_Except_m97C38266CE3B40132C2AFAF307F5412554D5305D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (!IsExcept) return;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
bool L_0 = Log_get_IsExcept_m62B9DD6866210BC612833654DFA6958DB8534112_inline(/*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
// if (!IsExcept) return;
|
|
return;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
// string logstr = DateTime.Now.ToString("HH:mm:ss") + " [Except] " + content;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
String_t* L_2 = DateTime_ToString_m203C5710CD7AB2F5F1B2D9DA1DFD45BB3774179A((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), _stringLiteralDCE54DCDAC85F06A19366C606042058BAD8C84C6, /*hidden argument*/NULL);
|
|
RuntimeObject * L_3 = ___content0;
|
|
String_t* L_4 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(L_2, _stringLiteralF7B53E20C4B78ADFFE94299D8AA204CBE6133540, L_3, /*hidden argument*/NULL);
|
|
// _SetDebugLog(logstr, LEVEL.except);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
Log__SetDebugLog_m7A445A2BD9EF46B71090FDD073CF63345F1AB92E(L_4, 5, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Log::Critical(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log_Critical_mB41D6144E9D3C432C2281FA7BDB3C7909C347D9C (RuntimeObject * ___content0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_Critical_mB41D6144E9D3C432C2281FA7BDB3C7909C347D9C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (!IsCritical) return;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
bool L_0 = Log_get_IsCritical_m75752A2F3C5764AE356DB3464F6BE3C297DB5D0F_inline(/*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
// if (!IsCritical) return;
|
|
return;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
// string logstr = DateTime.Now.ToString("HH:mm:ss") + " [Critical] " + content;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
String_t* L_2 = DateTime_ToString_m203C5710CD7AB2F5F1B2D9DA1DFD45BB3774179A((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), _stringLiteralDCE54DCDAC85F06A19366C606042058BAD8C84C6, /*hidden argument*/NULL);
|
|
RuntimeObject * L_3 = ___content0;
|
|
String_t* L_4 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(L_2, _stringLiteralE9D34849236BF94D9887C4C5315B97981CAEC5BB, L_3, /*hidden argument*/NULL);
|
|
// _SetDebugLog(logstr, LEVEL.critical);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
Log__SetDebugLog_m7A445A2BD9EF46B71090FDD073CF63345F1AB92E(L_4, 6, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Log::_SetDebugLog(System.Object,Log_LEVEL)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log__SetDebugLog_m7A445A2BD9EF46B71090FDD073CF63345F1AB92E (RuntimeObject * ___content0, int32_t ___level1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log__SetDebugLog_m7A445A2BD9EF46B71090FDD073CF63345F1AB92E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
// if (IsOpen)
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
bool L_0 = Log_get_IsOpen_mEAE01DD06ECF65B35A6899A1B77289FD2DB702F8_inline(/*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_00ab;
|
|
}
|
|
}
|
|
{
|
|
// string color = _GetLogModeColor(level);
|
|
int32_t L_1 = ___level1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
String_t* L_2 = Log__GetLogModeColor_m217BB940482F5A96FB5B57B2D64611DF742FD65C(L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (level == LEVEL.error)
|
|
int32_t L_3 = ___level1;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
// UnityEngine.Debug.LogError("<color=" + color + ">" + content + "</color>");
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, _stringLiteralEC381A981695CB5B4108E038E15CA598EC364C96);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralEC381A981695CB5B4108E038E15CA598EC364C96);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5;
|
|
String_t* L_7 = V_0;
|
|
NullCheck(L_6);
|
|
ArrayElementTypeCheck (L_6, L_7);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_7);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_6;
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_8;
|
|
RuntimeObject * L_10 = ___content0;
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, L_10);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_10);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_9;
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, _stringLiteral7AB1A22C152A21E59C89CBA73DA7DCB91237992A);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)_stringLiteral7AB1A22C152A21E59C89CBA73DA7DCB91237992A);
|
|
String_t* L_12 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_11, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
|
|
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_12, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// else if (level == LEVEL.warning)
|
|
int32_t L_13 = ___level1;
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)3))))
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
{
|
|
// UnityEngine.Debug.LogWarning("<color=" + color + ">" + content + "</color>");
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = L_14;
|
|
NullCheck(L_15);
|
|
ArrayElementTypeCheck (L_15, _stringLiteralEC381A981695CB5B4108E038E15CA598EC364C96);
|
|
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralEC381A981695CB5B4108E038E15CA598EC364C96);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_15;
|
|
String_t* L_17 = V_0;
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, L_17);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_17);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_16;
|
|
NullCheck(L_18);
|
|
ArrayElementTypeCheck (L_18, _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194);
|
|
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = L_18;
|
|
RuntimeObject * L_20 = ___content0;
|
|
NullCheck(L_19);
|
|
ArrayElementTypeCheck (L_19, L_20);
|
|
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_20);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_19;
|
|
NullCheck(L_21);
|
|
ArrayElementTypeCheck (L_21, _stringLiteral7AB1A22C152A21E59C89CBA73DA7DCB91237992A);
|
|
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)_stringLiteral7AB1A22C152A21E59C89CBA73DA7DCB91237992A);
|
|
String_t* L_22 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_21, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_22, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
// UnityEngine.Debug.Log("<color=" + color + ">" + content + "</color>");
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = L_23;
|
|
NullCheck(L_24);
|
|
ArrayElementTypeCheck (L_24, _stringLiteralEC381A981695CB5B4108E038E15CA598EC364C96);
|
|
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralEC381A981695CB5B4108E038E15CA598EC364C96);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_24;
|
|
String_t* L_26 = V_0;
|
|
NullCheck(L_25);
|
|
ArrayElementTypeCheck (L_25, L_26);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_26);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = L_25;
|
|
NullCheck(L_27);
|
|
ArrayElementTypeCheck (L_27, _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_28 = L_27;
|
|
RuntimeObject * L_29 = ___content0;
|
|
NullCheck(L_28);
|
|
ArrayElementTypeCheck (L_28, L_29);
|
|
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_29);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_30 = L_28;
|
|
NullCheck(L_30);
|
|
ArrayElementTypeCheck (L_30, _stringLiteral7AB1A22C152A21E59C89CBA73DA7DCB91237992A);
|
|
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)_stringLiteral7AB1A22C152A21E59C89CBA73DA7DCB91237992A);
|
|
String_t* L_31 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_30, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
|
|
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_31, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.String Log::_GetLogModeColor(Log_LEVEL)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Log__GetLogModeColor_m217BB940482F5A96FB5B57B2D64611DF742FD65C (int32_t ___level0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log__GetLogModeColor_m217BB940482F5A96FB5B57B2D64611DF742FD65C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
// string nColor = "#878787";
|
|
V_0 = _stringLiteral3773A560970C1A0C8A8B4E08F7FF735610ADE801;
|
|
// switch (level)
|
|
int32_t L_0 = ___level0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// nColor = "#FFFFFF";
|
|
V_0 = _stringLiteral4EB70E250BF96C69A1FDD488857318805F704945;
|
|
// break;
|
|
goto IL_0056;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// nColor = "#0BCD32";
|
|
V_0 = _stringLiteralA4945B8329BB410456B22267513E3919FDD0BFCD;
|
|
// break;
|
|
goto IL_0056;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// nColor = "#DBDB00";
|
|
V_0 = _stringLiteralA3BFB4577570D5AC4059515AC60ADC8DAED9FF15;
|
|
// break;
|
|
goto IL_0056;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// nColor = "#D40909";
|
|
V_0 = _stringLiteral151CABC19ECF206E3165C60E2290143109AC5302;
|
|
// break;
|
|
goto IL_0056;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// nColor = "#0707D2";
|
|
V_0 = _stringLiteral093E21A8D4990924672ED981BEBFA0EABB06A76E;
|
|
// break;
|
|
goto IL_0056;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
// nColor = "#878787";
|
|
V_0 = _stringLiteral3773A560970C1A0C8A8B4E08F7FF735610ADE801;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
// return nColor;
|
|
String_t* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void Log::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log__ctor_mF8B4EC0A1CE1962076116CA87EF8C72B67E4D410 (Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void LogManager::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogManager_Init_mB6043B5A93639718D93CA7C07BD8BB747FBC1E66 (LogManager_tED2A57CB3D8EC3AB1B85577DF9659C0D8EA60AEE * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LogManager_Init_mB6043B5A93639718D93CA7C07BD8BB747FBC1E66_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// base.Init();
|
|
Singleton_1_Init_m397C286C553E7D9C6B6E21BE31FD07D5238E1EAE(__this, /*hidden argument*/Singleton_1_Init_m397C286C553E7D9C6B6E21BE31FD07D5238E1EAE_RuntimeMethod_var);
|
|
// CreteLogFile();
|
|
LogManager_CreteLogFile_m7A7E35410C80D0D0D631FA46AD10C6DC60CF8EB9(__this, /*hidden argument*/NULL);
|
|
// AddLocalLogEvent();
|
|
LogManager_AddLocalLogEvent_mEDAB1ACC225B47282CF507DF9EB6DC01E2CBB8CA(__this, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LogManager::UnInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogManager_UnInit_m04D4BD43678A4676961D8E5F64236AC4BCAF82F0 (LogManager_tED2A57CB3D8EC3AB1B85577DF9659C0D8EA60AEE * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LogManager_UnInit_m04D4BD43678A4676961D8E5F64236AC4BCAF82F0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// base.UnInit();
|
|
Singleton_1_UnInit_m7D9CEA15107E698CB856EC82D721E15A501AED43(__this, /*hidden argument*/Singleton_1_UnInit_m7D9CEA15107E698CB856EC82D721E15A501AED43_RuntimeMethod_var);
|
|
// Application.logMessageReceived -= LogHandle;
|
|
LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_0 = (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 *)il2cpp_codegen_object_new(LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778_il2cpp_TypeInfo_var);
|
|
LogCallback__ctor_mF61E7CECD9E360B0B8A992720860F9816E165731(L_0, __this, (intptr_t)((intptr_t)LogManager_LogHandle_mC7B1C13900B09C4FCBA49A82DAB1A9635740B99D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
Application_remove_logMessageReceived_mC1822286AE6419921088089C8FBF5BDA58EC3DBF(L_0, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LogManager::CreteLogFile()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogManager_CreteLogFile_m7A7E35410C80D0D0D631FA46AD10C6DC60CF8EB9 (LogManager_tED2A57CB3D8EC3AB1B85577DF9659C0D8EA60AEE * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LogManager_CreteLogFile_m7A7E35410C80D0D0D631FA46AD10C6DC60CF8EB9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
// string logPath = FileManager.CombinePath(Application.persistentDataPath, "Log");
|
|
String_t* L_0 = Application_get_persistentDataPath_m82E34156D8BD0A55CAC258CDFE8317FAD6945F5B(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
|
|
String_t* L_1 = FileManager_CombinePath_m2FC7FEC6A7A16A0403C62E406DD14F19094C5FC7(L_0, _stringLiteral8BF95EA372568C7A254BA9FADA5F6F1701EBC5B5, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// Debug.LogError(logPath);
|
|
String_t* L_2 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
|
|
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_2, /*hidden argument*/NULL);
|
|
// if (!FileManager.IsDirectoryExist(logPath))
|
|
String_t* L_3 = V_0;
|
|
bool L_4 = FileManager_IsDirectoryExist_mA81BBFE231BE9271E8610F2E8B88A16467454737(L_3, /*hidden argument*/NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// FileManager.CreateDirectory(logPath);
|
|
String_t* L_5 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
|
|
FileManager_CreateDirectory_mA987B59F622C6D3757097FE82FCEC97D0F91D121(L_5, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// logFilePath = FileManager.CombinePath(logPath, "unityerrorlog.txt");
|
|
String_t* L_6 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(FileManager_tBDE0A9D86892DD426BBE31D4CFB8BE5A1743A4ED_il2cpp_TypeInfo_var);
|
|
String_t* L_7 = FileManager_CombinePath_m2FC7FEC6A7A16A0403C62E406DD14F19094C5FC7(L_6, _stringLiteral3F0F75D87749BF6211C8AD131E6C43C761F7B9EE, /*hidden argument*/NULL);
|
|
__this->set_logFilePath_1(L_7);
|
|
// if(!FileManager.IsFileExist(logFilePath))
|
|
String_t* L_8 = __this->get_logFilePath_1();
|
|
bool L_9 = FileManager_IsFileExist_m55609CB1F8C55775CB769BB512074A9ECFB9D9BE(L_8, /*hidden argument*/NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
// File.Create(logFilePath).Dispose();
|
|
String_t* L_10 = __this->get_logFilePath_1();
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_11 = File_Create_mE6AF90C7A82E96EC1315821EB061327CF3EB55DD(L_10, /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
Stream_Dispose_m186A8E680F2528DEDFF8F0069CC33BD813FFB1C7(L_11, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LogManager::AddLocalLogEvent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogManager_AddLocalLogEvent_mEDAB1ACC225B47282CF507DF9EB6DC01E2CBB8CA (LogManager_tED2A57CB3D8EC3AB1B85577DF9659C0D8EA60AEE * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LogManager_AddLocalLogEvent_mEDAB1ACC225B47282CF507DF9EB6DC01E2CBB8CA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Application.logMessageReceived += LogHandle;
|
|
LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_0 = (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 *)il2cpp_codegen_object_new(LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778_il2cpp_TypeInfo_var);
|
|
LogCallback__ctor_mF61E7CECD9E360B0B8A992720860F9816E165731(L_0, __this, (intptr_t)((intptr_t)LogManager_LogHandle_mC7B1C13900B09C4FCBA49A82DAB1A9635740B99D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
Application_add_logMessageReceived_m2DDAF59D2C0AF572C6412E946898E2CE070C38AD(L_0, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LogManager::LogHandle(System.String,System.String,UnityEngine.LogType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogManager_LogHandle_mC7B1C13900B09C4FCBA49A82DAB1A9635740B99D (LogManager_tED2A57CB3D8EC3AB1B85577DF9659C0D8EA60AEE * __this, String_t* ___condition0, String_t* ___stackTrace1, int32_t ___type2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LogManager_LogHandle_mC7B1C13900B09C4FCBA49A82DAB1A9635740B99D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringBuilder_t * V_0 = NULL;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// if (type==LogType.Exception )
|
|
int32_t L_0 = ___type2;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)4))))
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError("????======>>>>");
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
|
|
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(_stringLiteralE6EBAE61455AEDF76B2C9F49FBE9BF2E3A5FE760, /*hidden argument*/NULL);
|
|
// StringBuilder stb = new StringBuilder();
|
|
StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// stb.Append(DateTime.Now.ToString()).Append(condition).Append(stackTrace).Append(System.Environment.NewLine);
|
|
StringBuilder_t * L_2 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
String_t* L_4 = DateTime_ToString_mBB245CB189C10659D35E8E273FB03E34EA1A7122((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_1), /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
StringBuilder_t * L_5 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_2, L_4, /*hidden argument*/NULL);
|
|
String_t* L_6 = ___condition0;
|
|
NullCheck(L_5);
|
|
StringBuilder_t * L_7 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_5, L_6, /*hidden argument*/NULL);
|
|
String_t* L_8 = ___stackTrace1;
|
|
NullCheck(L_7);
|
|
StringBuilder_t * L_9 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_7, L_8, /*hidden argument*/NULL);
|
|
String_t* L_10 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_9, L_10, /*hidden argument*/NULL);
|
|
// ExecuteWriteLog(stb.ToString());
|
|
StringBuilder_t * L_11 = V_0;
|
|
NullCheck(L_11);
|
|
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11);
|
|
LogManager_ExecuteWriteLog_m0C728DECF323A621FF3760A7B4B5C3707D58813D(__this, L_12, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LogManager::ExecuteWriteLog(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogManager_ExecuteWriteLog_m0C728DECF323A621FF3760A7B4B5C3707D58813D (LogManager_tED2A57CB3D8EC3AB1B85577DF9659C0D8EA60AEE * __this, String_t* ___text0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LogManager_ExecuteWriteLog_m0C728DECF323A621FF3760A7B4B5C3707D58813D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * V_0 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// using (FileStream fs = new FileStream(logFilePath, FileMode.Append, FileAccess.Write))
|
|
String_t* L_0 = __this->get_logFilePath_1();
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_1 = (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 *)il2cpp_codegen_object_new(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
|
|
FileStream__ctor_m49CE3FAF4AEF5EE690E5E53A95749F3C4414C47B(L_1, L_0, 6, 2, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
try
|
|
{ // begin try (depth: 2)
|
|
// byte[] tempData = System.Text.Encoding.UTF8.GetBytes(text);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
|
|
String_t* L_3 = ___text0;
|
|
NullCheck(L_2);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_2, L_3);
|
|
V_1 = L_4;
|
|
// fs.Write(tempData, 0, tempData.Length);
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_5 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
NullCheck(L_5);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))));
|
|
// fs.Close();
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_8 = V_0;
|
|
NullCheck(L_8);
|
|
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_8);
|
|
// fs.Dispose();
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_9 = V_0;
|
|
NullCheck(L_9);
|
|
Stream_Dispose_m186A8E680F2528DEDFF8F0069CC33BD813FFB1C7(L_9, /*hidden argument*/NULL);
|
|
// }
|
|
IL2CPP_LEAVE(0x3D, FINALLY_0033);
|
|
} // end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0033;
|
|
}
|
|
|
|
FINALLY_0033:
|
|
{ // begin finally (depth: 2)
|
|
{
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_10 = V_0;
|
|
if (!L_10)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_11 = V_0;
|
|
NullCheck(L_11);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_11);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
IL2CPP_END_FINALLY(51)
|
|
}
|
|
} // end finally (depth: 2)
|
|
IL2CPP_CLEANUP(51)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x3D, IL_003d)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
// }
|
|
goto IL_0042;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (System.Exception)
|
|
// }
|
|
goto IL_0042;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0042:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LogManager::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogManager__ctor_m834F6A774996896C6F03E8D34B98EA274B0670B8 (LogManager_tED2A57CB3D8EC3AB1B85577DF9659C0D8EA60AEE * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LogManager__ctor_m834F6A774996896C6F03E8D34B98EA274B0670B8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public string logFilePath = "";
|
|
__this->set_logFilePath_1(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
Singleton_1__ctor_mE975638B4ED762801658F46493F20566FE3CC6FF(__this, /*hidden argument*/Singleton_1__ctor_mE975638B4ED762801658F46493F20566FE3CC6FF_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_UnityEngine_Events_UnityAction_mBB6EDFCDAFAE815C71EB529DAB4DDC6D021B1166(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_UnityEngine_Events_UnityAction_mBB6EDFCDAFAE815C71EB529DAB4DDC6D021B1166(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_UnityEngine_Camera_CameraCallback_m26729CFF7984CEA7D8A881A382B5D8BE0A52FBD8(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_UnityEngine_Camera_CameraCallback_m26729CFF7984CEA7D8A881A382B5D8BE0A52FBD8(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_UnityEngine_Application_AdvertisingIdentifierCallback_m049B30CE5320BE8BE41644ADF352E1579011240D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_UnityEngine_Application_AdvertisingIdentifierCallback_m049B30CE5320BE8BE41644ADF352E1579011240D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_UnityEngine_Application_LowMemoryCallback_m65EC80DACE123003332F838BC9BEE0D2237512A9(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_UnityEngine_Application_LowMemoryCallback_m65EC80DACE123003332F838BC9BEE0D2237512A9(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_UnityEngine_Application_LogCallback_mAFE3E29E69E024CEB8C486C43BDB5EDA45FE025B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_UnityEngine_Application_LogCallback_mAFE3E29E69E024CEB8C486C43BDB5EDA45FE025B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_UnityEngine_AudioClip_PCMReaderCallback_mD21B499E9D1BD1EFB8FD063DD44AFDCAEFC92F95(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_UnityEngine_AudioClip_PCMReaderCallback_mD21B499E9D1BD1EFB8FD063DD44AFDCAEFC92F95(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_UnityEngine_AudioClip_PCMSetPositionCallback_m89842D1F83BBB1F64E76AB6138764821D72A599F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_UnityEngine_AudioClip_PCMSetPositionCallback_m89842D1F83BBB1F64E76AB6138764821D72A599F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_FairyGUI_GTweenCallback_m8056B2FAE08088992577B132EAD3DC27456A470E(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_FairyGUI_GTweenCallback_m8056B2FAE08088992577B132EAD3DC27456A470E(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_FairyGUI_EventCallback1_m4B3395D7F30284B9C10D4B24CC8EF94176F8F87F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_FairyGUI_EventCallback1_m4B3395D7F30284B9C10D4B24CC8EF94176F8F87F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_FairyGUI_EventCallback0_mA14A82D9A1337ED54B1BC4C9EAEF6EE3A31A8C6F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_FairyGUI_EventCallback0_mA14A82D9A1337ED54B1BC4C9EAEF6EE3A31A8C6F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_FairyGUI_ListItemRenderer_mD32611808DEC75D152D0B563B02AB057DD7779F4(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_FairyGUI_ListItemRenderer_mD32611808DEC75D152D0B563B02AB057DD7779F4(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_FairyGUI_ListItemProvider_mD59C085C9EBE3746B2039317526E83DF878B8C73(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_FairyGUI_ListItemProvider_mD59C085C9EBE3746B2039317526E83DF878B8C73(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_FairyGUI_PlayCompleteCallback_mD17CC5B93B25FBFAC571B3F669AD1953A0B2E6BB(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_FairyGUI_PlayCompleteCallback_mD17CC5B93B25FBFAC571B3F669AD1953A0B2E6BB(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_FairyGUI_TransitionHook_m498A930DA2DCAA1AD82F4913F676D71C6452C4A8(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_FairyGUI_TransitionHook_m498A930DA2DCAA1AD82F4913F676D71C6452C4A8(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_FairyGUI_TimerCallback_m3A5C610B79AAFB5EE17491F2371D0875219B5FFC(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_FairyGUI_TimerCallback_m3A5C610B79AAFB5EE17491F2371D0875219B5FFC(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_FairyGUI_GTweenCallback1_mE9A5DF654115A8A1B31A02C762BE4F75325BD71A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_FairyGUI_GTweenCallback1_mE9A5DF654115A8A1B31A02C762BE4F75325BD71A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_FairyGUI_UIPackage_CreateObjectCallback_m886D2726572D314DA18BFDB8EAF6BF4D5C72D910(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_FairyGUI_UIPackage_CreateObjectCallback_m886D2726572D314DA18BFDB8EAF6BF4D5C72D910(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_FairyGUI_GObjectPool_InitCallbackDelegate_mE96834EEA6574613B704A0BD9A2B55B2CADC20CF(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_FairyGUI_GObjectPool_InitCallbackDelegate_mE96834EEA6574613B704A0BD9A2B55B2CADC20CF(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_FairyGUI_UIObjectFactory_GComponentCreator_mD844B0EC7849F37189D4099B83528E40CBAAD52B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_FairyGUI_UIObjectFactory_GComponentCreator_mD844B0EC7849F37189D4099B83528E40CBAAD52B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_FairyGUI_UIObjectFactory_GLoaderCreator_mE21DFC316EA43D120A62802F86DB549F543A33BD(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_FairyGUI_UIObjectFactory_GLoaderCreator_mE21DFC316EA43D120A62802F86DB549F543A33BD(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_FairyGUI_UIConfig_SoundLoader_m91E554B4F101452A3B4966BBA41A14CA3D54B940(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_FairyGUI_UIConfig_SoundLoader_m91E554B4F101452A3B4966BBA41A14CA3D54B940(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_System_Action_m023154760C00481CBF83B5F34295732AC229FA42(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_System_Action_m023154760C00481CBF83B5F34295732AC229FA42(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_System_Predicate_int_mA1371338026C3DB913B606305DD7604BCB11CB44(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_System_Predicate_int_mA1371338026C3DB913B606305DD7604BCB11CB44(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_System_Action_int_mD157EC370F8092F0A922E7C9F13AE8E456151FC8(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_System_Action_int_mD157EC370F8092F0A922E7C9F13AE8E456151FC8(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_System_Comparison_int_m179D2FEB2C1F9124574199492A49957666F57114(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_System_Comparison_int_m179D2FEB2C1F9124574199492A49957666F57114(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_System_Func_int_int_mB1947D852EE5DD0474773078E5D083CC791DC967(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_System_Func_int_int_mB1947D852EE5DD0474773078E5D083CC791DC967(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_System_Action_bool_mDC575E788266BC6BCA4C9510D00E918593D0289A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_System_Action_bool_mDC575E788266BC6BCA4C9510D00E918593D0289A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_System_Action_string_m5F484E20F94461DE3CF0F964975EA34B27120E68(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_System_Action_string_m5F484E20F94461DE3CF0F964975EA34B27120E68(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_System_Func_bool_m700AF81876EBB97F8B7449C654197DDA0463C5F8(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_System_Func_bool_m700AF81876EBB97F8B7449C654197DDA0463C5F8(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_System_Action_UnityEngine_AsyncOperation_mEA2FB1653BD60DF3F88AC012858FD4215B21763C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_System_Action_UnityEngine_AsyncOperation_mEA2FB1653BD60DF3F88AC012858FD4215B21763C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_System_Action_string_System_Action_m69CA12871EE06AAD2FFB1E56B6394BFC4C8D8B17(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_System_Action_string_System_Action_m69CA12871EE06AAD2FFB1E56B6394BFC4C8D8B17(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_LuaOpen_UnityEngine_MeshRenderer_mE1FB99462D05EAC6830CA0815605366726D9AE62(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_LuaOpen_UnityEngine_MeshRenderer_mE1FB99462D05EAC6830CA0815605366726D9AE62(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_LuaOpen_UnityEngine_BoxCollider_mB89F4E31BCF0EAB7F91B3432AB88E059EDB6F034(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_LuaOpen_UnityEngine_BoxCollider_mB89F4E31BCF0EAB7F91B3432AB88E059EDB6F034(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_LuaOpen_UnityEngine_MeshCollider_m637044BCF2A72E5C968A862032236CF2AAA927FE(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_LuaOpen_UnityEngine_MeshCollider_m637044BCF2A72E5C968A862032236CF2AAA927FE(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_LuaOpen_UnityEngine_SphereCollider_mBFE253E19B63767C397705BB646FC62E093D3090(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_LuaOpen_UnityEngine_SphereCollider_mBFE253E19B63767C397705BB646FC62E093D3090(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_LuaOpen_UnityEngine_CharacterController_mE4432CA41C11D4A1E357D39013D2017C70CC94A3(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_LuaOpen_UnityEngine_CharacterController_mE4432CA41C11D4A1E357D39013D2017C70CC94A3(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_LuaOpen_UnityEngine_CapsuleCollider_m054843E27781EAD4C84B025F6D49467E627B22CC(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_LuaOpen_UnityEngine_CapsuleCollider_m054843E27781EAD4C84B025F6D49467E627B22CC(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_LuaOpen_UnityEngine_Animation_m515EE196520111AB9B1802589A5EC6BB37338B86(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_LuaOpen_UnityEngine_Animation_m515EE196520111AB9B1802589A5EC6BB37338B86(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_LuaOpen_UnityEngine_AnimationClip_mC3762E1113BEF5490E682C50887B0E508F07BAD4(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_LuaOpen_UnityEngine_AnimationClip_mC3762E1113BEF5490E682C50887B0E508F07BAD4(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_LuaOpen_UnityEngine_AnimationState_mBE8550125DC87AD922EFED49710D673D8EA1868D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_LuaOpen_UnityEngine_AnimationState_mBE8550125DC87AD922EFED49710D673D8EA1868D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_LuaOpen_UnityEngine_SkinWeights_m4704E7BE52E9209C2BE262AA83DD9746A8C19B90(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_LuaOpen_UnityEngine_SkinWeights_m4704E7BE52E9209C2BE262AA83DD9746A8C19B90(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_LuaOpen_UnityEngine_RenderTexture_m41B070ED728061B6E9897141BDEE453FEE936CBA(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_LuaOpen_UnityEngine_RenderTexture_m41B070ED728061B6E9897141BDEE453FEE936CBA(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaBinder_LuaOpen_UnityEngine_Rigidbody_m55DD9C6C7E19B6F37E826984971E7320736C2DA4(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaBinder_LuaOpen_UnityEngine_Rigidbody_m55DD9C6C7E19B6F37E826984971E7320736C2DA4(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void LuaBinder::Bind(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaBinder_Bind_m001A78F52C05BD54A4458C799A3C6D6BF6E07E1E (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_Bind_m001A78F52C05BD54A4458C799A3C6D6BF6E07E1E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
{
|
|
// float t = Time.realtimeSinceStartup;
|
|
float L_0 = Time_get_realtimeSinceStartup_mCA1086EC9DFCF135F77BC46D3B7127711EA3DE03(/*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
// L.BeginModule(null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = ___L0;
|
|
NullCheck(L_1);
|
|
LuaState_BeginModule_m90D4690B9813A2513FFBE17BF78F53FA9B991EA9(L_1, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// DSAnimationCurveWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = ___L0;
|
|
DSAnimationCurveWrap_Register_m2671A3A4F03164CB994135636686A77A95E59038(L_2, /*hidden argument*/NULL);
|
|
// TakeScreenShotWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ___L0;
|
|
TakeScreenShotWrap_Register_m796493DAC0103DF37FB8F5610EBCB1E6C8D49E22(L_3, /*hidden argument*/NULL);
|
|
// QRCodePictureWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_4 = ___L0;
|
|
QRCodePictureWrap_Register_m5B69819F6A63A8A10FF9AAFC0305DF9C1C40FD22(L_4, /*hidden argument*/NULL);
|
|
// GameApplicationWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ___L0;
|
|
GameApplicationWrap_Register_m5E053651E20A140B34F209839BB01F28332E4D02(L_5, /*hidden argument*/NULL);
|
|
// VersionWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_6 = ___L0;
|
|
VersionWrap_Register_mFDFA0CEFA2AAC68507BBA3BBA2675E75C55F6ACC(L_6, /*hidden argument*/NULL);
|
|
// HotupdateWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = ___L0;
|
|
HotupdateWrap_Register_m4E33C94936768E664C7957392338B3162F52613E(L_7, /*hidden argument*/NULL);
|
|
// VoiceWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_8 = ___L0;
|
|
VoiceWrap_Register_m49E201E4553B04B58E9DB398449B279991EFAAE5(L_8, /*hidden argument*/NULL);
|
|
// L.BeginModule("UnityEngine");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_9 = ___L0;
|
|
NullCheck(L_9);
|
|
LuaState_BeginModule_m90D4690B9813A2513FFBE17BF78F53FA9B991EA9(L_9, _stringLiteral50D86FCBE2ABB9A65B07323B311FF2296682029D, /*hidden argument*/NULL);
|
|
// UnityEngine_ComponentWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_10 = ___L0;
|
|
UnityEngine_ComponentWrap_Register_mD30F3ED6E400CC88395BA19C6B33753F2F107B9E(L_10, /*hidden argument*/NULL);
|
|
// UnityEngine_TransformWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = ___L0;
|
|
UnityEngine_TransformWrap_Register_m8AF077CEA43D76B8AF21A79C63821E29AF86AABA(L_11, /*hidden argument*/NULL);
|
|
// UnityEngine_MaterialWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_12 = ___L0;
|
|
UnityEngine_MaterialWrap_Register_m07C221188B2A444D4D8FE63F0F65EA0DD03BCA3E(L_12, /*hidden argument*/NULL);
|
|
// UnityEngine_LightWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_13 = ___L0;
|
|
UnityEngine_LightWrap_Register_m48925AF94A47E030E76CD579F0206F1AFAD260E9(L_13, /*hidden argument*/NULL);
|
|
// UnityEngine_CameraWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_14 = ___L0;
|
|
UnityEngine_CameraWrap_Register_mFB051855ED2C92D3793B61AAB4C88780771B07EA(L_14, /*hidden argument*/NULL);
|
|
// UnityEngine_AudioSourceWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_15 = ___L0;
|
|
UnityEngine_AudioSourceWrap_Register_mD17E57354F30FC825AF6357B20030B4D02BB98C1(L_15, /*hidden argument*/NULL);
|
|
// UnityEngine_BehaviourWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_16 = ___L0;
|
|
UnityEngine_BehaviourWrap_Register_m10F4DF28F5456ADD56A54BB6C82D39ABFF379D40(L_16, /*hidden argument*/NULL);
|
|
// UnityEngine_MonoBehaviourWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_17 = ___L0;
|
|
UnityEngine_MonoBehaviourWrap_Register_m5873FD980C9D74CBAAD780A03D8C2F403C822E2A(L_17, /*hidden argument*/NULL);
|
|
// UnityEngine_GameObjectWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_18 = ___L0;
|
|
UnityEngine_GameObjectWrap_Register_m268C294CC6E3708A787CFB66D8086AC17E539FC9(L_18, /*hidden argument*/NULL);
|
|
// UnityEngine_TrackedReferenceWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_19 = ___L0;
|
|
UnityEngine_TrackedReferenceWrap_Register_mDB15470293476E085BA8C1E1F900D1877BD4846F(L_19, /*hidden argument*/NULL);
|
|
// UnityEngine_ApplicationWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_20 = ___L0;
|
|
UnityEngine_ApplicationWrap_Register_mC7F3924BAFE6751B1F6872F57C0DDCF9FCAE2729(L_20, /*hidden argument*/NULL);
|
|
// UnityEngine_PhysicsWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_21 = ___L0;
|
|
UnityEngine_PhysicsWrap_Register_mDE858E866E6FFAB89A4CB73FF38B986719B6130C(L_21, /*hidden argument*/NULL);
|
|
// UnityEngine_ColliderWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_22 = ___L0;
|
|
UnityEngine_ColliderWrap_Register_mDE20043D1D8D9FF88D4D5F47201BD7880B1116D5(L_22, /*hidden argument*/NULL);
|
|
// UnityEngine_TimeWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_23 = ___L0;
|
|
UnityEngine_TimeWrap_Register_m35A6A9276053C3465BDEBCED8EF667D59508C703(L_23, /*hidden argument*/NULL);
|
|
// UnityEngine_TextureWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_24 = ___L0;
|
|
UnityEngine_TextureWrap_Register_mA5624C7BE4B49143508A379DF263F5AB7912D96A(L_24, /*hidden argument*/NULL);
|
|
// UnityEngine_Texture2DWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_25 = ___L0;
|
|
UnityEngine_Texture2DWrap_Register_m92A458B3379BC45D2C3741FB7F692F9A44D74D89(L_25, /*hidden argument*/NULL);
|
|
// UnityEngine_ShaderWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_26 = ___L0;
|
|
UnityEngine_ShaderWrap_Register_m4EBA3CBC89E278D64EB2A5B7BA5F6F1D05CE8A57(L_26, /*hidden argument*/NULL);
|
|
// UnityEngine_RendererWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_27 = ___L0;
|
|
UnityEngine_RendererWrap_Register_m438D712F46ECCD3E9DD00F1957FC97F03791E749(L_27, /*hidden argument*/NULL);
|
|
// UnityEngine_WWWWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_28 = ___L0;
|
|
UnityEngine_WWWWrap_Register_m1793AEA706C18D572D9FB0C3163960A8716288AE(L_28, /*hidden argument*/NULL);
|
|
// UnityEngine_ScreenWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_29 = ___L0;
|
|
UnityEngine_ScreenWrap_Register_m2785B0A92A4E38644F7EF50C8A89D9ABA8DC81DC(L_29, /*hidden argument*/NULL);
|
|
// UnityEngine_CameraClearFlagsWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_30 = ___L0;
|
|
UnityEngine_CameraClearFlagsWrap_Register_mF59F81625A3165C5D9926ADC50E8F933D90EEE12(L_30, /*hidden argument*/NULL);
|
|
// UnityEngine_AudioClipWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_31 = ___L0;
|
|
UnityEngine_AudioClipWrap_Register_m799B3283771708088964CBC06404AB891A1B4073(L_31, /*hidden argument*/NULL);
|
|
// UnityEngine_AssetBundleWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_32 = ___L0;
|
|
UnityEngine_AssetBundleWrap_Register_m8C85AEFE151CD36DF3D532083DC4B686E0213E06(L_32, /*hidden argument*/NULL);
|
|
// UnityEngine_ParticleSystemWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_33 = ___L0;
|
|
UnityEngine_ParticleSystemWrap_Register_m55EBA99E8CFEC6D253C241E34208E7F158FFA688(L_33, /*hidden argument*/NULL);
|
|
// UnityEngine_AsyncOperationWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_34 = ___L0;
|
|
UnityEngine_AsyncOperationWrap_Register_mD618BD0909A896B85FBB7586231F6239CBDBB0D8(L_34, /*hidden argument*/NULL);
|
|
// UnityEngine_LightTypeWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_35 = ___L0;
|
|
UnityEngine_LightTypeWrap_Register_mB23245232A5914B23C1FC3F188853CCA19328E9D(L_35, /*hidden argument*/NULL);
|
|
// UnityEngine_SleepTimeoutWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_36 = ___L0;
|
|
UnityEngine_SleepTimeoutWrap_Register_m058431D6724A94E1E9AE59414A32C785DAD4A7DB(L_36, /*hidden argument*/NULL);
|
|
// UnityEngine_AnimatorWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_37 = ___L0;
|
|
UnityEngine_AnimatorWrap_Register_m6E8FCC228F3B3185D4685B3676488633707B6961(L_37, /*hidden argument*/NULL);
|
|
// UnityEngine_InputWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_38 = ___L0;
|
|
UnityEngine_InputWrap_Register_m56EB058E9CCE33F4A53BA8F4F5286A5512D296E2(L_38, /*hidden argument*/NULL);
|
|
// UnityEngine_KeyCodeWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_39 = ___L0;
|
|
UnityEngine_KeyCodeWrap_Register_m5BE6432C1F1F4DDBE3C7F31CC07AF8FB459C4EBC(L_39, /*hidden argument*/NULL);
|
|
// UnityEngine_SkinnedMeshRendererWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_40 = ___L0;
|
|
UnityEngine_SkinnedMeshRendererWrap_Register_m4EB0360690B9E8DE9674664CC46F289F83564F04(L_40, /*hidden argument*/NULL);
|
|
// UnityEngine_SpaceWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_41 = ___L0;
|
|
UnityEngine_SpaceWrap_Register_mB0069BBDA0E540F92EB94F2AEEFCE98241BFBFDA(L_41, /*hidden argument*/NULL);
|
|
// UnityEngine_AnimationBlendModeWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_42 = ___L0;
|
|
UnityEngine_AnimationBlendModeWrap_Register_m0D850D65BEA80852195CA11286D173A9C81D5F70(L_42, /*hidden argument*/NULL);
|
|
// UnityEngine_QueueModeWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_43 = ___L0;
|
|
UnityEngine_QueueModeWrap_Register_mEE7FF0B8B350A217DAF20F8E2218A9A1E2C6CC7D(L_43, /*hidden argument*/NULL);
|
|
// UnityEngine_PlayModeWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_44 = ___L0;
|
|
UnityEngine_PlayModeWrap_Register_m3E68F1D6C01ECA6CFCADA744B3BCAA1D9B32A9FC(L_44, /*hidden argument*/NULL);
|
|
// UnityEngine_WrapModeWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_45 = ___L0;
|
|
UnityEngine_WrapModeWrap_Register_m856BA6310B3CAD651DA64D3D6315F11913FAB3C1(L_45, /*hidden argument*/NULL);
|
|
// UnityEngine_QualitySettingsWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_46 = ___L0;
|
|
UnityEngine_QualitySettingsWrap_Register_mE7ED38FAC4BD5938964FF2E0D3D4BB31F651B704(L_46, /*hidden argument*/NULL);
|
|
// UnityEngine_RenderSettingsWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_47 = ___L0;
|
|
UnityEngine_RenderSettingsWrap_Register_m9A9D1A7A22EE8738C285F56AA4EFF81925C8F78B(L_47, /*hidden argument*/NULL);
|
|
// UnityEngine_ResourcesWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_48 = ___L0;
|
|
UnityEngine_ResourcesWrap_Register_m008EA7C4AE38C333D32FDCB38CB7186D4D457A12(L_48, /*hidden argument*/NULL);
|
|
// UnityEngine_PlayerPrefsWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_49 = ___L0;
|
|
UnityEngine_PlayerPrefsWrap_Register_mE04C5ADB0A4D85D4CDF5655E02C77AF31FECB0E7(L_49, /*hidden argument*/NULL);
|
|
// UnityEngine_RuntimePlatformWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_50 = ___L0;
|
|
UnityEngine_RuntimePlatformWrap_Register_mD7FCE35662BA5F42019CAC7E0D46178E65DF0EEB(L_50, /*hidden argument*/NULL);
|
|
// UnityEngine_NetworkReachabilityWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_51 = ___L0;
|
|
UnityEngine_NetworkReachabilityWrap_Register_m1913AD682F5332FDA8DCB4DE383A931A14351D73(L_51, /*hidden argument*/NULL);
|
|
// UnityEngine_SystemInfoWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_52 = ___L0;
|
|
UnityEngine_SystemInfoWrap_Register_m9EA95344564A553CC0CFDF7F300DED24D14079A0(L_52, /*hidden argument*/NULL);
|
|
// UnityEngine_AudioBehaviourWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_53 = ___L0;
|
|
UnityEngine_AudioBehaviourWrap_Register_m68360661AC8113DAE577DD22496099FD2C0AF264(L_53, /*hidden argument*/NULL);
|
|
// UnityEngine_ScriptableObjectWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_54 = ___L0;
|
|
UnityEngine_ScriptableObjectWrap_Register_mACF7FCBC67F66F57DDAB971DA6960A998A37049C(L_54, /*hidden argument*/NULL);
|
|
// L.BeginModule("Events");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_55 = ___L0;
|
|
NullCheck(L_55);
|
|
LuaState_BeginModule_m90D4690B9813A2513FFBE17BF78F53FA9B991EA9(L_55, _stringLiteralC5497BCA58468AE64AED6C0FD921109217988DB3, /*hidden argument*/NULL);
|
|
// L.RegFunction("UnityAction", UnityEngine_Events_UnityAction);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_56 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_57 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_57, NULL, (intptr_t)((intptr_t)LuaBinder_UnityEngine_Events_UnityAction_mBB6EDFCDAFAE815C71EB529DAB4DDC6D021B1166_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_56);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_56, _stringLiteral8BB18AF61499A5D4D972E2DA109DAF06C398A340, L_57, /*hidden argument*/NULL);
|
|
// L.EndModule();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_58 = ___L0;
|
|
NullCheck(L_58);
|
|
LuaState_EndModule_m9D2C7F0A6AB8D116272FB470A9A5B68200599B48(L_58, /*hidden argument*/NULL);
|
|
// L.BeginModule("Camera");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_59 = ___L0;
|
|
NullCheck(L_59);
|
|
LuaState_BeginModule_m90D4690B9813A2513FFBE17BF78F53FA9B991EA9(L_59, _stringLiteral4DA9C9AF9631E294961D5A16FDC681CA3D84F508, /*hidden argument*/NULL);
|
|
// L.RegFunction("CameraCallback", UnityEngine_Camera_CameraCallback);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_60 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_61 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_61, NULL, (intptr_t)((intptr_t)LuaBinder_UnityEngine_Camera_CameraCallback_m26729CFF7984CEA7D8A881A382B5D8BE0A52FBD8_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_60);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_60, _stringLiteral25A6905002B9768CA8BED49C924A6562B2D54693, L_61, /*hidden argument*/NULL);
|
|
// L.EndModule();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_62 = ___L0;
|
|
NullCheck(L_62);
|
|
LuaState_EndModule_m9D2C7F0A6AB8D116272FB470A9A5B68200599B48(L_62, /*hidden argument*/NULL);
|
|
// L.BeginModule("Application");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_63 = ___L0;
|
|
NullCheck(L_63);
|
|
LuaState_BeginModule_m90D4690B9813A2513FFBE17BF78F53FA9B991EA9(L_63, _stringLiteralB291BEB8793F4F3308C463951165DAD483715A6C, /*hidden argument*/NULL);
|
|
// L.RegFunction("AdvertisingIdentifierCallback", UnityEngine_Application_AdvertisingIdentifierCallback);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_64 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_65 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_65, NULL, (intptr_t)((intptr_t)LuaBinder_UnityEngine_Application_AdvertisingIdentifierCallback_m049B30CE5320BE8BE41644ADF352E1579011240D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_64);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_64, _stringLiteral84A142A18A53CB98A9C43E00765A013A9E229747, L_65, /*hidden argument*/NULL);
|
|
// L.RegFunction("LowMemoryCallback", UnityEngine_Application_LowMemoryCallback);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_66 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_67 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_67, NULL, (intptr_t)((intptr_t)LuaBinder_UnityEngine_Application_LowMemoryCallback_m65EC80DACE123003332F838BC9BEE0D2237512A9_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_66);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_66, _stringLiteralC87592FA07FDF467399424AA837EE4E555DA252D, L_67, /*hidden argument*/NULL);
|
|
// L.RegFunction("LogCallback", UnityEngine_Application_LogCallback);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_68 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_69 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_69, NULL, (intptr_t)((intptr_t)LuaBinder_UnityEngine_Application_LogCallback_mAFE3E29E69E024CEB8C486C43BDB5EDA45FE025B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_68);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_68, _stringLiteral5CBE14B8388A6DE8D147F166276D3507CFB8D245, L_69, /*hidden argument*/NULL);
|
|
// L.EndModule();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_70 = ___L0;
|
|
NullCheck(L_70);
|
|
LuaState_EndModule_m9D2C7F0A6AB8D116272FB470A9A5B68200599B48(L_70, /*hidden argument*/NULL);
|
|
// L.BeginModule("AudioClip");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_71 = ___L0;
|
|
NullCheck(L_71);
|
|
LuaState_BeginModule_m90D4690B9813A2513FFBE17BF78F53FA9B991EA9(L_71, _stringLiteralC2DED36AEC556EB4CC28588E4FEED64A37F58591, /*hidden argument*/NULL);
|
|
// L.RegFunction("PCMReaderCallback", UnityEngine_AudioClip_PCMReaderCallback);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_72 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_73 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_73, NULL, (intptr_t)((intptr_t)LuaBinder_UnityEngine_AudioClip_PCMReaderCallback_mD21B499E9D1BD1EFB8FD063DD44AFDCAEFC92F95_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_72);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_72, _stringLiteral1B301476A3AABDC103DC5242E8C7A315C1579B46, L_73, /*hidden argument*/NULL);
|
|
// L.RegFunction("PCMSetPositionCallback", UnityEngine_AudioClip_PCMSetPositionCallback);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_74 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_75 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_75, NULL, (intptr_t)((intptr_t)LuaBinder_UnityEngine_AudioClip_PCMSetPositionCallback_m89842D1F83BBB1F64E76AB6138764821D72A599F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_74);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_74, _stringLiteralC1B6F11DA454008D5C7ECDDA2DB1E0B44409BEB7, L_75, /*hidden argument*/NULL);
|
|
// L.EndModule();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_76 = ___L0;
|
|
NullCheck(L_76);
|
|
LuaState_EndModule_m9D2C7F0A6AB8D116272FB470A9A5B68200599B48(L_76, /*hidden argument*/NULL);
|
|
// L.EndModule();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_77 = ___L0;
|
|
NullCheck(L_77);
|
|
LuaState_EndModule_m9D2C7F0A6AB8D116272FB470A9A5B68200599B48(L_77, /*hidden argument*/NULL);
|
|
// L.BeginModule("FairyGUI");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_78 = ___L0;
|
|
NullCheck(L_78);
|
|
LuaState_BeginModule_m90D4690B9813A2513FFBE17BF78F53FA9B991EA9(L_78, _stringLiteralE0870BCD028F25043C98E45FF55B691A924AE719, /*hidden argument*/NULL);
|
|
// FairyGUI_EventContextWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_79 = ___L0;
|
|
FairyGUI_EventContextWrap_Register_m5E65FDC405855FC081CA1179A4A6A5154CBD6ECE(L_79, /*hidden argument*/NULL);
|
|
// FairyGUI_EventDispatcherWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_80 = ___L0;
|
|
FairyGUI_EventDispatcherWrap_Register_mA421EA07866424A89DB9863A2E47831C9E6460BD(L_80, /*hidden argument*/NULL);
|
|
// FairyGUI_EventListenerWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_81 = ___L0;
|
|
FairyGUI_EventListenerWrap_Register_mCFB6E9220E8ACCC5899962B7BDED30047A78BE14(L_81, /*hidden argument*/NULL);
|
|
// FairyGUI_InputEventWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_82 = ___L0;
|
|
FairyGUI_InputEventWrap_Register_m82D3F6E144EDA8D33CD4F5E742BD14F3FA668CE0(L_82, /*hidden argument*/NULL);
|
|
// FairyGUI_DisplayObjectWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_83 = ___L0;
|
|
FairyGUI_DisplayObjectWrap_Register_m3F54B1CE47F7838693EE1203412838546E91B2DB(L_83, /*hidden argument*/NULL);
|
|
// FairyGUI_ContainerWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_84 = ___L0;
|
|
FairyGUI_ContainerWrap_Register_m097F69762A2F1CEA83C1BF691966C515BDD04C98(L_84, /*hidden argument*/NULL);
|
|
// FairyGUI_StageWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_85 = ___L0;
|
|
FairyGUI_StageWrap_Register_mAB70651298F1B4C73F09D54443B984FCEB227FD8(L_85, /*hidden argument*/NULL);
|
|
// FairyGUI_ControllerWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_86 = ___L0;
|
|
FairyGUI_ControllerWrap_Register_m42C3D288954C3936E06E97287BA80005FA3B6AC2(L_86, /*hidden argument*/NULL);
|
|
// FairyGUI_GObjectWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_87 = ___L0;
|
|
FairyGUI_GObjectWrap_Register_m00C194C4B2EE659D250E82614ED85D10AFCE2CCE(L_87, /*hidden argument*/NULL);
|
|
// FairyGUI_GGraphWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_88 = ___L0;
|
|
FairyGUI_GGraphWrap_Register_mE0661F4D52BF4C9327430FA11925D668C538D03C(L_88, /*hidden argument*/NULL);
|
|
// FairyGUI_GGroupWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_89 = ___L0;
|
|
FairyGUI_GGroupWrap_Register_m644C26A49451DFECCE1E7F1373F4030BB6B19E10(L_89, /*hidden argument*/NULL);
|
|
// FairyGUI_GImageWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_90 = ___L0;
|
|
FairyGUI_GImageWrap_Register_m5E63D1411F1922F457E247CC751DE85C86583379(L_90, /*hidden argument*/NULL);
|
|
// FairyGUI_GLoaderWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_91 = ___L0;
|
|
FairyGUI_GLoaderWrap_Register_mE124C54D3D3AFEE3BC8D910732090BFF90EE1E95(L_91, /*hidden argument*/NULL);
|
|
// FairyGUI_GMovieClipWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_92 = ___L0;
|
|
FairyGUI_GMovieClipWrap_Register_m339227C7BAEE3FCA6D5F7C97637181333B056947(L_92, /*hidden argument*/NULL);
|
|
// FairyGUI_TextFormatWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_93 = ___L0;
|
|
FairyGUI_TextFormatWrap_Register_mF26CFFEF84FACF7400A0F1C079FCF892398A72F2(L_93, /*hidden argument*/NULL);
|
|
// FairyGUI_GTextFieldWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_94 = ___L0;
|
|
FairyGUI_GTextFieldWrap_Register_m179D9FA1E3DDCED747C597B370C1F8E3856DAB33(L_94, /*hidden argument*/NULL);
|
|
// FairyGUI_GRichTextFieldWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_95 = ___L0;
|
|
FairyGUI_GRichTextFieldWrap_Register_m981EC4D618F73A20EC89972D9667D5CB27FEAC3D(L_95, /*hidden argument*/NULL);
|
|
// FairyGUI_GTextInputWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_96 = ___L0;
|
|
FairyGUI_GTextInputWrap_Register_mEA1E02121215867B4D2BA3E06B49A52C2E20DABC(L_96, /*hidden argument*/NULL);
|
|
// FairyGUI_GComponentWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_97 = ___L0;
|
|
FairyGUI_GComponentWrap_Register_mF63361CF0F7FE3E8AD8EEF644C3A12EFC0A2B3BC(L_97, /*hidden argument*/NULL);
|
|
// FairyGUI_GListWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_98 = ___L0;
|
|
FairyGUI_GListWrap_Register_m8B246DC4708BDEFA6C8E76CE65EDEECB09ABE3A2(L_98, /*hidden argument*/NULL);
|
|
// FairyGUI_GRootWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_99 = ___L0;
|
|
FairyGUI_GRootWrap_Register_m89C44E3B51C268673719F2FDB3C8F84E7F0F27DA(L_99, /*hidden argument*/NULL);
|
|
// FairyGUI_GLabelWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_100 = ___L0;
|
|
FairyGUI_GLabelWrap_Register_m76D5A18698D5981F61C4B33E6A464F4538BF0DA5(L_100, /*hidden argument*/NULL);
|
|
// FairyGUI_GButtonWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_101 = ___L0;
|
|
FairyGUI_GButtonWrap_Register_mB99FA9F4E256FE116A420C4A713DD3CF0EB135E0(L_101, /*hidden argument*/NULL);
|
|
// FairyGUI_GComboBoxWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_102 = ___L0;
|
|
FairyGUI_GComboBoxWrap_Register_m9B4643A571700063A75EBC2EB70611F590BA2682(L_102, /*hidden argument*/NULL);
|
|
// FairyGUI_GProgressBarWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_103 = ___L0;
|
|
FairyGUI_GProgressBarWrap_Register_m424EB1F17E16F5F6818E544F4867AD6DEB19EC69(L_103, /*hidden argument*/NULL);
|
|
// FairyGUI_GSliderWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_104 = ___L0;
|
|
FairyGUI_GSliderWrap_Register_mE0306DF506AB4FF4B9B566F14D7C691BF9404DEE(L_104, /*hidden argument*/NULL);
|
|
// FairyGUI_PopupMenuWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_105 = ___L0;
|
|
FairyGUI_PopupMenuWrap_Register_mFC571BBB63839A2D935C57A69E485C1EDE9AF698(L_105, /*hidden argument*/NULL);
|
|
// FairyGUI_ScrollPaneWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_106 = ___L0;
|
|
FairyGUI_ScrollPaneWrap_Register_mD39E5D86227E18D350DC5DAAEA0D356D4E1F5BC2(L_106, /*hidden argument*/NULL);
|
|
// FairyGUI_TransitionWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_107 = ___L0;
|
|
FairyGUI_TransitionWrap_Register_mC4E7EABEE55EDAC970382AAB01100C1E5461978F(L_107, /*hidden argument*/NULL);
|
|
// FairyGUI_UIPackageWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_108 = ___L0;
|
|
FairyGUI_UIPackageWrap_Register_m7FBD153109B05FA3C16EE14C26A3B21154276155(L_108, /*hidden argument*/NULL);
|
|
// FairyGUI_WindowWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_109 = ___L0;
|
|
FairyGUI_WindowWrap_Register_mAE609B9CF626359F7BD888217D51DB7A365F0D55(L_109, /*hidden argument*/NULL);
|
|
// FairyGUI_GObjectPoolWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_110 = ___L0;
|
|
FairyGUI_GObjectPoolWrap_Register_m22CCB77B1D51825A7FBE2BB59BFDC4B4DFEA37FE(L_110, /*hidden argument*/NULL);
|
|
// FairyGUI_RelationsWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_111 = ___L0;
|
|
FairyGUI_RelationsWrap_Register_mDC94F999C07411946B04E7DB619C912E252ABCD4(L_111, /*hidden argument*/NULL);
|
|
// FairyGUI_RelationTypeWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_112 = ___L0;
|
|
FairyGUI_RelationTypeWrap_Register_m5CDBE75A5D92643165C55C28B8DF16BED0E760D5(L_112, /*hidden argument*/NULL);
|
|
// FairyGUI_TimersWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_113 = ___L0;
|
|
FairyGUI_TimersWrap_Register_m263CDFBD81FB9CB479CAE470CD9FB7010D40F1E9(L_113, /*hidden argument*/NULL);
|
|
// FairyGUI_NTextureWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_114 = ___L0;
|
|
FairyGUI_NTextureWrap_Register_m5134E8C12FCD911B33EA15C3A92DF163FAAB262F(L_114, /*hidden argument*/NULL);
|
|
// FairyGUI_NAudioClipWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_115 = ___L0;
|
|
FairyGUI_NAudioClipWrap_Register_mF2F9D29EB28467B9AEA045A9F8ECC1C02B685758(L_115, /*hidden argument*/NULL);
|
|
// FairyGUI_UIObjectFactoryWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_116 = ___L0;
|
|
FairyGUI_UIObjectFactoryWrap_Register_m4B44DB594361F65BCEA67FB034356EC46A5F7066(L_116, /*hidden argument*/NULL);
|
|
// FairyGUI_GoWrapperWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_117 = ___L0;
|
|
FairyGUI_GoWrapperWrap_Register_m21371ADE1406B70DB21EC4FF4C0F284C5C1E62D0(L_117, /*hidden argument*/NULL);
|
|
// FairyGUI_GearDisplayWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_118 = ___L0;
|
|
FairyGUI_GearDisplayWrap_Register_m74E470F177AA3B84A6833E577FBB9ADD37570D44(L_118, /*hidden argument*/NULL);
|
|
// FairyGUI_GearXYWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_119 = ___L0;
|
|
FairyGUI_GearXYWrap_Register_m50A2A2CD737B05B47ED4AF25C32B4B4642F59DEE(L_119, /*hidden argument*/NULL);
|
|
// FairyGUI_GearSizeWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_120 = ___L0;
|
|
FairyGUI_GearSizeWrap_Register_mD9D8015445F2B1BAB0DA32B742179D3B4713C70E(L_120, /*hidden argument*/NULL);
|
|
// FairyGUI_GearLookWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_121 = ___L0;
|
|
FairyGUI_GearLookWrap_Register_mB10692A031B52D0E1E97CE4E780283BE3FBB1240(L_121, /*hidden argument*/NULL);
|
|
// FairyGUI_GearColorWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_122 = ___L0;
|
|
FairyGUI_GearColorWrap_Register_m218AD092C53205017FEAC05DA85CBE23DF7BC0E7(L_122, /*hidden argument*/NULL);
|
|
// FairyGUI_GearAnimationWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_123 = ___L0;
|
|
FairyGUI_GearAnimationWrap_Register_mFD192563AF665CB85E10022D7BC410FBB9985039(L_123, /*hidden argument*/NULL);
|
|
// FairyGUI_GearTextWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_124 = ___L0;
|
|
FairyGUI_GearTextWrap_Register_m551EE51B6A742B6C244DD646A5F64B059C0FC7B4(L_124, /*hidden argument*/NULL);
|
|
// FairyGUI_GearIconWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_125 = ___L0;
|
|
FairyGUI_GearIconWrap_Register_m6A96702DFD25E8DD620DD7F8584B2EB8B3A0F899(L_125, /*hidden argument*/NULL);
|
|
// FairyGUI_UIConfigWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_126 = ___L0;
|
|
FairyGUI_UIConfigWrap_Register_mEE6B2ED29A389E6B645C2926B30B4D28A3C31DE6(L_126, /*hidden argument*/NULL);
|
|
// FairyGUI_BlurFilterWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_127 = ___L0;
|
|
FairyGUI_BlurFilterWrap_Register_m9C6821BD933FD5B66B6B839BDD30EDF01E99187B(L_127, /*hidden argument*/NULL);
|
|
// FairyGUI_ColorFilterWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_128 = ___L0;
|
|
FairyGUI_ColorFilterWrap_Register_mC087A282C61D701CC080F26A706F5EC263B30F82(L_128, /*hidden argument*/NULL);
|
|
// FairyGUI_FontManagerWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_129 = ___L0;
|
|
FairyGUI_FontManagerWrap_Register_m3E75820FDA2ECBF9F2C569BD21B12C69ACD9356C(L_129, /*hidden argument*/NULL);
|
|
// FairyGUI_DynamicFontWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_130 = ___L0;
|
|
FairyGUI_DynamicFontWrap_Register_mC48910226F656963655948A662D70C664A3D8D9B(L_130, /*hidden argument*/NULL);
|
|
// FairyGUI_GTweenerWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_131 = ___L0;
|
|
FairyGUI_GTweenerWrap_Register_m0FC6CE3BB1EA007F29B75CBFECA16949D491EBC3(L_131, /*hidden argument*/NULL);
|
|
// FairyGUI_ImageWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_132 = ___L0;
|
|
FairyGUI_ImageWrap_Register_m241A79E316FB701ADDD3760671C6DE637DA71F4C(L_132, /*hidden argument*/NULL);
|
|
// FairyGUI_TextFieldWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_133 = ___L0;
|
|
FairyGUI_TextFieldWrap_Register_mB79EC299053CAA6DD523A919F69E20B83581A897(L_133, /*hidden argument*/NULL);
|
|
// FairyGUI_GearBaseWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_134 = ___L0;
|
|
FairyGUI_GearBaseWrap_Register_mEF81BB0CA9E000A40DC20B5EC0EA35FA9354EA23(L_134, /*hidden argument*/NULL);
|
|
// FairyGUI_BaseFontWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_135 = ___L0;
|
|
FairyGUI_BaseFontWrap_Register_mDFED0C21B411374EBBF4E203C6A7C73A35534601(L_135, /*hidden argument*/NULL);
|
|
// L.RegFunction("GTweenCallback", FairyGUI_GTweenCallback);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_136 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_137 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_137, NULL, (intptr_t)((intptr_t)LuaBinder_FairyGUI_GTweenCallback_m8056B2FAE08088992577B132EAD3DC27456A470E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_136);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_136, _stringLiteralC2C19C381D1CC181776D694EC8A92B5812D6958B, L_137, /*hidden argument*/NULL);
|
|
// L.RegFunction("EventCallback1", FairyGUI_EventCallback1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_138 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_139 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_139, NULL, (intptr_t)((intptr_t)LuaBinder_FairyGUI_EventCallback1_m4B3395D7F30284B9C10D4B24CC8EF94176F8F87F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_138);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_138, _stringLiteral64EDE7586A956082282ED8D6CBF2F15D70BBDF06, L_139, /*hidden argument*/NULL);
|
|
// L.RegFunction("EventCallback0", FairyGUI_EventCallback0);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_140 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_141 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_141, NULL, (intptr_t)((intptr_t)LuaBinder_FairyGUI_EventCallback0_mA14A82D9A1337ED54B1BC4C9EAEF6EE3A31A8C6F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_140);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_140, _stringLiteral82759371F9379B7CD9495783352CF5CE22290CBD, L_141, /*hidden argument*/NULL);
|
|
// L.RegFunction("ListItemRenderer", FairyGUI_ListItemRenderer);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_142 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_143 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_143, NULL, (intptr_t)((intptr_t)LuaBinder_FairyGUI_ListItemRenderer_mD32611808DEC75D152D0B563B02AB057DD7779F4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_142);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_142, _stringLiteralE7AF57BD267E36F0273F75EB93E9E8C01996099E, L_143, /*hidden argument*/NULL);
|
|
// L.RegFunction("ListItemProvider", FairyGUI_ListItemProvider);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_144 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_145 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_145, NULL, (intptr_t)((intptr_t)LuaBinder_FairyGUI_ListItemProvider_mD59C085C9EBE3746B2039317526E83DF878B8C73_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_144);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_144, _stringLiteral79C06D26593BEC1D1D79A3E31AA06888916A0EA2, L_145, /*hidden argument*/NULL);
|
|
// L.RegFunction("PlayCompleteCallback", FairyGUI_PlayCompleteCallback);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_146 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_147 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_147, NULL, (intptr_t)((intptr_t)LuaBinder_FairyGUI_PlayCompleteCallback_mD17CC5B93B25FBFAC571B3F669AD1953A0B2E6BB_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_146);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_146, _stringLiteral975A87A90EC4A80CD64EAD1FC11A2C3690EA34A1, L_147, /*hidden argument*/NULL);
|
|
// L.RegFunction("TransitionHook", FairyGUI_TransitionHook);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_148 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_149 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_149, NULL, (intptr_t)((intptr_t)LuaBinder_FairyGUI_TransitionHook_m498A930DA2DCAA1AD82F4913F676D71C6452C4A8_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_148);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_148, _stringLiteral8B90493EDDDC9B999E47663B9D712286F062DE20, L_149, /*hidden argument*/NULL);
|
|
// L.RegFunction("TimerCallback", FairyGUI_TimerCallback);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_150 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_151 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_151, NULL, (intptr_t)((intptr_t)LuaBinder_FairyGUI_TimerCallback_m3A5C610B79AAFB5EE17491F2371D0875219B5FFC_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_150);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_150, _stringLiteral05BA4267C26F9B29F95BD57C39FDCF836418FFEE, L_151, /*hidden argument*/NULL);
|
|
// L.RegFunction("GTweenCallback1", FairyGUI_GTweenCallback1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_152 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_153 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_153, NULL, (intptr_t)((intptr_t)LuaBinder_FairyGUI_GTweenCallback1_mE9A5DF654115A8A1B31A02C762BE4F75325BD71A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_152);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_152, _stringLiteral223EBE9A978C8CA583E5D1247038694AA79FAC52, L_153, /*hidden argument*/NULL);
|
|
// L.BeginModule("UIPackage");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_154 = ___L0;
|
|
NullCheck(L_154);
|
|
LuaState_BeginModule_m90D4690B9813A2513FFBE17BF78F53FA9B991EA9(L_154, _stringLiteral98054E9D5F2223295EFDD97262684CFD54E341DB, /*hidden argument*/NULL);
|
|
// L.RegFunction("CreateObjectCallback", FairyGUI_UIPackage_CreateObjectCallback);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_155 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_156 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_156, NULL, (intptr_t)((intptr_t)LuaBinder_FairyGUI_UIPackage_CreateObjectCallback_m886D2726572D314DA18BFDB8EAF6BF4D5C72D910_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_155);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_155, _stringLiteral81C203C1B100FED2FC7C8E20BC1DE806765EE4E7, L_156, /*hidden argument*/NULL);
|
|
// L.EndModule();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_157 = ___L0;
|
|
NullCheck(L_157);
|
|
LuaState_EndModule_m9D2C7F0A6AB8D116272FB470A9A5B68200599B48(L_157, /*hidden argument*/NULL);
|
|
// L.BeginModule("GObjectPool");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_158 = ___L0;
|
|
NullCheck(L_158);
|
|
LuaState_BeginModule_m90D4690B9813A2513FFBE17BF78F53FA9B991EA9(L_158, _stringLiteral634492D215238354FF033DC5671ED2258833DDCE, /*hidden argument*/NULL);
|
|
// L.RegFunction("InitCallbackDelegate", FairyGUI_GObjectPool_InitCallbackDelegate);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_159 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_160 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_160, NULL, (intptr_t)((intptr_t)LuaBinder_FairyGUI_GObjectPool_InitCallbackDelegate_mE96834EEA6574613B704A0BD9A2B55B2CADC20CF_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_159);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_159, _stringLiteralA03FA5983E1D1AF37B94275D38059D9BACAE4BBC, L_160, /*hidden argument*/NULL);
|
|
// L.EndModule();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_161 = ___L0;
|
|
NullCheck(L_161);
|
|
LuaState_EndModule_m9D2C7F0A6AB8D116272FB470A9A5B68200599B48(L_161, /*hidden argument*/NULL);
|
|
// L.BeginModule("UIObjectFactory");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_162 = ___L0;
|
|
NullCheck(L_162);
|
|
LuaState_BeginModule_m90D4690B9813A2513FFBE17BF78F53FA9B991EA9(L_162, _stringLiteralF329C2C616EC6D27982882214B4FB7B0655CAF62, /*hidden argument*/NULL);
|
|
// L.RegFunction("GComponentCreator", FairyGUI_UIObjectFactory_GComponentCreator);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_163 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_164 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_164, NULL, (intptr_t)((intptr_t)LuaBinder_FairyGUI_UIObjectFactory_GComponentCreator_mD844B0EC7849F37189D4099B83528E40CBAAD52B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_163);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_163, _stringLiteral9A9ADA289A58C53BF3B26DBB446FD954C26BE3DA, L_164, /*hidden argument*/NULL);
|
|
// L.RegFunction("GLoaderCreator", FairyGUI_UIObjectFactory_GLoaderCreator);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_165 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_166 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_166, NULL, (intptr_t)((intptr_t)LuaBinder_FairyGUI_UIObjectFactory_GLoaderCreator_mE21DFC316EA43D120A62802F86DB549F543A33BD_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_165);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_165, _stringLiteral9800A762AF5D2BCC8865DDCCCEB89DA7F16BA962, L_166, /*hidden argument*/NULL);
|
|
// L.EndModule();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_167 = ___L0;
|
|
NullCheck(L_167);
|
|
LuaState_EndModule_m9D2C7F0A6AB8D116272FB470A9A5B68200599B48(L_167, /*hidden argument*/NULL);
|
|
// L.BeginModule("UIConfig");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_168 = ___L0;
|
|
NullCheck(L_168);
|
|
LuaState_BeginModule_m90D4690B9813A2513FFBE17BF78F53FA9B991EA9(L_168, _stringLiteral54C49DBDC4E51DD6FAA8C6613E33021E7B6165C5, /*hidden argument*/NULL);
|
|
// L.RegFunction("SoundLoader", FairyGUI_UIConfig_SoundLoader);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_169 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_170 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_170, NULL, (intptr_t)((intptr_t)LuaBinder_FairyGUI_UIConfig_SoundLoader_m91E554B4F101452A3B4966BBA41A14CA3D54B940_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_169);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_169, _stringLiteralFB02EDF0526F86DC8F47238EB4519DF67313F16D, L_170, /*hidden argument*/NULL);
|
|
// L.EndModule();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_171 = ___L0;
|
|
NullCheck(L_171);
|
|
LuaState_EndModule_m9D2C7F0A6AB8D116272FB470A9A5B68200599B48(L_171, /*hidden argument*/NULL);
|
|
// L.EndModule();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_172 = ___L0;
|
|
NullCheck(L_172);
|
|
LuaState_EndModule_m9D2C7F0A6AB8D116272FB470A9A5B68200599B48(L_172, /*hidden argument*/NULL);
|
|
// L.BeginModule("taurus");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_173 = ___L0;
|
|
NullCheck(L_173);
|
|
LuaState_BeginModule_m90D4690B9813A2513FFBE17BF78F53FA9B991EA9(L_173, _stringLiteral37D231FD85DFC336E119446D2775E907269BC180, /*hidden argument*/NULL);
|
|
// L.BeginModule("client");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_174 = ___L0;
|
|
NullCheck(L_174);
|
|
LuaState_BeginModule_m90D4690B9813A2513FFBE17BF78F53FA9B991EA9(L_174, _stringLiteralD2A04D71301A8915217DD5FAF81D12CFFD6CD958, /*hidden argument*/NULL);
|
|
// taurus_client_NetManagerWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_175 = ___L0;
|
|
taurus_client_NetManagerWrap_Register_m8F0864A1B1708F56BE292DD6094222FE9328A310(L_175, /*hidden argument*/NULL);
|
|
// L.EndModule();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_176 = ___L0;
|
|
NullCheck(L_176);
|
|
LuaState_EndModule_m9D2C7F0A6AB8D116272FB470A9A5B68200599B48(L_176, /*hidden argument*/NULL);
|
|
// L.BeginModule("unity");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_177 = ___L0;
|
|
NullCheck(L_177);
|
|
LuaState_BeginModule_m90D4690B9813A2513FFBE17BF78F53FA9B991EA9(L_177, _stringLiteral8DE8845813D56D317914565CB350AA59ABA7DD31, /*hidden argument*/NULL);
|
|
// taurus_unity_LuaNetClientWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_178 = ___L0;
|
|
taurus_unity_LuaNetClientWrap_Register_m756AC25D5A97D37D361240D3C023699A86963311(L_178, /*hidden argument*/NULL);
|
|
// taurus_unity_ResourcesManagerWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_179 = ___L0;
|
|
taurus_unity_ResourcesManagerWrap_Register_m250E4A5BAA82614C41A820C5C9ED26868DA50D4F(L_179, /*hidden argument*/NULL);
|
|
// L.EndModule();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_180 = ___L0;
|
|
NullCheck(L_180);
|
|
LuaState_EndModule_m9D2C7F0A6AB8D116272FB470A9A5B68200599B48(L_180, /*hidden argument*/NULL);
|
|
// L.EndModule();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_181 = ___L0;
|
|
NullCheck(L_181);
|
|
LuaState_EndModule_m9D2C7F0A6AB8D116272FB470A9A5B68200599B48(L_181, /*hidden argument*/NULL);
|
|
// L.BeginModule("Game");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_182 = ___L0;
|
|
NullCheck(L_182);
|
|
LuaState_BeginModule_m90D4690B9813A2513FFBE17BF78F53FA9B991EA9(L_182, _stringLiteralE3E82846C32567811615378F30240185871E08E5, /*hidden argument*/NULL);
|
|
// Game_UtilsWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_183 = ___L0;
|
|
Game_UtilsWrap_Register_m6B503CFEB95EDE2492A966818F82F0AECF410E39(L_183, /*hidden argument*/NULL);
|
|
// L.EndModule();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_184 = ___L0;
|
|
NullCheck(L_184);
|
|
LuaState_EndModule_m9D2C7F0A6AB8D116272FB470A9A5B68200599B48(L_184, /*hidden argument*/NULL);
|
|
// L.BeginModule("System");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_185 = ___L0;
|
|
NullCheck(L_185);
|
|
LuaState_BeginModule_m90D4690B9813A2513FFBE17BF78F53FA9B991EA9(L_185, _stringLiteralBC0792D8DC81E8AA30B987246A5CE97C40CD6833, /*hidden argument*/NULL);
|
|
// L.RegFunction("Action", System_Action);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_186 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_187 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_187, NULL, (intptr_t)((intptr_t)LuaBinder_System_Action_m023154760C00481CBF83B5F34295732AC229FA42_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_186);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_186, _stringLiteral97C89A4D6630ADEB18FA12BA9976A31413FE293E, L_187, /*hidden argument*/NULL);
|
|
// L.RegFunction("Predicate_int", System_Predicate_int);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_188 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_189 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_189, NULL, (intptr_t)((intptr_t)LuaBinder_System_Predicate_int_mA1371338026C3DB913B606305DD7604BCB11CB44_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_188);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_188, _stringLiteralBC7DEAA8C5040B40D5352554C56801DD7E944017, L_189, /*hidden argument*/NULL);
|
|
// L.RegFunction("Action_int", System_Action_int);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_190 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_191 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_191, NULL, (intptr_t)((intptr_t)LuaBinder_System_Action_int_mD157EC370F8092F0A922E7C9F13AE8E456151FC8_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_190);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_190, _stringLiteral1C4A35E977331DCEF358CDB2928BE9551E03C44E, L_191, /*hidden argument*/NULL);
|
|
// L.RegFunction("Comparison_int", System_Comparison_int);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_192 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_193 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_193, NULL, (intptr_t)((intptr_t)LuaBinder_System_Comparison_int_m179D2FEB2C1F9124574199492A49957666F57114_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_192);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_192, _stringLiteral30B3D2CC79765F27C93C2CDE9AE54E8C568E275E, L_193, /*hidden argument*/NULL);
|
|
// L.RegFunction("Func_int_int", System_Func_int_int);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_194 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_195 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_195, NULL, (intptr_t)((intptr_t)LuaBinder_System_Func_int_int_mB1947D852EE5DD0474773078E5D083CC791DC967_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_194);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_194, _stringLiteral2CACE4F88C13D8E7B112540AF45714577BD7AF38, L_195, /*hidden argument*/NULL);
|
|
// L.RegFunction("Action_bool", System_Action_bool);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_196 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_197 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_197, NULL, (intptr_t)((intptr_t)LuaBinder_System_Action_bool_mDC575E788266BC6BCA4C9510D00E918593D0289A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_196);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_196, _stringLiteral7A6D1971A79FB98CBD8E250FDCEB3A20E4C1B0B4, L_197, /*hidden argument*/NULL);
|
|
// L.RegFunction("Action_string", System_Action_string);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_198 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_199 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_199, NULL, (intptr_t)((intptr_t)LuaBinder_System_Action_string_m5F484E20F94461DE3CF0F964975EA34B27120E68_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_198);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_198, _stringLiteral96649950633A5B6998D61837CC48C1D914A734DC, L_199, /*hidden argument*/NULL);
|
|
// L.RegFunction("Func_bool", System_Func_bool);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_200 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_201 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_201, NULL, (intptr_t)((intptr_t)LuaBinder_System_Func_bool_m700AF81876EBB97F8B7449C654197DDA0463C5F8_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_200);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_200, _stringLiteralCCF240F89E7FA114B1DA3603A1E93B24FE139AD7, L_201, /*hidden argument*/NULL);
|
|
// L.RegFunction("Action_UnityEngine_AsyncOperation", System_Action_UnityEngine_AsyncOperation);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_202 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_203 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_203, NULL, (intptr_t)((intptr_t)LuaBinder_System_Action_UnityEngine_AsyncOperation_mEA2FB1653BD60DF3F88AC012858FD4215B21763C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_202);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_202, _stringLiteralD76C536A74E0C07DF94C18A5BF2990B88A339527, L_203, /*hidden argument*/NULL);
|
|
// L.RegFunction("Action_string_System_Action", System_Action_string_System_Action);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_204 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_205 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_205, NULL, (intptr_t)((intptr_t)LuaBinder_System_Action_string_System_Action_m69CA12871EE06AAD2FFB1E56B6394BFC4C8D8B17_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_204);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_204, _stringLiteral1E0DDA3C9BA126D68BEB6D609DD644A0F9AEAA41, L_205, /*hidden argument*/NULL);
|
|
// L.BeginModule("IO");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_206 = ___L0;
|
|
NullCheck(L_206);
|
|
LuaState_BeginModule_m90D4690B9813A2513FFBE17BF78F53FA9B991EA9(L_206, _stringLiteral9D8FB39373007C2C84580D473E2A6E10A1F4C15D, /*hidden argument*/NULL);
|
|
// System_IO_FileWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_207 = ___L0;
|
|
System_IO_FileWrap_Register_m21D2E8222A787F78139240172F4F8488E30D0137(L_207, /*hidden argument*/NULL);
|
|
// System_IO_DirectoryWrap.Register(L);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_208 = ___L0;
|
|
System_IO_DirectoryWrap_Register_mA03F97E0A75C23610F72AD0DBDFE81F085D565D6(L_208, /*hidden argument*/NULL);
|
|
// L.EndModule();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_209 = ___L0;
|
|
NullCheck(L_209);
|
|
LuaState_EndModule_m9D2C7F0A6AB8D116272FB470A9A5B68200599B48(L_209, /*hidden argument*/NULL);
|
|
// L.EndModule();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_210 = ___L0;
|
|
NullCheck(L_210);
|
|
LuaState_EndModule_m9D2C7F0A6AB8D116272FB470A9A5B68200599B48(L_210, /*hidden argument*/NULL);
|
|
// L.EndModule();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_211 = ___L0;
|
|
NullCheck(L_211);
|
|
LuaState_EndModule_m9D2C7F0A6AB8D116272FB470A9A5B68200599B48(L_211, /*hidden argument*/NULL);
|
|
// L.BeginPreLoad();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_212 = ___L0;
|
|
NullCheck(L_212);
|
|
LuaState_BeginPreLoad_m4727EF93649D4E45FE9F5CB484222D4F28267CE6(L_212, /*hidden argument*/NULL);
|
|
// L.AddPreLoad("UnityEngine.MeshRenderer", LuaOpen_UnityEngine_MeshRenderer, typeof(UnityEngine.MeshRenderer));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_213 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_214 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_214, NULL, (intptr_t)((intptr_t)LuaBinder_LuaOpen_UnityEngine_MeshRenderer_mE1FB99462D05EAC6830CA0815605366726D9AE62_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_215 = { reinterpret_cast<intptr_t> (MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_216 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_215, /*hidden argument*/NULL);
|
|
NullCheck(L_213);
|
|
LuaState_AddPreLoad_m0EC76D34635F42B4227A0C600E7F78418034081D(L_213, _stringLiteral16F2AE0A5828A31259FC1F8F43232DB8D43B98FB, L_214, L_216, /*hidden argument*/NULL);
|
|
// L.AddPreLoad("UnityEngine.BoxCollider", LuaOpen_UnityEngine_BoxCollider, typeof(UnityEngine.BoxCollider));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_217 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_218 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_218, NULL, (intptr_t)((intptr_t)LuaBinder_LuaOpen_UnityEngine_BoxCollider_mB89F4E31BCF0EAB7F91B3432AB88E059EDB6F034_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_219 = { reinterpret_cast<intptr_t> (BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_0_0_0_var) };
|
|
Type_t * L_220 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_219, /*hidden argument*/NULL);
|
|
NullCheck(L_217);
|
|
LuaState_AddPreLoad_m0EC76D34635F42B4227A0C600E7F78418034081D(L_217, _stringLiteralEB2B6D9ADB119B2106D319C86CCDF144C78E53ED, L_218, L_220, /*hidden argument*/NULL);
|
|
// L.AddPreLoad("UnityEngine.MeshCollider", LuaOpen_UnityEngine_MeshCollider, typeof(UnityEngine.MeshCollider));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_221 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_222 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_222, NULL, (intptr_t)((intptr_t)LuaBinder_LuaOpen_UnityEngine_MeshCollider_m637044BCF2A72E5C968A862032236CF2AAA927FE_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_223 = { reinterpret_cast<intptr_t> (MeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE_0_0_0_var) };
|
|
Type_t * L_224 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_223, /*hidden argument*/NULL);
|
|
NullCheck(L_221);
|
|
LuaState_AddPreLoad_m0EC76D34635F42B4227A0C600E7F78418034081D(L_221, _stringLiteral26D70B88F6276D486D6F6D0D1A721130C1D084C6, L_222, L_224, /*hidden argument*/NULL);
|
|
// L.AddPreLoad("UnityEngine.SphereCollider", LuaOpen_UnityEngine_SphereCollider, typeof(UnityEngine.SphereCollider));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_225 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_226 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_226, NULL, (intptr_t)((intptr_t)LuaBinder_LuaOpen_UnityEngine_SphereCollider_mBFE253E19B63767C397705BB646FC62E093D3090_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_227 = { reinterpret_cast<intptr_t> (SphereCollider_tAC3E5E20B385DF1C0B17F3EA5C7214F71367706F_0_0_0_var) };
|
|
Type_t * L_228 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_227, /*hidden argument*/NULL);
|
|
NullCheck(L_225);
|
|
LuaState_AddPreLoad_m0EC76D34635F42B4227A0C600E7F78418034081D(L_225, _stringLiteral1322C0724D0F4798AFCD991B03618072C72C860B, L_226, L_228, /*hidden argument*/NULL);
|
|
// L.AddPreLoad("UnityEngine.CharacterController", LuaOpen_UnityEngine_CharacterController, typeof(UnityEngine.CharacterController));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_229 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_230 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_230, NULL, (intptr_t)((intptr_t)LuaBinder_LuaOpen_UnityEngine_CharacterController_mE4432CA41C11D4A1E357D39013D2017C70CC94A3_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_231 = { reinterpret_cast<intptr_t> (CharacterController_t0ED98F461DBB7AC5B189C190153D83D5888BF93E_0_0_0_var) };
|
|
Type_t * L_232 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_231, /*hidden argument*/NULL);
|
|
NullCheck(L_229);
|
|
LuaState_AddPreLoad_m0EC76D34635F42B4227A0C600E7F78418034081D(L_229, _stringLiteral938F3778DE08664E4F2098D13489336E8FA3E6D1, L_230, L_232, /*hidden argument*/NULL);
|
|
// L.AddPreLoad("UnityEngine.CapsuleCollider", LuaOpen_UnityEngine_CapsuleCollider, typeof(UnityEngine.CapsuleCollider));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_233 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_234 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_234, NULL, (intptr_t)((intptr_t)LuaBinder_LuaOpen_UnityEngine_CapsuleCollider_m054843E27781EAD4C84B025F6D49467E627B22CC_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_235 = { reinterpret_cast<intptr_t> (CapsuleCollider_t5FD15B9E7BEEC4FFA8A2071E9FD2B8DEB3A826D1_0_0_0_var) };
|
|
Type_t * L_236 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_235, /*hidden argument*/NULL);
|
|
NullCheck(L_233);
|
|
LuaState_AddPreLoad_m0EC76D34635F42B4227A0C600E7F78418034081D(L_233, _stringLiteral29ED6184B1A2C82DB747A4693782FB59CC97D54C, L_234, L_236, /*hidden argument*/NULL);
|
|
// L.AddPreLoad("UnityEngine.Animation", LuaOpen_UnityEngine_Animation, typeof(UnityEngine.Animation));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_237 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_238 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_238, NULL, (intptr_t)((intptr_t)LuaBinder_LuaOpen_UnityEngine_Animation_m515EE196520111AB9B1802589A5EC6BB37338B86_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_239 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
Type_t * L_240 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_239, /*hidden argument*/NULL);
|
|
NullCheck(L_237);
|
|
LuaState_AddPreLoad_m0EC76D34635F42B4227A0C600E7F78418034081D(L_237, _stringLiteralAC878B1D85F75748FEDB3B99862278B457C0B8FC, L_238, L_240, /*hidden argument*/NULL);
|
|
// L.AddPreLoad("UnityEngine.AnimationClip", LuaOpen_UnityEngine_AnimationClip, typeof(UnityEngine.AnimationClip));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_241 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_242 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_242, NULL, (intptr_t)((intptr_t)LuaBinder_LuaOpen_UnityEngine_AnimationClip_mC3762E1113BEF5490E682C50887B0E508F07BAD4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_243 = { reinterpret_cast<intptr_t> (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_0_0_0_var) };
|
|
Type_t * L_244 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_243, /*hidden argument*/NULL);
|
|
NullCheck(L_241);
|
|
LuaState_AddPreLoad_m0EC76D34635F42B4227A0C600E7F78418034081D(L_241, _stringLiteralD71712F72D96CCB81B02D022BE2FE1A5C76FAFBF, L_242, L_244, /*hidden argument*/NULL);
|
|
// L.AddPreLoad("UnityEngine.AnimationState", LuaOpen_UnityEngine_AnimationState, typeof(UnityEngine.AnimationState));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_245 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_246 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_246, NULL, (intptr_t)((intptr_t)LuaBinder_LuaOpen_UnityEngine_AnimationState_mBE8550125DC87AD922EFED49710D673D8EA1868D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_247 = { reinterpret_cast<intptr_t> (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_0_0_0_var) };
|
|
Type_t * L_248 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_247, /*hidden argument*/NULL);
|
|
NullCheck(L_245);
|
|
LuaState_AddPreLoad_m0EC76D34635F42B4227A0C600E7F78418034081D(L_245, _stringLiteral1678C12A7019481974E3FE5EE2E1C901C67CBE6F, L_246, L_248, /*hidden argument*/NULL);
|
|
// L.AddPreLoad("UnityEngine.SkinWeights", LuaOpen_UnityEngine_SkinWeights, typeof(UnityEngine.SkinWeights));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_249 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_250 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_250, NULL, (intptr_t)((intptr_t)LuaBinder_LuaOpen_UnityEngine_SkinWeights_m4704E7BE52E9209C2BE262AA83DD9746A8C19B90_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_251 = { reinterpret_cast<intptr_t> (SkinWeights_t2703F2550B0821F984412424597010EC1077E972_0_0_0_var) };
|
|
Type_t * L_252 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_251, /*hidden argument*/NULL);
|
|
NullCheck(L_249);
|
|
LuaState_AddPreLoad_m0EC76D34635F42B4227A0C600E7F78418034081D(L_249, _stringLiteral185967DF08B129512665BB5384C287FFE3717BC3, L_250, L_252, /*hidden argument*/NULL);
|
|
// L.AddPreLoad("UnityEngine.RenderTexture", LuaOpen_UnityEngine_RenderTexture, typeof(UnityEngine.RenderTexture));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_253 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_254 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_254, NULL, (intptr_t)((intptr_t)LuaBinder_LuaOpen_UnityEngine_RenderTexture_m41B070ED728061B6E9897141BDEE453FEE936CBA_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_255 = { reinterpret_cast<intptr_t> (RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6_0_0_0_var) };
|
|
Type_t * L_256 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_255, /*hidden argument*/NULL);
|
|
NullCheck(L_253);
|
|
LuaState_AddPreLoad_m0EC76D34635F42B4227A0C600E7F78418034081D(L_253, _stringLiteral794748D53AF31D370626025F15659414DB699C6B, L_254, L_256, /*hidden argument*/NULL);
|
|
// L.AddPreLoad("UnityEngine.Rigidbody", LuaOpen_UnityEngine_Rigidbody, typeof(UnityEngine.Rigidbody));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_257 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_258 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_258, NULL, (intptr_t)((intptr_t)LuaBinder_LuaOpen_UnityEngine_Rigidbody_m55DD9C6C7E19B6F37E826984971E7320736C2DA4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_259 = { reinterpret_cast<intptr_t> (Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5_0_0_0_var) };
|
|
Type_t * L_260 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_259, /*hidden argument*/NULL);
|
|
NullCheck(L_257);
|
|
LuaState_AddPreLoad_m0EC76D34635F42B4227A0C600E7F78418034081D(L_257, _stringLiteralE39E919887467F7A4ED98879672A3A7DC9647195, L_258, L_260, /*hidden argument*/NULL);
|
|
// L.EndPreLoad();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_261 = ___L0;
|
|
NullCheck(L_261);
|
|
LuaState_EndPreLoad_m62E1E498E214B42C7B635351D86F8CD7955180A9(L_261, /*hidden argument*/NULL);
|
|
// Debugger.Log("Register lua type cost time: {0}", Time.realtimeSinceStartup - t);
|
|
float L_262 = Time_get_realtimeSinceStartup_mCA1086EC9DFCF135F77BC46D3B7127711EA3DE03(/*hidden argument*/NULL);
|
|
float L_263 = V_0;
|
|
float L_264 = ((float)il2cpp_codegen_subtract((float)L_262, (float)L_263));
|
|
RuntimeObject * L_265 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_264);
|
|
Debugger_Log_m8C590B226C3BE6ABA814F9A41081C25F597C33AA(_stringLiteralFB7FA55A22676E14358D4B5214DAFEF76FAAB7AB, L_265, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::UnityEngine_Events_UnityAction(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_UnityEngine_Events_UnityAction_mBB6EDFCDAFAE815C71EB529DAB4DDC6D021B1166 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_UnityEngine_Events_UnityAction_mBB6EDFCDAFAE815C71EB529DAB4DDC6D021B1166_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<UnityEngine.Events.UnityAction>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t850289AB61DF766A32DE20EC415DE047BF67A0BD_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_mBF4064DC1BC192B74DB7C2C585B51B368267B31A(L_4, /*hidden argument*/DelegateTraits_1_Create_mBF4064DC1BC192B74DB7C2C585B51B368267B31A_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<UnityEngine.Events.UnityAction>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t850289AB61DF766A32DE20EC415DE047BF67A0BD_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_m540D4A4974CE55C02A8946A2D13B764973778394(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_m540D4A4974CE55C02A8946A2D13B764973778394_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::UnityEngine_Camera_CameraCallback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_UnityEngine_Camera_CameraCallback_m26729CFF7984CEA7D8A881A382B5D8BE0A52FBD8 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_UnityEngine_Camera_CameraCallback_m26729CFF7984CEA7D8A881A382B5D8BE0A52FBD8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<UnityEngine.Camera.CameraCallback>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t802A63957F213D17A93553984E7FC9A776997062_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_m3FF9E634718422A211D17D6D646631662F2DDB07(L_4, /*hidden argument*/DelegateTraits_1_Create_m3FF9E634718422A211D17D6D646631662F2DDB07_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<UnityEngine.Camera.CameraCallback>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t802A63957F213D17A93553984E7FC9A776997062_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_mE0FBF1185A2A4F56ED9C50F3B9F5D4BDCA43FCFB(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_mE0FBF1185A2A4F56ED9C50F3B9F5D4BDCA43FCFB_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::UnityEngine_Application_AdvertisingIdentifierCallback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_UnityEngine_Application_AdvertisingIdentifierCallback_m049B30CE5320BE8BE41644ADF352E1579011240D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_UnityEngine_Application_AdvertisingIdentifierCallback_m049B30CE5320BE8BE41644ADF352E1579011240D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<UnityEngine.Application.AdvertisingIdentifierCallback>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t4CD07E6BBD6365E3828CEA0880BC81A217C95502_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_m470526222E21E88F0E5D3FCC2279A4C247494337(L_4, /*hidden argument*/DelegateTraits_1_Create_m470526222E21E88F0E5D3FCC2279A4C247494337_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<UnityEngine.Application.AdvertisingIdentifierCallback>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t4CD07E6BBD6365E3828CEA0880BC81A217C95502_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_m2C3884C9BC4CD2220F3079F65EE38950A0CB5E43(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_m2C3884C9BC4CD2220F3079F65EE38950A0CB5E43_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::UnityEngine_Application_LowMemoryCallback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_UnityEngine_Application_LowMemoryCallback_m65EC80DACE123003332F838BC9BEE0D2237512A9 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_UnityEngine_Application_LowMemoryCallback_m65EC80DACE123003332F838BC9BEE0D2237512A9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<UnityEngine.Application.LowMemoryCallback>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t98347E5B7595A8F9FFED923D9DDB9AEE6FFE882B_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_mCC6C909DC086BD337730D7B6EB4C274ACB2A0295(L_4, /*hidden argument*/DelegateTraits_1_Create_mCC6C909DC086BD337730D7B6EB4C274ACB2A0295_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<UnityEngine.Application.LowMemoryCallback>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t98347E5B7595A8F9FFED923D9DDB9AEE6FFE882B_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_mE0F0365E060B474541DE860EE6D2387FE8C73DEA(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_mE0F0365E060B474541DE860EE6D2387FE8C73DEA_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::UnityEngine_Application_LogCallback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_UnityEngine_Application_LogCallback_mAFE3E29E69E024CEB8C486C43BDB5EDA45FE025B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_UnityEngine_Application_LogCallback_mAFE3E29E69E024CEB8C486C43BDB5EDA45FE025B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<UnityEngine.Application.LogCallback>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tA76F5EBC02D94DE6BDA065CCA3CFB2054678D20A_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_m5E2BEBDE35F5E01D3E05C492822707A79DD72357(L_4, /*hidden argument*/DelegateTraits_1_Create_m5E2BEBDE35F5E01D3E05C492822707A79DD72357_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<UnityEngine.Application.LogCallback>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tA76F5EBC02D94DE6BDA065CCA3CFB2054678D20A_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_m10234597228343621A5064620A7C6828759134FB(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_m10234597228343621A5064620A7C6828759134FB_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::UnityEngine_AudioClip_PCMReaderCallback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_UnityEngine_AudioClip_PCMReaderCallback_mD21B499E9D1BD1EFB8FD063DD44AFDCAEFC92F95 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_UnityEngine_AudioClip_PCMReaderCallback_mD21B499E9D1BD1EFB8FD063DD44AFDCAEFC92F95_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<UnityEngine.AudioClip.PCMReaderCallback>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t25D62C96B3D5EF34D4E821297C936F33504B6B16_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_mF29D6FF0C15DA40DC97F04208CE5599476536271(L_4, /*hidden argument*/DelegateTraits_1_Create_mF29D6FF0C15DA40DC97F04208CE5599476536271_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<UnityEngine.AudioClip.PCMReaderCallback>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t25D62C96B3D5EF34D4E821297C936F33504B6B16_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_m4EAA5BFF741ED2CDCD663E726A9827883E988412(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_m4EAA5BFF741ED2CDCD663E726A9827883E988412_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::UnityEngine_AudioClip_PCMSetPositionCallback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_UnityEngine_AudioClip_PCMSetPositionCallback_m89842D1F83BBB1F64E76AB6138764821D72A599F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_UnityEngine_AudioClip_PCMSetPositionCallback_m89842D1F83BBB1F64E76AB6138764821D72A599F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<UnityEngine.AudioClip.PCMSetPositionCallback>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tB29CAC0DC6D96BB91891DC05BED51C1DF289342B_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_mBB6DF50324DD40E20FBFC91BCDA50AC70AC8F8B5(L_4, /*hidden argument*/DelegateTraits_1_Create_mBB6DF50324DD40E20FBFC91BCDA50AC70AC8F8B5_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<UnityEngine.AudioClip.PCMSetPositionCallback>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tB29CAC0DC6D96BB91891DC05BED51C1DF289342B_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_m64697478C95403BED0436839166BECA60F031F66(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_m64697478C95403BED0436839166BECA60F031F66_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::FairyGUI_GTweenCallback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_GTweenCallback_m8056B2FAE08088992577B132EAD3DC27456A470E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_FairyGUI_GTweenCallback_m8056B2FAE08088992577B132EAD3DC27456A470E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.GTweenCallback>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t12E3352847CF10123899C838475E4FD47A797DD0_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_mF49E70781ECE6CC485F34F3699C2778A3BB87957(L_4, /*hidden argument*/DelegateTraits_1_Create_mF49E70781ECE6CC485F34F3699C2778A3BB87957_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.GTweenCallback>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t12E3352847CF10123899C838475E4FD47A797DD0_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_m5C5567FEB162E8982D664A7B2C1572E19772173C(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_m5C5567FEB162E8982D664A7B2C1572E19772173C_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::FairyGUI_EventCallback1(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_EventCallback1_m4B3395D7F30284B9C10D4B24CC8EF94176F8F87F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_FairyGUI_EventCallback1_m4B3395D7F30284B9C10D4B24CC8EF94176F8F87F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.EventCallback1>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t93F39C2A14587E21167772FF32604529106E3646_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_m379E8A31CA45905487F5A05B2685BC6EEFB287AD(L_4, /*hidden argument*/DelegateTraits_1_Create_m379E8A31CA45905487F5A05B2685BC6EEFB287AD_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.EventCallback1>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t93F39C2A14587E21167772FF32604529106E3646_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_mF9165CBEA09040C247F538B355A8523B8F194DBE(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_mF9165CBEA09040C247F538B355A8523B8F194DBE_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::FairyGUI_EventCallback0(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_EventCallback0_mA14A82D9A1337ED54B1BC4C9EAEF6EE3A31A8C6F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_FairyGUI_EventCallback0_mA14A82D9A1337ED54B1BC4C9EAEF6EE3A31A8C6F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.EventCallback0>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tF0DA4F8E9EF0E96D6F6B9323055B5A17E69D0D8C_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_mCB990E685E897FA2786343CDD2A8B3436563F54D(L_4, /*hidden argument*/DelegateTraits_1_Create_mCB990E685E897FA2786343CDD2A8B3436563F54D_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.EventCallback0>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tF0DA4F8E9EF0E96D6F6B9323055B5A17E69D0D8C_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_mDCF02A7E588A4F5380E364603974D167F39ECCFE(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_mDCF02A7E588A4F5380E364603974D167F39ECCFE_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::FairyGUI_ListItemRenderer(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_ListItemRenderer_mD32611808DEC75D152D0B563B02AB057DD7779F4 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_FairyGUI_ListItemRenderer_mD32611808DEC75D152D0B563B02AB057DD7779F4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.ListItemRenderer>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t9B22D62493F56F419E96B6F435368BC10BA2A94C_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_m5E46A95D2563BFF417AB5D167E09C3D2696A49A6(L_4, /*hidden argument*/DelegateTraits_1_Create_m5E46A95D2563BFF417AB5D167E09C3D2696A49A6_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.ListItemRenderer>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t9B22D62493F56F419E96B6F435368BC10BA2A94C_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_mAF5310CA8A64CC1ADF2FD4C39D996CAE82164270(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_mAF5310CA8A64CC1ADF2FD4C39D996CAE82164270_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::FairyGUI_ListItemProvider(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_ListItemProvider_mD59C085C9EBE3746B2039317526E83DF878B8C73 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_FairyGUI_ListItemProvider_mD59C085C9EBE3746B2039317526E83DF878B8C73_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.ListItemProvider>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tC17EE2BAB7FFD893EECF071ADB5374E09F776F6C_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_mAD4E83A5961400A78DF50999CFC74DE1BFDF09CE(L_4, /*hidden argument*/DelegateTraits_1_Create_mAD4E83A5961400A78DF50999CFC74DE1BFDF09CE_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.ListItemProvider>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tC17EE2BAB7FFD893EECF071ADB5374E09F776F6C_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_mFDB35F761C96004D32A7E39A2C6809627F5EC4C2(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_mFDB35F761C96004D32A7E39A2C6809627F5EC4C2_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::FairyGUI_PlayCompleteCallback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_PlayCompleteCallback_mD17CC5B93B25FBFAC571B3F669AD1953A0B2E6BB (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_FairyGUI_PlayCompleteCallback_mD17CC5B93B25FBFAC571B3F669AD1953A0B2E6BB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.PlayCompleteCallback>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t073E67EAC379AB821EAEC9EB79B8C12758053D98_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_mF03FDA3395BDF92B674E26BB51AF4466046B22F5(L_4, /*hidden argument*/DelegateTraits_1_Create_mF03FDA3395BDF92B674E26BB51AF4466046B22F5_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.PlayCompleteCallback>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t073E67EAC379AB821EAEC9EB79B8C12758053D98_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_mD19968D9C40691201CC5FAA194E756701C338079(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_mD19968D9C40691201CC5FAA194E756701C338079_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::FairyGUI_TransitionHook(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_TransitionHook_m498A930DA2DCAA1AD82F4913F676D71C6452C4A8 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_FairyGUI_TransitionHook_m498A930DA2DCAA1AD82F4913F676D71C6452C4A8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.TransitionHook>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t774E97D942C031F468B2C2F7AB3A9A5139E99588_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_m540C0E9B91A239FAA6B8AEB54E84145841186DAA(L_4, /*hidden argument*/DelegateTraits_1_Create_m540C0E9B91A239FAA6B8AEB54E84145841186DAA_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.TransitionHook>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t774E97D942C031F468B2C2F7AB3A9A5139E99588_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_m090FDAD2B2C5D50E7C09F04EAA49EF4D0FEAFC51(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_m090FDAD2B2C5D50E7C09F04EAA49EF4D0FEAFC51_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::FairyGUI_TimerCallback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_TimerCallback_m3A5C610B79AAFB5EE17491F2371D0875219B5FFC (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_FairyGUI_TimerCallback_m3A5C610B79AAFB5EE17491F2371D0875219B5FFC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.TimerCallback>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t7DE0DD6720F20BA0FB87D3AC47C58DDCBC48FA17_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_m7E06B7C5A09479458CAA7B15CCB2309F884CBE16(L_4, /*hidden argument*/DelegateTraits_1_Create_m7E06B7C5A09479458CAA7B15CCB2309F884CBE16_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.TimerCallback>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t7DE0DD6720F20BA0FB87D3AC47C58DDCBC48FA17_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_mBA5CEB4B83DC61FB1F450E122516FC9EAD242871(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_mBA5CEB4B83DC61FB1F450E122516FC9EAD242871_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::FairyGUI_GTweenCallback1(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_GTweenCallback1_mE9A5DF654115A8A1B31A02C762BE4F75325BD71A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_FairyGUI_GTweenCallback1_mE9A5DF654115A8A1B31A02C762BE4F75325BD71A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.GTweenCallback1>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tC32870178A04E8785071C13C0A3A1BD78AB638FB_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_m78EA0251BD78385CAA58FAC8CA295A24272F45C6(L_4, /*hidden argument*/DelegateTraits_1_Create_m78EA0251BD78385CAA58FAC8CA295A24272F45C6_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.GTweenCallback1>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tC32870178A04E8785071C13C0A3A1BD78AB638FB_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_m1EEA067ED95DD7B187F10A00C60DD9CA31BA3A03(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_m1EEA067ED95DD7B187F10A00C60DD9CA31BA3A03_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::FairyGUI_UIPackage_CreateObjectCallback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_UIPackage_CreateObjectCallback_m886D2726572D314DA18BFDB8EAF6BF4D5C72D910 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_FairyGUI_UIPackage_CreateObjectCallback_m886D2726572D314DA18BFDB8EAF6BF4D5C72D910_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.UIPackage.CreateObjectCallback>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t3F3122B169DE5206E7E091146461BFE71B391E72_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_m56B9F43B47C8E6E5BD8139B34FFD626A768F6C4D(L_4, /*hidden argument*/DelegateTraits_1_Create_m56B9F43B47C8E6E5BD8139B34FFD626A768F6C4D_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.UIPackage.CreateObjectCallback>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t3F3122B169DE5206E7E091146461BFE71B391E72_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_m3C2DE6DFCFDBC52AE70F4AFC820013838D24C06C(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_m3C2DE6DFCFDBC52AE70F4AFC820013838D24C06C_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::FairyGUI_GObjectPool_InitCallbackDelegate(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_GObjectPool_InitCallbackDelegate_mE96834EEA6574613B704A0BD9A2B55B2CADC20CF (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_FairyGUI_GObjectPool_InitCallbackDelegate_mE96834EEA6574613B704A0BD9A2B55B2CADC20CF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.GObjectPool.InitCallbackDelegate>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tA03F6CDA84F96D6FEA0C4B5D5D08CA30603373E5_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_m26B168D8F0C1C9DE23AFE97C0C526647EBBA1455(L_4, /*hidden argument*/DelegateTraits_1_Create_m26B168D8F0C1C9DE23AFE97C0C526647EBBA1455_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.GObjectPool.InitCallbackDelegate>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tA03F6CDA84F96D6FEA0C4B5D5D08CA30603373E5_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_mF5A9728811C1AEAA5F9E6818A22ED6D0820411C0(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_mF5A9728811C1AEAA5F9E6818A22ED6D0820411C0_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::FairyGUI_UIObjectFactory_GComponentCreator(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_UIObjectFactory_GComponentCreator_mD844B0EC7849F37189D4099B83528E40CBAAD52B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_FairyGUI_UIObjectFactory_GComponentCreator_mD844B0EC7849F37189D4099B83528E40CBAAD52B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.UIObjectFactory.GComponentCreator>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t776B388975B686801183907651872264668F1859_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_m9903243C2FBA8232A285BCB6205F16775093DAE6(L_4, /*hidden argument*/DelegateTraits_1_Create_m9903243C2FBA8232A285BCB6205F16775093DAE6_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.UIObjectFactory.GComponentCreator>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t776B388975B686801183907651872264668F1859_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_m355F7B48D6075D9FEF34AB3AF8BFB2B3765783EC(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_m355F7B48D6075D9FEF34AB3AF8BFB2B3765783EC_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::FairyGUI_UIObjectFactory_GLoaderCreator(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_UIObjectFactory_GLoaderCreator_mE21DFC316EA43D120A62802F86DB549F543A33BD (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_FairyGUI_UIObjectFactory_GLoaderCreator_mE21DFC316EA43D120A62802F86DB549F543A33BD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.UIObjectFactory.GLoaderCreator>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t7E169FD59FAFA87BEF1768638A07DBC0FFA3E6F2_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_m35C4D31170467080F30806D3EF24D5C40282AADE(L_4, /*hidden argument*/DelegateTraits_1_Create_m35C4D31170467080F30806D3EF24D5C40282AADE_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.UIObjectFactory.GLoaderCreator>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t7E169FD59FAFA87BEF1768638A07DBC0FFA3E6F2_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_m8248DA21C3B5F67CCC09F67406C600686365F3C2(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_m8248DA21C3B5F67CCC09F67406C600686365F3C2_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::FairyGUI_UIConfig_SoundLoader(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_FairyGUI_UIConfig_SoundLoader_m91E554B4F101452A3B4966BBA41A14CA3D54B940 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_FairyGUI_UIConfig_SoundLoader_m91E554B4F101452A3B4966BBA41A14CA3D54B940_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.UIConfig.SoundLoader>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tB7ADE25F345783D88C0925F4F6324B9A45BF95F6_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_m345AC470C2E6F67E51ED4749C2D48A0AD86E7460(L_4, /*hidden argument*/DelegateTraits_1_Create_m345AC470C2E6F67E51ED4749C2D48A0AD86E7460_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<FairyGUI.UIConfig.SoundLoader>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tB7ADE25F345783D88C0925F4F6324B9A45BF95F6_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_m2F146A69AA14162B483CE92D48A0A4A7E2E72F77(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_m2F146A69AA14162B483CE92D48A0A4A7E2E72F77_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::System_Action(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_System_Action_m023154760C00481CBF83B5F34295732AC229FA42 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_System_Action_m023154760C00481CBF83B5F34295732AC229FA42_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<System.Action>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t527B6437180103CA72B9253B083FB827D739227B_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_mB2E5AFB91459A19B08AEAF397D8346B27D1C843E(L_4, /*hidden argument*/DelegateTraits_1_Create_mB2E5AFB91459A19B08AEAF397D8346B27D1C843E_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<System.Action>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t527B6437180103CA72B9253B083FB827D739227B_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_mED324F75273F7A952D83DFFE831A874558E6105B(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_mED324F75273F7A952D83DFFE831A874558E6105B_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::System_Predicate_int(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_System_Predicate_int_mA1371338026C3DB913B606305DD7604BCB11CB44 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_System_Predicate_int_mA1371338026C3DB913B606305DD7604BCB11CB44_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<System.Predicate<int>>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tAE2B81FB6E1B220CC11FFF757B65C0C699E549B0_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_m1502E4D0C12FFB201F9A4C422E83D4E62F1DE598(L_4, /*hidden argument*/DelegateTraits_1_Create_m1502E4D0C12FFB201F9A4C422E83D4E62F1DE598_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<System.Predicate<int>>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tAE2B81FB6E1B220CC11FFF757B65C0C699E549B0_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_m78E8005A3A9785C1947450D8B25EAD33E7D1DC68(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_m78E8005A3A9785C1947450D8B25EAD33E7D1DC68_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::System_Action_int(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_System_Action_int_mD157EC370F8092F0A922E7C9F13AE8E456151FC8 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_System_Action_int_mD157EC370F8092F0A922E7C9F13AE8E456151FC8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<System.Action<int>>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tAB5C6C342702A0C58D59E04100E568FA4BB6A827_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_m0AB017A9D2932C9865143222A117E51C1AC4D0BB(L_4, /*hidden argument*/DelegateTraits_1_Create_m0AB017A9D2932C9865143222A117E51C1AC4D0BB_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<System.Action<int>>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tAB5C6C342702A0C58D59E04100E568FA4BB6A827_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_mB09B12593B9B7A33DB08B50F9D03FE2569DDC6C5(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_mB09B12593B9B7A33DB08B50F9D03FE2569DDC6C5_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::System_Comparison_int(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_System_Comparison_int_m179D2FEB2C1F9124574199492A49957666F57114 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_System_Comparison_int_m179D2FEB2C1F9124574199492A49957666F57114_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<System.Comparison<int>>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tB9C1DF1C081939E6C4E3B2F8CBBD6D632731E061_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_m1AB09D5B0D223343D85EDC9060B6CB4ED1BB69EA(L_4, /*hidden argument*/DelegateTraits_1_Create_m1AB09D5B0D223343D85EDC9060B6CB4ED1BB69EA_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<System.Comparison<int>>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tB9C1DF1C081939E6C4E3B2F8CBBD6D632731E061_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_mF732ABDFD42C332F426A6BF4EF7E24FD1A0CD378(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_mF732ABDFD42C332F426A6BF4EF7E24FD1A0CD378_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::System_Func_int_int(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_System_Func_int_int_mB1947D852EE5DD0474773078E5D083CC791DC967 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_System_Func_int_int_mB1947D852EE5DD0474773078E5D083CC791DC967_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<System.Func<int,int>>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t167B5F8C2F97A77CC247ABCD9FA11D7095F34CA4_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_m2A0A31EB21CA7051AAA07CE086A0CF8C95CDAE33(L_4, /*hidden argument*/DelegateTraits_1_Create_m2A0A31EB21CA7051AAA07CE086A0CF8C95CDAE33_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<System.Func<int,int>>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t167B5F8C2F97A77CC247ABCD9FA11D7095F34CA4_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_mA63A8A8B8F247AC12164279199FF03D7ED6CBD9F(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_mA63A8A8B8F247AC12164279199FF03D7ED6CBD9F_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::System_Action_bool(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_System_Action_bool_mDC575E788266BC6BCA4C9510D00E918593D0289A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_System_Action_bool_mDC575E788266BC6BCA4C9510D00E918593D0289A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<System.Action<bool>>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tE3882EC59D585021F3DAEF67508263D070138EB4_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_m860D45181B2E555E6C4D5AF35D6C1F47CF51D90A(L_4, /*hidden argument*/DelegateTraits_1_Create_m860D45181B2E555E6C4D5AF35D6C1F47CF51D90A_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<System.Action<bool>>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tE3882EC59D585021F3DAEF67508263D070138EB4_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_mE99B3FF181BA57C3976F338985CE41434A2334C9(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_mE99B3FF181BA57C3976F338985CE41434A2334C9_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::System_Action_string(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_System_Action_string_m5F484E20F94461DE3CF0F964975EA34B27120E68 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_System_Action_string_m5F484E20F94461DE3CF0F964975EA34B27120E68_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<System.Action<string>>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t1E239673DABB3C5F93706C9B7B03B372FA6E1977_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_mBBE94DBF65E7EE5E1EC940713BD9F4854EA2FDB5(L_4, /*hidden argument*/DelegateTraits_1_Create_mBBE94DBF65E7EE5E1EC940713BD9F4854EA2FDB5_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<System.Action<string>>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t1E239673DABB3C5F93706C9B7B03B372FA6E1977_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_m46FEDFC22A5F01FE755CB9BF29CD57DB68601F74(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_m46FEDFC22A5F01FE755CB9BF29CD57DB68601F74_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::System_Func_bool(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_System_Func_bool_m700AF81876EBB97F8B7449C654197DDA0463C5F8 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_System_Func_bool_m700AF81876EBB97F8B7449C654197DDA0463C5F8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<System.Func<bool>>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t0F46F3937AC3BBB71066453286E84FFFEB67CA39_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_mF8B797E4343F3EFD74AF65D39D1466608065C17F(L_4, /*hidden argument*/DelegateTraits_1_Create_mF8B797E4343F3EFD74AF65D39D1466608065C17F_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<System.Func<bool>>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t0F46F3937AC3BBB71066453286E84FFFEB67CA39_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_m97C60087A066C967367596B79413098D755B7B75(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_m97C60087A066C967367596B79413098D755B7B75_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::System_Action_UnityEngine_AsyncOperation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_System_Action_UnityEngine_AsyncOperation_mEA2FB1653BD60DF3F88AC012858FD4215B21763C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_System_Action_UnityEngine_AsyncOperation_mEA2FB1653BD60DF3F88AC012858FD4215B21763C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<System.Action<UnityEngine.AsyncOperation>>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tB045B6E19DA2DD442876F32C4CDECFCFA4AAF87A_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_m9AFD8887154BD3630FE3AE22D980E94BBFA5FCF5(L_4, /*hidden argument*/DelegateTraits_1_Create_m9AFD8887154BD3630FE3AE22D980E94BBFA5FCF5_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<System.Action<UnityEngine.AsyncOperation>>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tB045B6E19DA2DD442876F32C4CDECFCFA4AAF87A_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_mBDDCD3D9FF6BCC6C4E6F7F64F3B0D7440EF1DDA7(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_mBDDCD3D9FF6BCC6C4E6F7F64F3B0D7440EF1DDA7_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::System_Action_string_System_Action(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_System_Action_string_System_Action_m69CA12871EE06AAD2FFB1E56B6394BFC4C8D8B17 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_System_Action_string_System_Action_m69CA12871EE06AAD2FFB1E56B6394BFC4C8D8B17_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Delegate_t * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_2 = NULL;
|
|
Delegate_t * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaFunction func = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// Delegate arg1 = DelegateTraits<System.Action<string,System.Action>>.Create(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tDE432E09A11656023549F8DA0F86C42FF1354D4E_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_5 = DelegateTraits_1_Create_m02E0C9AFA471D43C1087D4F00F8E310464E4F4BB(L_4, /*hidden argument*/DelegateTraits_1_Create_m02E0C9AFA471D43C1087D4F00F8E310464E4F4BB_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_6 = ___L0;
|
|
Delegate_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// LuaTable self = ToLua.CheckLuaTable(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// Delegate arg1 = DelegateTraits<System.Action<string,System.Action>>.Create(func, self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tDE432E09A11656023549F8DA0F86C42FF1354D4E_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_12 = DelegateTraits_1_Create_m23C165FD3BBD2C6898C03CF035564BAE70C967C7(L_10, L_11, /*hidden argument*/DelegateTraits_1_Create_m23C165FD3BBD2C6898C03CF035564BAE70C967C7_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
// ToLua.Push(L, arg1);
|
|
intptr_t L_13 = ___L0;
|
|
Delegate_t * L_14 = V_3;
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_15 = ___L0;
|
|
Exception_t * L_16 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
V_4 = L_17;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_18 = V_4;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_MeshRenderer(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_MeshRenderer_mE1FB99462D05EAC6830CA0815605366726D9AE62 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_LuaOpen_UnityEngine_MeshRenderer_mE1FB99462D05EAC6830CA0815605366726D9AE62_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaState state = LuaState.Get(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_il2cpp_TypeInfo_var);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = LuaState_Get_mD5CEDF5D82EFE1715EAEA521EEF00D2B29D7C5DF_inline((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// state.BeginPreModule("UnityEngine");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = L_1;
|
|
NullCheck(L_2);
|
|
LuaState_BeginPreModule_m65538178C460E1B669CEDD79716DD0E7DC17861F(L_2, _stringLiteral50D86FCBE2ABB9A65B07323B311FF2296682029D, /*hidden argument*/NULL);
|
|
// UnityEngine_MeshRendererWrap.Register(state);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = L_2;
|
|
UnityEngine_MeshRendererWrap_Register_m3D8519C4E064592F6F00F59A3B9325819B1E1ED4(L_3, /*hidden argument*/NULL);
|
|
// int reference = state.GetMetaReference(typeof(UnityEngine.MeshRenderer));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_4 = L_3;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_7 = LuaState_GetMetaReference_m0ECB7BA7FE9C1A77019A1AB7E0283495F8457E98(L_4, L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
// state.EndPreModule(L, reference);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_4);
|
|
LuaState_EndPreModule_mA7AD370B5297A47962F65637DBCFE910BB6EDD71(L_4, (intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_003f;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0034;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0034:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_10 = ___L0;
|
|
Exception_t * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_12 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
V_1 = L_12;
|
|
goto IL_003f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003f:
|
|
{
|
|
// }
|
|
int32_t L_13 = V_1;
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_BoxCollider(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_BoxCollider_mB89F4E31BCF0EAB7F91B3432AB88E059EDB6F034 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_LuaOpen_UnityEngine_BoxCollider_mB89F4E31BCF0EAB7F91B3432AB88E059EDB6F034_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaState state = LuaState.Get(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_il2cpp_TypeInfo_var);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = LuaState_Get_mD5CEDF5D82EFE1715EAEA521EEF00D2B29D7C5DF_inline((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// state.BeginPreModule("UnityEngine");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = L_1;
|
|
NullCheck(L_2);
|
|
LuaState_BeginPreModule_m65538178C460E1B669CEDD79716DD0E7DC17861F(L_2, _stringLiteral50D86FCBE2ABB9A65B07323B311FF2296682029D, /*hidden argument*/NULL);
|
|
// UnityEngine_BoxColliderWrap.Register(state);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = L_2;
|
|
UnityEngine_BoxColliderWrap_Register_m522636A5881D584ECDFD778B7E77488F4F311A61(L_3, /*hidden argument*/NULL);
|
|
// int reference = state.GetMetaReference(typeof(UnityEngine.BoxCollider));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_4 = L_3;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_7 = LuaState_GetMetaReference_m0ECB7BA7FE9C1A77019A1AB7E0283495F8457E98(L_4, L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
// state.EndPreModule(L, reference);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_4);
|
|
LuaState_EndPreModule_mA7AD370B5297A47962F65637DBCFE910BB6EDD71(L_4, (intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_003f;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0034;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0034:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_10 = ___L0;
|
|
Exception_t * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_12 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
V_1 = L_12;
|
|
goto IL_003f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003f:
|
|
{
|
|
// }
|
|
int32_t L_13 = V_1;
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_MeshCollider(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_MeshCollider_m637044BCF2A72E5C968A862032236CF2AAA927FE (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_LuaOpen_UnityEngine_MeshCollider_m637044BCF2A72E5C968A862032236CF2AAA927FE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaState state = LuaState.Get(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_il2cpp_TypeInfo_var);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = LuaState_Get_mD5CEDF5D82EFE1715EAEA521EEF00D2B29D7C5DF_inline((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// state.BeginPreModule("UnityEngine");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = L_1;
|
|
NullCheck(L_2);
|
|
LuaState_BeginPreModule_m65538178C460E1B669CEDD79716DD0E7DC17861F(L_2, _stringLiteral50D86FCBE2ABB9A65B07323B311FF2296682029D, /*hidden argument*/NULL);
|
|
// UnityEngine_MeshColliderWrap.Register(state);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = L_2;
|
|
UnityEngine_MeshColliderWrap_Register_m0A449C5CDF57E1C025864F1A951326C4740FE47C(L_3, /*hidden argument*/NULL);
|
|
// int reference = state.GetMetaReference(typeof(UnityEngine.MeshCollider));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_4 = L_3;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (MeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_7 = LuaState_GetMetaReference_m0ECB7BA7FE9C1A77019A1AB7E0283495F8457E98(L_4, L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
// state.EndPreModule(L, reference);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_4);
|
|
LuaState_EndPreModule_mA7AD370B5297A47962F65637DBCFE910BB6EDD71(L_4, (intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_003f;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0034;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0034:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_10 = ___L0;
|
|
Exception_t * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_12 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
V_1 = L_12;
|
|
goto IL_003f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003f:
|
|
{
|
|
// }
|
|
int32_t L_13 = V_1;
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_SphereCollider(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_SphereCollider_mBFE253E19B63767C397705BB646FC62E093D3090 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_LuaOpen_UnityEngine_SphereCollider_mBFE253E19B63767C397705BB646FC62E093D3090_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaState state = LuaState.Get(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_il2cpp_TypeInfo_var);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = LuaState_Get_mD5CEDF5D82EFE1715EAEA521EEF00D2B29D7C5DF_inline((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// state.BeginPreModule("UnityEngine");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = L_1;
|
|
NullCheck(L_2);
|
|
LuaState_BeginPreModule_m65538178C460E1B669CEDD79716DD0E7DC17861F(L_2, _stringLiteral50D86FCBE2ABB9A65B07323B311FF2296682029D, /*hidden argument*/NULL);
|
|
// UnityEngine_SphereColliderWrap.Register(state);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = L_2;
|
|
UnityEngine_SphereColliderWrap_Register_mE152C660006EEEF4CFFE29D25C2C906C9FA0AE74(L_3, /*hidden argument*/NULL);
|
|
// int reference = state.GetMetaReference(typeof(UnityEngine.SphereCollider));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_4 = L_3;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (SphereCollider_tAC3E5E20B385DF1C0B17F3EA5C7214F71367706F_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_7 = LuaState_GetMetaReference_m0ECB7BA7FE9C1A77019A1AB7E0283495F8457E98(L_4, L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
// state.EndPreModule(L, reference);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_4);
|
|
LuaState_EndPreModule_mA7AD370B5297A47962F65637DBCFE910BB6EDD71(L_4, (intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_003f;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0034;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0034:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_10 = ___L0;
|
|
Exception_t * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_12 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
V_1 = L_12;
|
|
goto IL_003f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003f:
|
|
{
|
|
// }
|
|
int32_t L_13 = V_1;
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_CharacterController(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_CharacterController_mE4432CA41C11D4A1E357D39013D2017C70CC94A3 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_LuaOpen_UnityEngine_CharacterController_mE4432CA41C11D4A1E357D39013D2017C70CC94A3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaState state = LuaState.Get(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_il2cpp_TypeInfo_var);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = LuaState_Get_mD5CEDF5D82EFE1715EAEA521EEF00D2B29D7C5DF_inline((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// state.BeginPreModule("UnityEngine");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = L_1;
|
|
NullCheck(L_2);
|
|
LuaState_BeginPreModule_m65538178C460E1B669CEDD79716DD0E7DC17861F(L_2, _stringLiteral50D86FCBE2ABB9A65B07323B311FF2296682029D, /*hidden argument*/NULL);
|
|
// UnityEngine_CharacterControllerWrap.Register(state);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = L_2;
|
|
UnityEngine_CharacterControllerWrap_Register_m11FBD1FF94D730685F42D82FD95C474FECB22954(L_3, /*hidden argument*/NULL);
|
|
// int reference = state.GetMetaReference(typeof(UnityEngine.CharacterController));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_4 = L_3;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (CharacterController_t0ED98F461DBB7AC5B189C190153D83D5888BF93E_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_7 = LuaState_GetMetaReference_m0ECB7BA7FE9C1A77019A1AB7E0283495F8457E98(L_4, L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
// state.EndPreModule(L, reference);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_4);
|
|
LuaState_EndPreModule_mA7AD370B5297A47962F65637DBCFE910BB6EDD71(L_4, (intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_003f;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0034;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0034:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_10 = ___L0;
|
|
Exception_t * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_12 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
V_1 = L_12;
|
|
goto IL_003f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003f:
|
|
{
|
|
// }
|
|
int32_t L_13 = V_1;
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_CapsuleCollider(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_CapsuleCollider_m054843E27781EAD4C84B025F6D49467E627B22CC (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_LuaOpen_UnityEngine_CapsuleCollider_m054843E27781EAD4C84B025F6D49467E627B22CC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaState state = LuaState.Get(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_il2cpp_TypeInfo_var);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = LuaState_Get_mD5CEDF5D82EFE1715EAEA521EEF00D2B29D7C5DF_inline((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// state.BeginPreModule("UnityEngine");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = L_1;
|
|
NullCheck(L_2);
|
|
LuaState_BeginPreModule_m65538178C460E1B669CEDD79716DD0E7DC17861F(L_2, _stringLiteral50D86FCBE2ABB9A65B07323B311FF2296682029D, /*hidden argument*/NULL);
|
|
// UnityEngine_CapsuleColliderWrap.Register(state);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = L_2;
|
|
UnityEngine_CapsuleColliderWrap_Register_m8E5DC84FC22F77C010E830111170DA7B8CA616FF(L_3, /*hidden argument*/NULL);
|
|
// int reference = state.GetMetaReference(typeof(UnityEngine.CapsuleCollider));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_4 = L_3;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (CapsuleCollider_t5FD15B9E7BEEC4FFA8A2071E9FD2B8DEB3A826D1_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_7 = LuaState_GetMetaReference_m0ECB7BA7FE9C1A77019A1AB7E0283495F8457E98(L_4, L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
// state.EndPreModule(L, reference);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_4);
|
|
LuaState_EndPreModule_mA7AD370B5297A47962F65637DBCFE910BB6EDD71(L_4, (intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_003f;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0034;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0034:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_10 = ___L0;
|
|
Exception_t * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_12 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
V_1 = L_12;
|
|
goto IL_003f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003f:
|
|
{
|
|
// }
|
|
int32_t L_13 = V_1;
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_Animation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_Animation_m515EE196520111AB9B1802589A5EC6BB37338B86 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_LuaOpen_UnityEngine_Animation_m515EE196520111AB9B1802589A5EC6BB37338B86_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaState state = LuaState.Get(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_il2cpp_TypeInfo_var);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = LuaState_Get_mD5CEDF5D82EFE1715EAEA521EEF00D2B29D7C5DF_inline((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// state.BeginPreModule("UnityEngine");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = L_1;
|
|
NullCheck(L_2);
|
|
LuaState_BeginPreModule_m65538178C460E1B669CEDD79716DD0E7DC17861F(L_2, _stringLiteral50D86FCBE2ABB9A65B07323B311FF2296682029D, /*hidden argument*/NULL);
|
|
// UnityEngine_AnimationWrap.Register(state);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = L_2;
|
|
UnityEngine_AnimationWrap_Register_m7BF970313514B8D975EB35FE65A5CAEE77CC5812(L_3, /*hidden argument*/NULL);
|
|
// int reference = state.GetMetaReference(typeof(UnityEngine.Animation));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_4 = L_3;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_7 = LuaState_GetMetaReference_m0ECB7BA7FE9C1A77019A1AB7E0283495F8457E98(L_4, L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
// state.EndPreModule(L, reference);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_4);
|
|
LuaState_EndPreModule_mA7AD370B5297A47962F65637DBCFE910BB6EDD71(L_4, (intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_003f;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0034;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0034:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_10 = ___L0;
|
|
Exception_t * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_12 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
V_1 = L_12;
|
|
goto IL_003f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003f:
|
|
{
|
|
// }
|
|
int32_t L_13 = V_1;
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_AnimationClip(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_AnimationClip_mC3762E1113BEF5490E682C50887B0E508F07BAD4 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_LuaOpen_UnityEngine_AnimationClip_mC3762E1113BEF5490E682C50887B0E508F07BAD4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaState state = LuaState.Get(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_il2cpp_TypeInfo_var);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = LuaState_Get_mD5CEDF5D82EFE1715EAEA521EEF00D2B29D7C5DF_inline((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// state.BeginPreModule("UnityEngine");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = L_1;
|
|
NullCheck(L_2);
|
|
LuaState_BeginPreModule_m65538178C460E1B669CEDD79716DD0E7DC17861F(L_2, _stringLiteral50D86FCBE2ABB9A65B07323B311FF2296682029D, /*hidden argument*/NULL);
|
|
// UnityEngine_AnimationClipWrap.Register(state);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = L_2;
|
|
UnityEngine_AnimationClipWrap_Register_m7A1E945E288BB934A61DC48010512F888790981C(L_3, /*hidden argument*/NULL);
|
|
// int reference = state.GetMetaReference(typeof(UnityEngine.AnimationClip));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_4 = L_3;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_7 = LuaState_GetMetaReference_m0ECB7BA7FE9C1A77019A1AB7E0283495F8457E98(L_4, L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
// state.EndPreModule(L, reference);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_4);
|
|
LuaState_EndPreModule_mA7AD370B5297A47962F65637DBCFE910BB6EDD71(L_4, (intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_003f;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0034;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0034:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_10 = ___L0;
|
|
Exception_t * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_12 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
V_1 = L_12;
|
|
goto IL_003f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003f:
|
|
{
|
|
// }
|
|
int32_t L_13 = V_1;
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_AnimationState(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_AnimationState_mBE8550125DC87AD922EFED49710D673D8EA1868D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_LuaOpen_UnityEngine_AnimationState_mBE8550125DC87AD922EFED49710D673D8EA1868D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaState state = LuaState.Get(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_il2cpp_TypeInfo_var);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = LuaState_Get_mD5CEDF5D82EFE1715EAEA521EEF00D2B29D7C5DF_inline((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// state.BeginPreModule("UnityEngine");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = L_1;
|
|
NullCheck(L_2);
|
|
LuaState_BeginPreModule_m65538178C460E1B669CEDD79716DD0E7DC17861F(L_2, _stringLiteral50D86FCBE2ABB9A65B07323B311FF2296682029D, /*hidden argument*/NULL);
|
|
// UnityEngine_AnimationStateWrap.Register(state);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = L_2;
|
|
UnityEngine_AnimationStateWrap_Register_m5B5FFB57EBBC7C8EDC044E9375CD895A9E61617E(L_3, /*hidden argument*/NULL);
|
|
// int reference = state.GetMetaReference(typeof(UnityEngine.AnimationState));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_4 = L_3;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_7 = LuaState_GetMetaReference_m0ECB7BA7FE9C1A77019A1AB7E0283495F8457E98(L_4, L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
// state.EndPreModule(L, reference);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_4);
|
|
LuaState_EndPreModule_mA7AD370B5297A47962F65637DBCFE910BB6EDD71(L_4, (intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_003f;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0034;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0034:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_10 = ___L0;
|
|
Exception_t * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_12 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
V_1 = L_12;
|
|
goto IL_003f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003f:
|
|
{
|
|
// }
|
|
int32_t L_13 = V_1;
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_SkinWeights(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_SkinWeights_m4704E7BE52E9209C2BE262AA83DD9746A8C19B90 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_LuaOpen_UnityEngine_SkinWeights_m4704E7BE52E9209C2BE262AA83DD9746A8C19B90_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaState state = LuaState.Get(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_il2cpp_TypeInfo_var);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = LuaState_Get_mD5CEDF5D82EFE1715EAEA521EEF00D2B29D7C5DF_inline((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// state.BeginPreModule("UnityEngine");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = L_1;
|
|
NullCheck(L_2);
|
|
LuaState_BeginPreModule_m65538178C460E1B669CEDD79716DD0E7DC17861F(L_2, _stringLiteral50D86FCBE2ABB9A65B07323B311FF2296682029D, /*hidden argument*/NULL);
|
|
// UnityEngine_SkinWeightsWrap.Register(state);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = L_2;
|
|
UnityEngine_SkinWeightsWrap_Register_m1623B23238CBB917EF5C1FD11FF9322DD1CB530E(L_3, /*hidden argument*/NULL);
|
|
// int reference = state.GetMetaReference(typeof(UnityEngine.SkinWeights));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_4 = L_3;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (SkinWeights_t2703F2550B0821F984412424597010EC1077E972_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_7 = LuaState_GetMetaReference_m0ECB7BA7FE9C1A77019A1AB7E0283495F8457E98(L_4, L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
// state.EndPreModule(L, reference);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_4);
|
|
LuaState_EndPreModule_mA7AD370B5297A47962F65637DBCFE910BB6EDD71(L_4, (intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_003f;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0034;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0034:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_10 = ___L0;
|
|
Exception_t * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_12 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
V_1 = L_12;
|
|
goto IL_003f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003f:
|
|
{
|
|
// }
|
|
int32_t L_13 = V_1;
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_RenderTexture(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_RenderTexture_m41B070ED728061B6E9897141BDEE453FEE936CBA (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_LuaOpen_UnityEngine_RenderTexture_m41B070ED728061B6E9897141BDEE453FEE936CBA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaState state = LuaState.Get(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_il2cpp_TypeInfo_var);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = LuaState_Get_mD5CEDF5D82EFE1715EAEA521EEF00D2B29D7C5DF_inline((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// state.BeginPreModule("UnityEngine");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = L_1;
|
|
NullCheck(L_2);
|
|
LuaState_BeginPreModule_m65538178C460E1B669CEDD79716DD0E7DC17861F(L_2, _stringLiteral50D86FCBE2ABB9A65B07323B311FF2296682029D, /*hidden argument*/NULL);
|
|
// UnityEngine_RenderTextureWrap.Register(state);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = L_2;
|
|
UnityEngine_RenderTextureWrap_Register_m27C1EB757CC8BADF9808E33F882BEA5183A5F9DD(L_3, /*hidden argument*/NULL);
|
|
// int reference = state.GetMetaReference(typeof(UnityEngine.RenderTexture));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_4 = L_3;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_7 = LuaState_GetMetaReference_m0ECB7BA7FE9C1A77019A1AB7E0283495F8457E98(L_4, L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
// state.EndPreModule(L, reference);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_4);
|
|
LuaState_EndPreModule_mA7AD370B5297A47962F65637DBCFE910BB6EDD71(L_4, (intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_003f;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0034;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0034:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_10 = ___L0;
|
|
Exception_t * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_12 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
V_1 = L_12;
|
|
goto IL_003f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003f:
|
|
{
|
|
// }
|
|
int32_t L_13 = V_1;
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Int32 LuaBinder::LuaOpen_UnityEngine_Rigidbody(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBinder_LuaOpen_UnityEngine_Rigidbody_m55DD9C6C7E19B6F37E826984971E7320736C2DA4 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBinder_LuaOpen_UnityEngine_Rigidbody_m55DD9C6C7E19B6F37E826984971E7320736C2DA4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaState state = LuaState.Get(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_il2cpp_TypeInfo_var);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = LuaState_Get_mD5CEDF5D82EFE1715EAEA521EEF00D2B29D7C5DF_inline((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// state.BeginPreModule("UnityEngine");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = L_1;
|
|
NullCheck(L_2);
|
|
LuaState_BeginPreModule_m65538178C460E1B669CEDD79716DD0E7DC17861F(L_2, _stringLiteral50D86FCBE2ABB9A65B07323B311FF2296682029D, /*hidden argument*/NULL);
|
|
// UnityEngine_RigidbodyWrap.Register(state);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = L_2;
|
|
UnityEngine_RigidbodyWrap_Register_m2B305CA05C5CFB4CA265C045BABD07C9154D0C9B(L_3, /*hidden argument*/NULL);
|
|
// int reference = state.GetMetaReference(typeof(UnityEngine.Rigidbody));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_4 = L_3;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_7 = LuaState_GetMetaReference_m0ECB7BA7FE9C1A77019A1AB7E0283495F8457E98(L_4, L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
// state.EndPreModule(L, reference);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_4);
|
|
LuaState_EndPreModule_mA7AD370B5297A47962F65637DBCFE910BB6EDD71(L_4, (intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_003f;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0034;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0034:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_10 = ___L0;
|
|
Exception_t * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_12 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
V_1 = L_12;
|
|
goto IL_003f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003f:
|
|
{
|
|
// }
|
|
int32_t L_13 = V_1;
|
|
return L_13;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaClient_LuaOpen_Socket_Core_mCE03F638E889F682C7893D06A6B6941A78969764(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaClient_LuaOpen_Socket_Core_mCE03F638E889F682C7893D06A6B6941A78969764(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaClient_LuaOpen_Mime_Core_mC3B7816D48481AF4D139002A2C15421BDE77E6B7(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaClient_LuaOpen_Mime_Core_mC3B7816D48481AF4D139002A2C15421BDE77E6B7(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// LuaClient LuaClient::get_Instance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * LuaClient_get_Instance_mFA5CDDA1B5CBCE33BE3763886CFDB5220140B2CF (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaClient_get_Instance_mFA5CDDA1B5CBCE33BE3763886CFDB5220140B2CF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// get;
|
|
LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * L_0 = ((LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301_StaticFields*)il2cpp_codegen_static_fields_for(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301_il2cpp_TypeInfo_var))->get_U3CInstanceU3Ek__BackingField_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void LuaClient::set_Instance(LuaClient)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_set_Instance_mFE6711D29A69AB75EDCDC939CA0FDA9CA6A993C0 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaClient_set_Instance_mFE6711D29A69AB75EDCDC939CA0FDA9CA6A993C0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// protected set;
|
|
LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * L_0 = ___value0;
|
|
((LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301_StaticFields*)il2cpp_codegen_static_fields_for(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301_il2cpp_TypeInfo_var))->set_U3CInstanceU3Ek__BackingField_4(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// LuaInterface.LuaFileUtils LuaClient::InitLoader()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * LuaClient_InitLoader_m1E701FAA635A53F472CEB4B031F86CDEB04518A5 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaClient_InitLoader_m1E701FAA635A53F472CEB4B031F86CDEB04518A5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaFileUtils.Instance;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE_il2cpp_TypeInfo_var);
|
|
LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * L_0 = LuaFileUtils_get_Instance_mE02E0FB7B1A248B24C84FC59CBBBC095158DD460(/*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void LuaClient::LoadLuaFiles()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_LoadLuaFiles_mAF72DDDE7C85AC6C9DC5F22A4F45ADFE0F6B594E (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// OnLoadFinished();
|
|
VirtActionInvoker0::Invoke(10 /* System.Void LuaClient::OnLoadFinished() */, __this);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaClient::OpenLibs()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_OpenLibs_m7FFE8C594B1229D97BAAA2C727CDEACAD3E15E33 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaClient_OpenLibs_m7FFE8C594B1229D97BAAA2C727CDEACAD3E15E33_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// luaState.OpenLibs(LuaDLL.luaopen_pb);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = __this->get_luaState_5();
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_1 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_1, NULL, (intptr_t)((intptr_t)LuaDLL_luaopen_pb_mF96C70B9A6BA83135C5461F35C661BCE9210067A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
LuaState_OpenLibs_mBEDAACE75B30ECBF29AB292CDEB41CE75D93601A(L_0, L_1, /*hidden argument*/NULL);
|
|
// luaState.OpenLibs(LuaDLL.luaopen_struct);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = __this->get_luaState_5();
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_3 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_3, NULL, (intptr_t)((intptr_t)LuaDLL_luaopen_struct_m465B074E7DC3528BC7A6933D86FE7428328CDDCD_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
LuaState_OpenLibs_mBEDAACE75B30ECBF29AB292CDEB41CE75D93601A(L_2, L_3, /*hidden argument*/NULL);
|
|
// luaState.OpenLibs(LuaDLL.luaopen_lpeg);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_4 = __this->get_luaState_5();
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_5 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_5, NULL, (intptr_t)((intptr_t)LuaDLL_luaopen_lpeg_m74C2A138A9680792399E8948E29C7ED763837334_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
LuaState_OpenLibs_mBEDAACE75B30ECBF29AB292CDEB41CE75D93601A(L_4, L_5, /*hidden argument*/NULL);
|
|
// if (LuaConst.openLuaSocket)
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var);
|
|
bool L_6 = ((LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields*)il2cpp_codegen_static_fields_for(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var))->get_openLuaSocket_5();
|
|
if (!L_6)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
// OpenLuaSocket();
|
|
LuaClient_OpenLuaSocket_m7F9C4219BC768130A3349267206F687EEB5ADE8A(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
// if (LuaConst.openLuaDebugger)
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var);
|
|
bool L_7 = ((LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields*)il2cpp_codegen_static_fields_for(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var))->get_openLuaDebugger_6();
|
|
if (!L_7)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
// OpenZbsDebugger();
|
|
LuaClient_OpenZbsDebugger_m95F74FCFC3BC5CE35E189E5A080F1A659B430135(__this, _stringLiteral334389048B872A533002B34D73F8C29FD09EFC50, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaClient::OpenZbsDebugger(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_OpenZbsDebugger_m95F74FCFC3BC5CE35E189E5A080F1A659B430135 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, String_t* ___ip0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaClient_OpenZbsDebugger_m95F74FCFC3BC5CE35E189E5A080F1A659B430135_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!Directory.Exists(LuaConst.zbsDir))
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = ((LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields*)il2cpp_codegen_static_fields_for(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var))->get_zbsDir_4();
|
|
bool L_1 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_0, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
// Debugger.LogWarning("ZeroBraneStudio not install or LuaConst.zbsDir not right");
|
|
Debugger_LogWarning_mF69C58A558DFCCF8A295F5DDA8158052B5C810E6(_stringLiteralFD02BFCF09C1C044CB83AAEC304A8C076CABD77D, /*hidden argument*/NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// if (!LuaConst.openLuaSocket)
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var);
|
|
bool L_2 = ((LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields*)il2cpp_codegen_static_fields_for(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var))->get_openLuaSocket_5();
|
|
if (L_2)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// OpenLuaSocket();
|
|
LuaClient_OpenLuaSocket_m7F9C4219BC768130A3349267206F687EEB5ADE8A(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// if (!string.IsNullOrEmpty(LuaConst.zbsDir))
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = ((LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields*)il2cpp_codegen_static_fields_for(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var))->get_zbsDir_4();
|
|
bool L_4 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_3, /*hidden argument*/NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// luaState.AddSearchPath(LuaConst.zbsDir);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = __this->get_luaState_5();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var);
|
|
String_t* L_6 = ((LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields*)il2cpp_codegen_static_fields_for(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var))->get_zbsDir_4();
|
|
NullCheck(L_5);
|
|
LuaState_AddSearchPath_m93D1F720D81DEB47A6FAC2DBA79F30ED8B2BE293(L_5, L_6, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// luaState.LuaDoString(string.Format("DebugServerIp = '{0}'", ip), "@LuaClient.cs");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = __this->get_luaState_5();
|
|
String_t* L_8 = ___ip0;
|
|
String_t* L_9 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralCF29EB30AD3C7D04365920859DF816616551FE9C, L_8, /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaStatePtr_LuaDoString_m19745A6304E943393DBE78E3E53654B608F0EDFD(L_7, L_9, _stringLiteralAB8DF6CC6127DC743EE327F1C7D270041345EB2A, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaClient::LuaOpen_Socket_Core(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaClient_LuaOpen_Socket_Core_mCE03F638E889F682C7893D06A6B6941A78969764 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaClient_LuaOpen_Socket_Core_mCE03F638E889F682C7893D06A6B6941A78969764_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.luaopen_socket_core(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_luaopen_socket_core_mFFDEAFBB26F19FE45D0B123F05B0DC034011D98D((intptr_t)L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 LuaClient::LuaOpen_Mime_Core(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaClient_LuaOpen_Mime_Core_mC3B7816D48481AF4D139002A2C15421BDE77E6B7 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaClient_LuaOpen_Mime_Core_mC3B7816D48481AF4D139002A2C15421BDE77E6B7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.luaopen_mime_core(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_luaopen_mime_core_mF1B56BE038350F3795FDD105216D224CB3058F95((intptr_t)L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void LuaClient::OpenLuaSocket()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_OpenLuaSocket_m7F9C4219BC768130A3349267206F687EEB5ADE8A (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaClient_OpenLuaSocket_m7F9C4219BC768130A3349267206F687EEB5ADE8A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaConst.openLuaSocket = true;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var);
|
|
((LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields*)il2cpp_codegen_static_fields_for(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var))->set_openLuaSocket_5((bool)1);
|
|
// luaState.BeginPreLoad();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = __this->get_luaState_5();
|
|
NullCheck(L_0);
|
|
LuaState_BeginPreLoad_m4727EF93649D4E45FE9F5CB484222D4F28267CE6(L_0, /*hidden argument*/NULL);
|
|
// luaState.RegFunction("socket.core", LuaOpen_Socket_Core);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = __this->get_luaState_5();
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_2 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_2, NULL, (intptr_t)((intptr_t)LuaClient_LuaOpen_Socket_Core_mCE03F638E889F682C7893D06A6B6941A78969764_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_1, _stringLiteral87A5250E7389D052BE3FDC257872EBD873EF2DEB, L_2, /*hidden argument*/NULL);
|
|
// luaState.RegFunction("mime.core", LuaOpen_Mime_Core);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = __this->get_luaState_5();
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_4 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_4, NULL, (intptr_t)((intptr_t)LuaClient_LuaOpen_Mime_Core_mC3B7816D48481AF4D139002A2C15421BDE77E6B7_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_3, _stringLiteralF40368059830399CE8189100003D317F2739D087, L_4, /*hidden argument*/NULL);
|
|
// luaState.EndPreLoad();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = __this->get_luaState_5();
|
|
NullCheck(L_5);
|
|
LuaState_EndPreLoad_m62E1E498E214B42C7B635351D86F8CD7955180A9(L_5, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaClient::OpenCJson()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_OpenCJson_m3C61CC08E23889239FC05BBA1FEC2DD916DE2E57 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaClient_OpenCJson_m3C61CC08E23889239FC05BBA1FEC2DD916DE2E57_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// luaState.LuaGetField(LuaIndexes.LUA_REGISTRYINDEX, "_LOADED");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = __this->get_luaState_5();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = ((LuaIndexes_tF348135B20344877D87814738804385680AC4A86_StaticFields*)il2cpp_codegen_static_fields_for(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var))->get_LUA_REGISTRYINDEX_0();
|
|
NullCheck(L_0);
|
|
LuaStatePtr_LuaGetField_m8C7442FD94C2BF9F81CEE7E38AC3AE5579E14647(L_0, L_1, _stringLiteralB22FC22C7A7C034242E8778851959A8C17595FF9, /*hidden argument*/NULL);
|
|
// luaState.OpenLibs(LuaDLL.luaopen_cjson);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = __this->get_luaState_5();
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_3 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_3, NULL, (intptr_t)((intptr_t)LuaDLL_luaopen_cjson_mEF11113A74A71F5FE46A2D033CAEE2DFBEDA3FB2_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
LuaState_OpenLibs_mBEDAACE75B30ECBF29AB292CDEB41CE75D93601A(L_2, L_3, /*hidden argument*/NULL);
|
|
// luaState.LuaSetField(-2, "cjson");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_4 = __this->get_luaState_5();
|
|
NullCheck(L_4);
|
|
LuaStatePtr_LuaSetField_m73DA14643A3E58567397CAC4615BC4A8C800DB5A(L_4, ((int32_t)-2), _stringLiteral97A9ECC796246976BEF78DF00A09C6C808653A97, /*hidden argument*/NULL);
|
|
// luaState.OpenLibs(LuaDLL.luaopen_cjson_safe);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = __this->get_luaState_5();
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_6 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_6, NULL, (intptr_t)((intptr_t)LuaDLL_luaopen_cjson_safe_mB27B83FD89D7BC64F92735A493F898968B72F8D3_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_OpenLibs_mBEDAACE75B30ECBF29AB292CDEB41CE75D93601A(L_5, L_6, /*hidden argument*/NULL);
|
|
// luaState.LuaSetField(-2, "cjson.safe");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = __this->get_luaState_5();
|
|
NullCheck(L_7);
|
|
LuaStatePtr_LuaSetField_m73DA14643A3E58567397CAC4615BC4A8C800DB5A(L_7, ((int32_t)-2), _stringLiteral9A8F65F2A549CA060C3FF3AAC417D2389B59BCBD, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaClient::CallMain()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_CallMain_mC90DCC56DC4727B982E58CEF8FFF12E4A10588AA (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaClient_CallMain_mC90DCC56DC4727B982E58CEF8FFF12E4A10588AA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaFunction main = luaState.GetFunction("Main");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = __this->get_luaState_5();
|
|
NullCheck(L_0);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = LuaState_GetFunction_m71CEBDCC461EA556CD0357676D304207C375A8B5(L_0, _stringLiteral62BCE9422FF2D14F69AB80A154510232FC8A9AFD, (bool)1, /*hidden argument*/NULL);
|
|
// main.Call();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_2 = L_1;
|
|
NullCheck(L_2);
|
|
LuaFunction_Call_m0A1E4C156A3435A01D661CE958D9B76790CC8F65(L_2, /*hidden argument*/NULL);
|
|
// main.Dispose();
|
|
NullCheck(L_2);
|
|
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_2);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaClient::StartMain()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_StartMain_mE847F2AD6EF074C89B40A1B232D4088AF3810F71 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaClient_StartMain_mE847F2AD6EF074C89B40A1B232D4088AF3810F71_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// luaState.DoFile("Main.lua");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = __this->get_luaState_5();
|
|
NullCheck(L_0);
|
|
LuaState_DoFile_m516840CB83E96403B2AAAF49C6A5735A96BD86F3(L_0, _stringLiteralD5B902B01951CD2FAD6364D993D397809C9A090D, /*hidden argument*/NULL);
|
|
// levelLoaded = luaState.GetFunction("OnLevelWasLoaded");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = __this->get_luaState_5();
|
|
NullCheck(L_1);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_2 = LuaState_GetFunction_m71CEBDCC461EA556CD0357676D304207C375A8B5(L_1, _stringLiteralA712C913D593D2F6C227EBE8042EF73533D10A92, (bool)1, /*hidden argument*/NULL);
|
|
__this->set_levelLoaded_7(L_2);
|
|
// CallMain();
|
|
VirtActionInvoker0::Invoke(7 /* System.Void LuaClient::CallMain() */, __this);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaClient::StartLooper()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_StartLooper_mD77FF4A5D59B55F0BED9A310E4BAF15402E5CBE7 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaClient_StartLooper_mD77FF4A5D59B55F0BED9A310E4BAF15402E5CBE7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// loop = gameObject.AddComponent<LuaLooper>();
|
|
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * L_1 = GameObject_AddComponent_TisLuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3_mC5CC69A8B63439C8749491B5AE49B10673115532(L_0, /*hidden argument*/GameObject_AddComponent_TisLuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3_mC5CC69A8B63439C8749491B5AE49B10673115532_RuntimeMethod_var);
|
|
__this->set_loop_6(L_1);
|
|
// loop.luaState = luaState;
|
|
LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * L_2 = __this->get_loop_6();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = __this->get_luaState_5();
|
|
NullCheck(L_2);
|
|
L_2->set_luaState_7(L_3);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaClient::Bind()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_Bind_mD48B5D5814E60ABA804FAFD1AF4D26E139148188 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaClient_Bind_mD48B5D5814E60ABA804FAFD1AF4D26E139148188_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaBinder.Bind(luaState);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = __this->get_luaState_5();
|
|
LuaBinder_Bind_m001A78F52C05BD54A4458C799A3C6D6BF6E07E1E(L_0, /*hidden argument*/NULL);
|
|
// DelegateFactory.Init();
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var);
|
|
DelegateFactory_Init_mF20B777569CD70F3BCEC8D269B91C89204650EF3(/*hidden argument*/NULL);
|
|
// LuaCoroutine.Register(luaState, this);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = __this->get_luaState_5();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_il2cpp_TypeInfo_var);
|
|
LuaCoroutine_Register_mA158D084596DD55DAD4B16D6B5AC7F6B0B63E3D9(L_1, __this, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaClient::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_Init_m21864AD53AF1537FE5E668F4CF754B974551D6A9 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaClient_Init_m21864AD53AF1537FE5E668F4CF754B974551D6A9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// InitLoader();
|
|
VirtFuncInvoker0< LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * >::Invoke(4 /* LuaInterface.LuaFileUtils LuaClient::InitLoader() */, __this);
|
|
// luaState = new LuaState();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)il2cpp_codegen_object_new(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_il2cpp_TypeInfo_var);
|
|
LuaState__ctor_mC7C58F2E936E896E36FBF8685DFA4783B4631C6B(L_0, /*hidden argument*/NULL);
|
|
__this->set_luaState_5(L_0);
|
|
// OpenLibs();
|
|
VirtActionInvoker0::Invoke(6 /* System.Void LuaClient::OpenLibs() */, __this);
|
|
// luaState.LuaSetTop(0);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = __this->get_luaState_5();
|
|
NullCheck(L_1);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_1, 0, /*hidden argument*/NULL);
|
|
// Bind();
|
|
VirtActionInvoker0::Invoke(9 /* System.Void LuaClient::Bind() */, __this);
|
|
// LoadLuaFiles();
|
|
VirtActionInvoker0::Invoke(5 /* System.Void LuaClient::LoadLuaFiles() */, __this);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaClient::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_Awake_m333994CCDBF94AD1103669D4578F620981034E9A (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaClient_Awake_m333994CCDBF94AD1103669D4578F620981034E9A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Instance = this;
|
|
LuaClient_set_Instance_mFE6711D29A69AB75EDCDC939CA0FDA9CA6A993C0_inline(__this, /*hidden argument*/NULL);
|
|
// Init();
|
|
LuaClient_Init_m21864AD53AF1537FE5E668F4CF754B974551D6A9(__this, /*hidden argument*/NULL);
|
|
// SceneManager.sceneLoaded += OnSceneLoaded;
|
|
UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305 * L_0 = (UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305 *)il2cpp_codegen_object_new(UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305_il2cpp_TypeInfo_var);
|
|
UnityAction_2__ctor_m1A80C4663EFD30F8CCD2C8DC1EDC304F244B62B3(L_0, __this, (intptr_t)((intptr_t)LuaClient_OnSceneLoaded_m15CA60A1483FDF15651C9B133D6D8D4756DCF66E_RuntimeMethod_var), /*hidden argument*/UnityAction_2__ctor_m1A80C4663EFD30F8CCD2C8DC1EDC304F244B62B3_RuntimeMethod_var);
|
|
SceneManager_add_sceneLoaded_mB72463B21F0D89F168C58E994356298D0E38A4F7(L_0, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaClient::OnLoadFinished()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_OnLoadFinished_m1C6623E3230AB4D7DE45845D151CE412379F8CF8 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// luaState.Start();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = __this->get_luaState_5();
|
|
NullCheck(L_0);
|
|
LuaState_Start_mC93085B44175AA004AD952CCEBC54905B1FCBEBA(L_0, /*hidden argument*/NULL);
|
|
// StartLooper();
|
|
LuaClient_StartLooper_mD77FF4A5D59B55F0BED9A310E4BAF15402E5CBE7(__this, /*hidden argument*/NULL);
|
|
// StartMain();
|
|
VirtActionInvoker0::Invoke(8 /* System.Void LuaClient::StartMain() */, __this);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaClient::OnLevelLoaded(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_OnLevelLoaded_m8D0CC8928169450316D9981C4FE0D56324ED1E4E (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, int32_t ___level0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaClient_OnLevelLoaded_m8D0CC8928169450316D9981C4FE0D56324ED1E4E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (levelLoaded != null)
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = __this->get_levelLoaded_7();
|
|
bool L_1 = LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
// levelLoaded.BeginPCall();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_2 = __this->get_levelLoaded_7();
|
|
NullCheck(L_2);
|
|
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_2);
|
|
// levelLoaded.Push(level);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = __this->get_levelLoaded_7();
|
|
int32_t L_4 = ___level0;
|
|
NullCheck(L_3);
|
|
LuaFunction_Push_mFA14B76FE6837198709B97FA9EAAEA99AEBEA6CA(L_3, L_4, /*hidden argument*/NULL);
|
|
// levelLoaded.PCall();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = __this->get_levelLoaded_7();
|
|
NullCheck(L_5);
|
|
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_5, /*hidden argument*/NULL);
|
|
// levelLoaded.EndPCall();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = __this->get_levelLoaded_7();
|
|
NullCheck(L_6);
|
|
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_6, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// if (luaState != null)
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = __this->get_luaState_5();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_il2cpp_TypeInfo_var);
|
|
bool L_8 = LuaState_op_Inequality_m4B28E8FA87EE2420CC573EB4E5C94D20AB8328F3(L_7, (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)NULL, /*hidden argument*/NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
// luaState.RefreshDelegateMap();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_9 = __this->get_luaState_5();
|
|
NullCheck(L_9);
|
|
LuaState_RefreshDelegateMap_m5FF88D0C199FD7CE85D9D35C72843AB4686F2503(L_9, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaClient::OnSceneLoaded(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_OnSceneLoaded_m15CA60A1483FDF15651C9B133D6D8D4756DCF66E (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 ___scene0, int32_t ___mode1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// OnLevelLoaded(scene.buildIndex);
|
|
int32_t L_0 = Scene_get_buildIndex_m764659943B7357F5D6C9165F68EDCFBBDDD6C3C2((Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 *)(&___scene0), /*hidden argument*/NULL);
|
|
LuaClient_OnLevelLoaded_m8D0CC8928169450316D9981C4FE0D56324ED1E4E(__this, L_0, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaClient::Destroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_Destroy_m8CF0155B5EF7FCC0809C027E14F76123D5464A8B (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaClient_Destroy_m8CF0155B5EF7FCC0809C027E14F76123D5464A8B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * G_B3_0 = NULL;
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * G_B2_0 = NULL;
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * G_B5_0 = NULL;
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * G_B4_0 = NULL;
|
|
{
|
|
// if (luaState != null)
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = __this->get_luaState_5();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_il2cpp_TypeInfo_var);
|
|
bool L_1 = LuaState_op_Inequality_m4B28E8FA87EE2420CC573EB4E5C94D20AB8328F3(L_0, (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
// SceneManager.sceneLoaded -= OnSceneLoaded;
|
|
UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305 * L_2 = (UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305 *)il2cpp_codegen_object_new(UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305_il2cpp_TypeInfo_var);
|
|
UnityAction_2__ctor_m1A80C4663EFD30F8CCD2C8DC1EDC304F244B62B3(L_2, __this, (intptr_t)((intptr_t)LuaClient_OnSceneLoaded_m15CA60A1483FDF15651C9B133D6D8D4756DCF66E_RuntimeMethod_var), /*hidden argument*/UnityAction_2__ctor_m1A80C4663EFD30F8CCD2C8DC1EDC304F244B62B3_RuntimeMethod_var);
|
|
SceneManager_remove_sceneLoaded_m894CC4AE20DC49FF43CF6B2A614877F50D707C92(L_2, /*hidden argument*/NULL);
|
|
// luaState.Call("OnApplicationQuit", false);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = __this->get_luaState_5();
|
|
NullCheck(L_3);
|
|
LuaState_Call_mCD73F5D41DC9902EC8494612C17562A9D15E80CC(L_3, _stringLiteral2FB224F010C278FC6239365F8E1BC50A24B323B6, (bool)0, /*hidden argument*/NULL);
|
|
// DetachProfiler();
|
|
LuaClient_DetachProfiler_m7184978A03905EE9DF85691A650B5803F15F5838(__this, /*hidden argument*/NULL);
|
|
// LuaState state = luaState;
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_4 = __this->get_luaState_5();
|
|
// luaState = null;
|
|
__this->set_luaState_5((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)NULL);
|
|
// if (levelLoaded != null)
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = __this->get_levelLoaded_7();
|
|
bool L_6 = LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220(L_5, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
|
|
G_B2_0 = L_4;
|
|
if (!L_6)
|
|
{
|
|
G_B3_0 = L_4;
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
// levelLoaded.Dispose();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_7 = __this->get_levelLoaded_7();
|
|
NullCheck(L_7);
|
|
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_7);
|
|
// levelLoaded = null;
|
|
__this->set_levelLoaded_7((LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *)NULL);
|
|
G_B3_0 = G_B2_0;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
// if (loop != null)
|
|
LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * L_8 = __this->get_loop_6();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
bool L_9 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_8, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
|
|
G_B4_0 = G_B3_0;
|
|
if (!L_9)
|
|
{
|
|
G_B5_0 = G_B3_0;
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
// GameObject.Destroy(loop);
|
|
LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * L_10 = __this->get_loop_6();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A(L_10, /*hidden argument*/NULL);
|
|
// loop = null;
|
|
__this->set_loop_6((LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 *)NULL);
|
|
G_B5_0 = G_B4_0;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
// state.Dispose();
|
|
NullCheck(G_B5_0);
|
|
LuaState_Dispose_m232522A8540D99C00B13BC1B651449654DC13482(G_B5_0, /*hidden argument*/NULL);
|
|
// Instance = null;
|
|
LuaClient_set_Instance_mFE6711D29A69AB75EDCDC939CA0FDA9CA6A993C0_inline((LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 *)NULL, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaClient::OnDestroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_OnDestroy_m215C3DB254234D29E0E6A5BD0D9B374EBEBBFF24 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Destroy();
|
|
VirtActionInvoker0::Invoke(11 /* System.Void LuaClient::Destroy() */, __this);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaClient::OnApplicationQuit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_OnApplicationQuit_mD0F6B71E0764ECD6CEB8FEE0B52E62A340305F4A (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Destroy();
|
|
VirtActionInvoker0::Invoke(11 /* System.Void LuaClient::Destroy() */, __this);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// LuaInterface.LuaState LuaClient::GetMainState()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * LuaClient_GetMainState_m8671E852248A31C15CD0F75A152E9876BC14C435 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Instance.luaState;
|
|
LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * L_0 = LuaClient_get_Instance_mFA5CDDA1B5CBCE33BE3763886CFDB5220140B2CF_inline(/*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = L_0->get_luaState_5();
|
|
return L_1;
|
|
}
|
|
}
|
|
// LuaLooper LuaClient::GetLooper()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * LuaClient_GetLooper_mAB8F6ACA7389BD23DC0D107DC50E38DE0E4CC13F (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return loop;
|
|
LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * L_0 = __this->get_loop_6();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void LuaClient::AttachProfiler()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_AttachProfiler_m2F8BAE21C87777727AF1AF6544EED1464EEFE837 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaClient_AttachProfiler_m2F8BAE21C87777727AF1AF6544EED1464EEFE837_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (profiler == null)
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_0 = __this->get_profiler_10();
|
|
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// profiler = luaState.Require<LuaTable>("UnityEngine.Profiler");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = __this->get_luaState_5();
|
|
NullCheck(L_2);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_3 = LuaState_Require_TisLuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87_mC1C7F07471A5E06295D3D794E09534314C5672C4(L_2, _stringLiteralEE8DCA5D91CD232D478CB61E8CD58BD12D399E5B, /*hidden argument*/LuaState_Require_TisLuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87_mC1C7F07471A5E06295D3D794E09534314C5672C4_RuntimeMethod_var);
|
|
__this->set_profiler_10(L_3);
|
|
// profiler.Call("start", profiler);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_4 = __this->get_profiler_10();
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_5 = __this->get_profiler_10();
|
|
NullCheck(L_4);
|
|
LuaTable_Call_TisLuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87_m62CA0A52974FF90EBCF13048B9C59A2A1453E9B7(L_4, _stringLiteral2B020927D3C6EB407223A1BAA3D6CE3597A3F88D, L_5, /*hidden argument*/LuaTable_Call_TisLuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87_m62CA0A52974FF90EBCF13048B9C59A2A1453E9B7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaClient::DetachProfiler()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_DetachProfiler_m7184978A03905EE9DF85691A650B5803F15F5838 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaClient_DetachProfiler_m7184978A03905EE9DF85691A650B5803F15F5838_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (profiler != null)
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_0 = __this->get_profiler_10();
|
|
bool L_1 = LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
// profiler.Call("stop", profiler);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = __this->get_profiler_10();
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_3 = __this->get_profiler_10();
|
|
NullCheck(L_2);
|
|
LuaTable_Call_TisLuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87_m62CA0A52974FF90EBCF13048B9C59A2A1453E9B7(L_2, _stringLiteral1B480158E1F30E0B6CEE7813E9ECF094BD6B3745, L_3, /*hidden argument*/LuaTable_Call_TisLuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87_m62CA0A52974FF90EBCF13048B9C59A2A1453E9B7_RuntimeMethod_var);
|
|
// profiler.Dispose();
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_4 = __this->get_profiler_10();
|
|
NullCheck(L_4);
|
|
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_4);
|
|
// LuaProfiler.Clear();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaProfiler_t78786C7FEDF2E554BA02F36D9994B7B1910F2C4E_il2cpp_TypeInfo_var);
|
|
LuaProfiler_Clear_mD673A9CDEE698573ADF1961834705D4CE78DC6F2(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaClient::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient__ctor_m89BA2A2603A0496C1AFBD12B7E33D369F4F1B7E6 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void LuaConst::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaConst__cctor_m0378FC2BF421684BF306806AB13522CE8F970A4C (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaConst__cctor_m0378FC2BF421684BF306806AB13522CE8F970A4C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static string luaDir = Application.dataPath + "/../../lua_probject"; //lua??????
|
|
String_t* L_0 = Application_get_dataPath_m33D721D71C0687F0013C8953FDB0807B7B3F2A01(/*hidden argument*/NULL);
|
|
String_t* L_1 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_0, _stringLiteral9D346A21D48680D992BD0394862B66F7C8483942, /*hidden argument*/NULL);
|
|
((LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields*)il2cpp_codegen_static_fields_for(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var))->set_luaDir_0(L_1);
|
|
// public static string toluaDir = Application.dataPath + "/../../lua_probject/tolua"; //tolua lua????
|
|
String_t* L_2 = Application_get_dataPath_m33D721D71C0687F0013C8953FDB0807B7B3F2A01(/*hidden argument*/NULL);
|
|
String_t* L_3 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_2, _stringLiteral55FFB573FE89CAB3517EF0AA1034B625B47BD5A7, /*hidden argument*/NULL);
|
|
((LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields*)il2cpp_codegen_static_fields_for(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var))->set_toluaDir_1(L_3);
|
|
// public static string osDir = "iOS";
|
|
((LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields*)il2cpp_codegen_static_fields_for(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var))->set_osDir_2(_stringLiteral6413E837D316AAFCF260786CD21A849F88AE3069);
|
|
// public static string luaResDir = string.Format("{0}/{1}/Pack/lua", Application.persistentDataPath, osDir); //?????lua??????
|
|
String_t* L_4 = Application_get_persistentDataPath_m82E34156D8BD0A55CAC258CDFE8317FAD6945F5B(/*hidden argument*/NULL);
|
|
String_t* L_5 = ((LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields*)il2cpp_codegen_static_fields_for(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var))->get_osDir_2();
|
|
String_t* L_6 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteral2DDCC7CC5C6A889C5025B1850387F002EF9884D8, L_4, L_5, /*hidden argument*/NULL);
|
|
((LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields*)il2cpp_codegen_static_fields_for(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var))->set_luaResDir_3(L_6);
|
|
// public static string zbsDir = luaResDir + "/mobdebug/";
|
|
String_t* L_7 = ((LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields*)il2cpp_codegen_static_fields_for(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var))->get_luaResDir_3();
|
|
String_t* L_8 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_7, _stringLiteral819830702D91B5FF0D3D98A7A14C75DE1D79DB4A, /*hidden argument*/NULL);
|
|
((LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields*)il2cpp_codegen_static_fields_for(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var))->set_zbsDir_4(L_8);
|
|
// public static bool openLuaSocket = false; //????Lua Socket?
|
|
((LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields*)il2cpp_codegen_static_fields_for(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var))->set_openLuaSocket_5((bool)0);
|
|
// public static bool openLuaDebugger = false; //????lua???
|
|
((LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields*)il2cpp_codegen_static_fields_for(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var))->set_openLuaDebugger_6((bool)0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaCoroutine__WaitForSeconds_m54BB29FE5DAD0CA5254FFD3A48D9C23A1CD87C13(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaCoroutine__WaitForSeconds_m54BB29FE5DAD0CA5254FFD3A48D9C23A1CD87C13(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaCoroutine_WaitForFixedUpdate_m1D7BD94EE0146BAC7621754388D185224029A0B0(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaCoroutine_WaitForFixedUpdate_m1D7BD94EE0146BAC7621754388D185224029A0B0(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaCoroutine_WaitForEndOfFrame_m2C2D9ECFC8F26575A6784372C7FB7805745269A5(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaCoroutine_WaitForEndOfFrame_m2C2D9ECFC8F26575A6784372C7FB7805745269A5(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaCoroutine_Yield_m3643D87BA6EF0688E356BF97D53360D8A3E3D164(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaCoroutine_Yield_m3643D87BA6EF0688E356BF97D53360D8A3E3D164(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaCoroutine_StopCoroutine_mF958DBF79319373E674175F4BF6897D5AAE45691(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaCoroutine_StopCoroutine_mF958DBF79319373E674175F4BF6897D5AAE45691(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaCoroutine_WrapLuaCoroutine_mDE72C7B49C0E1588397D6167C00CD153A0D4C89A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaCoroutine_WrapLuaCoroutine_mDE72C7B49C0E1588397D6167C00CD153A0D4C89A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void LuaCoroutine::Register(LuaInterface.LuaState,UnityEngine.MonoBehaviour)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaCoroutine_Register_mA158D084596DD55DAD4B16D6B5AC7F6B0B63E3D9 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___state0, MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * ___behaviour1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaCoroutine_Register_mA158D084596DD55DAD4B16D6B5AC7F6B0B63E3D9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// state.BeginModule(null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___state0;
|
|
NullCheck(L_0);
|
|
LuaState_BeginModule_m90D4690B9813A2513FFBE17BF78F53FA9B991EA9(L_0, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// state.RegFunction("WaitForSeconds", _WaitForSeconds);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = ___state0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_2 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_2, NULL, (intptr_t)((intptr_t)LuaCoroutine__WaitForSeconds_m54BB29FE5DAD0CA5254FFD3A48D9C23A1CD87C13_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_1, _stringLiteral4782280B813F27B9C37709163E3472A6A9D2D2F9, L_2, /*hidden argument*/NULL);
|
|
// state.RegFunction("WaitForFixedUpdate", WaitForFixedUpdate);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ___state0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_4 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_4, NULL, (intptr_t)((intptr_t)LuaCoroutine_WaitForFixedUpdate_m1D7BD94EE0146BAC7621754388D185224029A0B0_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_3, _stringLiteral74CD2BCF187A604CFD2C0657627A84D50D8D9DE3, L_4, /*hidden argument*/NULL);
|
|
// state.RegFunction("WaitForEndOfFrame", WaitForEndOfFrame);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ___state0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_6 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_6, NULL, (intptr_t)((intptr_t)LuaCoroutine_WaitForEndOfFrame_m2C2D9ECFC8F26575A6784372C7FB7805745269A5_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral833DEEFB82326BEF3D3B805799F52A2CCA23133C, L_6, /*hidden argument*/NULL);
|
|
// state.RegFunction("Yield", Yield);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = ___state0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_8 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_8, NULL, (intptr_t)((intptr_t)LuaCoroutine_Yield_m3643D87BA6EF0688E356BF97D53360D8A3E3D164_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral33B0FD0F74FAA27DAF44C1C690D408E467AA0DD1, L_8, /*hidden argument*/NULL);
|
|
// state.RegFunction("StopCoroutine", StopCoroutine);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_9 = ___state0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_10 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_10, NULL, (intptr_t)((intptr_t)LuaCoroutine_StopCoroutine_mF958DBF79319373E674175F4BF6897D5AAE45691_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral3687FBBA7ECEBEA7D9B39DBC7F70875B6CE64194, L_10, /*hidden argument*/NULL);
|
|
// state.RegFunction("WrapLuaCoroutine", WrapLuaCoroutine);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = ___state0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_12 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_12, NULL, (intptr_t)((intptr_t)LuaCoroutine_WrapLuaCoroutine_mDE72C7B49C0E1588397D6167C00CD153A0D4C89A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteral77D9C222F72D43D7B1EAF943120DB718F8F32D81, L_12, /*hidden argument*/NULL);
|
|
// state.EndModule();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_13 = ___state0;
|
|
NullCheck(L_13);
|
|
LuaState_EndModule_m9D2C7F0A6AB8D116272FB470A9A5B68200599B48(L_13, /*hidden argument*/NULL);
|
|
// state.LuaDoString(strCo, "LuaCoroutine.cs");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_14 = ___state0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_il2cpp_TypeInfo_var);
|
|
String_t* L_15 = ((LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_StaticFields*)il2cpp_codegen_static_fields_for(LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_il2cpp_TypeInfo_var))->get_strCo_1();
|
|
NullCheck(L_14);
|
|
LuaStatePtr_LuaDoString_m19745A6304E943393DBE78E3E53654B608F0EDFD(L_14, L_15, _stringLiteral4FB41575813E861C635FC95656158342B56C5D23, /*hidden argument*/NULL);
|
|
// mb = behaviour;
|
|
MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * L_16 = ___behaviour1;
|
|
((LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_StaticFields*)il2cpp_codegen_static_fields_for(LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_il2cpp_TypeInfo_var))->set_mb_0(L_16);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaCoroutine::_WaitForSeconds(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaCoroutine__WaitForSeconds_m54BB29FE5DAD0CA5254FFD3A48D9C23A1CD87C13 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaCoroutine__WaitForSeconds_m54BB29FE5DAD0CA5254FFD3A48D9C23A1CD87C13_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_1 = NULL;
|
|
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
Exception_t * V_4 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// float sec = (float)LuaDLL.luaL_checknumber(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_1 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = (((float)((float)L_1)));
|
|
// LuaFunction func = ToLua.ToLuaFunction(L, 2);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_ToLuaFunction_mAB03DF0A305A6AA18132C880CA742DF2523370DF((intptr_t)L_2, 2, /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// Coroutine co = mb.StartCoroutine(CoWaitForSeconds(sec, func));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_il2cpp_TypeInfo_var);
|
|
MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * L_4 = ((LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_StaticFields*)il2cpp_codegen_static_fields_for(LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_il2cpp_TypeInfo_var))->get_mb_0();
|
|
float L_5 = V_0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = V_1;
|
|
RuntimeObject* L_7 = LuaCoroutine_CoWaitForSeconds_m60DC5223B12CC2C8D710E9A3B7C3A5AA34D5D22E(L_5, L_6, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_8 = MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_4, L_7, /*hidden argument*/NULL);
|
|
V_2 = L_8;
|
|
// ToLua.PushSealed(L, co);
|
|
intptr_t L_9 = ___L0;
|
|
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_10 = V_2;
|
|
ToLua_PushSealed_TisCoroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_mB726280B60EB92ACCDAFD20A2C2BEA2B71A32E2D((intptr_t)L_9, L_10, /*hidden argument*/ToLua_PushSealed_TisCoroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_mB726280B60EB92ACCDAFD20A2C2BEA2B71A32E2D_RuntimeMethod_var);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_003b;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_002e;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_002e:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_4 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_11 = ___L0;
|
|
Exception_t * L_12 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_3 = L_13;
|
|
goto IL_003b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003b:
|
|
{
|
|
// }
|
|
int32_t L_14 = V_3;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator LuaCoroutine::CoWaitForSeconds(System.Single,LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LuaCoroutine_CoWaitForSeconds_m60DC5223B12CC2C8D710E9A3B7C3A5AA34D5D22E (float ___sec0, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaCoroutine_CoWaitForSeconds_m60DC5223B12CC2C8D710E9A3B7C3A5AA34D5D22E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CCoWaitForSecondsU3Ed__4_t084603F9A0F1C9940571AE77E3DD00EC4C8A911E * L_0 = (U3CCoWaitForSecondsU3Ed__4_t084603F9A0F1C9940571AE77E3DD00EC4C8A911E *)il2cpp_codegen_object_new(U3CCoWaitForSecondsU3Ed__4_t084603F9A0F1C9940571AE77E3DD00EC4C8A911E_il2cpp_TypeInfo_var);
|
|
U3CCoWaitForSecondsU3Ed__4__ctor_mF7E6DAFD9A520B6B7A83A692A5962C759B8194BE(L_0, 0, /*hidden argument*/NULL);
|
|
U3CCoWaitForSecondsU3Ed__4_t084603F9A0F1C9940571AE77E3DD00EC4C8A911E * L_1 = L_0;
|
|
float L_2 = ___sec0;
|
|
NullCheck(L_1);
|
|
L_1->set_sec_2(L_2);
|
|
U3CCoWaitForSecondsU3Ed__4_t084603F9A0F1C9940571AE77E3DD00EC4C8A911E * L_3 = L_1;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ___func1;
|
|
NullCheck(L_3);
|
|
L_3->set_func_3(L_4);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Int32 LuaCoroutine::WaitForFixedUpdate(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaCoroutine_WaitForFixedUpdate_m1D7BD94EE0146BAC7621754388D185224029A0B0 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaCoroutine_WaitForFixedUpdate_m1D7BD94EE0146BAC7621754388D185224029A0B0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaFunction func = ToLua.ToLuaFunction(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ToLua_ToLuaFunction_mAB03DF0A305A6AA18132C880CA742DF2523370DF((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// Coroutine co = mb.StartCoroutine(CoWaitForFixedUpdate(func));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_il2cpp_TypeInfo_var);
|
|
MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * L_2 = ((LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_StaticFields*)il2cpp_codegen_static_fields_for(LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_il2cpp_TypeInfo_var))->get_mb_0();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = V_0;
|
|
RuntimeObject* L_4 = LuaCoroutine_CoWaitForFixedUpdate_m9D4FFA8D7ECB3B7DF400591B2BDB06592AA34101(L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_5 = MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_2, L_4, /*hidden argument*/NULL);
|
|
V_1 = L_5;
|
|
// ToLua.PushSealed(L, co);
|
|
intptr_t L_6 = ___L0;
|
|
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_7 = V_1;
|
|
ToLua_PushSealed_TisCoroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_mB726280B60EB92ACCDAFD20A2C2BEA2B71A32E2D((intptr_t)L_6, L_7, /*hidden argument*/ToLua_PushSealed_TisCoroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_mB726280B60EB92ACCDAFD20A2C2BEA2B71A32E2D_RuntimeMethod_var);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_002f;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0024;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0024:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_8 = ___L0;
|
|
Exception_t * L_9 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_10 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
V_2 = L_10;
|
|
goto IL_002f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002f:
|
|
{
|
|
// }
|
|
int32_t L_11 = V_2;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator LuaCoroutine::CoWaitForFixedUpdate(LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LuaCoroutine_CoWaitForFixedUpdate_m9D4FFA8D7ECB3B7DF400591B2BDB06592AA34101 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaCoroutine_CoWaitForFixedUpdate_m9D4FFA8D7ECB3B7DF400591B2BDB06592AA34101_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CCoWaitForFixedUpdateU3Ed__6_tA632C5D4CAE55ACEC2DEE1BCE9E5EAC42F2E906E * L_0 = (U3CCoWaitForFixedUpdateU3Ed__6_tA632C5D4CAE55ACEC2DEE1BCE9E5EAC42F2E906E *)il2cpp_codegen_object_new(U3CCoWaitForFixedUpdateU3Ed__6_tA632C5D4CAE55ACEC2DEE1BCE9E5EAC42F2E906E_il2cpp_TypeInfo_var);
|
|
U3CCoWaitForFixedUpdateU3Ed__6__ctor_m5E8DE8F3FB0F738D0174A67AC22F318EC6E121AE(L_0, 0, /*hidden argument*/NULL);
|
|
U3CCoWaitForFixedUpdateU3Ed__6_tA632C5D4CAE55ACEC2DEE1BCE9E5EAC42F2E906E * L_1 = L_0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_2 = ___func0;
|
|
NullCheck(L_1);
|
|
L_1->set_func_2(L_2);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 LuaCoroutine::WaitForEndOfFrame(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaCoroutine_WaitForEndOfFrame_m2C2D9ECFC8F26575A6784372C7FB7805745269A5 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaCoroutine_WaitForEndOfFrame_m2C2D9ECFC8F26575A6784372C7FB7805745269A5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaFunction func = ToLua.ToLuaFunction(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ToLua_ToLuaFunction_mAB03DF0A305A6AA18132C880CA742DF2523370DF((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// Coroutine co = mb.StartCoroutine(CoWaitForEndOfFrame(func));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_il2cpp_TypeInfo_var);
|
|
MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * L_2 = ((LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_StaticFields*)il2cpp_codegen_static_fields_for(LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_il2cpp_TypeInfo_var))->get_mb_0();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = V_0;
|
|
RuntimeObject* L_4 = LuaCoroutine_CoWaitForEndOfFrame_mF3D05184B40534C85AF96EF5B43187314D55F300(L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_5 = MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_2, L_4, /*hidden argument*/NULL);
|
|
V_1 = L_5;
|
|
// ToLua.PushSealed(L, co);
|
|
intptr_t L_6 = ___L0;
|
|
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_7 = V_1;
|
|
ToLua_PushSealed_TisCoroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_mB726280B60EB92ACCDAFD20A2C2BEA2B71A32E2D((intptr_t)L_6, L_7, /*hidden argument*/ToLua_PushSealed_TisCoroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_mB726280B60EB92ACCDAFD20A2C2BEA2B71A32E2D_RuntimeMethod_var);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_002f;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0024;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0024:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_8 = ___L0;
|
|
Exception_t * L_9 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_10 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
V_2 = L_10;
|
|
goto IL_002f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002f:
|
|
{
|
|
// }
|
|
int32_t L_11 = V_2;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator LuaCoroutine::CoWaitForEndOfFrame(LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LuaCoroutine_CoWaitForEndOfFrame_mF3D05184B40534C85AF96EF5B43187314D55F300 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaCoroutine_CoWaitForEndOfFrame_mF3D05184B40534C85AF96EF5B43187314D55F300_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CCoWaitForEndOfFrameU3Ed__8_t29F7A69C4E0AFF9484B4E4F6915A0E5D0D1B28BD * L_0 = (U3CCoWaitForEndOfFrameU3Ed__8_t29F7A69C4E0AFF9484B4E4F6915A0E5D0D1B28BD *)il2cpp_codegen_object_new(U3CCoWaitForEndOfFrameU3Ed__8_t29F7A69C4E0AFF9484B4E4F6915A0E5D0D1B28BD_il2cpp_TypeInfo_var);
|
|
U3CCoWaitForEndOfFrameU3Ed__8__ctor_m20689FEFB8C1CD6796877B6F2ACB1F5797B2BBC2(L_0, 0, /*hidden argument*/NULL);
|
|
U3CCoWaitForEndOfFrameU3Ed__8_t29F7A69C4E0AFF9484B4E4F6915A0E5D0D1B28BD * L_1 = L_0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_2 = ___func0;
|
|
NullCheck(L_1);
|
|
L_1->set_func_2(L_2);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 LuaCoroutine::Yield(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaCoroutine_Yield_m3643D87BA6EF0688E356BF97D53360D8A3E3D164 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaCoroutine_Yield_m3643D87BA6EF0688E356BF97D53360D8A3E3D164_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_1 = NULL;
|
|
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
Exception_t * V_4 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// object o = ToLua.ToVarObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// LuaFunction func = ToLua.ToLuaFunction(L, 2);
|
|
intptr_t L_2 = ___L0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ToLua_ToLuaFunction_mAB03DF0A305A6AA18132C880CA742DF2523370DF((intptr_t)L_2, 2, /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// Coroutine co = mb.StartCoroutine(CoYield(o, func));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_il2cpp_TypeInfo_var);
|
|
MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * L_4 = ((LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_StaticFields*)il2cpp_codegen_static_fields_for(LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_il2cpp_TypeInfo_var))->get_mb_0();
|
|
RuntimeObject * L_5 = V_0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = V_1;
|
|
RuntimeObject* L_7 = LuaCoroutine_CoYield_m615AC21A59A784136BCC5551F0E95FF59813F58D(L_5, L_6, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_8 = MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_4, L_7, /*hidden argument*/NULL);
|
|
V_2 = L_8;
|
|
// ToLua.PushSealed(L, co);
|
|
intptr_t L_9 = ___L0;
|
|
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_10 = V_2;
|
|
ToLua_PushSealed_TisCoroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_mB726280B60EB92ACCDAFD20A2C2BEA2B71A32E2D((intptr_t)L_9, L_10, /*hidden argument*/ToLua_PushSealed_TisCoroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_mB726280B60EB92ACCDAFD20A2C2BEA2B71A32E2D_RuntimeMethod_var);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_003a;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_002d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_002d:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_4 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_11 = ___L0;
|
|
Exception_t * L_12 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_3 = L_13;
|
|
goto IL_003a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003a:
|
|
{
|
|
// }
|
|
int32_t L_14 = V_3;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator LuaCoroutine::CoYield(System.Object,LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LuaCoroutine_CoYield_m615AC21A59A784136BCC5551F0E95FF59813F58D (RuntimeObject * ___o0, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaCoroutine_CoYield_m615AC21A59A784136BCC5551F0E95FF59813F58D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CCoYieldU3Ed__10_tEBA02A86946E0B84BBC10E3A70C9C179A7875943 * L_0 = (U3CCoYieldU3Ed__10_tEBA02A86946E0B84BBC10E3A70C9C179A7875943 *)il2cpp_codegen_object_new(U3CCoYieldU3Ed__10_tEBA02A86946E0B84BBC10E3A70C9C179A7875943_il2cpp_TypeInfo_var);
|
|
U3CCoYieldU3Ed__10__ctor_m58A91463AED6C51BCFACB7605AA3560AA5CE9161(L_0, 0, /*hidden argument*/NULL);
|
|
U3CCoYieldU3Ed__10_tEBA02A86946E0B84BBC10E3A70C9C179A7875943 * L_1 = L_0;
|
|
RuntimeObject * L_2 = ___o0;
|
|
NullCheck(L_1);
|
|
L_1->set_o_2(L_2);
|
|
U3CCoYieldU3Ed__10_tEBA02A86946E0B84BBC10E3A70C9C179A7875943 * L_3 = L_1;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ___func1;
|
|
NullCheck(L_3);
|
|
L_3->set_func_3(L_4);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Int32 LuaCoroutine::StopCoroutine(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaCoroutine_StopCoroutine_mF958DBF79319373E674175F4BF6897D5AAE45691 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaCoroutine_StopCoroutine_mF958DBF79319373E674175F4BF6897D5AAE45691_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// Coroutine co = (Coroutine)ToLua.CheckObject(L, 1, typeof(Coroutine));
|
|
intptr_t L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_3 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_0, 1, L_2, /*hidden argument*/NULL);
|
|
V_0 = ((Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC *)CastclassSealed((RuntimeObject*)L_3, Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_il2cpp_TypeInfo_var));
|
|
// mb.StopCoroutine(co);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_il2cpp_TypeInfo_var);
|
|
MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * L_4 = ((LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_StaticFields*)il2cpp_codegen_static_fields_for(LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_il2cpp_TypeInfo_var))->get_mb_0();
|
|
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_5 = V_0;
|
|
NullCheck(L_4);
|
|
MonoBehaviour_StopCoroutine_mC465FFA3C386BA22384F7AFA5495FF2286510562(L_4, L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_0031;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0026;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0026:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_0031;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0031:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 LuaCoroutine::WrapLuaCoroutine(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaCoroutine_WrapLuaCoroutine_mDE72C7B49C0E1588397D6167C00CD153A0D4C89A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaCoroutine_WrapLuaCoroutine_mDE72C7B49C0E1588397D6167C00CD153A0D4C89A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
{
|
|
// LuaFunction func = ToLua.ToLuaFunction(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ToLua_ToLuaFunction_mAB03DF0A305A6AA18132C880CA742DF2523370DF((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// IEnumerator enumerator = CoWrap(func);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_2 = LuaCoroutine_CoWrap_m35952D5C5AEE1ED18D9E694C794F0B02675967A2(L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// ToLua.Push(L, enumerator);
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeObject* L_4 = V_0;
|
|
ToLua_Push_m0C5C43A12210CCE2EA2C934C03DDC5A75A1BB4E2((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator LuaCoroutine::CoWrap(LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LuaCoroutine_CoWrap_m35952D5C5AEE1ED18D9E694C794F0B02675967A2 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaCoroutine_CoWrap_m35952D5C5AEE1ED18D9E694C794F0B02675967A2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CCoWrapU3Ed__13_t30E36E0B1C814750EED9FA9A6AD1D142578E15C8 * L_0 = (U3CCoWrapU3Ed__13_t30E36E0B1C814750EED9FA9A6AD1D142578E15C8 *)il2cpp_codegen_object_new(U3CCoWrapU3Ed__13_t30E36E0B1C814750EED9FA9A6AD1D142578E15C8_il2cpp_TypeInfo_var);
|
|
U3CCoWrapU3Ed__13__ctor_mE8FC9C6023ACD83D17998DAD7A022529585E9632(L_0, 0, /*hidden argument*/NULL);
|
|
U3CCoWrapU3Ed__13_t30E36E0B1C814750EED9FA9A6AD1D142578E15C8 * L_1 = L_0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_2 = ___func0;
|
|
NullCheck(L_1);
|
|
L_1->set_func_2(L_2);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void LuaCoroutine::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaCoroutine__cctor_m591C4EAA8DB81F9B1D2897A855E122BFA9C0E373 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaCoroutine__cctor_m591C4EAA8DB81F9B1D2897A855E122BFA9C0E373_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private static MonoBehaviour mb = null;
|
|
((LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_StaticFields*)il2cpp_codegen_static_fields_for(LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_il2cpp_TypeInfo_var))->set_mb_0((MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 *)NULL);
|
|
// private static string strCo =
|
|
// @"
|
|
// local _WaitForSeconds, _WaitForFixedUpdate, _WaitForEndOfFrame, _Yield, _StopCoroutine = WaitForSeconds, WaitForFixedUpdate, WaitForEndOfFrame, Yield, StopCoroutine
|
|
// local error = error
|
|
// local debug = debug
|
|
// local coroutine = coroutine
|
|
// local comap = {}
|
|
// setmetatable(comap, {__mode = 'k'})
|
|
//
|
|
// function _resume(co)
|
|
// if comap[co] then
|
|
// comap[co] = nil
|
|
// local flag, msg = coroutine.resume(co)
|
|
//
|
|
// if not flag then
|
|
// msg = debug.traceback(co, msg)
|
|
// error(msg)
|
|
// end
|
|
// end
|
|
// end
|
|
//
|
|
// function WaitForSeconds(t)
|
|
// local co = coroutine.running()
|
|
// local resume = function()
|
|
// _resume(co)
|
|
// end
|
|
//
|
|
// comap[co] = _WaitForSeconds(t, resume)
|
|
// return coroutine.yield()
|
|
// end
|
|
//
|
|
// function WaitForFixedUpdate()
|
|
// local co = coroutine.running()
|
|
// local resume = function()
|
|
// _resume(co)
|
|
// end
|
|
//
|
|
// comap[co] = _WaitForFixedUpdate(resume)
|
|
// return coroutine.yield()
|
|
// end
|
|
//
|
|
// function WaitForEndOfFrame()
|
|
// local co = coroutine.running()
|
|
// local resume = function()
|
|
// _resume(co)
|
|
// end
|
|
//
|
|
// comap[co] = _WaitForEndOfFrame(resume)
|
|
// return coroutine.yield()
|
|
// end
|
|
//
|
|
// function Yield(o)
|
|
// local co = coroutine.running()
|
|
// local resume = function()
|
|
// _resume(co)
|
|
// end
|
|
//
|
|
// comap[co] = _Yield(o, resume)
|
|
// return coroutine.yield()
|
|
// end
|
|
//
|
|
// function StartCoroutine(func)
|
|
// local co = coroutine.create(func)
|
|
// local flag, msg = coroutine.resume(co)
|
|
//
|
|
// if not flag then
|
|
// msg = debug.traceback(co, msg)
|
|
// error(msg)
|
|
// end
|
|
//
|
|
// return co
|
|
// end
|
|
//
|
|
// function StopCoroutine(co)
|
|
// local _co = comap[co]
|
|
//
|
|
// if _co == nil then
|
|
// return
|
|
// end
|
|
//
|
|
// comap[co] = nil
|
|
// _StopCoroutine(_co)
|
|
// end
|
|
// ";
|
|
((LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_StaticFields*)il2cpp_codegen_static_fields_for(LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_il2cpp_TypeInfo_var))->set_strCo_1(_stringLiteralE121F60DDC3BDB608CCE70505C3D7F2B03EFCE4A);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void LuaCoroutine_<CoWaitForEndOfFrame>d__8::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCoWaitForEndOfFrameU3Ed__8__ctor_m20689FEFB8C1CD6796877B6F2ACB1F5797B2BBC2 (U3CCoWaitForEndOfFrameU3Ed__8_t29F7A69C4E0AFF9484B4E4F6915A0E5D0D1B28BD * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___U3CU3E1__state0;
|
|
__this->set_U3CU3E1__state_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaCoroutine_<CoWaitForEndOfFrame>d__8::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCoWaitForEndOfFrameU3Ed__8_System_IDisposable_Dispose_m01D6D5E0F93B6434D1FCD1B074BC911AEC3502A5 (U3CCoWaitForEndOfFrameU3Ed__8_t29F7A69C4E0AFF9484B4E4F6915A0E5D0D1B28BD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean LuaCoroutine_<CoWaitForEndOfFrame>d__8::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCoWaitForEndOfFrameU3Ed__8_MoveNext_mCAE4890D10EC25278D348ECC51F7F148EA0E2AEB (U3CCoWaitForEndOfFrameU3Ed__8_t29F7A69C4E0AFF9484B4E4F6915A0E5D0D1B28BD * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CCoWaitForEndOfFrameU3Ed__8_MoveNext_mCAE4890D10EC25278D348ECC51F7F148EA0E2AEB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->get_U3CU3E1__state_0();
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) == ((int32_t)1)))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// yield return new WaitForEndOfFrame();
|
|
WaitForEndOfFrame_t75980FB3F246D6AD36A85CA2BFDF8474E5EEBCCA * L_3 = (WaitForEndOfFrame_t75980FB3F246D6AD36A85CA2BFDF8474E5EEBCCA *)il2cpp_codegen_object_new(WaitForEndOfFrame_t75980FB3F246D6AD36A85CA2BFDF8474E5EEBCCA_il2cpp_TypeInfo_var);
|
|
WaitForEndOfFrame__ctor_m6CDB79476A4A84CEC62947D36ADED96E907BA20B(L_3, /*hidden argument*/NULL);
|
|
__this->set_U3CU3E2__current_1(L_3);
|
|
__this->set_U3CU3E1__state_0(1);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// func.Call();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = __this->get_func_2();
|
|
NullCheck(L_4);
|
|
LuaFunction_Call_m0A1E4C156A3435A01D661CE958D9B76790CC8F65(L_4, /*hidden argument*/NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object LuaCoroutine_<CoWaitForEndOfFrame>d__8::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCoWaitForEndOfFrameU3Ed__8_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m5A3BBA3C47BB2C2969A795E39FC31DCE05269B00 (U3CCoWaitForEndOfFrameU3Ed__8_t29F7A69C4E0AFF9484B4E4F6915A0E5D0D1B28BD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void LuaCoroutine_<CoWaitForEndOfFrame>d__8::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCoWaitForEndOfFrameU3Ed__8_System_Collections_IEnumerator_Reset_m3563EC1CA3E16B2B8AD942629C328C03EB615622 (U3CCoWaitForEndOfFrameU3Ed__8_t29F7A69C4E0AFF9484B4E4F6915A0E5D0D1B28BD * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CCoWaitForEndOfFrameU3Ed__8_System_Collections_IEnumerator_Reset_m3563EC1CA3E16B2B8AD942629C328C03EB615622_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CCoWaitForEndOfFrameU3Ed__8_System_Collections_IEnumerator_Reset_m3563EC1CA3E16B2B8AD942629C328C03EB615622_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Object LuaCoroutine_<CoWaitForEndOfFrame>d__8::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCoWaitForEndOfFrameU3Ed__8_System_Collections_IEnumerator_get_Current_mEA2A37DE095DB036538224131F41BD6218F30754 (U3CCoWaitForEndOfFrameU3Ed__8_t29F7A69C4E0AFF9484B4E4F6915A0E5D0D1B28BD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void LuaCoroutine_<CoWaitForFixedUpdate>d__6::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCoWaitForFixedUpdateU3Ed__6__ctor_m5E8DE8F3FB0F738D0174A67AC22F318EC6E121AE (U3CCoWaitForFixedUpdateU3Ed__6_tA632C5D4CAE55ACEC2DEE1BCE9E5EAC42F2E906E * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___U3CU3E1__state0;
|
|
__this->set_U3CU3E1__state_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaCoroutine_<CoWaitForFixedUpdate>d__6::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCoWaitForFixedUpdateU3Ed__6_System_IDisposable_Dispose_m95DEEA9A803DCB3B86A5FD45BDDDEE6315A6B8CC (U3CCoWaitForFixedUpdateU3Ed__6_tA632C5D4CAE55ACEC2DEE1BCE9E5EAC42F2E906E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean LuaCoroutine_<CoWaitForFixedUpdate>d__6::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCoWaitForFixedUpdateU3Ed__6_MoveNext_mDB45AD75277B950E6D05D37AE6C318C7DBA33628 (U3CCoWaitForFixedUpdateU3Ed__6_tA632C5D4CAE55ACEC2DEE1BCE9E5EAC42F2E906E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CCoWaitForFixedUpdateU3Ed__6_MoveNext_mDB45AD75277B950E6D05D37AE6C318C7DBA33628_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->get_U3CU3E1__state_0();
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) == ((int32_t)1)))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// yield return new WaitForFixedUpdate();
|
|
WaitForFixedUpdate_t8801328F075019AF6B6150B20EC343935A29FF97 * L_3 = (WaitForFixedUpdate_t8801328F075019AF6B6150B20EC343935A29FF97 *)il2cpp_codegen_object_new(WaitForFixedUpdate_t8801328F075019AF6B6150B20EC343935A29FF97_il2cpp_TypeInfo_var);
|
|
WaitForFixedUpdate__ctor_mDEBC2E729EB331081476991F738E1759F067F402(L_3, /*hidden argument*/NULL);
|
|
__this->set_U3CU3E2__current_1(L_3);
|
|
__this->set_U3CU3E1__state_0(1);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// func.Call();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = __this->get_func_2();
|
|
NullCheck(L_4);
|
|
LuaFunction_Call_m0A1E4C156A3435A01D661CE958D9B76790CC8F65(L_4, /*hidden argument*/NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object LuaCoroutine_<CoWaitForFixedUpdate>d__6::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCoWaitForFixedUpdateU3Ed__6_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m995571F5F0FEF7EE4AD24060080047D9B3FFBE99 (U3CCoWaitForFixedUpdateU3Ed__6_tA632C5D4CAE55ACEC2DEE1BCE9E5EAC42F2E906E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void LuaCoroutine_<CoWaitForFixedUpdate>d__6::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCoWaitForFixedUpdateU3Ed__6_System_Collections_IEnumerator_Reset_mCB0764B7A8A8B255C0CCA4079A4E4BA240F40BEC (U3CCoWaitForFixedUpdateU3Ed__6_tA632C5D4CAE55ACEC2DEE1BCE9E5EAC42F2E906E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CCoWaitForFixedUpdateU3Ed__6_System_Collections_IEnumerator_Reset_mCB0764B7A8A8B255C0CCA4079A4E4BA240F40BEC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CCoWaitForFixedUpdateU3Ed__6_System_Collections_IEnumerator_Reset_mCB0764B7A8A8B255C0CCA4079A4E4BA240F40BEC_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Object LuaCoroutine_<CoWaitForFixedUpdate>d__6::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCoWaitForFixedUpdateU3Ed__6_System_Collections_IEnumerator_get_Current_m42F6DE00B09924FE25224CC808512B5E8C01C14B (U3CCoWaitForFixedUpdateU3Ed__6_tA632C5D4CAE55ACEC2DEE1BCE9E5EAC42F2E906E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void LuaCoroutine_<CoWaitForSeconds>d__4::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCoWaitForSecondsU3Ed__4__ctor_mF7E6DAFD9A520B6B7A83A692A5962C759B8194BE (U3CCoWaitForSecondsU3Ed__4_t084603F9A0F1C9940571AE77E3DD00EC4C8A911E * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___U3CU3E1__state0;
|
|
__this->set_U3CU3E1__state_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaCoroutine_<CoWaitForSeconds>d__4::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCoWaitForSecondsU3Ed__4_System_IDisposable_Dispose_m4D78791AA6791FED66C6772B8A143B93F66AB5CE (U3CCoWaitForSecondsU3Ed__4_t084603F9A0F1C9940571AE77E3DD00EC4C8A911E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean LuaCoroutine_<CoWaitForSeconds>d__4::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCoWaitForSecondsU3Ed__4_MoveNext_mECC18C936B4C0A116625EEE3C3F111A35C68B149 (U3CCoWaitForSecondsU3Ed__4_t084603F9A0F1C9940571AE77E3DD00EC4C8A911E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CCoWaitForSecondsU3Ed__4_MoveNext_mECC18C936B4C0A116625EEE3C3F111A35C68B149_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->get_U3CU3E1__state_0();
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) == ((int32_t)1)))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// yield return new WaitForSeconds(sec);
|
|
float L_3 = __this->get_sec_2();
|
|
WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_4 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var);
|
|
WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_4, L_3, /*hidden argument*/NULL);
|
|
__this->set_U3CU3E2__current_1(L_4);
|
|
__this->set_U3CU3E1__state_0(1);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// func.Call();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = __this->get_func_3();
|
|
NullCheck(L_5);
|
|
LuaFunction_Call_m0A1E4C156A3435A01D661CE958D9B76790CC8F65(L_5, /*hidden argument*/NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object LuaCoroutine_<CoWaitForSeconds>d__4::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCoWaitForSecondsU3Ed__4_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m2A3BEB270488715DB0BE294DE8EBE626AD7A1A6C (U3CCoWaitForSecondsU3Ed__4_t084603F9A0F1C9940571AE77E3DD00EC4C8A911E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void LuaCoroutine_<CoWaitForSeconds>d__4::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCoWaitForSecondsU3Ed__4_System_Collections_IEnumerator_Reset_m3E052B252D7FF126666A9FCC753AF95CC112D9BC (U3CCoWaitForSecondsU3Ed__4_t084603F9A0F1C9940571AE77E3DD00EC4C8A911E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CCoWaitForSecondsU3Ed__4_System_Collections_IEnumerator_Reset_m3E052B252D7FF126666A9FCC753AF95CC112D9BC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CCoWaitForSecondsU3Ed__4_System_Collections_IEnumerator_Reset_m3E052B252D7FF126666A9FCC753AF95CC112D9BC_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Object LuaCoroutine_<CoWaitForSeconds>d__4::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCoWaitForSecondsU3Ed__4_System_Collections_IEnumerator_get_Current_m0DD385302D8EC8CE182BC9571A717BAD980B24CF (U3CCoWaitForSecondsU3Ed__4_t084603F9A0F1C9940571AE77E3DD00EC4C8A911E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void LuaCoroutine_<CoWrap>d__13::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCoWrapU3Ed__13__ctor_mE8FC9C6023ACD83D17998DAD7A022529585E9632 (U3CCoWrapU3Ed__13_t30E36E0B1C814750EED9FA9A6AD1D142578E15C8 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___U3CU3E1__state0;
|
|
__this->set_U3CU3E1__state_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaCoroutine_<CoWrap>d__13::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCoWrapU3Ed__13_System_IDisposable_Dispose_m084667176DAD7E54341A21CDF9D18DF84F23A145 (U3CCoWrapU3Ed__13_t30E36E0B1C814750EED9FA9A6AD1D142578E15C8 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean LuaCoroutine_<CoWrap>d__13::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCoWrapU3Ed__13_MoveNext_mE1A4D66BBEEB3901D40CA2BCC97B7E2CDFF6640D (U3CCoWrapU3Ed__13_t30E36E0B1C814750EED9FA9A6AD1D142578E15C8 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CCoWrapU3Ed__13_MoveNext_mE1A4D66BBEEB3901D40CA2BCC97B7E2CDFF6640D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->get_U3CU3E1__state_0();
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) == ((int32_t)1)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// if (func == null)
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = __this->get_func_2();
|
|
bool L_4 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_3, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
// yield break;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// yield return null;
|
|
__this->set_U3CU3E2__current_1(NULL);
|
|
__this->set_U3CU3E1__state_0(1);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
// while (func.Invoke<bool>())
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = __this->get_func_2();
|
|
NullCheck(L_5);
|
|
bool L_6 = LuaFunction_Invoke_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m4EF154F143C6807BFA46492D544ABB22A8192E40(L_5, /*hidden argument*/LuaFunction_Invoke_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m4EF154F143C6807BFA46492D544ABB22A8192E40_RuntimeMethod_var);
|
|
if (L_6)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object LuaCoroutine_<CoWrap>d__13::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCoWrapU3Ed__13_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m40E2F1E6BB31AE827F45E800199B266B89DE522C (U3CCoWrapU3Ed__13_t30E36E0B1C814750EED9FA9A6AD1D142578E15C8 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void LuaCoroutine_<CoWrap>d__13::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCoWrapU3Ed__13_System_Collections_IEnumerator_Reset_mB4BEAF8A7DFE69B69762B2311B98EEB1A350648C (U3CCoWrapU3Ed__13_t30E36E0B1C814750EED9FA9A6AD1D142578E15C8 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CCoWrapU3Ed__13_System_Collections_IEnumerator_Reset_mB4BEAF8A7DFE69B69762B2311B98EEB1A350648C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CCoWrapU3Ed__13_System_Collections_IEnumerator_Reset_mB4BEAF8A7DFE69B69762B2311B98EEB1A350648C_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Object LuaCoroutine_<CoWrap>d__13::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCoWrapU3Ed__13_System_Collections_IEnumerator_get_Current_m57871090AEE7D9EB46BFCA12E59619AABFCF24CD (U3CCoWrapU3Ed__13_t30E36E0B1C814750EED9FA9A6AD1D142578E15C8 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void LuaCoroutine_<CoYield>d__10::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCoYieldU3Ed__10__ctor_m58A91463AED6C51BCFACB7605AA3560AA5CE9161 (U3CCoYieldU3Ed__10_tEBA02A86946E0B84BBC10E3A70C9C179A7875943 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___U3CU3E1__state0;
|
|
__this->set_U3CU3E1__state_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaCoroutine_<CoYield>d__10::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCoYieldU3Ed__10_System_IDisposable_Dispose_m9A3027D0B56B5BB32F2168BA474F6C8331EBB075 (U3CCoYieldU3Ed__10_tEBA02A86946E0B84BBC10E3A70C9C179A7875943 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean LuaCoroutine_<CoYield>d__10::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCoYieldU3Ed__10_MoveNext_mDB344677A3DCD47B52291CF9BEE6E2B510195114 (U3CCoYieldU3Ed__10_tEBA02A86946E0B84BBC10E3A70C9C179A7875943 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CCoYieldU3Ed__10_MoveNext_mDB344677A3DCD47B52291CF9BEE6E2B510195114_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->get_U3CU3E1__state_0();
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
switch (L_1)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// if (o is IEnumerator)
|
|
RuntimeObject * L_2 = __this->get_o_2();
|
|
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_2, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
// yield return mb.StartCoroutine((IEnumerator)o);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_il2cpp_TypeInfo_var);
|
|
MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * L_3 = ((LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_StaticFields*)il2cpp_codegen_static_fields_for(LuaCoroutine_t56C44E1BF56DD590BC410C68EB62C99F33DDEB6B_il2cpp_TypeInfo_var))->get_mb_0();
|
|
RuntimeObject * L_4 = __this->get_o_2();
|
|
NullCheck(L_3);
|
|
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * L_5 = MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_3, ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
__this->set_U3CU3E2__current_1(L_5);
|
|
__this->set_U3CU3E1__state_0(1);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// }
|
|
goto IL_0078;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
// yield return o;
|
|
RuntimeObject * L_6 = __this->get_o_2();
|
|
__this->set_U3CU3E2__current_1(L_6);
|
|
__this->set_U3CU3E1__state_0(2);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
// func.Call();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_7 = __this->get_func_3();
|
|
NullCheck(L_7);
|
|
LuaFunction_Call_m0A1E4C156A3435A01D661CE958D9B76790CC8F65(L_7, /*hidden argument*/NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object LuaCoroutine_<CoYield>d__10::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCoYieldU3Ed__10_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m9923ED65C015604E9103ABD09FD6AC0226A36750 (U3CCoYieldU3Ed__10_tEBA02A86946E0B84BBC10E3A70C9C179A7875943 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void LuaCoroutine_<CoYield>d__10::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCoYieldU3Ed__10_System_Collections_IEnumerator_Reset_m5C1B01C06C74B7675047C5FAAEE4C28C760DA5D2 (U3CCoYieldU3Ed__10_tEBA02A86946E0B84BBC10E3A70C9C179A7875943 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CCoYieldU3Ed__10_System_Collections_IEnumerator_Reset_m5C1B01C06C74B7675047C5FAAEE4C28C760DA5D2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CCoYieldU3Ed__10_System_Collections_IEnumerator_Reset_m5C1B01C06C74B7675047C5FAAEE4C28C760DA5D2_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Object LuaCoroutine_<CoYield>d__10::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCoYieldU3Ed__10_System_Collections_IEnumerator_get_Current_m9993F2156976A9FEEB8122CF107BCC0D85809179 (U3CCoYieldU3Ed__10_tEBA02A86946E0B84BBC10E3A70C9C179A7875943 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void LuaInterface.EventObject::.ctor(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventObject__ctor_m385B91495468712163442AF5C0C7750E8299020F (EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * __this, Type_t * ___t0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public EventObject(Type t)
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
// type = t;
|
|
Type_t * L_0 = ___t0;
|
|
__this->set_type_2(L_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// LuaInterface.EventObject LuaInterface.EventObject::op_Addition(LuaInterface.EventObject,System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * EventObject_op_Addition_mF868812D7395378F668B4C88D9FEC83D61A83D36 (EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * ___a0, Delegate_t * ___b1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// a.op = EventOp.Add;
|
|
EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * L_0 = ___a0;
|
|
NullCheck(L_0);
|
|
L_0->set_op_0(1);
|
|
// a.func = b;
|
|
EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * L_1 = ___a0;
|
|
Delegate_t * L_2 = ___b1;
|
|
NullCheck(L_1);
|
|
L_1->set_func_1(L_2);
|
|
// return a;
|
|
EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * L_3 = ___a0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// LuaInterface.EventObject LuaInterface.EventObject::op_Subtraction(LuaInterface.EventObject,System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * EventObject_op_Subtraction_mDBA8982739422AB6CE4A5E08B8F885CAAE3AE936 (EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * ___a0, Delegate_t * ___b1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// a.op = EventOp.Sub;
|
|
EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * L_0 = ___a0;
|
|
NullCheck(L_0);
|
|
L_0->set_op_0(2);
|
|
// a.func = b;
|
|
EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * L_1 = ___a0;
|
|
Delegate_t * L_2 = ___b1;
|
|
NullCheck(L_1);
|
|
L_1->set_func_1(L_2);
|
|
// return a;
|
|
EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * L_3 = ___a0;
|
|
return L_3;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void LuaInterface.GCRef::.ctor(System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GCRef__ctor_m14078AAD7149158542BB3CD833D99F0BB92A95BE (GCRef_tDDB8569385E3C98E44AC5735D9D10E2F0AACFE85 * __this, int32_t ___reference0, String_t* ___name1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public GCRef(int reference, string name)
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
// this.reference = reference;
|
|
int32_t L_0 = ___reference0;
|
|
__this->set_reference_0(L_0);
|
|
// this.name = name;
|
|
String_t* L_1 = ___name1;
|
|
__this->set_name_1(L_1);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void LuaInterface.LuaArrayTable::.ctor(LuaInterface.LuaTable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaArrayTable__ctor_m128D9DED9949EBF52A95FEC3478C7725545F9FF6 (LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727 * __this, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___table0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public LuaArrayTable(LuaTable table)
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
// table.AddRef();
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_0 = ___table0;
|
|
NullCheck(L_0);
|
|
LuaBaseRef_AddRef_m6E50F617280C5254307A19F2E73388ADEEDADD54(L_0, /*hidden argument*/NULL);
|
|
// this.table = table;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___table0;
|
|
__this->set_table_0(L_1);
|
|
// this.state = table.GetLuaState();
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ___table0;
|
|
NullCheck(L_2);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = LuaBaseRef_GetLuaState_m59DE3FCE4CC705ACD929988CF70F8609260CD99B_inline(L_2, /*hidden argument*/NULL);
|
|
__this->set_state_1(L_3);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaArrayTable::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaArrayTable_Dispose_mACCC2F631F10EE006FBFF31AD6C3D9CD50961770 (LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (table != null)
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_0 = __this->get_table_0();
|
|
bool L_1 = LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// table.Dispose();
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = __this->get_table_0();
|
|
NullCheck(L_2);
|
|
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_2);
|
|
// table = null;
|
|
__this->set_table_0((LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *)NULL);
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaArrayTable::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaArrayTable_get_Length_mB9B710CFBB231013D1F422487704CAF9288AFD14 (LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return table.Length;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_0 = __this->get_table_0();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = LuaTable_get_Length_mE20FB028478F61CAF0FEFF390A1343C7FB2CA524(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Object LuaInterface.LuaArrayTable::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaArrayTable_get_Item_m92DE9F12D66A827B4ABADFEB643ADF24ECDCD9E6 (LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727 * __this, int32_t ___key0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return table[key];
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_0 = __this->get_table_0();
|
|
int32_t L_1 = ___key0;
|
|
NullCheck(L_0);
|
|
RuntimeObject * L_2 = LuaTable_get_Item_mB627B6098B8E5AEAB1D4D830CDC9A8AEBC84BC58(L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaArrayTable::set_Item(System.Int32,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaArrayTable_set_Item_mA54527158C5B221D95D900F10749A350311FD14C (LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727 * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// table[key] = value;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_0 = __this->get_table_0();
|
|
int32_t L_1 = ___key0;
|
|
RuntimeObject * L_2 = ___value1;
|
|
NullCheck(L_0);
|
|
LuaTable_set_Item_m2F58D116F3013ABF3BFB64EB6760E2A19765E5CA(L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaArrayTable::ForEach(System.Action`1<System.Object>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaArrayTable_ForEach_mE2817B8CAB997D5A96880295939921BD00B59662 (LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727 * __this, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___action0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaArrayTable_ForEach_mE2817B8CAB997D5A96880295939921BD00B59662_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// using (var iter = this.GetEnumerator())
|
|
RuntimeObject* L_0 = LuaArrayTable_GetEnumerator_m801B4D967E36C07C6CF7FB7EE11ECD7BC7028973(__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
}
|
|
|
|
IL_0007:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// action(iter.Current);
|
|
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_1 = ___action0;
|
|
RuntimeObject* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
RuntimeObject * L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1<System.Object>::get_Current() */, IEnumerator_1_tDDB69E91697CCB64C7993B651487CEEC287DB7E8_il2cpp_TypeInfo_var, L_2);
|
|
NullCheck(L_1);
|
|
Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5(L_1, L_3, /*hidden argument*/Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// while (iter.MoveNext())
|
|
RuntimeObject* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
bool L_5 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_4);
|
|
if (L_5)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// }
|
|
IL2CPP_LEAVE(0x29, FINALLY_001f);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_001f;
|
|
}
|
|
|
|
FINALLY_001f:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_6 = V_0;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
RuntimeObject* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_7);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
IL2CPP_END_FINALLY(31)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(31)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x29, IL_0029)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<System.Object> LuaInterface.LuaArrayTable::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LuaArrayTable_GetEnumerator_m801B4D967E36C07C6CF7FB7EE11ECD7BC7028973 (LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaArrayTable_GetEnumerator_m801B4D967E36C07C6CF7FB7EE11ECD7BC7028973_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return new Enumerator(this);
|
|
Enumerator_tC45C231DF0C00698C4FE7793E87B5B7DA62089A2 * L_0 = (Enumerator_tC45C231DF0C00698C4FE7793E87B5B7DA62089A2 *)il2cpp_codegen_object_new(Enumerator_tC45C231DF0C00698C4FE7793E87B5B7DA62089A2_il2cpp_TypeInfo_var);
|
|
Enumerator__ctor_m0DFB68AB6CD0BA3EFB1B9D3FA2DAAE9EF3BEEF21(L_0, __this, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator LuaInterface.LuaArrayTable::System.Collections.IEnumerable.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LuaArrayTable_System_Collections_IEnumerable_GetEnumerator_mDA408A2D5CCE4D651177D90214824DC65536DE09 (LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return GetEnumerator();
|
|
RuntimeObject* L_0 = LuaArrayTable_GetEnumerator_m801B4D967E36C07C6CF7FB7EE11ECD7BC7028973(__this, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void LuaInterface.LuaArrayTable_Enumerator::.ctor(LuaInterface.LuaArrayTable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m0DFB68AB6CD0BA3EFB1B9D3FA2DAAE9EF3BEEF21 (Enumerator_tC45C231DF0C00698C4FE7793E87B5B7DA62089A2 * __this, LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727 * ___list0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// int index = 1;
|
|
__this->set_index_1(1);
|
|
// int top = -1;
|
|
__this->set_top_3((-1));
|
|
// public Enumerator(LuaArrayTable list)
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
// state = list.state;
|
|
LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727 * L_0 = ___list0;
|
|
NullCheck(L_0);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = L_0->get_state_1();
|
|
__this->set_state_0(L_1);
|
|
// top = state.LuaGetTop();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = __this->get_state_0();
|
|
NullCheck(L_2);
|
|
int32_t L_3 = LuaStatePtr_LuaGetTop_m2317E7B1B18275AB559943BC22E4BBEED73387AC(L_2, /*hidden argument*/NULL);
|
|
__this->set_top_3(L_3);
|
|
// state.Push(list.table);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_4 = __this->get_state_0();
|
|
LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727 * L_5 = ___list0;
|
|
NullCheck(L_5);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_6 = L_5->get_table_0();
|
|
NullCheck(L_4);
|
|
LuaState_Push_mCBECF34F0AE0D92AEA0D6B7FD1C27AEED58F2684(L_4, L_6, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Object LuaInterface.LuaArrayTable_Enumerator::get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m8AD53A8289DFE592C57BF995F0C7EE604F74EDF5 (Enumerator_tC45C231DF0C00698C4FE7793E87B5B7DA62089A2 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return current;
|
|
RuntimeObject * L_0 = __this->get_current_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaArrayTable_Enumerator::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3241CCE6DF116A88BB400A512BD4B80E6E70FFE3 (Enumerator_tC45C231DF0C00698C4FE7793E87B5B7DA62089A2 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// state.LuaRawGetI(-1, index);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = __this->get_state_0();
|
|
int32_t L_1 = __this->get_index_1();
|
|
NullCheck(L_0);
|
|
LuaStatePtr_LuaRawGetI_mDC27F64E1DDCB36B6AF0CE4121E857FCEA0759C3(L_0, (-1), L_1, /*hidden argument*/NULL);
|
|
// current = state.ToVariant(-1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = __this->get_state_0();
|
|
NullCheck(L_2);
|
|
RuntimeObject * L_3 = LuaState_ToVariant_m4F2AE5817B28FCD03C41801E377A431C39F54CC0(L_2, (-1), /*hidden argument*/NULL);
|
|
__this->set_current_2(L_3);
|
|
// state.LuaPop(1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_4 = __this->get_state_0();
|
|
NullCheck(L_4);
|
|
LuaStatePtr_LuaPop_m6CC814869A69A9A3590E6026DA62D8CF1DA6CBA3(L_4, 1, /*hidden argument*/NULL);
|
|
// ++index;
|
|
int32_t L_5 = __this->get_index_1();
|
|
__this->set_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)));
|
|
// return current == null ? false : true;
|
|
RuntimeObject * L_6 = __this->get_current_2();
|
|
if (!L_6)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaArrayTable_Enumerator::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_m3CD875CAEFC7DA75A6DDA3462F12D9BB82F1A7F7 (Enumerator_tC45C231DF0C00698C4FE7793E87B5B7DA62089A2 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// index = 1;
|
|
__this->set_index_1(1);
|
|
// current = null;
|
|
__this->set_current_2(NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaArrayTable_Enumerator::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m1699291AF35AEA8CA8AC1DB1BFB93E4490B0DFA7 (Enumerator_tC45C231DF0C00698C4FE7793E87B5B7DA62089A2 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enumerator_Dispose_m1699291AF35AEA8CA8AC1DB1BFB93E4490B0DFA7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (state != null)
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = __this->get_state_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_il2cpp_TypeInfo_var);
|
|
bool L_1 = LuaState_op_Inequality_m4B28E8FA87EE2420CC573EB4E5C94D20AB8328F3(L_0, (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
// state.LuaSetTop(top);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = __this->get_state_0();
|
|
int32_t L_3 = __this->get_top_3();
|
|
NullCheck(L_2);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_2, L_3, /*hidden argument*/NULL);
|
|
// state = null;
|
|
__this->set_state_0((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)NULL);
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void LuaInterface.LuaBaseRef::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaBaseRef__ctor_mB7071A051A3F44FFE31BB5FF5BF986E9A2D6398F (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// protected int reference = -1;
|
|
__this->set_reference_1((-1));
|
|
// public volatile bool IsAlive = true;
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->set_IsAlive_6(1);
|
|
// public LuaBaseRef()
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
// IsAlive = true;
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->set_IsAlive_6(1);
|
|
// count = 1;
|
|
__this->set_count_5(1);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaBaseRef::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaBaseRef_Finalize_mE250724DF8AA64A35F45BD2E3ED3826F25F418F4 (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * __this, const RuntimeMethod* method)
|
|
{
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// IsAlive = false;
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->set_IsAlive_6(0);
|
|
// Dispose(false);
|
|
VirtActionInvoker1< bool >::Invoke(6 /* System.Void LuaInterface.LuaBaseRef::Dispose(System.Boolean) */, __this, (bool)0);
|
|
IL2CPP_LEAVE(0x19, FINALLY_0012);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0012;
|
|
}
|
|
|
|
FINALLY_0012:
|
|
{ // begin finally (depth: 1)
|
|
// }
|
|
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(18)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(18)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x19, IL_0019)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaBaseRef::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaBaseRef_Dispose_m0D0523BE3A5D691EF21AE21E60975C08DBED075B (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// --count;
|
|
int32_t L_0 = __this->get_count_5();
|
|
__this->set_count_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)));
|
|
// if (count > 0)
|
|
int32_t L_1 = __this->get_count_5();
|
|
if ((((int32_t)L_1) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// IsAlive = false;
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->set_IsAlive_6(0);
|
|
// Dispose(true);
|
|
VirtActionInvoker1< bool >::Invoke(6 /* System.Void LuaInterface.LuaBaseRef::Dispose(System.Boolean) */, __this, (bool)1);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaBaseRef::AddRef()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaBaseRef_AddRef_m6E50F617280C5254307A19F2E73388ADEEDADD54 (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// ++count;
|
|
int32_t L_0 = __this->get_count_5();
|
|
__this->set_count_5(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaBaseRef::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaBaseRef_Dispose_mEF12BB510B97022A8A44914868B0DDBABE41E521 (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * __this, bool ___disposeManagedResources0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBaseRef_Dispose_mEF12BB510B97022A8A44914868B0DDBABE41E521_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!beDisposed)
|
|
bool L_0 = __this->get_beDisposed_4();
|
|
il2cpp_codegen_memory_barrier();
|
|
if (L_0)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
// beDisposed = true;
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->set_beDisposed_4(1);
|
|
// if (reference > 0 && luaState != null)
|
|
int32_t L_1 = __this->get_reference_1();
|
|
if ((((int32_t)L_1) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = __this->get_luaState_2();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_il2cpp_TypeInfo_var);
|
|
bool L_3 = LuaState_op_Inequality_m4B28E8FA87EE2420CC573EB4E5C94D20AB8328F3(L_2, (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)NULL, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
// luaState.CollectRef(reference, name, !disposeManagedResources);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_4 = __this->get_luaState_2();
|
|
int32_t L_5 = __this->get_reference_1();
|
|
String_t* L_6 = __this->get_name_0();
|
|
bool L_7 = ___disposeManagedResources0;
|
|
NullCheck(L_4);
|
|
LuaState_CollectRef_mECF66CE21CF91338344AAB104CB59E7AFA1FBFE4(L_4, L_5, L_6, (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
// reference = -1;
|
|
__this->set_reference_1((-1));
|
|
// luaState = null;
|
|
__this->set_luaState_2((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)NULL);
|
|
// count = 0;
|
|
__this->set_count_5(0);
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaBaseRef::Dispose(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaBaseRef_Dispose_mC86461EE1059CED5E1749D5DD55254625F3FB7B4 (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * __this, int32_t ___generation0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (count > generation)
|
|
int32_t L_0 = __this->get_count_5();
|
|
int32_t L_1 = ___generation0;
|
|
if ((((int32_t)L_0) <= ((int32_t)L_1)))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// Dispose(true);
|
|
VirtActionInvoker1< bool >::Invoke(6 /* System.Void LuaInterface.LuaBaseRef::Dispose(System.Boolean) */, __this, (bool)1);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// LuaInterface.LuaState LuaInterface.LuaBaseRef::GetLuaState()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * LuaBaseRef_GetLuaState_m59DE3FCE4CC705ACD929988CF70F8609260CD99B (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return luaState;
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = __this->get_luaState_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaBaseRef::Push()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaBaseRef_Push_m0F5B6C6C3E2BF883FDAFDF05CAFFA35E1A5531D9 (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// luaState.Push(this);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = __this->get_luaState_2();
|
|
NullCheck(L_0);
|
|
LuaState_Push_mCBECF34F0AE0D92AEA0D6B7FD1C27AEED58F2684(L_0, __this, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaBaseRef::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBaseRef_GetHashCode_mB9925838BEAAE71A1175E6D4572002F6C8B15FC7 (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return RuntimeHelpers.GetHashCode(this);
|
|
int32_t L_0 = RuntimeHelpers_GetHashCode_mB357C67BC7D5C014F6F51FE93E200F140DF7A40B(__this, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaBaseRef::GetReference()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaBaseRef_GetReference_m86ACC2053E91EFA6F91967A6A6C554938FB7CA81 (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return reference;
|
|
int32_t L_0 = __this->get_reference_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaBaseRef::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaBaseRef_Equals_m4FE9178B2BE7EEEC6341E30C1A9AF6382570ED96 (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * __this, RuntimeObject * ___o0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBaseRef_Equals_m4FE9178B2BE7EEEC6341E30C1A9AF6382570ED96_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * V_0 = NULL;
|
|
{
|
|
// if (o == null) return reference <= 0;
|
|
RuntimeObject * L_0 = ___o0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// if (o == null) return reference <= 0;
|
|
int32_t L_1 = __this->get_reference_1();
|
|
return (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// LuaBaseRef lr = o as LuaBaseRef;
|
|
RuntimeObject * L_2 = ___o0;
|
|
V_0 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)IsInstClass((RuntimeObject*)L_2, LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4_il2cpp_TypeInfo_var));
|
|
// if (lr == null || lr.reference != reference)
|
|
LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * L_3 = V_0;
|
|
bool L_4 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_3, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * L_5 = V_0;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = L_5->get_reference_1();
|
|
int32_t L_7 = __this->get_reference_1();
|
|
if ((((int32_t)L_6) == ((int32_t)L_7)))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// return reference > 0;
|
|
int32_t L_8 = __this->get_reference_1();
|
|
return (bool)((((int32_t)L_8) > ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaBaseRef::CompareRef(LuaInterface.LuaBaseRef,LuaInterface.LuaBaseRef)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaBaseRef_CompareRef_mC188DACC95AC1D3D0350BA600DCE7F2EEB90F3EB (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___a0, LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___b1, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject * V_0 = NULL;
|
|
RuntimeObject * V_1 = NULL;
|
|
{
|
|
// if (System.Object.ReferenceEquals(a, b))
|
|
LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * L_0 = ___a0;
|
|
LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * L_1 = ___b1;
|
|
if ((!(((RuntimeObject*)(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)L_0) == ((RuntimeObject*)(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)L_1))))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
// object l = a;
|
|
LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * L_2 = ___a0;
|
|
V_0 = L_2;
|
|
// object r = b;
|
|
LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * L_3 = ___b1;
|
|
V_1 = L_3;
|
|
// if (l == null && r != null)
|
|
RuntimeObject * L_4 = V_0;
|
|
if (L_4)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
// return b.reference <= 0;
|
|
LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * L_6 = ___b1;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = L_6->get_reference_1();
|
|
return (bool)((((int32_t)((((int32_t)L_7) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// if (l != null && r == null)
|
|
RuntimeObject * L_8 = V_0;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_9 = V_1;
|
|
if (L_9)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
// return a.reference <= 0;
|
|
LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * L_10 = ___a0;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = L_10->get_reference_1();
|
|
return (bool)((((int32_t)((((int32_t)L_11) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// if (a.reference != b.reference)
|
|
LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * L_12 = ___a0;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = L_12->get_reference_1();
|
|
LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * L_14 = ___b1;
|
|
NullCheck(L_14);
|
|
int32_t L_15 = L_14->get_reference_1();
|
|
if ((((int32_t)L_13) == ((int32_t)L_15)))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// return a.reference > 0;
|
|
LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * L_16 = ___a0;
|
|
NullCheck(L_16);
|
|
int32_t L_17 = L_16->get_reference_1();
|
|
return (bool)((((int32_t)L_17) > ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaBaseRef::op_Equality(LuaInterface.LuaBaseRef,LuaInterface.LuaBaseRef)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102 (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___a0, LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___b1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return CompareRef(a, b);
|
|
LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * L_0 = ___a0;
|
|
LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * L_1 = ___b1;
|
|
bool L_2 = LuaBaseRef_CompareRef_mC188DACC95AC1D3D0350BA600DCE7F2EEB90F3EB(L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaBaseRef::op_Inequality(LuaInterface.LuaBaseRef,LuaInterface.LuaBaseRef)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220 (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___a0, LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___b1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return !CompareRef(a, b);
|
|
LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * L_0 = ___a0;
|
|
LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * L_1 = ___b1;
|
|
bool L_2 = LuaBaseRef_CompareRef_mC188DACC95AC1D3D0350BA600DCE7F2EEB90F3EB(L_0, L_1, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void LuaInterface.LuaBeatEvent::.ctor(LuaInterface.LuaTable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaBeatEvent__ctor_m0F6BA793AA698428900143CCC2B92123B99B728E (LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * __this, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___table0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaBeatEvent__ctor_m0F6BA793AA698428900143CCC2B92123B99B728E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public LuaBeatEvent(LuaTable table)
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
// self = table;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_0 = ___table0;
|
|
__this->set_self_2(L_0);
|
|
// luaState = table.GetLuaState();
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___table0;
|
|
NullCheck(L_1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = LuaBaseRef_GetLuaState_m59DE3FCE4CC705ACD929988CF70F8609260CD99B_inline(L_1, /*hidden argument*/NULL);
|
|
__this->set_luaState_0(L_2);
|
|
// self.AddRef();
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_3 = __this->get_self_2();
|
|
NullCheck(L_3);
|
|
LuaBaseRef_AddRef_m6E50F617280C5254307A19F2E73388ADEEDADD54(L_3, /*hidden argument*/NULL);
|
|
// _add = self.GetLuaFunction("Add");
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_4 = __this->get_self_2();
|
|
NullCheck(L_4);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = LuaTable_GetLuaFunction_m1406C486FF1D456F7F4D61CE4C657F75006A9AB8(L_4, _stringLiteral61CC55AA0453184734C3FA0B621EDA6FA874BD83, /*hidden argument*/NULL);
|
|
__this->set__add_3(L_5);
|
|
// _remove = self.GetLuaFunction("Remove");
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_6 = __this->get_self_2();
|
|
NullCheck(L_6);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_7 = LuaTable_GetLuaFunction_m1406C486FF1D456F7F4D61CE4C657F75006A9AB8(L_6, _stringLiteralE963907DAC5CD5C017869B4C96C18021C9BD058B, /*hidden argument*/NULL);
|
|
__this->set__remove_4(L_7);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaBeatEvent::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaBeatEvent_Dispose_m765B100CEB01CE28C30B07881164CE3A66D2603E (LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// self.Dispose();
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_0 = __this->get_self_2();
|
|
NullCheck(L_0);
|
|
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_0);
|
|
// _add.Dispose();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = __this->get__add_3();
|
|
NullCheck(L_1);
|
|
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_1);
|
|
// _remove.Dispose();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_2 = __this->get__remove_4();
|
|
NullCheck(L_2);
|
|
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_2);
|
|
// Clear();
|
|
LuaBeatEvent_Clear_m6CCE7346597070B15F4433881CD5C83CC334C120(__this, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaBeatEvent::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaBeatEvent_Clear_m6CCE7346597070B15F4433881CD5C83CC334C120 (LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// _add = null;
|
|
__this->set__add_3((LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *)NULL);
|
|
// _remove = null;
|
|
__this->set__remove_4((LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *)NULL);
|
|
// self = null;
|
|
__this->set_self_2((LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *)NULL);
|
|
// luaState = null;
|
|
__this->set_luaState_0((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaBeatEvent::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaBeatEvent_Dispose_mA5C1981A7BE92422F6F13B21E30D921CC256827E (LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * __this, bool ___disposeManagedResources0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (!beDisposed)
|
|
bool L_0 = __this->get_beDisposed_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
{
|
|
// beDisposed = true;
|
|
__this->set_beDisposed_1((bool)1);
|
|
// if (_add != null)
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = __this->get__add_3();
|
|
bool L_2 = LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220(L_1, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
// _add.Dispose(disposeManagedResources);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = __this->get__add_3();
|
|
bool L_4 = ___disposeManagedResources0;
|
|
NullCheck(L_3);
|
|
VirtActionInvoker1< bool >::Invoke(6 /* System.Void LuaInterface.LuaBaseRef::Dispose(System.Boolean) */, L_3, L_4);
|
|
// _add = null;
|
|
__this->set__add_3((LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *)NULL);
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// if (_remove != null)
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = __this->get__remove_4();
|
|
bool L_6 = LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220(L_5, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
// _remove.Dispose(disposeManagedResources);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_7 = __this->get__remove_4();
|
|
bool L_8 = ___disposeManagedResources0;
|
|
NullCheck(L_7);
|
|
VirtActionInvoker1< bool >::Invoke(6 /* System.Void LuaInterface.LuaBaseRef::Dispose(System.Boolean) */, L_7, L_8);
|
|
// _remove = null;
|
|
__this->set__remove_4((LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *)NULL);
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
// if (self != null)
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = __this->get_self_2();
|
|
bool L_10 = LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220(L_9, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
// self.Dispose(disposeManagedResources);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_11 = __this->get_self_2();
|
|
bool L_12 = ___disposeManagedResources0;
|
|
NullCheck(L_11);
|
|
VirtActionInvoker1< bool >::Invoke(6 /* System.Void LuaInterface.LuaBaseRef::Dispose(System.Boolean) */, L_11, L_12);
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
// Clear();
|
|
LuaBeatEvent_Clear_m6CCE7346597070B15F4433881CD5C83CC334C120(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaBeatEvent::Add(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaBeatEvent_Add_mFAE665DE0760368ADA06FA9774DFC90141B0A987 (LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___obj1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (func == null)
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
|
|
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// _add.BeginPCall();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_2 = __this->get__add_3();
|
|
NullCheck(L_2);
|
|
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_2);
|
|
// _add.Push(self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = __this->get__add_3();
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_4 = __this->get_self_2();
|
|
NullCheck(L_3);
|
|
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_3, L_4, /*hidden argument*/NULL);
|
|
// _add.Push(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = __this->get__add_3();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ___func0;
|
|
NullCheck(L_5);
|
|
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_5, L_6, /*hidden argument*/NULL);
|
|
// _add.Push(obj);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_7 = __this->get__add_3();
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_8 = ___obj1;
|
|
NullCheck(L_7);
|
|
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_7, L_8, /*hidden argument*/NULL);
|
|
// _add.PCall();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_9 = __this->get__add_3();
|
|
NullCheck(L_9);
|
|
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_9, /*hidden argument*/NULL);
|
|
// _add.EndPCall();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = __this->get__add_3();
|
|
NullCheck(L_10);
|
|
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_10, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaBeatEvent::Remove(LuaInterface.LuaFunction,LuaInterface.LuaTable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaBeatEvent_Remove_mB779FFF36A76BCF009B9575B84E082D50F20092D (LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___obj1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (func == null)
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
|
|
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// _remove.BeginPCall();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_2 = __this->get__remove_4();
|
|
NullCheck(L_2);
|
|
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_2);
|
|
// _remove.Push(self);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = __this->get__remove_4();
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_4 = __this->get_self_2();
|
|
NullCheck(L_3);
|
|
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_3, L_4, /*hidden argument*/NULL);
|
|
// _remove.Push(func);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = __this->get__remove_4();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ___func0;
|
|
NullCheck(L_5);
|
|
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_5, L_6, /*hidden argument*/NULL);
|
|
// _remove.Push(obj);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_7 = __this->get__remove_4();
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_8 = ___obj1;
|
|
NullCheck(L_7);
|
|
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_7, L_8, /*hidden argument*/NULL);
|
|
// _remove.PCall();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_9 = __this->get__remove_4();
|
|
NullCheck(L_9);
|
|
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_9, /*hidden argument*/NULL);
|
|
// _remove.EndPCall();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = __this->get__remove_4();
|
|
NullCheck(L_10);
|
|
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_10, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: LuaInterface.LuaByteBuffer
|
|
IL2CPP_EXTERN_C void LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_marshal_pinvoke(const LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E& unmarshaled, LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___buffer_0 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_buffer_0());
|
|
marshaled.___U3CLengthU3Ek__BackingField_1 = unmarshaled.get_U3CLengthU3Ek__BackingField_1();
|
|
}
|
|
IL2CPP_EXTERN_C void LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_marshal_pinvoke_back(const LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_marshaled_pinvoke& marshaled, LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_pinvoke_FromNativeMethodDefinition_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
unmarshaled.set_buffer_0((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, marshaled.___buffer_0));
|
|
int32_t unmarshaled_U3CLengthU3Ek__BackingField_temp_1 = 0;
|
|
unmarshaled_U3CLengthU3Ek__BackingField_temp_1 = marshaled.___U3CLengthU3Ek__BackingField_1;
|
|
unmarshaled.set_U3CLengthU3Ek__BackingField_1(unmarshaled_U3CLengthU3Ek__BackingField_temp_1);
|
|
}
|
|
// Conversion method for clean up from marshalling of: LuaInterface.LuaByteBuffer
|
|
IL2CPP_EXTERN_C void LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_marshal_pinvoke_cleanup(LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_marshaled_pinvoke& marshaled)
|
|
{
|
|
il2cpp_codegen_com_destroy_safe_array(marshaled.___buffer_0);
|
|
marshaled.___buffer_0 = NULL;
|
|
}
|
|
// Conversion methods for marshalling of: LuaInterface.LuaByteBuffer
|
|
IL2CPP_EXTERN_C void LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_marshal_com(const LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E& unmarshaled, LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___buffer_0 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_buffer_0());
|
|
marshaled.___U3CLengthU3Ek__BackingField_1 = unmarshaled.get_U3CLengthU3Ek__BackingField_1();
|
|
}
|
|
IL2CPP_EXTERN_C void LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_marshal_com_back(const LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_marshaled_com& marshaled, LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_com_FromNativeMethodDefinition_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
unmarshaled.set_buffer_0((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, marshaled.___buffer_0));
|
|
int32_t unmarshaled_U3CLengthU3Ek__BackingField_temp_1 = 0;
|
|
unmarshaled_U3CLengthU3Ek__BackingField_temp_1 = marshaled.___U3CLengthU3Ek__BackingField_1;
|
|
unmarshaled.set_U3CLengthU3Ek__BackingField_1(unmarshaled_U3CLengthU3Ek__BackingField_temp_1);
|
|
}
|
|
// Conversion method for clean up from marshalling of: LuaInterface.LuaByteBuffer
|
|
IL2CPP_EXTERN_C void LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_marshal_com_cleanup(LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_marshaled_com& marshaled)
|
|
{
|
|
il2cpp_codegen_com_destroy_safe_array(marshaled.___buffer_0);
|
|
marshaled.___buffer_0 = NULL;
|
|
}
|
|
// System.Void LuaInterface.LuaByteBuffer::.ctor(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaByteBuffer__ctor_mC3B620E3BFBBADC10AF0145EE937D15967A2F66B (LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E * __this, intptr_t ___source0, int32_t ___len1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaByteBuffer__ctor_mC3B620E3BFBBADC10AF0145EE937D15967A2F66B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// : this()
|
|
il2cpp_codegen_initobj(__this, sizeof(LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E ));
|
|
// buffer = new byte[len];
|
|
int32_t L_0 = ___len1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_0);
|
|
__this->set_buffer_0(L_1);
|
|
// Length = len;
|
|
int32_t L_2 = ___len1;
|
|
LuaByteBuffer_set_Length_m60181AD4C5235A50DECDF8134F634318761EAB90_inline((LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E *)__this, L_2, /*hidden argument*/NULL);
|
|
// Marshal.Copy(source, buffer, 0, len);
|
|
intptr_t L_3 = ___source0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_buffer_0();
|
|
int32_t L_5 = ___len1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
|
|
Marshal_Copy_m64744D9E23AFC00AA06CD6B057E19B7C0CE4C0C2((intptr_t)L_3, L_4, 0, L_5, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void LuaByteBuffer__ctor_mC3B620E3BFBBADC10AF0145EE937D15967A2F66B_AdjustorThunk (RuntimeObject * __this, intptr_t ___source0, int32_t ___len1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E * _thisAdjusted = reinterpret_cast<LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E *>(__this + _offset);
|
|
LuaByteBuffer__ctor_mC3B620E3BFBBADC10AF0145EE937D15967A2F66B(_thisAdjusted, ___source0, ___len1, method);
|
|
}
|
|
// System.Void LuaInterface.LuaByteBuffer::.ctor(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaByteBuffer__ctor_mC8E2DBC666BFA2DC21BA28FF253254BF30373CFD (LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// : this()
|
|
il2cpp_codegen_initobj(__this, sizeof(LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E ));
|
|
// buffer = buf;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buf0;
|
|
__this->set_buffer_0(L_0);
|
|
// Length = buf.Length;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buf0;
|
|
NullCheck(L_1);
|
|
LuaByteBuffer_set_Length_m60181AD4C5235A50DECDF8134F634318761EAB90_inline((LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E *)__this, (((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void LuaByteBuffer__ctor_mC8E2DBC666BFA2DC21BA28FF253254BF30373CFD_AdjustorThunk (RuntimeObject * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E * _thisAdjusted = reinterpret_cast<LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E *>(__this + _offset);
|
|
LuaByteBuffer__ctor_mC8E2DBC666BFA2DC21BA28FF253254BF30373CFD(_thisAdjusted, ___buf0, method);
|
|
}
|
|
// System.Void LuaInterface.LuaByteBuffer::.ctor(System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaByteBuffer__ctor_m1D87B376CB0F7717AE7793138185420D6D750C1E (LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf0, int32_t ___len1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// : this()
|
|
il2cpp_codegen_initobj(__this, sizeof(LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E ));
|
|
// buffer = buf;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buf0;
|
|
__this->set_buffer_0(L_0);
|
|
// Length = len;
|
|
int32_t L_1 = ___len1;
|
|
LuaByteBuffer_set_Length_m60181AD4C5235A50DECDF8134F634318761EAB90_inline((LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E *)__this, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void LuaByteBuffer__ctor_m1D87B376CB0F7717AE7793138185420D6D750C1E_AdjustorThunk (RuntimeObject * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf0, int32_t ___len1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E * _thisAdjusted = reinterpret_cast<LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E *>(__this + _offset);
|
|
LuaByteBuffer__ctor_m1D87B376CB0F7717AE7793138185420D6D750C1E(_thisAdjusted, ___buf0, ___len1, method);
|
|
}
|
|
// System.Void LuaInterface.LuaByteBuffer::.ctor(System.IO.MemoryStream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaByteBuffer__ctor_m5B8AE8C34B48A5CE82BFF7CFFB1AC1A0DABCFCD9 (LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E * __this, MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ___stream0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// : this()
|
|
il2cpp_codegen_initobj(__this, sizeof(LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E ));
|
|
// buffer = stream.GetBuffer();
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_0 = ___stream0;
|
|
NullCheck(L_0);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(31 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_0);
|
|
__this->set_buffer_0(L_1);
|
|
// Length = (int)stream.Length;
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_2 = ___stream0;
|
|
NullCheck(L_2);
|
|
int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_2);
|
|
LuaByteBuffer_set_Length_m60181AD4C5235A50DECDF8134F634318761EAB90_inline((LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E *)__this, (((int32_t)((int32_t)L_3))), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void LuaByteBuffer__ctor_m5B8AE8C34B48A5CE82BFF7CFFB1AC1A0DABCFCD9_AdjustorThunk (RuntimeObject * __this, MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ___stream0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E * _thisAdjusted = reinterpret_cast<LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E *>(__this + _offset);
|
|
LuaByteBuffer__ctor_m5B8AE8C34B48A5CE82BFF7CFFB1AC1A0DABCFCD9(_thisAdjusted, ___stream0, method);
|
|
}
|
|
// LuaInterface.LuaByteBuffer LuaInterface.LuaByteBuffer::op_Implicit(System.IO.MemoryStream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E LuaByteBuffer_op_Implicit_mED1AB8F6B81FB0119A5E941A0EFCEDCC8CEBF952 (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ___stream0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new LuaByteBuffer(stream);
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_0 = ___stream0;
|
|
LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
LuaByteBuffer__ctor_m5B8AE8C34B48A5CE82BFF7CFFB1AC1A0DABCFCD9((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaByteBuffer::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaByteBuffer_get_Length_m5BF6CB69B00E37D9BFFF0691A4B493BBBCE2277A (LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get;
|
|
int32_t L_0 = __this->get_U3CLengthU3Ek__BackingField_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t LuaByteBuffer_get_Length_m5BF6CB69B00E37D9BFFF0691A4B493BBBCE2277A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E * _thisAdjusted = reinterpret_cast<LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E *>(__this + _offset);
|
|
return LuaByteBuffer_get_Length_m5BF6CB69B00E37D9BFFF0691A4B493BBBCE2277A_inline(_thisAdjusted, method);
|
|
}
|
|
// System.Void LuaInterface.LuaByteBuffer::set_Length(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaByteBuffer_set_Length_m60181AD4C5235A50DECDF8134F634318761EAB90 (LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// private set;
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CLengthU3Ek__BackingField_1(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void LuaByteBuffer_set_Length_m60181AD4C5235A50DECDF8134F634318761EAB90_AdjustorThunk (RuntimeObject * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E * _thisAdjusted = reinterpret_cast<LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E *>(__this + _offset);
|
|
LuaByteBuffer_set_Length_m60181AD4C5235A50DECDF8134F634318761EAB90_inline(_thisAdjusted, ___value0, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void LuaInterface.LuaByteBufferAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaByteBufferAttribute__ctor_mFB9B860F6E7B776EB61375636B5D6BCE3E9961AC (LuaByteBufferAttribute_tD6D205944C6C15AFDD7E9973DC5B0D9EC4A5ABD4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public LuaByteBufferAttribute()
|
|
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * __this, intptr_t ___luaState0, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(intptr_t);
|
|
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = il2cppPInvokeFunc(___luaState0);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void LuaInterface.LuaCSFunction::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
|
|
__this->set_method_3(___method1);
|
|
__this->set_m_target_2(___object0);
|
|
}
|
|
// System.Int32 LuaInterface.LuaCSFunction::Invoke(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaCSFunction_Invoke_m1823DF37F217D0AB511E0546D0A20D0BD76BB533 (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * __this, intptr_t ___luaState0, const RuntimeMethod* method)
|
|
{
|
|
int32_t result = 0;
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
|
|
Delegate_t** delegatesToInvoke;
|
|
il2cpp_array_size_t length;
|
|
if (delegateArrayToInvoke != NULL)
|
|
{
|
|
length = delegateArrayToInvoke->max_length;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
|
|
}
|
|
else
|
|
{
|
|
length = 1;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
|
|
}
|
|
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
Delegate_t* currentDelegate = delegatesToInvoke[i];
|
|
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
|
|
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
|
|
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
|
|
if (!il2cpp_codegen_method_is_virtual(targetMethod))
|
|
{
|
|
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
|
|
}
|
|
bool ___methodIsStatic = MethodIsStatic(targetMethod);
|
|
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
|
|
if (___methodIsStatic)
|
|
{
|
|
if (___parameterCount == 1)
|
|
{
|
|
// open
|
|
typedef int32_t (*FunctionPointerType) (intptr_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___luaState0, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef int32_t (*FunctionPointerType) (void*, intptr_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___luaState0, targetMethod);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = GenericInterfaceFuncInvoker1< int32_t, intptr_t >::Invoke(targetMethod, targetThis, ___luaState0);
|
|
else
|
|
result = GenericVirtFuncInvoker1< int32_t, intptr_t >::Invoke(targetMethod, targetThis, ___luaState0);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker1< int32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___luaState0);
|
|
else
|
|
result = VirtFuncInvoker1< int32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___luaState0);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef int32_t (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___luaState0) - 1), targetMethod);
|
|
}
|
|
typedef int32_t (*FunctionPointerType) (void*, intptr_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___luaState0, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult LuaInterface.LuaCSFunction::BeginInvoke(System.IntPtr,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LuaCSFunction_BeginInvoke_mEEC385D9829D4991CB0306863FB467AAC2136145 (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * __this, intptr_t ___luaState0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaCSFunction_BeginInvoke_mEEC385D9829D4991CB0306863FB467AAC2136145_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[2] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___luaState0);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
|
|
}
|
|
// System.Int32 LuaInterface.LuaCSFunction::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaCSFunction_EndInvoke_m45C15B270F6E48B26E288D087F11B5F7E9D691B9 (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return *(int32_t*)UnBox ((RuntimeObject*)__result);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void LuaInterface.LuaConstructor::.ctor(System.Reflection.ConstructorInfo,System.Type[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaConstructor__ctor_m8B9F194A36EC56AE793D67B20700511345847FB8 (LuaConstructor_tFD182305C354FE01AE8A5AAE0B92771A065FC6DF * __this, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___func0, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaConstructor__ctor_m8B9F194A36EC56AE793D67B20700511345847FB8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public LuaConstructor(ConstructorInfo func, Type[] types)
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
// method = func;
|
|
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_0 = ___func0;
|
|
__this->set_method_0(L_0);
|
|
// if (types != null)
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = ___types1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
// list = new List<Type>(types);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = ___types1;
|
|
List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * L_3 = (List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 *)il2cpp_codegen_object_new(List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0_il2cpp_TypeInfo_var);
|
|
List_1__ctor_mEA21F6734CA23B6A82500CF1492206D5171EB326(L_3, (RuntimeObject*)(RuntimeObject*)L_2, /*hidden argument*/List_1__ctor_mEA21F6734CA23B6A82500CF1492206D5171EB326_RuntimeMethod_var);
|
|
__this->set_list_1(L_3);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaConstructor::Call(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaConstructor_Call_mBD4F983DB28B47D856CCC776AC4891805B51730F (LuaConstructor_tFD182305C354FE01AE8A5AAE0B92771A065FC6DF * __this, intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaConstructor_Call_mBD4F983DB28B47D856CCC776AC4891805B51730F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
|
|
RuntimeObject * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
Type_t * V_4 = NULL;
|
|
RuntimeObject * V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
Type_t * G_B5_0 = NULL;
|
|
{
|
|
// object[] args = null;
|
|
V_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL;
|
|
// ToLua.CheckArgsCount(L, list.Count + 1);
|
|
intptr_t L_0 = ___L0;
|
|
List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * L_1 = __this->get_list_1();
|
|
NullCheck(L_1);
|
|
int32_t L_2 = List_1_get_Count_mB470A54EA2F652494E97FF09F589EB4587DFDA89_inline(L_1, /*hidden argument*/List_1_get_Count_mB470A54EA2F652494E97FF09F589EB4587DFDA89_RuntimeMethod_var);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL);
|
|
// if (list.Count > 0)
|
|
List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * L_3 = __this->get_list_1();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = List_1_get_Count_mB470A54EA2F652494E97FF09F589EB4587DFDA89_inline(L_3, /*hidden argument*/List_1_get_Count_mB470A54EA2F652494E97FF09F589EB4587DFDA89_RuntimeMethod_var);
|
|
if ((((int32_t)L_4) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
// args = new object[list.Count];
|
|
List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * L_5 = __this->get_list_1();
|
|
NullCheck(L_5);
|
|
int32_t L_6 = List_1_get_Count_mB470A54EA2F652494E97FF09F589EB4587DFDA89_inline(L_5, /*hidden argument*/List_1_get_Count_mB470A54EA2F652494E97FF09F589EB4587DFDA89_RuntimeMethod_var);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_6);
|
|
V_0 = L_7;
|
|
// for (int i = 0; i < list.Count; i++)
|
|
V_3 = 0;
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// bool isRef = list[i].IsByRef;
|
|
List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * L_8 = __this->get_list_1();
|
|
int32_t L_9 = V_3;
|
|
NullCheck(L_8);
|
|
Type_t * L_10 = List_1_get_Item_mFFA8587D3830DDCCB3D34524C792A1C31512DFA3_inline(L_8, L_9, /*hidden argument*/List_1_get_Item_mFFA8587D3830DDCCB3D34524C792A1C31512DFA3_RuntimeMethod_var);
|
|
NullCheck(L_10);
|
|
bool L_11 = Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8(L_10, /*hidden argument*/NULL);
|
|
// Type t0 = isRef ? list[i].GetElementType() : list[i];
|
|
if (L_11)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * L_12 = __this->get_list_1();
|
|
int32_t L_13 = V_3;
|
|
NullCheck(L_12);
|
|
Type_t * L_14 = List_1_get_Item_mFFA8587D3830DDCCB3D34524C792A1C31512DFA3_inline(L_12, L_13, /*hidden argument*/List_1_get_Item_mFFA8587D3830DDCCB3D34524C792A1C31512DFA3_RuntimeMethod_var);
|
|
G_B5_0 = L_14;
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * L_15 = __this->get_list_1();
|
|
int32_t L_16 = V_3;
|
|
NullCheck(L_15);
|
|
Type_t * L_17 = List_1_get_Item_mFFA8587D3830DDCCB3D34524C792A1C31512DFA3_inline(L_15, L_16, /*hidden argument*/List_1_get_Item_mFFA8587D3830DDCCB3D34524C792A1C31512DFA3_RuntimeMethod_var);
|
|
NullCheck(L_17);
|
|
Type_t * L_18 = VirtFuncInvoker0< Type_t * >::Invoke(127 /* System.Type System.Type::GetElementType() */, L_17);
|
|
G_B5_0 = L_18;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
V_4 = G_B5_0;
|
|
// object o = ToLua.CheckVarObject(L, i + 2, t0);
|
|
intptr_t L_19 = ___L0;
|
|
int32_t L_20 = V_3;
|
|
Type_t * L_21 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_22 = ToLua_CheckVarObject_m27D8EB2E2BF81511814150B323C3D33DD0A2B0A4((intptr_t)L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)2)), L_21, /*hidden argument*/NULL);
|
|
V_5 = L_22;
|
|
// args[i] = o;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = V_0;
|
|
int32_t L_24 = V_3;
|
|
RuntimeObject * L_25 = V_5;
|
|
NullCheck(L_23);
|
|
ArrayElementTypeCheck (L_23, L_25);
|
|
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(L_24), (RuntimeObject *)L_25);
|
|
// for (int i = 0; i < list.Count; i++)
|
|
int32_t L_26 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
// for (int i = 0; i < list.Count; i++)
|
|
int32_t L_27 = V_3;
|
|
List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * L_28 = __this->get_list_1();
|
|
NullCheck(L_28);
|
|
int32_t L_29 = List_1_get_Count_mB470A54EA2F652494E97FF09F589EB4587DFDA89_inline(L_28, /*hidden argument*/List_1_get_Count_mB470A54EA2F652494E97FF09F589EB4587DFDA89_RuntimeMethod_var);
|
|
if ((((int32_t)L_27) < ((int32_t)L_29)))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
// object ret = method.Invoke(args);
|
|
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_30 = __this->get_method_0();
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = V_0;
|
|
NullCheck(L_30);
|
|
RuntimeObject * L_32 = ConstructorInfo_Invoke_m9E7A03EC2DDACA7A9C1E1609D4AB2BE90CD2E2AF(L_30, L_31, /*hidden argument*/NULL);
|
|
V_1 = L_32;
|
|
// int count = 1;
|
|
V_2 = 1;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_33 = ___L0;
|
|
RuntimeObject * L_34 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m527AE65DDF8931A68AFE689AE47A65524F4A6C03((intptr_t)L_33, L_34, /*hidden argument*/NULL);
|
|
// for (int i = 0; i < list.Count; i++)
|
|
V_6 = 0;
|
|
goto IL_00d3;
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
// if (list[i].IsByRef)
|
|
List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * L_35 = __this->get_list_1();
|
|
int32_t L_36 = V_6;
|
|
NullCheck(L_35);
|
|
Type_t * L_37 = List_1_get_Item_mFFA8587D3830DDCCB3D34524C792A1C31512DFA3_inline(L_35, L_36, /*hidden argument*/List_1_get_Item_mFFA8587D3830DDCCB3D34524C792A1C31512DFA3_RuntimeMethod_var);
|
|
NullCheck(L_37);
|
|
bool L_38 = Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8(L_37, /*hidden argument*/NULL);
|
|
if (!L_38)
|
|
{
|
|
goto IL_00cd;
|
|
}
|
|
}
|
|
{
|
|
// ++count;
|
|
int32_t L_39 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
|
|
// ToLua.Push(L, args[i]);
|
|
intptr_t L_40 = ___L0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_41 = V_0;
|
|
int32_t L_42 = V_6;
|
|
NullCheck(L_41);
|
|
int32_t L_43 = L_42;
|
|
RuntimeObject * L_44 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m527AE65DDF8931A68AFE689AE47A65524F4A6C03((intptr_t)L_40, L_44, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00cd:
|
|
{
|
|
// for (int i = 0; i < list.Count; i++)
|
|
int32_t L_45 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1));
|
|
}
|
|
|
|
IL_00d3:
|
|
{
|
|
// for (int i = 0; i < list.Count; i++)
|
|
int32_t L_46 = V_6;
|
|
List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * L_47 = __this->get_list_1();
|
|
NullCheck(L_47);
|
|
int32_t L_48 = List_1_get_Count_mB470A54EA2F652494E97FF09F589EB4587DFDA89_inline(L_47, /*hidden argument*/List_1_get_Count_mB470A54EA2F652494E97FF09F589EB4587DFDA89_RuntimeMethod_var);
|
|
if ((((int32_t)L_46) < ((int32_t)L_48)))
|
|
{
|
|
goto IL_00ab;
|
|
}
|
|
}
|
|
{
|
|
// return count;
|
|
int32_t L_49 = V_2;
|
|
return L_49;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaConstructor::Destroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaConstructor_Destroy_m19F4292F1D7D7E4B70639CA0108C4C53D4A7D26E (LuaConstructor_tFD182305C354FE01AE8A5AAE0B92771A065FC6DF * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaConstructor_Destroy_m19F4292F1D7D7E4B70639CA0108C4C53D4A7D26E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// method = null;
|
|
__this->set_method_0((ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL);
|
|
// list.Clear();
|
|
List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * L_0 = __this->get_list_1();
|
|
NullCheck(L_0);
|
|
List_1_Clear_m03E5E8B166FE7878A734A024FD96854CF36D99B5(L_0, /*hidden argument*/List_1_Clear_m03E5E8B166FE7878A734A024FD96854CF36D99B5_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C int32_t CDECL luaopen_pb(intptr_t);
|
|
// System.Int32 LuaInterface.LuaDLL::luaopen_pb(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaopen_pb_mF96C70B9A6BA83135C5461F35C661BCE9210067A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(luaopen_pb)(___L0);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL luaopen_ffi(intptr_t);
|
|
// System.Int32 LuaInterface.LuaDLL::luaopen_ffi(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaopen_ffi_mC01722A39450366F8BD37578613F3073724BF1C7 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(luaopen_ffi)(___L0);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL luaopen_bit(intptr_t);
|
|
// System.Int32 LuaInterface.LuaDLL::luaopen_bit(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaopen_bit_m687118B521FB13A79C5136FCB60374CB328D7733 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(luaopen_bit)(___L0);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL luaopen_struct(intptr_t);
|
|
// System.Int32 LuaInterface.LuaDLL::luaopen_struct(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaopen_struct_m465B074E7DC3528BC7A6933D86FE7428328CDDCD (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(luaopen_struct)(___L0);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL luaopen_lpeg(intptr_t);
|
|
// System.Int32 LuaInterface.LuaDLL::luaopen_lpeg(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaopen_lpeg_m74C2A138A9680792399E8948E29C7ED763837334 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(luaopen_lpeg)(___L0);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL luaopen_socket_core(intptr_t);
|
|
// System.Int32 LuaInterface.LuaDLL::luaopen_socket_core(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaopen_socket_core_mFFDEAFBB26F19FE45D0B123F05B0DC034011D98D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(luaopen_socket_core)(___L0);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL luaopen_mime_core(intptr_t);
|
|
// System.Int32 LuaInterface.LuaDLL::luaopen_mime_core(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaopen_mime_core_mF1B56BE038350F3795FDD105216D224CB3058F95 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(luaopen_mime_core)(___L0);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL luaopen_cjson(intptr_t);
|
|
// System.Int32 LuaInterface.LuaDLL::luaopen_cjson(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaopen_cjson_mEF11113A74A71F5FE46A2D033CAEE2DFBEDA3FB2 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(luaopen_cjson)(___L0);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL luaopen_cjson_safe(intptr_t);
|
|
// System.Int32 LuaInterface.LuaDLL::luaopen_cjson_safe(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaopen_cjson_safe_mB27B83FD89D7BC64F92735A493F898968B72F8D3 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(luaopen_cjson_safe)(___L0);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Int32 LuaInterface.LuaDLL::lua_upvalueindex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_upvalueindex_m28D1D12FBC097CED4196E950B239868B27615760 (int32_t ___i0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_upvalueindex_m28D1D12FBC097CED4196E950B239868B27615760_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaIndexes.LUA_GLOBALSINDEX - i;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((LuaIndexes_tF348135B20344877D87814738804385680AC4A86_StaticFields*)il2cpp_codegen_static_fields_for(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var))->get_LUA_GLOBALSINDEX_2();
|
|
int32_t L_1 = ___i0;
|
|
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL lua_close(intptr_t);
|
|
// System.Void LuaInterface.LuaDLL::lua_close(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_close_mF5CD633AECDD465F35C5AB6A4832D864A9DD1DFF (intptr_t ___luaState0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(lua_close)(___luaState0);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C intptr_t CDECL lua_newthread(intptr_t);
|
|
// System.IntPtr LuaInterface.LuaDLL::lua_newthread(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_lua_newthread_mB66368B9F4CBC2769FCD28C7F447CABDBD327110 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(lua_newthread)(___L0);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C intptr_t CDECL lua_atpanic(intptr_t, intptr_t);
|
|
// System.IntPtr LuaInterface.LuaDLL::lua_atpanic(System.IntPtr,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_lua_atpanic_m5C8BC59E08BD1C7BB3C9AC234156B0944228C502 (intptr_t ___luaState0, intptr_t ___panic1, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (CDECL *PInvokeFunc) (intptr_t, intptr_t);
|
|
|
|
// Native function invocation
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(lua_atpanic)(___luaState0, ___panic1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_gettop(intptr_t);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_gettop(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858 (intptr_t ___luaState0, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_gettop)(___luaState0);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL lua_settop(intptr_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::lua_settop(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_settop_m4BCB928D2559342AADC033F7EDFF34193E5FE76E (intptr_t ___luaState0, int32_t ___top1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(lua_settop)(___luaState0, ___top1);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL lua_pushvalue(intptr_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::lua_pushvalue(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushvalue_m713DDDB9414ED15F1F823B50C1B5C58E56A82498 (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(lua_pushvalue)(___luaState0, ___idx1);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL lua_remove(intptr_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::lua_remove(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_remove_m9D06C82486F5BC8E9DF3508049F41BE6EAF80A9B (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(lua_remove)(___luaState0, ___idx1);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL lua_insert(intptr_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::lua_insert(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_insert_mEE1350801348D90FAD1E7B373007902676D67B73 (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(lua_insert)(___luaState0, ___idx1);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL lua_replace(intptr_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::lua_replace(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_replace_mB4C0854452882148F951FD29EF0D7B047F0E7783 (intptr_t ___luaState0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(lua_replace)(___luaState0, ___index1);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_checkstack(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_checkstack(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_checkstack_mD0E5417D3E1F35C5DDD453D38D4DFB5B5CE5ED78 (intptr_t ___luaState0, int32_t ___extra1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_checkstack)(___luaState0, ___extra1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL lua_xmove(intptr_t, intptr_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::lua_xmove(System.IntPtr,System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_xmove_m61178239AA5B2D0FAFA08FF5F6BF96261C3965EE (intptr_t ___from0, intptr_t ___to1, int32_t ___n2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(lua_xmove)(___from0, ___to1, ___n2);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_isnumber(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_isnumber(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_isnumber_m49B50713D6DCC76300612F998C86C4C3B4B1E8BA (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_isnumber)(___luaState0, ___idx1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_isstring(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_isstring(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_isstring_mBC0D3F1D126DF86A31B9C46FA8CFADC4A9CE5F9F (intptr_t ___luaState0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_isstring)(___luaState0, ___index1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_iscfunction(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_iscfunction(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_iscfunction_m25E2424EBFBB9863F7DCB9D8345CBBCB1231113D (intptr_t ___luaState0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_iscfunction)(___luaState0, ___index1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_isuserdata(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_isuserdata(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_isuserdata_mC15D081AD9DF2D3AC698A1EAC0E4D87F87B5BCA5 (intptr_t ___luaState0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_isuserdata)(___luaState0, ___stackPos1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_type(intptr_t, int32_t);
|
|
// LuaInterface.LuaTypes LuaInterface.LuaDLL::lua_type(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002 (intptr_t ___luaState0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_type)(___luaState0, ___index1);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.String LuaInterface.LuaDLL::lua_typename(System.IntPtr,LuaInterface.LuaTypes)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaDLL_lua_typename_mE170362A517924064737ADD82F4974550BD37C41 (intptr_t ___luaState0, int32_t ___type1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_typename_mE170362A517924064737ADD82F4974550BD37C41_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// int t = (int)type;
|
|
int32_t L_0 = ___type1;
|
|
V_0 = L_0;
|
|
// return LuaTypeName[t + 1];
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ((LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_StaticFields*)il2cpp_codegen_static_fields_for(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var))->get_LuaTypeName_2();
|
|
int32_t L_2 = V_0;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
|
|
String_t* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_equal(intptr_t, int32_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_equal(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_equal_mE79BF04AFCF76F308985BE7B5F73D97184A1417A (intptr_t ___luaState0, int32_t ___idx11, int32_t ___idx22, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_equal)(___luaState0, ___idx11, ___idx22);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_rawequal(intptr_t, int32_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_rawequal(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_rawequal_mD68803BAAEAD9348B4DE93F67B1DC5CD21874C76 (intptr_t ___luaState0, int32_t ___idx11, int32_t ___idx22, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_rawequal)(___luaState0, ___idx11, ___idx22);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_lessthan(intptr_t, int32_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_lessthan(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_lessthan_mD14ED2F3581CCA0DA3C19D384109B6A437A86A1F (intptr_t ___luaState0, int32_t ___idx11, int32_t ___idx22, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_lessthan)(___luaState0, ___idx11, ___idx22);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C double CDECL lua_tonumber(intptr_t, int32_t);
|
|
// System.Double LuaInterface.LuaDLL::lua_tonumber(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62 (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method)
|
|
{
|
|
typedef double (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
double returnValue = reinterpret_cast<PInvokeFunc>(lua_tonumber)(___luaState0, ___idx1);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Int32 LuaInterface.LuaDLL::lua_tointeger(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_tointeger_mA4E5895FEA4DCF2C7492DE8B9D01EC2E87B972AB (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_tointeger_mA4E5895FEA4DCF2C7492DE8B9D01EC2E87B972AB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return tolua_tointeger(luaState, idx);
|
|
intptr_t L_0 = ___luaState0;
|
|
int32_t L_1 = ___idx1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_tolua_tointeger_m4C5223E636DFC03492DA37E31C7DEDB998CFDE58((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaDLL::lua_toboolean(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_lua_toboolean_mD1040BE41EBA160232137C0852698D2900B29872 (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_toboolean_mD1040BE41EBA160232137C0852698D2900B29872_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return tolua_toboolean(luaState, idx);
|
|
intptr_t L_0 = ___luaState0;
|
|
int32_t L_1 = ___idx1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_2 = LuaDLL_tolua_toboolean_mF766C52111A77C18B5CBC320E31BCC4F17F86BEF((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.IntPtr LuaInterface.LuaDLL::lua_tolstring(System.IntPtr,System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_lua_tolstring_m32CBE0EC02F09BB6C2F0C9B407600378F73B21B5 (intptr_t ___luaState0, int32_t ___index1, int32_t* ___strLen2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_tolstring_m32CBE0EC02F09BB6C2F0C9B407600378F73B21B5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return tolua_tolstring(luaState, index, out strLen);
|
|
intptr_t L_0 = ___luaState0;
|
|
int32_t L_1 = ___index1;
|
|
int32_t* L_2 = ___strLen2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
intptr_t L_3 = LuaDLL_tolua_tolstring_m0F145C0A0FDF83EE00065CB484D9BEAFD602E205((intptr_t)L_0, L_1, (int32_t*)L_2, /*hidden argument*/NULL);
|
|
return (intptr_t)L_3;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaDLL::lua_objlen(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return tolua_objlen(luaState, idx);
|
|
intptr_t L_0 = ___luaState0;
|
|
int32_t L_1 = ___idx1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_tolua_objlen_mE1C1036C272A615C0F29B24F78BDBECB75300528((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C intptr_t CDECL lua_tocfunction(intptr_t, int32_t);
|
|
// System.IntPtr LuaInterface.LuaDLL::lua_tocfunction(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_lua_tocfunction_m4343363E5A6C74399AA43E30724DCFF1AB0CA1D9 (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(lua_tocfunction)(___luaState0, ___idx1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C intptr_t CDECL lua_touserdata(intptr_t, int32_t);
|
|
// System.IntPtr LuaInterface.LuaDLL::lua_touserdata(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_lua_touserdata_mDACE6AC44B707C35C04BC9694C0B5DB29CF2E258 (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(lua_touserdata)(___luaState0, ___idx1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C intptr_t CDECL lua_tothread(intptr_t, int32_t);
|
|
// System.IntPtr LuaInterface.LuaDLL::lua_tothread(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_lua_tothread_m64D33F479C91F325F9CB92C70B62E81CD022F7D2 (intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(lua_tothread)(___L0, ___idx1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C intptr_t CDECL lua_topointer(intptr_t, int32_t);
|
|
// System.IntPtr LuaInterface.LuaDLL::lua_topointer(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_lua_topointer_mC65A2E2BFD02CE1C0A22D5AA1C2A16FE1729B243 (intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(lua_topointer)(___L0, ___idx1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL lua_pushnil(intptr_t);
|
|
// System.Void LuaInterface.LuaDLL::lua_pushnil(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969 (intptr_t ___luaState0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(lua_pushnil)(___luaState0);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL lua_pushnumber(intptr_t, double);
|
|
// System.Void LuaInterface.LuaDLL::lua_pushnumber(System.IntPtr,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653 (intptr_t ___luaState0, double ___number1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, double);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(lua_pushnumber)(___luaState0, ___number1);
|
|
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::lua_pushinteger(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23 (intptr_t ___L0, int32_t ___n1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// lua_pushnumber(L, n);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___n1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_0, (((double)((double)L_1))), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::lua_pushlstring(System.IntPtr,System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushlstring_mBE214E6ACD66964F1F96F5B509046737F485E1A6 (intptr_t ___luaState0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___str1, int32_t ___size2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_pushlstring_mBE214E6ACD66964F1F96F5B509046737F485E1A6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (size >= 0x7fffff00)
|
|
int32_t L_0 = ___size2;
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)2147483392))))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// throw new LuaException("string length overflow");
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_1 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_1, _stringLiteralD51418263EB70A453ADB85ACF6354B0041B96AEF, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, LuaDLL_lua_pushlstring_mBE214E6ACD66964F1F96F5B509046737F485E1A6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// tolua_pushlstring(luaState, str, size);
|
|
intptr_t L_2 = ___luaState0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___str1;
|
|
int32_t L_4 = ___size2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushlstring_mC06D0796D2A91E4A5E844492F378E31E2799B777((intptr_t)L_2, L_3, L_4, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL lua_pushstring(intptr_t, char*);
|
|
// System.Void LuaInterface.LuaDLL::lua_pushstring(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7 (intptr_t ___luaState0, String_t* ___str1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, char*);
|
|
|
|
// Marshaling of parameter '___str1' to native representation
|
|
char* ____str1_marshaled = NULL;
|
|
____str1_marshaled = il2cpp_codegen_marshal_string(___str1);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(lua_pushstring)(___luaState0, ____str1_marshaled);
|
|
|
|
// Marshaling cleanup of parameter '___str1' native representation
|
|
il2cpp_codegen_marshal_free(____str1_marshaled);
|
|
____str1_marshaled = NULL;
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL lua_pushcclosure(intptr_t, intptr_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::lua_pushcclosure(System.IntPtr,System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushcclosure_m0C1BD030A7E0212F231284F14B724FE13914BEAB (intptr_t ___luaState0, intptr_t ___fn1, int32_t ___n2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(lua_pushcclosure)(___luaState0, ___fn1, ___n2);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL lua_pushboolean(intptr_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::lua_pushboolean(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushboolean_m9F332B7CC9C3EC52298709B1D3B8E9E50BD1EC98 (intptr_t ___luaState0, int32_t ___value1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(lua_pushboolean)(___luaState0, ___value1);
|
|
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::lua_pushboolean(System.IntPtr,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80 (intptr_t ___luaState0, bool ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t G_B2_0;
|
|
memset((&G_B2_0), 0, sizeof(G_B2_0));
|
|
intptr_t G_B1_0;
|
|
memset((&G_B1_0), 0, sizeof(G_B1_0));
|
|
int32_t G_B3_0 = 0;
|
|
intptr_t G_B3_1;
|
|
memset((&G_B3_1), 0, sizeof(G_B3_1));
|
|
{
|
|
// lua_pushboolean(luaState, value ? 1 : 0);
|
|
intptr_t L_0 = ___luaState0;
|
|
bool L_1 = ___value1;
|
|
G_B1_0 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_0;
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0008;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
G_B3_0 = 1;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m9F332B7CC9C3EC52298709B1D3B8E9E50BD1EC98((intptr_t)G_B3_1, G_B3_0, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL lua_pushlightuserdata(intptr_t, intptr_t);
|
|
// System.Void LuaInterface.LuaDLL::lua_pushlightuserdata(System.IntPtr,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushlightuserdata_m3B731064C79F76F9AE70C580CFCEB889E6D1B917 (intptr_t ___luaState0, intptr_t ___udata1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, intptr_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(lua_pushlightuserdata)(___luaState0, ___udata1);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_pushthread(intptr_t);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_pushthread(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_pushthread_mD713F98C1C074993841CDDC395D7A5D0EC01A7E6 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_pushthread)(___L0);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::lua_gettable(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_gettable_m60AF7A3D549EDF8C7A6D1F10AF3968E9324F524C (intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_gettable_m60AF7A3D549EDF8C7A6D1F10AF3968E9324F524C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (LuaDLL.tolua_gettable(L, idx) != 0)
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___idx1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_tolua_gettable_m44E3038CDE56B87260E05C0A867DD574FB05B657((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
// string error = LuaDLL.lua_tostring(L, -1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_4 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_3, (-1), /*hidden argument*/NULL);
|
|
// throw new LuaException(error);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_5 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_5, L_4, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, LuaDLL_lua_gettable_m60AF7A3D549EDF8C7A6D1F10AF3968E9324F524C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::lua_getfield(System.IntPtr,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_getfield_mA13E1DD15570F1218801FF50A3A5FC0A22CFC933 (intptr_t ___L0, int32_t ___idx1, String_t* ___key2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_getfield_mA13E1DD15570F1218801FF50A3A5FC0A22CFC933_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (LuaDLL.tolua_getfield(L, idx, key) != 0)
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___idx1;
|
|
String_t* L_2 = ___key2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = LuaDLL_tolua_getfield_mBF564A4E58A22AA47AA98D0DA043BB9BE79B8FC5((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// string error = LuaDLL.lua_tostring(L, -1);
|
|
intptr_t L_4 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_5 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_4, (-1), /*hidden argument*/NULL);
|
|
// throw new LuaException(error);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_6 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_6, L_5, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, LuaDLL_lua_getfield_mA13E1DD15570F1218801FF50A3A5FC0A22CFC933_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL lua_rawget(intptr_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::lua_rawget(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_rawget_mE0ABC6489297AADDE0A2893D0E840A8039DFCFB9 (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(lua_rawget)(___luaState0, ___idx1);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL lua_rawgeti(intptr_t, int32_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::lua_rawgeti(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32 (intptr_t ___luaState0, int32_t ___idx1, int32_t ___n2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(lua_rawgeti)(___luaState0, ___idx1, ___n2);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL lua_createtable(intptr_t, int32_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::lua_createtable(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_createtable_m13EF26E077DA13A6055F63B5591E2C097AEE7E20 (intptr_t ___luaState0, int32_t ___narr1, int32_t ___nrec2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(lua_createtable)(___luaState0, ___narr1, ___nrec2);
|
|
|
|
}
|
|
// System.IntPtr LuaInterface.LuaDLL::lua_newuserdata(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_lua_newuserdata_m19CC1BAA44C206C178B0FF4EAAB45F5D9881EC74 (intptr_t ___luaState0, int32_t ___size1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_newuserdata_m19CC1BAA44C206C178B0FF4EAAB45F5D9881EC74_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return tolua_newuserdata(luaState, size);
|
|
intptr_t L_0 = ___luaState0;
|
|
int32_t L_1 = ___size1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
intptr_t L_2 = LuaDLL_tolua_newuserdata_m0C37891BB15CED312E1D00CE4FA3EF8853494B9E((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return (intptr_t)L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_getmetatable(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_getmetatable(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_getmetatable_m565263A8D564FE91CC87C30A4900B7EB08B5E06C (intptr_t ___luaState0, int32_t ___objIndex1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_getmetatable)(___luaState0, ___objIndex1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL lua_getfenv(intptr_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::lua_getfenv(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_getfenv_mD190215589DAE800AE36F45479321F9A2855CB95 (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(lua_getfenv)(___luaState0, ___idx1);
|
|
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::lua_settable(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_settable_mE33B55B2A438CFCCB005DF06317CD3B83D538766 (intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_settable_mE33B55B2A438CFCCB005DF06317CD3B83D538766_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (tolua_settable(L, idx) != 0)
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___idx1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_tolua_settable_mDE6AB9EFB5F2BA980E49E1C7151E15ECA362619A((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
// string error = LuaDLL.lua_tostring(L, -1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_4 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_3, (-1), /*hidden argument*/NULL);
|
|
// throw new LuaException(error);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_5 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_5, L_4, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, LuaDLL_lua_settable_mE33B55B2A438CFCCB005DF06317CD3B83D538766_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::lua_setfield(System.IntPtr,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_setfield_mDC1337BCC2F5CD5284201ECCE0830D84499EDD52 (intptr_t ___L0, int32_t ___idx1, String_t* ___key2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_setfield_mDC1337BCC2F5CD5284201ECCE0830D84499EDD52_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (tolua_setfield(L, idx, key) != 0)
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___idx1;
|
|
String_t* L_2 = ___key2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = LuaDLL_tolua_setfield_m726197DD06C8D97B5FA436590DA79EA0C3CDB4EC((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// string error = LuaDLL.lua_tostring(L, -1);
|
|
intptr_t L_4 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_5 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_4, (-1), /*hidden argument*/NULL);
|
|
// throw new LuaException(error);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_6 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_6, L_5, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, LuaDLL_lua_setfield_mDC1337BCC2F5CD5284201ECCE0830D84499EDD52_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL lua_rawset(intptr_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::lua_rawset(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_rawset_mA943B18C491C241BD2724FE6DAA2EA850D73C4CA (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(lua_rawset)(___luaState0, ___idx1);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL lua_rawseti(intptr_t, int32_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::lua_rawseti(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_rawseti_m2F5EFAD9BFFE727B8444D9C80D2A2692A376806C (intptr_t ___luaState0, int32_t ___tableIndex1, int32_t ___index2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(lua_rawseti)(___luaState0, ___tableIndex1, ___index2);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL lua_setmetatable(intptr_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::lua_setmetatable(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_setmetatable_mF4BE6B705892955D33CAE0CE13B1010AA9BBE253 (intptr_t ___luaState0, int32_t ___objIndex1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(lua_setmetatable)(___luaState0, ___objIndex1);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_setfenv(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_setfenv(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_setfenv_m17ED4E6A557097043BC25D8933A1472D42AAEC56 (intptr_t ___luaState0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_setfenv)(___luaState0, ___stackPos1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL lua_call(intptr_t, int32_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::lua_call(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_call_m8F720B560AEAC77B34BB0DC76F4242FB7E6789BD (intptr_t ___luaState0, int32_t ___nArgs1, int32_t ___nResults2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(lua_call)(___luaState0, ___nArgs1, ___nResults2);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_pcall(intptr_t, int32_t, int32_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_pcall(System.IntPtr,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_pcall_m1B708F9BA6605F17B0F2395FA92920C2A3B342EB (intptr_t ___luaState0, int32_t ___nArgs1, int32_t ___nResults2, int32_t ___errfunc3, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_pcall)(___luaState0, ___nArgs1, ___nResults2, ___errfunc3);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_cpcall(intptr_t, intptr_t, intptr_t);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_cpcall(System.IntPtr,System.IntPtr,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_cpcall_mF848D9A028EC4DE33A6E3A5364E01C025DCE3254 (intptr_t ___L0, intptr_t ___func1, intptr_t ___ud2, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, intptr_t, intptr_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_cpcall)(___L0, ___func1, ___ud2);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_yield(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_yield(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_yield_mB064E0B4897708BB38BEF35D8D8E2F86B58A6AEB (intptr_t ___L0, int32_t ___nresults1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_yield)(___L0, ___nresults1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_resume(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_resume(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_resume_m07820DCBAA879C05FEBE04B429722EECAC4B115B (intptr_t ___L0, int32_t ___narg1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_resume)(___L0, ___narg1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_status(intptr_t);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_status(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_status_mD67FDD0499659DFED81634E03F3A41DB925C0E5B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_status)(___L0);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_gc(intptr_t, int32_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_gc(System.IntPtr,LuaInterface.LuaGCOptions,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_gc_m79EC70C7D6E233ABD1B8D4B5CAF7CD6AC8E2060F (intptr_t ___luaState0, int32_t ___what1, int32_t ___data2, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_gc)(___luaState0, ___what1, ___data2);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_next(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_next(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_next_mFA9B98BC38DCC9447672D54995BE27A80F31B1BA (intptr_t ___luaState0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_next)(___luaState0, ___index1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL lua_concat(intptr_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::lua_concat(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_concat_mEEA8699B85811C4AD2291AFBA408A763797EA183 (intptr_t ___luaState0, int32_t ___n1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(lua_concat)(___luaState0, ___n1);
|
|
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::lua_pop(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589 (intptr_t ___luaState0, int32_t ___amount1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_settop(luaState, -(amount) - 1);
|
|
intptr_t L_0 = ___luaState0;
|
|
int32_t L_1 = ___amount1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_settop_m4BCB928D2559342AADC033F7EDFF34193E5FE76E((intptr_t)L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)((-L_1)), (int32_t)1)), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::lua_newtable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_newtable_mECAEF0EC3480765A648C34C54568A9CDBED87E54 (intptr_t ___luaState0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_newtable_mECAEF0EC3480765A648C34C54568A9CDBED87E54_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_createtable(luaState, 0, 0);
|
|
intptr_t L_0 = ___luaState0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_createtable_m13EF26E077DA13A6055F63B5591E2C097AEE7E20((intptr_t)L_0, 0, 0, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::lua_register(System.IntPtr,System.String,LuaInterface.LuaCSFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_register_mBB06684BEE76A2E814242A64B4B206985D6A268A (intptr_t ___luaState0, String_t* ___name1, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___func2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_register_mBB06684BEE76A2E814242A64B4B206985D6A268A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// lua_pushcfunction(luaState, func);
|
|
intptr_t L_0 = ___luaState0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_1 = ___func2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushcfunction_m597D3DB7BDB0C04C60925BEA7C08F792911920D1((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// lua_setglobal(luaState, name);
|
|
intptr_t L_2 = ___luaState0;
|
|
String_t* L_3 = ___name1;
|
|
LuaDLL_lua_setglobal_m11056E522FF3DED43DE36D76DCEFF14F02E7D9FE((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::lua_pushcfunction(System.IntPtr,LuaInterface.LuaCSFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushcfunction_m597D3DB7BDB0C04C60925BEA7C08F792911920D1 (intptr_t ___luaState0, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___func1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_pushcfunction_m597D3DB7BDB0C04C60925BEA7C08F792911920D1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// IntPtr fn = Marshal.GetFunctionPointerForDelegate(func);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_0 = ___func1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
|
|
intptr_t L_1 = Marshal_GetFunctionPointerForDelegate_TisLuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_mC47D09AD0344D2CA3D17A63D4BBF5A0A06C74FF8(L_0, /*hidden argument*/Marshal_GetFunctionPointerForDelegate_TisLuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_mC47D09AD0344D2CA3D17A63D4BBF5A0A06C74FF8_RuntimeMethod_var);
|
|
V_0 = (intptr_t)L_1;
|
|
// lua_pushcclosure(luaState, fn, 0);
|
|
intptr_t L_2 = ___luaState0;
|
|
intptr_t L_3 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushcclosure_m0C1BD030A7E0212F231284F14B724FE13914BEAB((intptr_t)L_2, (intptr_t)L_3, 0, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaDLL::lua_isfunction(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_lua_isfunction_mC518D6B4C5E80B962BDD1ABF5C2925832FCB06F5 (intptr_t ___luaState0, int32_t ___n1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_isfunction_mC518D6B4C5E80B962BDD1ABF5C2925832FCB06F5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return lua_type(luaState, n) == LuaTypes.LUA_TFUNCTION;
|
|
intptr_t L_0 = ___luaState0;
|
|
int32_t L_1 = ___n1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_2) == ((int32_t)6))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaDLL::lua_istable(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_lua_istable_mC1B90AFA971E000BE229B5196D839C0CC0D96227 (intptr_t ___luaState0, int32_t ___n1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_istable_mC1B90AFA971E000BE229B5196D839C0CC0D96227_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return lua_type(luaState, n) == LuaTypes.LUA_TTABLE;
|
|
intptr_t L_0 = ___luaState0;
|
|
int32_t L_1 = ___n1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_2) == ((int32_t)5))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaDLL::lua_islightuserdata(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_lua_islightuserdata_m88BB0F198ADA781BC9DF2551666532F6CE8BF1FE (intptr_t ___luaState0, int32_t ___n1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_islightuserdata_m88BB0F198ADA781BC9DF2551666532F6CE8BF1FE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return lua_type(luaState, n) == LuaTypes.LUA_TLIGHTUSERDATA;
|
|
intptr_t L_0 = ___luaState0;
|
|
int32_t L_1 = ___n1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_2) == ((int32_t)2))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaDLL::lua_isnil(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_lua_isnil_mB1EFB39078F9432C638D9EFD5DD4B03BF9DA8FAB (intptr_t ___luaState0, int32_t ___n1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_isnil_mB1EFB39078F9432C638D9EFD5DD4B03BF9DA8FAB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (lua_type(luaState, n) == LuaTypes.LUA_TNIL);
|
|
intptr_t L_0 = ___luaState0;
|
|
int32_t L_1 = ___n1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaDLL::lua_isboolean(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_lua_isboolean_m0047E4C818B55D8826F7AF6F3E90ECF2C32B2A56 (intptr_t ___luaState0, int32_t ___n1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_isboolean_m0047E4C818B55D8826F7AF6F3E90ECF2C32B2A56_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// LuaTypes type = lua_type(luaState, n);
|
|
intptr_t L_0 = ___luaState0;
|
|
int32_t L_1 = ___n1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// return type == LuaTypes.LUA_TBOOLEAN || type == LuaTypes.LUA_TNIL;
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
return (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaDLL::lua_isthread(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_lua_isthread_m58D23F1A7E9BDB710AE3351607BB8F46D4D0349F (intptr_t ___luaState0, int32_t ___n1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_isthread_m58D23F1A7E9BDB710AE3351607BB8F46D4D0349F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return lua_type(luaState, n) == LuaTypes.LUA_TTHREAD;
|
|
intptr_t L_0 = ___luaState0;
|
|
int32_t L_1 = ___n1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_2) == ((int32_t)8))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaDLL::lua_isnone(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_lua_isnone_m95952B82A30C817CA9ED456DF0F60122CD853292 (intptr_t ___luaState0, int32_t ___n1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_isnone_m95952B82A30C817CA9ED456DF0F60122CD853292_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return lua_type(luaState, n) == LuaTypes.LUA_TNONE;
|
|
intptr_t L_0 = ___luaState0;
|
|
int32_t L_1 = ___n1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_2) == ((int32_t)(-1)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaDLL::lua_isnoneornil(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_lua_isnoneornil_m5E8366BDEE10730789DD33ACE8E7D4F264F9DA02 (intptr_t ___luaState0, int32_t ___n1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_isnoneornil_m5E8366BDEE10730789DD33ACE8E7D4F264F9DA02_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return lua_type(luaState, n) <= LuaTypes.LUA_TNIL;
|
|
intptr_t L_0 = ___luaState0;
|
|
int32_t L_1 = ___n1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)((((int32_t)L_2) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::lua_setglobal(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_setglobal_m11056E522FF3DED43DE36D76DCEFF14F02E7D9FE (intptr_t ___luaState0, String_t* ___name1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_setglobal_m11056E522FF3DED43DE36D76DCEFF14F02E7D9FE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// lua_setfield(luaState, LuaIndexes.LUA_GLOBALSINDEX, name);
|
|
intptr_t L_0 = ___luaState0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = ((LuaIndexes_tF348135B20344877D87814738804385680AC4A86_StaticFields*)il2cpp_codegen_static_fields_for(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var))->get_LUA_GLOBALSINDEX_2();
|
|
String_t* L_2 = ___name1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_setfield_mDC1337BCC2F5CD5284201ECCE0830D84499EDD52((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::lua_getglobal(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_getglobal_m45BBC89C9AA2DAB6E3B83527FB5E4FFBACCB8850 (intptr_t ___luaState0, String_t* ___name1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_getglobal_m45BBC89C9AA2DAB6E3B83527FB5E4FFBACCB8850_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// lua_getfield(luaState, LuaIndexes.LUA_GLOBALSINDEX, name);
|
|
intptr_t L_0 = ___luaState0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = ((LuaIndexes_tF348135B20344877D87814738804385680AC4A86_StaticFields*)il2cpp_codegen_static_fields_for(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var))->get_LUA_GLOBALSINDEX_2();
|
|
String_t* L_2 = ___name1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_getfield_mA13E1DD15570F1218801FF50A3A5FC0A22CFC933((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.String LuaInterface.LuaDLL::lua_ptrtostring(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaDLL_lua_ptrtostring_mA59883E99CB26816804DCD7DC19F4A15BA3F039D (intptr_t ___str0, int32_t ___len1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_ptrtostring_mA59883E99CB26816804DCD7DC19F4A15BA3F039D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
|
|
{
|
|
// string ss = Marshal.PtrToStringAnsi(str, len);
|
|
intptr_t L_0 = ___str0;
|
|
int32_t L_1 = ___len1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
|
|
String_t* L_2 = Marshal_PtrToStringAnsi_m201DAEF9CEA3A0F557400AB639C939EED6A45B5B((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (ss == null)
|
|
String_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// byte[] buffer = new byte[len];
|
|
int32_t L_4 = ___len1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_4);
|
|
V_1 = L_5;
|
|
// Marshal.Copy(str, buffer, 0, len);
|
|
intptr_t L_6 = ___str0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_1;
|
|
int32_t L_8 = ___len1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
|
|
Marshal_Copy_m64744D9E23AFC00AA06CD6B057E19B7C0CE4C0C2((intptr_t)L_6, L_7, 0, L_8, /*hidden argument*/NULL);
|
|
// return Encoding.UTF8.GetString(buffer);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_9 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_1;
|
|
NullCheck(L_9);
|
|
String_t* L_11 = VirtFuncInvoker1< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(34 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_9, L_10);
|
|
return L_11;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// return ss;
|
|
String_t* L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.String LuaInterface.LuaDLL::lua_tostring(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF (intptr_t ___luaState0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// int len = 0;
|
|
V_0 = 0;
|
|
// IntPtr str = tolua_tolstring(luaState, index, out len);
|
|
intptr_t L_0 = ___luaState0;
|
|
int32_t L_1 = ___index1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
intptr_t L_2 = LuaDLL_tolua_tolstring_m0F145C0A0FDF83EE00065CB484D9BEAFD602E205((intptr_t)L_0, L_1, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
V_1 = (intptr_t)L_2;
|
|
// if (str != IntPtr.Zero)
|
|
intptr_t L_3 = V_1;
|
|
bool L_4 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61((intptr_t)L_3, (intptr_t)(0), /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// return lua_ptrtostring(str, len);
|
|
intptr_t L_5 = V_1;
|
|
int32_t L_6 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_7 = LuaDLL_lua_ptrtostring_mA59883E99CB26816804DCD7DC19F4A15BA3F039D((intptr_t)L_5, L_6, /*hidden argument*/NULL);
|
|
return L_7;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// return null;
|
|
return (String_t*)NULL;
|
|
}
|
|
}
|
|
// System.IntPtr LuaInterface.LuaDLL::lua_open()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_lua_open_mC0D5C36F7AF945400B1D442B362468B79DCD0469 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_open_mC0D5C36F7AF945400B1D442B362468B79DCD0469_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return luaL_newstate();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
intptr_t L_0 = LuaDLL_luaL_newstate_m35B3CF93AF5A284D17049F4A969E9A6228FD7C51(/*hidden argument*/NULL);
|
|
return (intptr_t)L_0;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::lua_getregistry(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_getregistry_m12B589884EEE036AC7CE1E47EB6A82EE9BF19AE7 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_getregistry_m12B589884EEE036AC7CE1E47EB6A82EE9BF19AE7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// lua_pushvalue(L, LuaIndexes.LUA_REGISTRYINDEX);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = ((LuaIndexes_tF348135B20344877D87814738804385680AC4A86_StaticFields*)il2cpp_codegen_static_fields_for(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var))->get_LUA_REGISTRYINDEX_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushvalue_m713DDDB9414ED15F1F823B50C1B5C58E56A82498((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaDLL::lua_getgccount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_getgccount_mB4F35C04C19A70BAADB73F47B54F4EB94D820A92 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_getgccount_mB4F35C04C19A70BAADB73F47B54F4EB94D820A92_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return lua_gc(L, LuaGCOptions.LUA_GCCOUNT, 0);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gc_m79EC70C7D6E233ABD1B8D4B5CAF7CD6AC8E2060F((intptr_t)L_0, 3, 0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_getstack(intptr_t, int32_t, Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke*);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_getstack(System.IntPtr,System.Int32,LuaInterface.Lua_Debug&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_getstack_m562E331F226C6F14A5BF4518517AC5B74C494702 (intptr_t ___L0, int32_t ___level1, Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * ___ar2, const RuntimeMethod* method)
|
|
{
|
|
|
|
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke*);
|
|
|
|
// Marshaling of parameter '___ar2' to native representation
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke* ____ar2_marshaled = NULL;
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke ____ar2_marshaled_dereferenced = {};
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshal_pinvoke(*___ar2, ____ar2_marshaled_dereferenced);
|
|
____ar2_marshaled = &____ar2_marshaled_dereferenced;
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_getstack)(___L0, ___level1, ____ar2_marshaled);
|
|
|
|
// Marshaling of parameter '___ar2' back from native representation
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 _____ar2_marshaled_unmarshaled_dereferenced;
|
|
memset((&_____ar2_marshaled_unmarshaled_dereferenced), 0, sizeof(_____ar2_marshaled_unmarshaled_dereferenced));
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshal_pinvoke_back(*____ar2_marshaled, _____ar2_marshaled_unmarshaled_dereferenced);
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshal_pinvoke_cleanup(*____ar2_marshaled);
|
|
*___ar2 = _____ar2_marshaled_unmarshaled_dereferenced;
|
|
Il2CppCodeGenWriteBarrier((void**)&((___ar2)->____short_src_9), (void*)NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_getinfo(intptr_t, char*, Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke*);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_getinfo(System.IntPtr,System.String,LuaInterface.Lua_Debug&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_getinfo_mE198D9119EAF90E8FD592CB79018B22C428EC3DD (intptr_t ___L0, String_t* ___what1, Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * ___ar2, const RuntimeMethod* method)
|
|
{
|
|
|
|
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, char*, Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke*);
|
|
|
|
// Marshaling of parameter '___what1' to native representation
|
|
char* ____what1_marshaled = NULL;
|
|
____what1_marshaled = il2cpp_codegen_marshal_string(___what1);
|
|
|
|
// Marshaling of parameter '___ar2' to native representation
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke* ____ar2_marshaled = NULL;
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke ____ar2_marshaled_dereferenced = {};
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshal_pinvoke(*___ar2, ____ar2_marshaled_dereferenced);
|
|
____ar2_marshaled = &____ar2_marshaled_dereferenced;
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_getinfo)(___L0, ____what1_marshaled, ____ar2_marshaled);
|
|
|
|
// Marshaling cleanup of parameter '___what1' native representation
|
|
il2cpp_codegen_marshal_free(____what1_marshaled);
|
|
____what1_marshaled = NULL;
|
|
|
|
// Marshaling of parameter '___ar2' back from native representation
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 _____ar2_marshaled_unmarshaled_dereferenced;
|
|
memset((&_____ar2_marshaled_unmarshaled_dereferenced), 0, sizeof(_____ar2_marshaled_unmarshaled_dereferenced));
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshal_pinvoke_back(*____ar2_marshaled, _____ar2_marshaled_unmarshaled_dereferenced);
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshal_pinvoke_cleanup(*____ar2_marshaled);
|
|
*___ar2 = _____ar2_marshaled_unmarshaled_dereferenced;
|
|
Il2CppCodeGenWriteBarrier((void**)&((___ar2)->____short_src_9), (void*)NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C char* CDECL lua_getlocal(intptr_t, Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke*, int32_t);
|
|
// System.String LuaInterface.LuaDLL::lua_getlocal(System.IntPtr,LuaInterface.Lua_Debug&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaDLL_lua_getlocal_mF46FC79CF1EFCD151EA34386113AC810B4512226 (intptr_t ___L0, Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * ___ar1, int32_t ___n2, const RuntimeMethod* method)
|
|
{
|
|
|
|
|
|
typedef char* (CDECL *PInvokeFunc) (intptr_t, Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke*, int32_t);
|
|
|
|
// Marshaling of parameter '___ar1' to native representation
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke* ____ar1_marshaled = NULL;
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke ____ar1_marshaled_dereferenced = {};
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshal_pinvoke(*___ar1, ____ar1_marshaled_dereferenced);
|
|
____ar1_marshaled = &____ar1_marshaled_dereferenced;
|
|
|
|
// Native function invocation
|
|
char* returnValue = reinterpret_cast<PInvokeFunc>(lua_getlocal)(___L0, ____ar1_marshaled, ___n2);
|
|
|
|
// Marshaling of return value back from native representation
|
|
String_t* _returnValue_unmarshaled = NULL;
|
|
_returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue);
|
|
|
|
// Marshaling cleanup of return value native representation
|
|
il2cpp_codegen_marshal_free(returnValue);
|
|
returnValue = NULL;
|
|
|
|
// Marshaling of parameter '___ar1' back from native representation
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 _____ar1_marshaled_unmarshaled_dereferenced;
|
|
memset((&_____ar1_marshaled_unmarshaled_dereferenced), 0, sizeof(_____ar1_marshaled_unmarshaled_dereferenced));
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshal_pinvoke_back(*____ar1_marshaled, _____ar1_marshaled_unmarshaled_dereferenced);
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshal_pinvoke_cleanup(*____ar1_marshaled);
|
|
*___ar1 = _____ar1_marshaled_unmarshaled_dereferenced;
|
|
Il2CppCodeGenWriteBarrier((void**)&((___ar1)->____short_src_9), (void*)NULL);
|
|
|
|
return _returnValue_unmarshaled;
|
|
}
|
|
IL2CPP_EXTERN_C char* CDECL lua_setlocal(intptr_t, Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke*, int32_t);
|
|
// System.String LuaInterface.LuaDLL::lua_setlocal(System.IntPtr,LuaInterface.Lua_Debug&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaDLL_lua_setlocal_mBB25598CF1892870B38B1D3D4485280CCC695FE5 (intptr_t ___L0, Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * ___ar1, int32_t ___n2, const RuntimeMethod* method)
|
|
{
|
|
|
|
|
|
typedef char* (CDECL *PInvokeFunc) (intptr_t, Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke*, int32_t);
|
|
|
|
// Marshaling of parameter '___ar1' to native representation
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke* ____ar1_marshaled = NULL;
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke ____ar1_marshaled_dereferenced = {};
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshal_pinvoke(*___ar1, ____ar1_marshaled_dereferenced);
|
|
____ar1_marshaled = &____ar1_marshaled_dereferenced;
|
|
|
|
// Native function invocation
|
|
char* returnValue = reinterpret_cast<PInvokeFunc>(lua_setlocal)(___L0, ____ar1_marshaled, ___n2);
|
|
|
|
// Marshaling of return value back from native representation
|
|
String_t* _returnValue_unmarshaled = NULL;
|
|
_returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue);
|
|
|
|
// Marshaling cleanup of return value native representation
|
|
il2cpp_codegen_marshal_free(returnValue);
|
|
returnValue = NULL;
|
|
|
|
// Marshaling of parameter '___ar1' back from native representation
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 _____ar1_marshaled_unmarshaled_dereferenced;
|
|
memset((&_____ar1_marshaled_unmarshaled_dereferenced), 0, sizeof(_____ar1_marshaled_unmarshaled_dereferenced));
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshal_pinvoke_back(*____ar1_marshaled, _____ar1_marshaled_unmarshaled_dereferenced);
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshal_pinvoke_cleanup(*____ar1_marshaled);
|
|
*___ar1 = _____ar1_marshaled_unmarshaled_dereferenced;
|
|
Il2CppCodeGenWriteBarrier((void**)&((___ar1)->____short_src_9), (void*)NULL);
|
|
|
|
return _returnValue_unmarshaled;
|
|
}
|
|
IL2CPP_EXTERN_C char* CDECL lua_getupvalue(intptr_t, int32_t, int32_t);
|
|
// System.String LuaInterface.LuaDLL::lua_getupvalue(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaDLL_lua_getupvalue_m75CB0F00BDA8555ECE1E51C5E1C21BDF61F37567 (intptr_t ___L0, int32_t ___funcindex1, int32_t ___n2, const RuntimeMethod* method)
|
|
{
|
|
typedef char* (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t);
|
|
|
|
// Native function invocation
|
|
char* returnValue = reinterpret_cast<PInvokeFunc>(lua_getupvalue)(___L0, ___funcindex1, ___n2);
|
|
|
|
// Marshaling of return value back from native representation
|
|
String_t* _returnValue_unmarshaled = NULL;
|
|
_returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue);
|
|
|
|
// Marshaling cleanup of return value native representation
|
|
il2cpp_codegen_marshal_free(returnValue);
|
|
returnValue = NULL;
|
|
|
|
return _returnValue_unmarshaled;
|
|
}
|
|
IL2CPP_EXTERN_C char* CDECL lua_setupvalue(intptr_t, int32_t, int32_t);
|
|
// System.String LuaInterface.LuaDLL::lua_setupvalue(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaDLL_lua_setupvalue_mCB5340299F74607E52A14A2A03AC0939774EB22B (intptr_t ___L0, int32_t ___funcindex1, int32_t ___n2, const RuntimeMethod* method)
|
|
{
|
|
typedef char* (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t);
|
|
|
|
// Native function invocation
|
|
char* returnValue = reinterpret_cast<PInvokeFunc>(lua_setupvalue)(___L0, ___funcindex1, ___n2);
|
|
|
|
// Marshaling of return value back from native representation
|
|
String_t* _returnValue_unmarshaled = NULL;
|
|
_returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue);
|
|
|
|
// Marshaling cleanup of return value native representation
|
|
il2cpp_codegen_marshal_free(returnValue);
|
|
returnValue = NULL;
|
|
|
|
return _returnValue_unmarshaled;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_sethook(intptr_t, Il2CppMethodPointer, int32_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_sethook(System.IntPtr,LuaInterface.LuaHookFunc,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_sethook_mA946D1679270140E3885E4828DD53A0EDB9B0FF5 (intptr_t ___L0, LuaHookFunc_tC30C669CB2AC6BFBAD9DC3B0CB1303E85204CB1E * ___func1, int32_t ___mask2, int32_t ___count3, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, Il2CppMethodPointer, int32_t, int32_t);
|
|
|
|
// Marshaling of parameter '___func1' to native representation
|
|
Il2CppMethodPointer ____func1_marshaled = NULL;
|
|
____func1_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___func1));
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_sethook)(___L0, ____func1_marshaled, ___mask2, ___count3);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C Il2CppMethodPointer CDECL lua_gethook(intptr_t);
|
|
// LuaInterface.LuaHookFunc LuaInterface.LuaDLL::lua_gethook(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaHookFunc_tC30C669CB2AC6BFBAD9DC3B0CB1303E85204CB1E * LuaDLL_lua_gethook_mB7F3B081AABA618186C163403B500452F7F16477 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_gethook_mB7F3B081AABA618186C163403B500452F7F16477_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
typedef Il2CppMethodPointer (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
Il2CppMethodPointer returnValue = reinterpret_cast<PInvokeFunc>(lua_gethook)(___L0);
|
|
|
|
// Marshaling of return value back from native representation
|
|
LuaHookFunc_tC30C669CB2AC6BFBAD9DC3B0CB1303E85204CB1E * _returnValue_unmarshaled = NULL;
|
|
_returnValue_unmarshaled = il2cpp_codegen_marshal_function_ptr_to_delegate<LuaHookFunc_tC30C669CB2AC6BFBAD9DC3B0CB1303E85204CB1E>(returnValue, LuaHookFunc_tC30C669CB2AC6BFBAD9DC3B0CB1303E85204CB1E_il2cpp_TypeInfo_var);
|
|
|
|
return _returnValue_unmarshaled;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_gethookmask(intptr_t);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_gethookmask(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_gethookmask_m1A760F38ADDA2442A00A94FCF35E51FE450340DE (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_gethookmask)(___L0);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL lua_gethookcount(intptr_t);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_gethookcount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_gethookcount_m39AF95DD13B0367363CECFEED7B7535933D9C296 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(lua_gethookcount)(___L0);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL luaL_openlibs(intptr_t);
|
|
// System.Void LuaInterface.LuaDLL::luaL_openlibs(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_luaL_openlibs_m10998B640762023E356C651280B3488C2B0F5B7F (intptr_t ___luaState0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(luaL_openlibs)(___luaState0);
|
|
|
|
}
|
|
// System.Int32 LuaInterface.LuaDLL::abs_index(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_abs_index_m3B851E5A4D31BC170E24F733E727B58CF9EA8524 (intptr_t ___L0, int32_t ___i1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_abs_index_m3B851E5A4D31BC170E24F733E727B58CF9EA8524_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (i > 0 || i <= LuaIndexes.LUA_REGISTRYINDEX) ? i : lua_gettop(L) + i + 1;
|
|
int32_t L_0 = ___i1;
|
|
if ((((int32_t)L_0) > ((int32_t)0)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___i1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = ((LuaIndexes_tF348135B20344877D87814738804385680AC4A86_StaticFields*)il2cpp_codegen_static_fields_for(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var))->get_LUA_REGISTRYINDEX_0();
|
|
if ((((int32_t)L_1) <= ((int32_t)L_2)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_3, /*hidden argument*/NULL);
|
|
int32_t L_5 = ___i1;
|
|
return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)), (int32_t)1));
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_6 = ___i1;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_getn(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_getn_m594D815D8001C646C4D9DA889F07B72C2B2D1FCB (intptr_t ___luaState0, int32_t ___i1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_luaL_getn_m594D815D8001C646C4D9DA889F07B72C2B2D1FCB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (int)tolua_getn(luaState, i);
|
|
intptr_t L_0 = ___luaState0;
|
|
int32_t L_1 = ___i1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_tolua_getn_m095C311C4A9EEDB58BA56C75580A19121ECA0EF7((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL luaL_getmetafield(intptr_t, int32_t, char*);
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_getmetafield(System.IntPtr,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_getmetafield_m77266BD9C3676B73B66CB20A70C2EFFB53E817A0 (intptr_t ___luaState0, int32_t ___stackPos1, String_t* ___field2, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, char*);
|
|
|
|
// Marshaling of parameter '___field2' to native representation
|
|
char* ____field2_marshaled = NULL;
|
|
____field2_marshaled = il2cpp_codegen_marshal_string(___field2);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(luaL_getmetafield)(___luaState0, ___stackPos1, ____field2_marshaled);
|
|
|
|
// Marshaling cleanup of parameter '___field2' native representation
|
|
il2cpp_codegen_marshal_free(____field2_marshaled);
|
|
____field2_marshaled = NULL;
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_callmeta(System.IntPtr,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_callmeta_m7CEAA406156463A0C79BBC3801D6181A5484303E (intptr_t ___L0, int32_t ___stackPos1, String_t* ___field2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_luaL_callmeta_m7CEAA406156463A0C79BBC3801D6181A5484303E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// stackPos = abs_index(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_abs_index_m3B851E5A4D31BC170E24F733E727B58CF9EA8524((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
___stackPos1 = L_2;
|
|
// if (luaL_getmetafield(L, stackPos, field) == 0) /* no metafield? */
|
|
intptr_t L_3 = ___L0;
|
|
int32_t L_4 = ___stackPos1;
|
|
String_t* L_5 = ___field2;
|
|
int32_t L_6 = LuaDLL_luaL_getmetafield_m77266BD9C3676B73B66CB20A70C2EFFB53E817A0((intptr_t)L_3, L_4, L_5, /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// return 0;
|
|
return 0;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// lua_pushvalue(L, stackPos);
|
|
intptr_t L_7 = ___L0;
|
|
int32_t L_8 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushvalue_m713DDDB9414ED15F1F823B50C1B5C58E56A82498((intptr_t)L_7, L_8, /*hidden argument*/NULL);
|
|
// if (lua_pcall(L, 1, 1, 0) != 0)
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = LuaDLL_lua_pcall_m1B708F9BA6605F17B0F2395FA92920C2A3B342EB((intptr_t)L_9, 1, 1, 0, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
// string error = LuaDLL.lua_tostring(L, -1);
|
|
intptr_t L_11 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_12 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_11, (-1), /*hidden argument*/NULL);
|
|
// lua_pop(L, 1);
|
|
intptr_t L_13 = ___L0;
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_13, 1, /*hidden argument*/NULL);
|
|
// throw new LuaException(error);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_14 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_14, L_12, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, LuaDLL_luaL_callmeta_m7CEAA406156463A0C79BBC3801D6181A5484303E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_argerror(System.IntPtr,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_argerror_m648A4BE57D4DB36B0B83C6C0F6D2703239DED5A8 (intptr_t ___L0, int32_t ___narg1, String_t* ___extramsg2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_luaL_argerror_m648A4BE57D4DB36B0B83C6C0F6D2703239DED5A8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (tolua_argerror(L, narg, extramsg) != 0)
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___narg1;
|
|
String_t* L_2 = ___extramsg2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = LuaDLL_tolua_argerror_mB9781D2C707DA63921E5E51AC7B7EE45741356AA((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// string error = LuaDLL.lua_tostring(L, -1);
|
|
intptr_t L_4 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_5 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_4, (-1), /*hidden argument*/NULL);
|
|
// lua_pop(L, 1);
|
|
intptr_t L_6 = ___L0;
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_6, 1, /*hidden argument*/NULL);
|
|
// throw new LuaException(error);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_7 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_7, L_5, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, LuaDLL_luaL_argerror_m648A4BE57D4DB36B0B83C6C0F6D2703239DED5A8_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_typerror(System.IntPtr,System.Int32,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0 (intptr_t ___L0, int32_t ___stackPos1, String_t* ___tname2, String_t* ___t23, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
// if (t2 == null)
|
|
String_t* L_0 = ___t23;
|
|
if (L_0)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
// t2 = luaL_typename(L, stackPos);
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = LuaDLL_luaL_typename_m4F544C2D4E3AF60FC1D3C00E04F4F59BEBD8153F((intptr_t)L_1, L_2, /*hidden argument*/NULL);
|
|
___t23 = L_3;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
// string msg = string.Format("{0} expected, got {1}", tname, t2);
|
|
String_t* L_4 = ___tname2;
|
|
String_t* L_5 = ___t23;
|
|
String_t* L_6 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralB3C631CCD334FD1E5D8A9E62EE527BD6E1487992, L_4, L_5, /*hidden argument*/NULL);
|
|
V_0 = L_6;
|
|
// return luaL_argerror(L, stackPos, msg);
|
|
intptr_t L_7 = ___L0;
|
|
int32_t L_8 = ___stackPos1;
|
|
String_t* L_9 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_10 = LuaDLL_luaL_argerror_m648A4BE57D4DB36B0B83C6C0F6D2703239DED5A8((intptr_t)L_7, L_8, L_9, /*hidden argument*/NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.String LuaInterface.LuaDLL::luaL_checklstring(System.IntPtr,System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaDLL_luaL_checklstring_mC45D5CA85AA1B6D674FE50D726935D7247FE1467 (intptr_t ___L0, int32_t ___numArg1, int32_t* ___len2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_luaL_checklstring_mC45D5CA85AA1B6D674FE50D726935D7247FE1467_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// IntPtr str = tolua_tolstring(L, numArg, out len);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___numArg1;
|
|
int32_t* L_2 = ___len2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
intptr_t L_3 = LuaDLL_tolua_tolstring_m0F145C0A0FDF83EE00065CB484D9BEAFD602E205((intptr_t)L_0, L_1, (int32_t*)L_2, /*hidden argument*/NULL);
|
|
V_0 = (intptr_t)L_3;
|
|
// if (str == IntPtr.Zero)
|
|
intptr_t L_4 = V_0;
|
|
bool L_5 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_4, (intptr_t)(0), /*hidden argument*/NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
// luaL_typerror(L, numArg, "string");
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___numArg1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_6, L_7, _stringLiteralECB252044B5EA0F679EE78EC1A12904739E2904D, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// return lua_ptrtostring(str, len);
|
|
intptr_t L_8 = V_0;
|
|
int32_t* L_9 = ___len2;
|
|
int32_t L_10 = *((int32_t*)L_9);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_11 = LuaDLL_lua_ptrtostring_mA59883E99CB26816804DCD7DC19F4A15BA3F039D((intptr_t)L_8, L_10, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.String LuaInterface.LuaDLL::luaL_optlstring(System.IntPtr,System.Int32,System.String,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaDLL_luaL_optlstring_m9F03FA643466A8F36D892EC57EAA9B5C00BC6C16 (intptr_t ___L0, int32_t ___narg1, String_t* ___def2, int32_t* ___len3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_luaL_optlstring_m9F03FA643466A8F36D892EC57EAA9B5C00BC6C16_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t* G_B3_0 = NULL;
|
|
int32_t* G_B2_0 = NULL;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t* G_B4_1 = NULL;
|
|
{
|
|
// if (lua_isnoneornil(L, narg))
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___narg1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_2 = LuaDLL_lua_isnoneornil_m5E8366BDEE10730789DD33ACE8E7D4F264F9DA02((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// len = def != null ? def.Length : 0;
|
|
int32_t* L_3 = ___len3;
|
|
String_t* L_4 = ___def2;
|
|
G_B2_0 = L_3;
|
|
if (L_4)
|
|
{
|
|
G_B3_0 = L_3;
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
G_B4_0 = 0;
|
|
G_B4_1 = G_B2_0;
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
String_t* L_5 = ___def2;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
|
|
G_B4_0 = L_6;
|
|
G_B4_1 = G_B3_0;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
*((int32_t*)G_B4_1) = (int32_t)G_B4_0;
|
|
// return def;
|
|
String_t* L_7 = ___def2;
|
|
return L_7;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// return luaL_checklstring(L, narg, out len);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = ___narg1;
|
|
int32_t* L_10 = ___len3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_11 = LuaDLL_luaL_checklstring_mC45D5CA85AA1B6D674FE50D726935D7247FE1467((intptr_t)L_8, L_9, (int32_t*)L_10, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Double LuaInterface.LuaDLL::luaL_checknumber(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
double V_0 = 0.0;
|
|
{
|
|
// double d = lua_tonumber(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_2 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (d == 0 && LuaDLL.lua_isnumber(L, stackPos) == 0)
|
|
double L_3 = V_0;
|
|
if ((!(((double)L_3) == ((double)(0.0)))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_6 = LuaDLL_lua_isnumber_m49B50713D6DCC76300612F998C86C4C3B4B1E8BA((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// luaL_typerror(L, stackPos, "number");
|
|
intptr_t L_7 = ___L0;
|
|
int32_t L_8 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_7, L_8, _stringLiteral53B0A1B2FADF4E040CDC2155A7340DE24ACA93CB, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return 0;
|
|
return (0.0);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// return d;
|
|
double L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Double LuaInterface.LuaDLL::luaL_optnumber(System.IntPtr,System.Int32,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double LuaDLL_luaL_optnumber_m3A757BBE1A5CEB45E0A25EEE15E5723CA6FAEAF8 (intptr_t ___L0, int32_t ___idx1, double ___def2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_luaL_optnumber_m3A757BBE1A5CEB45E0A25EEE15E5723CA6FAEAF8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (lua_isnoneornil(L, idx))
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___idx1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_2 = LuaDLL_lua_isnoneornil_m5E8366BDEE10730789DD33ACE8E7D4F264F9DA02((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
// return def;
|
|
double L_3 = ___def2;
|
|
return L_3;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// return luaL_checknumber(L, idx);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = ___idx1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_6 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_checkinteger(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_checkinteger_m9947DD26585D733AF7155DDFAAB7FCD4C57531B4 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_luaL_checkinteger_m9947DD26585D733AF7155DDFAAB7FCD4C57531B4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// int d = tolua_tointeger(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_tolua_tointeger_m4C5223E636DFC03492DA37E31C7DEDB998CFDE58((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (d == 0 && lua_isnumber(L, stackPos) == 0)
|
|
int32_t L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_6 = LuaDLL_lua_isnumber_m49B50713D6DCC76300612F998C86C4C3B4B1E8BA((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// luaL_typerror(L, stackPos, "number");
|
|
intptr_t L_7 = ___L0;
|
|
int32_t L_8 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_7, L_8, _stringLiteral53B0A1B2FADF4E040CDC2155A7340DE24ACA93CB, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return 0;
|
|
return 0;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// return d;
|
|
int32_t L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_optinteger(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_optinteger_m5823641005875C470F4D71BC2BC320BD00E5FFDE (intptr_t ___L0, int32_t ___idx1, int32_t ___def2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_luaL_optinteger_m5823641005875C470F4D71BC2BC320BD00E5FFDE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (lua_isnoneornil(L, idx))
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___idx1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_2 = LuaDLL_lua_isnoneornil_m5E8366BDEE10730789DD33ACE8E7D4F264F9DA02((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
// return def;
|
|
int32_t L_3 = ___def2;
|
|
return L_3;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// return luaL_checkinteger(L, idx);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = ___idx1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_6 = LuaDLL_luaL_checkinteger_m9947DD26585D733AF7155DDFAAB7FCD4C57531B4((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaDLL::luaL_checkboolean(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE (intptr_t ___luaState0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (lua_isboolean(luaState, index))
|
|
intptr_t L_0 = ___luaState0;
|
|
int32_t L_1 = ___index1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_2 = LuaDLL_lua_isboolean_m0047E4C818B55D8826F7AF6F3E90ECF2C32B2A56((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// return lua_toboolean(luaState, index);
|
|
intptr_t L_3 = ___luaState0;
|
|
int32_t L_4 = ___index1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_5 = LuaDLL_lua_toboolean_mD1040BE41EBA160232137C0852698D2900B29872((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// luaL_typerror(luaState, index, "boolean");
|
|
intptr_t L_6 = ___luaState0;
|
|
int32_t L_7 = ___index1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_6, L_7, _stringLiteral48647474B89FA8F56ED6BDA0F8148A17B51B97BD, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::luaL_checkstack(System.IntPtr,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_luaL_checkstack_m108FFA986F822FCEA470495CCD4EBFB6096FB8E5 (intptr_t ___L0, int32_t ___space1, String_t* ___mes2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_luaL_checkstack_m108FFA986F822FCEA470495CCD4EBFB6096FB8E5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (lua_checkstack(L, space) == 0)
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___space1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_checkstack_mD0E5417D3E1F35C5DDD453D38D4DFB5B5CE5ED78((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
// throw new LuaException(string.Format("stack overflow {0}", mes));
|
|
String_t* L_3 = ___mes2;
|
|
String_t* L_4 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral5DA4E76D118C9FC6CE2BD5A93E35033E64685B30, L_3, /*hidden argument*/NULL);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_5 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_5, L_4, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, LuaDLL_luaL_checkstack_m108FFA986F822FCEA470495CCD4EBFB6096FB8E5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::luaL_checktype(System.IntPtr,System.Int32,LuaInterface.LuaTypes)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_luaL_checktype_mE9A08A278E0DE5264C1AF5A69B2DE6A0280D3DD5 (intptr_t ___L0, int32_t ___narg1, int32_t ___t2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_luaL_checktype_mE9A08A278E0DE5264C1AF5A69B2DE6A0280D3DD5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (lua_type(L, narg) != t)
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___narg1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
int32_t L_3 = ___t2;
|
|
if ((((int32_t)L_2) == ((int32_t)L_3)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
// luaL_typerror(L, narg, lua_typename(L, t));
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = ___narg1;
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___t2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_8 = LuaDLL_lua_typename_mE170362A517924064737ADD82F4974550BD37C41((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_4, L_5, L_8, (String_t*)NULL, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::luaL_checkany(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_luaL_checkany_m9F3B7682CA0AF018AE138A83B5E7AB212AB11556 (intptr_t ___L0, int32_t ___narg1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_luaL_checkany_m9F3B7682CA0AF018AE138A83B5E7AB212AB11556_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (lua_type(L, narg) == LuaTypes.LUA_TNONE)
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___narg1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
// luaL_argerror(L, narg, "value expected");
|
|
intptr_t L_3 = ___L0;
|
|
int32_t L_4 = ___narg1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_argerror_m648A4BE57D4DB36B0B83C6C0F6D2703239DED5A8((intptr_t)L_3, L_4, _stringLiteralE82E14EAE3D00B740AAED5975C180F7B8313CC30, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL luaL_newmetatable(intptr_t, char*);
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_newmetatable(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_newmetatable_m55D3A98B65649653EC0D0E38BA79D07CC69D4418 (intptr_t ___luaState0, String_t* ___meta1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, char*);
|
|
|
|
// Marshaling of parameter '___meta1' to native representation
|
|
char* ____meta1_marshaled = NULL;
|
|
____meta1_marshaled = il2cpp_codegen_marshal_string(___meta1);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(luaL_newmetatable)(___luaState0, ____meta1_marshaled);
|
|
|
|
// Marshaling cleanup of parameter '___meta1' native representation
|
|
il2cpp_codegen_marshal_free(____meta1_marshaled);
|
|
____meta1_marshaled = NULL;
|
|
|
|
return returnValue;
|
|
}
|
|
// System.IntPtr LuaInterface.LuaDLL::luaL_checkudata(System.IntPtr,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_luaL_checkudata_m4111BE1ED70A32CE27D52DA23F67ABB208F0C723 (intptr_t ___L0, int32_t ___ud1, String_t* ___tname2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_luaL_checkudata_m4111BE1ED70A32CE27D52DA23F67ABB208F0C723_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// IntPtr p = lua_touserdata(L, ud);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___ud1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
intptr_t L_2 = LuaDLL_lua_touserdata_mDACE6AC44B707C35C04BC9694C0B5DB29CF2E258((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = (intptr_t)L_2;
|
|
// if (p != IntPtr.Zero)
|
|
intptr_t L_3 = V_0;
|
|
bool L_4 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61((intptr_t)L_3, (intptr_t)(0), /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
// if (lua_getmetatable(L, ud) != 0)
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___ud1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = LuaDLL_lua_getmetatable_m565263A8D564FE91CC87C30A4900B7EB08B5E06C((intptr_t)L_5, L_6, /*hidden argument*/NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
// lua_getfield(L, LuaIndexes.LUA_REGISTRYINDEX, tname); /* get correct metatable */
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = ((LuaIndexes_tF348135B20344877D87814738804385680AC4A86_StaticFields*)il2cpp_codegen_static_fields_for(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var))->get_LUA_REGISTRYINDEX_0();
|
|
String_t* L_10 = ___tname2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_getfield_mA13E1DD15570F1218801FF50A3A5FC0A22CFC933((intptr_t)L_8, L_9, L_10, /*hidden argument*/NULL);
|
|
// if (lua_rawequal(L, -1, -2) != 0)
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_rawequal_mD68803BAAEAD9348B4DE93F67B1DC5CD21874C76((intptr_t)L_11, (-1), ((int32_t)-2), /*hidden argument*/NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
// lua_pop(L, 2); /* remove both metatables */
|
|
intptr_t L_13 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_13, 2, /*hidden argument*/NULL);
|
|
// return p;
|
|
intptr_t L_14 = V_0;
|
|
return (intptr_t)L_14;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
// luaL_typerror(L, ud, tname); /* else error */
|
|
intptr_t L_15 = ___L0;
|
|
int32_t L_16 = ___ud1;
|
|
String_t* L_17 = ___tname2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_15, L_16, L_17, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return IntPtr.Zero; /* to avoid warnings */
|
|
return (intptr_t)(0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL luaL_where(intptr_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::luaL_where(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_luaL_where_mC1BFA5C9B3C0D50769153A6069E16737654F199E (intptr_t ___luaState0, int32_t ___level1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(luaL_where)(___luaState0, ___level1);
|
|
|
|
}
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_throw(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828 (intptr_t ___L0, String_t* ___message1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// tolua_pushtraceback(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushtraceback_m536BF4094B475D3611D5609D3C7C9AEA42CE51C6((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// lua_pushstring(L, message);
|
|
intptr_t L_1 = ___L0;
|
|
String_t* L_2 = ___message1;
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_1, L_2, /*hidden argument*/NULL);
|
|
// lua_pushnumber(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_3, (1.0), /*hidden argument*/NULL);
|
|
// if (lua_pcall(L, 2, -1, 0) == 0)
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = LuaDLL_lua_pcall_m1B708F9BA6605F17B0F2395FA92920C2A3B342EB((intptr_t)L_4, 2, (-1), 0, /*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
// message = lua_tostring(L, -1);
|
|
intptr_t L_6 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_7 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_6, (-1), /*hidden argument*/NULL);
|
|
___message1 = L_7;
|
|
// }
|
|
goto IL_0039;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// lua_pop(L, 1);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_8, 1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// throw new LuaException(message, null, 2);
|
|
String_t* L_9 = ___message1;
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_10 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_10, L_9, (Exception_t *)NULL, 2, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL luaL_ref(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_ref(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_ref_mB813298DBACC5D979955AC931D5AA2C9AD3ADDA6 (intptr_t ___luaState0, int32_t ___t1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(luaL_ref)(___luaState0, ___t1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL luaL_unref(intptr_t, int32_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::luaL_unref(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_luaL_unref_m99EE2543C6F6CB94D551E95AFC0B1E05AEA87F8E (intptr_t ___luaState0, int32_t ___registryIndex1, int32_t ___reference2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(luaL_unref)(___luaState0, ___registryIndex1, ___reference2);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL luaL_loadfile(intptr_t, char*);
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_loadfile(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_loadfile_mBB592B9DC6B25A7AED85C0F95FFC4C46F58ABD59 (intptr_t ___luaState0, String_t* ___filename1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, char*);
|
|
|
|
// Marshaling of parameter '___filename1' to native representation
|
|
char* ____filename1_marshaled = NULL;
|
|
____filename1_marshaled = il2cpp_codegen_marshal_string(___filename1);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(luaL_loadfile)(___luaState0, ____filename1_marshaled);
|
|
|
|
// Marshaling cleanup of parameter '___filename1' native representation
|
|
il2cpp_codegen_marshal_free(____filename1_marshaled);
|
|
____filename1_marshaled = NULL;
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_loadbuffer(System.IntPtr,System.Byte[],System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_loadbuffer_mACDD259C6B59B722CE8896F7ABB89B9E817246B4 (intptr_t ___luaState0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buff1, int32_t ___size2, String_t* ___name3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_luaL_loadbuffer_mACDD259C6B59B722CE8896F7ABB89B9E817246B4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return tolua_loadbuffer(luaState, buff, size, name);
|
|
intptr_t L_0 = ___luaState0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buff1;
|
|
int32_t L_2 = ___size2;
|
|
String_t* L_3 = ___name3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_tolua_loadbuffer_mA00F5E7C6B55E47C92C421493DF8CBD593612EFE((intptr_t)L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL luaL_loadstring(intptr_t, char*);
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_loadstring(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_loadstring_mBF6D48B4DD0E2BB1F5BDE57D7737582D2244CB25 (intptr_t ___luaState0, String_t* ___chunk1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, char*);
|
|
|
|
// Marshaling of parameter '___chunk1' to native representation
|
|
char* ____chunk1_marshaled = NULL;
|
|
____chunk1_marshaled = il2cpp_codegen_marshal_string(___chunk1);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(luaL_loadstring)(___luaState0, ____chunk1_marshaled);
|
|
|
|
// Marshaling cleanup of parameter '___chunk1' native representation
|
|
il2cpp_codegen_marshal_free(____chunk1_marshaled);
|
|
____chunk1_marshaled = NULL;
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C intptr_t CDECL luaL_newstate();
|
|
// System.IntPtr LuaInterface.LuaDLL::luaL_newstate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_luaL_newstate_m35B3CF93AF5A284D17049F4A969E9A6228FD7C51 (const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (CDECL *PInvokeFunc) ();
|
|
|
|
// Native function invocation
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(luaL_newstate)();
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C intptr_t CDECL luaL_gsub(intptr_t, char*, char*, char*);
|
|
// System.IntPtr LuaInterface.LuaDLL::luaL_gsub(System.IntPtr,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_luaL_gsub_mC96CA82E30EB0DC5604ED7EA21079C41148ED6D1 (intptr_t ___luaState0, String_t* ___str1, String_t* ___pattern2, String_t* ___replacement3, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (CDECL *PInvokeFunc) (intptr_t, char*, char*, char*);
|
|
|
|
// Marshaling of parameter '___str1' to native representation
|
|
char* ____str1_marshaled = NULL;
|
|
____str1_marshaled = il2cpp_codegen_marshal_string(___str1);
|
|
|
|
// Marshaling of parameter '___pattern2' to native representation
|
|
char* ____pattern2_marshaled = NULL;
|
|
____pattern2_marshaled = il2cpp_codegen_marshal_string(___pattern2);
|
|
|
|
// Marshaling of parameter '___replacement3' to native representation
|
|
char* ____replacement3_marshaled = NULL;
|
|
____replacement3_marshaled = il2cpp_codegen_marshal_string(___replacement3);
|
|
|
|
// Native function invocation
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(luaL_gsub)(___luaState0, ____str1_marshaled, ____pattern2_marshaled, ____replacement3_marshaled);
|
|
|
|
// Marshaling cleanup of parameter '___str1' native representation
|
|
il2cpp_codegen_marshal_free(____str1_marshaled);
|
|
____str1_marshaled = NULL;
|
|
|
|
// Marshaling cleanup of parameter '___pattern2' native representation
|
|
il2cpp_codegen_marshal_free(____pattern2_marshaled);
|
|
____pattern2_marshaled = NULL;
|
|
|
|
// Marshaling cleanup of parameter '___replacement3' native representation
|
|
il2cpp_codegen_marshal_free(____replacement3_marshaled);
|
|
____replacement3_marshaled = NULL;
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C intptr_t CDECL luaL_findtable(intptr_t, int32_t, char*, int32_t);
|
|
// System.IntPtr LuaInterface.LuaDLL::luaL_findtable(System.IntPtr,System.Int32,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_luaL_findtable_mCE690174FA2C874DF17DDA8F7639B924E6A7E086 (intptr_t ___luaState0, int32_t ___idx1, String_t* ___fname2, int32_t ___szhint3, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (CDECL *PInvokeFunc) (intptr_t, int32_t, char*, int32_t);
|
|
|
|
// Marshaling of parameter '___fname2' to native representation
|
|
char* ____fname2_marshaled = NULL;
|
|
____fname2_marshaled = il2cpp_codegen_marshal_string(___fname2);
|
|
|
|
// Native function invocation
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(luaL_findtable)(___luaState0, ___idx1, ____fname2_marshaled, ___szhint3);
|
|
|
|
// Marshaling cleanup of parameter '___fname2' native representation
|
|
il2cpp_codegen_marshal_free(____fname2_marshaled);
|
|
____fname2_marshaled = NULL;
|
|
|
|
return returnValue;
|
|
}
|
|
// System.String LuaInterface.LuaDLL::luaL_typename(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaDLL_luaL_typename_m4F544C2D4E3AF60FC1D3C00E04F4F59BEBD8153F (intptr_t ___luaState0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_luaL_typename_m4F544C2D4E3AF60FC1D3C00E04F4F59BEBD8153F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// LuaTypes type = LuaDLL.lua_type(luaState, stackPos);
|
|
intptr_t L_0 = ___luaState0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// return lua_typename(luaState, type);
|
|
intptr_t L_3 = ___luaState0;
|
|
int32_t L_4 = V_0;
|
|
String_t* L_5 = LuaDLL_lua_typename_mE170362A517924064737ADD82F4974550BD37C41((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaDLL::luaL_dofile(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_luaL_dofile_m37B4BB6EA2518D7EA6528D32EDADD11645159DAF (intptr_t ___luaState0, String_t* ___fileName1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_luaL_dofile_m37B4BB6EA2518D7EA6528D32EDADD11645159DAF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// int result = luaL_loadfile(luaState, fileName);
|
|
intptr_t L_0 = ___luaState0;
|
|
String_t* L_1 = ___fileName1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_luaL_loadfile_mBB592B9DC6B25A7AED85C0F95FFC4C46F58ABD59((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// if (result != 0)
|
|
if (!L_2)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// return LuaDLL.lua_pcall(luaState, 0, LUA_MULTRET, 0) == 0;
|
|
intptr_t L_3 = ___luaState0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = ((LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_StaticFields*)il2cpp_codegen_static_fields_for(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var))->get_LUA_MULTRET_1();
|
|
int32_t L_5 = LuaDLL_lua_pcall_m1B708F9BA6605F17B0F2395FA92920C2A3B342EB((intptr_t)L_3, 0, L_4, 0, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaDLL::luaL_dostring(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_luaL_dostring_m1FD47B819D75FFF4A19AB47AFE57A221DFDD3620 (intptr_t ___luaState0, String_t* ___chunk1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_luaL_dostring_m1FD47B819D75FFF4A19AB47AFE57A221DFDD3620_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// int result = LuaDLL.luaL_loadstring(luaState, chunk);
|
|
intptr_t L_0 = ___luaState0;
|
|
String_t* L_1 = ___chunk1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_luaL_loadstring_mBF6D48B4DD0E2BB1F5BDE57D7737582D2244CB25((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// if (result != 0)
|
|
if (!L_2)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// return LuaDLL.lua_pcall(luaState, 0, LUA_MULTRET, 0) == 0;
|
|
intptr_t L_3 = ___luaState0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = ((LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_StaticFields*)il2cpp_codegen_static_fields_for(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var))->get_LUA_MULTRET_1();
|
|
int32_t L_5 = LuaDLL_lua_pcall_m1B708F9BA6605F17B0F2395FA92920C2A3B342EB((intptr_t)L_3, 0, L_4, 0, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::luaL_getmetatable(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_luaL_getmetatable_m04DBD3F1C37343E435C88657F90D89CF56CD307F (intptr_t ___luaState0, String_t* ___meta1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_luaL_getmetatable_m04DBD3F1C37343E435C88657F90D89CF56CD307F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_getfield(luaState, LuaIndexes.LUA_REGISTRYINDEX, meta);
|
|
intptr_t L_0 = ___luaState0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = ((LuaIndexes_tF348135B20344877D87814738804385680AC4A86_StaticFields*)il2cpp_codegen_static_fields_for(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var))->get_LUA_REGISTRYINDEX_0();
|
|
String_t* L_2 = ___meta1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_getfield_mA13E1DD15570F1218801FF50A3A5FC0A22CFC933((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaDLL::lua_ref(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_ref_mA961879316A3ACD08C11392E537449AF9BC7922A (intptr_t ___luaState0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_ref_mA961879316A3ACD08C11392E537449AF9BC7922A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.luaL_ref(luaState, LuaIndexes.LUA_REGISTRYINDEX);
|
|
intptr_t L_0 = ___luaState0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = ((LuaIndexes_tF348135B20344877D87814738804385680AC4A86_StaticFields*)il2cpp_codegen_static_fields_for(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var))->get_LUA_REGISTRYINDEX_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_luaL_ref_mB813298DBACC5D979955AC931D5AA2C9AD3ADDA6((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::lua_getref(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_getref_mEF465F7C2A6A66FA8450295971DCEEE532BEF060 (intptr_t ___luaState0, int32_t ___reference1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_getref_mEF465F7C2A6A66FA8450295971DCEEE532BEF060_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// lua_rawgeti(luaState, LuaIndexes.LUA_REGISTRYINDEX, reference);
|
|
intptr_t L_0 = ___luaState0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = ((LuaIndexes_tF348135B20344877D87814738804385680AC4A86_StaticFields*)il2cpp_codegen_static_fields_for(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var))->get_LUA_REGISTRYINDEX_0();
|
|
int32_t L_2 = ___reference1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::lua_unref(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_unref_mB4E829A5488003EB7A42D3E403B8C2BC5E2FAC2E (intptr_t ___luaState0, int32_t ___reference1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_lua_unref_mB4E829A5488003EB7A42D3E403B8C2BC5E2FAC2E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// luaL_unref(luaState, LuaIndexes.LUA_REGISTRYINDEX, reference);
|
|
intptr_t L_0 = ___luaState0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = ((LuaIndexes_tF348135B20344877D87814738804385680AC4A86_StaticFields*)il2cpp_codegen_static_fields_for(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var))->get_LUA_REGISTRYINDEX_0();
|
|
int32_t L_2 = ___reference1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_unref_m99EE2543C6F6CB94D551E95AFC0B1E05AEA87F8E((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_openlibs(intptr_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_openlibs(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_openlibs_mD501A189DDA39E2F9B0EC577A0F4FA7DF83D7D1E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_openlibs)(___L0);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_openint64(intptr_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_openint64(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_openint64_m9E1539A3F1CAE86CDF1D54D5503E7FDD756BC886 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_openint64)(___L0);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_openlualibs(intptr_t);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_openlualibs(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_openlualibs_mDAD36F62CA05DA4ACE2629EB38293294DFB88909 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_openlualibs)(___L0);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C intptr_t CDECL tolua_tag();
|
|
// System.IntPtr LuaInterface.LuaDLL::tolua_tag()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_tolua_tag_m70CFA50E65AC0885D0F00D386DB769C9DF27E60F (const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (CDECL *PInvokeFunc) ();
|
|
|
|
// Native function invocation
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_tag)();
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_newudata(intptr_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_newudata(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_newudata_m60F5E2F83D673BA8A65F88C54F784ED2BB4DE609 (intptr_t ___luaState0, int32_t ___val1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_newudata)(___luaState0, ___val1);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_rawnetobj(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_rawnetobj(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_rawnetobj_m2330C2B3D83D9335CA834F917EE591C1DFF6A284 (intptr_t ___luaState0, int32_t ___obj1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_rawnetobj)(___luaState0, ___obj1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int8_t CDECL tolua_pushudata(intptr_t, int32_t);
|
|
// System.Boolean LuaInterface.LuaDLL::tolua_pushudata(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_tolua_pushudata_m992A66FF7D124512B083390828E3D7BBC6A1143E (intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
typedef int8_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int8_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_pushudata)(___L0, ___index1);
|
|
|
|
return static_cast<bool>(returnValue);
|
|
}
|
|
IL2CPP_EXTERN_C int8_t CDECL tolua_pushnewudata(intptr_t, int32_t, int32_t);
|
|
// System.Boolean LuaInterface.LuaDLL::tolua_pushnewudata(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_tolua_pushnewudata_m58AA53C37E4133597430AD420E033737E9ACEA8E (intptr_t ___L0, int32_t ___metaRef1, int32_t ___index2, const RuntimeMethod* method)
|
|
{
|
|
typedef int8_t (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int8_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_pushnewudata)(___L0, ___metaRef1, ___index2);
|
|
|
|
return static_cast<bool>(returnValue);
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_beginpcall(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_beginpcall(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_beginpcall_m3F066430EBFC47891727C2148F9D2C3ADE80816D (intptr_t ___L0, int32_t ___reference1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_beginpcall)(___L0, ___reference1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_pushtraceback(intptr_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_pushtraceback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_pushtraceback_m536BF4094B475D3611D5609D3C7C9AEA42CE51C6 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_pushtraceback)(___L0);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_getvec2(intptr_t, int32_t, float*, float*);
|
|
// System.Void LuaInterface.LuaDLL::tolua_getvec2(System.IntPtr,System.Int32,System.Single&,System.Single&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_getvec2_mEA105138D8932056D208808D0DBC76F89E26D11E (intptr_t ___luaState0, int32_t ___stackPos1, float* ___x2, float* ___y3, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t, float*, float*);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_getvec2)(___luaState0, ___stackPos1, ___x2, ___y3);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_getvec3(intptr_t, int32_t, float*, float*, float*);
|
|
// System.Void LuaInterface.LuaDLL::tolua_getvec3(System.IntPtr,System.Int32,System.Single&,System.Single&,System.Single&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_getvec3_m04DDB79BD2FA4254FFB41B6D3C62D8DDDE526155 (intptr_t ___luaState0, int32_t ___stackPos1, float* ___x2, float* ___y3, float* ___z4, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t, float*, float*, float*);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_getvec3)(___luaState0, ___stackPos1, ___x2, ___y3, ___z4);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_getvec4(intptr_t, int32_t, float*, float*, float*, float*);
|
|
// System.Void LuaInterface.LuaDLL::tolua_getvec4(System.IntPtr,System.Int32,System.Single&,System.Single&,System.Single&,System.Single&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_getvec4_mCBF3240C930A4DE1E3AEDC5F4B210DAE108237B7 (intptr_t ___luaState0, int32_t ___stackPos1, float* ___x2, float* ___y3, float* ___z4, float* ___w5, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t, float*, float*, float*, float*);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_getvec4)(___luaState0, ___stackPos1, ___x2, ___y3, ___z4, ___w5);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_getclr(intptr_t, int32_t, float*, float*, float*, float*);
|
|
// System.Void LuaInterface.LuaDLL::tolua_getclr(System.IntPtr,System.Int32,System.Single&,System.Single&,System.Single&,System.Single&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_getclr_mA0A0C93970C41814AD2AC93E12316F214E134750 (intptr_t ___luaState0, int32_t ___stackPos1, float* ___r2, float* ___g3, float* ___b4, float* ___a5, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t, float*, float*, float*, float*);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_getclr)(___luaState0, ___stackPos1, ___r2, ___g3, ___b4, ___a5);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_getquat(intptr_t, int32_t, float*, float*, float*, float*);
|
|
// System.Void LuaInterface.LuaDLL::tolua_getquat(System.IntPtr,System.Int32,System.Single&,System.Single&,System.Single&,System.Single&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_getquat_m2A095FE1B63FA752744E69351048FF7A648594D3 (intptr_t ___luaState0, int32_t ___stackPos1, float* ___x2, float* ___y3, float* ___z4, float* ___w5, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t, float*, float*, float*, float*);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_getquat)(___luaState0, ___stackPos1, ___x2, ___y3, ___z4, ___w5);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_getlayermask(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_getlayermask(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_getlayermask_mBAFDC05A0F7E427CEC0468D60C3CE66B35FA5902 (intptr_t ___luaState0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_getlayermask)(___luaState0, ___stackPos1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_pushvec2(intptr_t, float, float);
|
|
// System.Void LuaInterface.LuaDLL::tolua_pushvec2(System.IntPtr,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_pushvec2_m1A0E4D78055CAD1E5473B199394EA418000BA31B (intptr_t ___luaState0, float ___x1, float ___y2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, float, float);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_pushvec2)(___luaState0, ___x1, ___y2);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_pushvec3(intptr_t, float, float, float);
|
|
// System.Void LuaInterface.LuaDLL::tolua_pushvec3(System.IntPtr,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_pushvec3_mDC2A69078FC3487ED72002F19DFE3146F7E7712E (intptr_t ___luaState0, float ___x1, float ___y2, float ___z3, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, float, float, float);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_pushvec3)(___luaState0, ___x1, ___y2, ___z3);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_pushvec4(intptr_t, float, float, float, float);
|
|
// System.Void LuaInterface.LuaDLL::tolua_pushvec4(System.IntPtr,System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_pushvec4_mA18B9769D85A28049C9A01173684EB85B842C40B (intptr_t ___luaState0, float ___x1, float ___y2, float ___z3, float ___w4, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, float, float, float, float);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_pushvec4)(___luaState0, ___x1, ___y2, ___z3, ___w4);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_pushquat(intptr_t, float, float, float, float);
|
|
// System.Void LuaInterface.LuaDLL::tolua_pushquat(System.IntPtr,System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_pushquat_m51DC901FD3DEF98A961E638376E7572220A7EDD8 (intptr_t ___luaState0, float ___x1, float ___y2, float ___z3, float ___w4, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, float, float, float, float);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_pushquat)(___luaState0, ___x1, ___y2, ___z3, ___w4);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_pushclr(intptr_t, float, float, float, float);
|
|
// System.Void LuaInterface.LuaDLL::tolua_pushclr(System.IntPtr,System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_pushclr_m2625C0788E1B88CE4ACF5114154139DFF36EDB96 (intptr_t ___luaState0, float ___r1, float ___g2, float ___b3, float ___a4, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, float, float, float, float);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_pushclr)(___luaState0, ___r1, ___g2, ___b3, ___a4);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_pushlayermask(intptr_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_pushlayermask(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_pushlayermask_m32452293886FCBE84F2DEF78A5A53354DC50E3ED (intptr_t ___luaState0, int32_t ___mask1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_pushlayermask)(___luaState0, ___mask1);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C int8_t CDECL tolua_isint64(intptr_t, int32_t);
|
|
// System.Boolean LuaInterface.LuaDLL::tolua_isint64(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_tolua_isint64_m095F7D6F102865F427E364E36D40DCEAA2301BB9 (intptr_t ___luaState0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
typedef int8_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int8_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_isint64)(___luaState0, ___stackPos1);
|
|
|
|
return static_cast<bool>(returnValue);
|
|
}
|
|
IL2CPP_EXTERN_C int64_t CDECL tolua_toint64(intptr_t, int32_t);
|
|
// System.Int64 LuaInterface.LuaDLL::tolua_toint64(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t LuaDLL_tolua_toint64_m59522CA9648BB1582947212D031D5811A81B2FD3 (intptr_t ___luaState0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
typedef int64_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int64_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_toint64)(___luaState0, ___stackPos1);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Int64 LuaInterface.LuaDLL::tolua_checkint64(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t LuaDLL_tolua_checkint64_mA7BC58ACFDD558EB1205149B339A6FD72A860B41 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_tolua_checkint64_mA7BC58ACFDD558EB1205149B339A6FD72A860B41_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
{
|
|
// long d = tolua_toint64(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int64_t L_2 = LuaDLL_tolua_toint64_m59522CA9648BB1582947212D031D5811A81B2FD3((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (d == 0 && !tolua_isint64(L, stackPos))
|
|
int64_t L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_6 = LuaDLL_tolua_isint64_m095F7D6F102865F427E364E36D40DCEAA2301BB9((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// luaL_typerror(L, stackPos, "long");
|
|
intptr_t L_7 = ___L0;
|
|
int32_t L_8 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_7, L_8, _stringLiteralBD3027FA569EA15CA76D84DB21C67E2D514C1A5A, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return 0;
|
|
return (((int64_t)((int64_t)0)));
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// return d;
|
|
int64_t L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_pushint64(intptr_t, int64_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_pushint64(System.IntPtr,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_pushint64_m1DA9A18008B17BAE8CCE7EBA3E45EA9F066A9A42 (intptr_t ___luaState0, int64_t ___n1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int64_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_pushint64)(___luaState0, ___n1);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C int8_t CDECL tolua_isuint64(intptr_t, int32_t);
|
|
// System.Boolean LuaInterface.LuaDLL::tolua_isuint64(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_tolua_isuint64_m7D983833020BAB992F1DAC494A70AA9C9C5C1042 (intptr_t ___luaState0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
typedef int8_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int8_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_isuint64)(___luaState0, ___stackPos1);
|
|
|
|
return static_cast<bool>(returnValue);
|
|
}
|
|
IL2CPP_EXTERN_C uint64_t CDECL tolua_touint64(intptr_t, int32_t);
|
|
// System.UInt64 LuaInterface.LuaDLL::tolua_touint64(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t LuaDLL_tolua_touint64_m159FD94B0E59B31CB81E369F351406CAE77350DC (intptr_t ___luaState0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
typedef uint64_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
uint64_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_touint64)(___luaState0, ___stackPos1);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.UInt64 LuaInterface.LuaDLL::tolua_checkuint64(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t LuaDLL_tolua_checkuint64_m3ECA0825C81A0CC3E5A0C00563FAF97B99E3EDB0 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_tolua_checkuint64_m3ECA0825C81A0CC3E5A0C00563FAF97B99E3EDB0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
{
|
|
// ulong d = tolua_touint64(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
uint64_t L_2 = LuaDLL_tolua_touint64_m159FD94B0E59B31CB81E369F351406CAE77350DC((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (d == 0 && !tolua_isuint64(L, stackPos))
|
|
uint64_t L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_6 = LuaDLL_tolua_isuint64_m7D983833020BAB992F1DAC494A70AA9C9C5C1042((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// luaL_typerror(L, stackPos, "ulong");
|
|
intptr_t L_7 = ___L0;
|
|
int32_t L_8 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_7, L_8, _stringLiteralEBABC9B6E6F06B857E70FF9361A38C584DAFDB10, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return 0;
|
|
return (((int64_t)((int64_t)0)));
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// return d;
|
|
uint64_t L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_pushuint64(intptr_t, uint64_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_pushuint64(System.IntPtr,System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_pushuint64_m95DA69CAD2155F29E64BA65334E2608F9EBDB010 (intptr_t ___luaState0, uint64_t ___n1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, uint64_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_pushuint64)(___luaState0, ___n1);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_setindex(intptr_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_setindex(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_setindex_m3B907B585872212EF144AC9B74D52B8B57DC5FB3 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_setindex)(___L0);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_setnewindex(intptr_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_setnewindex(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_setnewindex_m9306C001E37A664C480E9CDD0DB3C420914E886E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_setnewindex)(___L0);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL toluaL_ref(intptr_t);
|
|
// System.Int32 LuaInterface.LuaDLL::toluaL_ref(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_toluaL_ref_m4AA2B48FF1F78646801A32C0A94BC2CFEB8643C8 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(toluaL_ref)(___L0);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL toluaL_unref(intptr_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::toluaL_unref(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_toluaL_unref_mE2377740623BA230EC76B1367CC2C648E143096C (intptr_t ___L0, int32_t ___reference1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(toluaL_unref)(___L0, ___reference1);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C intptr_t CDECL tolua_getmainstate(intptr_t);
|
|
// System.IntPtr LuaInterface.LuaDLL::tolua_getmainstate(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_tolua_getmainstate_m9A773E5E27C132365F53AD0FAB84A64FD93859D2 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_getmainstate)(___L0);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_getvaluetype(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_getvaluetype(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_getvaluetype_mF10D97C479D6299468BD2A0CB82794E697370B06 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_getvaluetype)(___L0, ___stackPos1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int8_t CDECL tolua_createtable(intptr_t, char*, int32_t);
|
|
// System.Boolean LuaInterface.LuaDLL::tolua_createtable(System.IntPtr,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_tolua_createtable_m0950666F022DE76CFBC8BF92B4FAED4508FCACF7 (intptr_t ___L0, String_t* ___fullPath1, int32_t ___szhint2, const RuntimeMethod* method)
|
|
{
|
|
typedef int8_t (CDECL *PInvokeFunc) (intptr_t, char*, int32_t);
|
|
|
|
// Marshaling of parameter '___fullPath1' to native representation
|
|
char* ____fullPath1_marshaled = NULL;
|
|
____fullPath1_marshaled = il2cpp_codegen_marshal_string(___fullPath1);
|
|
|
|
// Native function invocation
|
|
int8_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_createtable)(___L0, ____fullPath1_marshaled, ___szhint2);
|
|
|
|
// Marshaling cleanup of parameter '___fullPath1' native representation
|
|
il2cpp_codegen_marshal_free(____fullPath1_marshaled);
|
|
____fullPath1_marshaled = NULL;
|
|
|
|
return static_cast<bool>(returnValue);
|
|
}
|
|
IL2CPP_EXTERN_C int8_t CDECL tolua_pushluatable(intptr_t, char*);
|
|
// System.Boolean LuaInterface.LuaDLL::tolua_pushluatable(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_tolua_pushluatable_m12B44CEF69C3A364521C7CADF40ED23341A4F557 (intptr_t ___L0, String_t* ___fullPath1, const RuntimeMethod* method)
|
|
{
|
|
typedef int8_t (CDECL *PInvokeFunc) (intptr_t, char*);
|
|
|
|
// Marshaling of parameter '___fullPath1' to native representation
|
|
char* ____fullPath1_marshaled = NULL;
|
|
____fullPath1_marshaled = il2cpp_codegen_marshal_string(___fullPath1);
|
|
|
|
// Native function invocation
|
|
int8_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_pushluatable)(___L0, ____fullPath1_marshaled);
|
|
|
|
// Marshaling cleanup of parameter '___fullPath1' native representation
|
|
il2cpp_codegen_marshal_free(____fullPath1_marshaled);
|
|
____fullPath1_marshaled = NULL;
|
|
|
|
return static_cast<bool>(returnValue);
|
|
}
|
|
IL2CPP_EXTERN_C int8_t CDECL tolua_beginmodule(intptr_t, char*);
|
|
// System.Boolean LuaInterface.LuaDLL::tolua_beginmodule(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_tolua_beginmodule_m457E65BE1FD6B059A12AC909F81E2165DB04A24E (intptr_t ___L0, String_t* ___name1, const RuntimeMethod* method)
|
|
{
|
|
typedef int8_t (CDECL *PInvokeFunc) (intptr_t, char*);
|
|
|
|
// Marshaling of parameter '___name1' to native representation
|
|
char* ____name1_marshaled = NULL;
|
|
____name1_marshaled = il2cpp_codegen_marshal_string(___name1);
|
|
|
|
// Native function invocation
|
|
int8_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_beginmodule)(___L0, ____name1_marshaled);
|
|
|
|
// Marshaling cleanup of parameter '___name1' native representation
|
|
il2cpp_codegen_marshal_free(____name1_marshaled);
|
|
____name1_marshaled = NULL;
|
|
|
|
return static_cast<bool>(returnValue);
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_endmodule(intptr_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_endmodule(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_endmodule_mE8C322AB972E2FE291EC7B461DF1D8D0ED0BB093 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_endmodule)(___L0);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C int8_t CDECL tolua_beginpremodule(intptr_t, char*, int32_t);
|
|
// System.Boolean LuaInterface.LuaDLL::tolua_beginpremodule(System.IntPtr,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_tolua_beginpremodule_mF22A2B4A615657E259A938A7C9B4BE9682F5AB7A (intptr_t ___L0, String_t* ___fullPath1, int32_t ___szhint2, const RuntimeMethod* method)
|
|
{
|
|
typedef int8_t (CDECL *PInvokeFunc) (intptr_t, char*, int32_t);
|
|
|
|
// Marshaling of parameter '___fullPath1' to native representation
|
|
char* ____fullPath1_marshaled = NULL;
|
|
____fullPath1_marshaled = il2cpp_codegen_marshal_string(___fullPath1);
|
|
|
|
// Native function invocation
|
|
int8_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_beginpremodule)(___L0, ____fullPath1_marshaled, ___szhint2);
|
|
|
|
// Marshaling cleanup of parameter '___fullPath1' native representation
|
|
il2cpp_codegen_marshal_free(____fullPath1_marshaled);
|
|
____fullPath1_marshaled = NULL;
|
|
|
|
return static_cast<bool>(returnValue);
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_endpremodule(intptr_t, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_endpremodule(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_endpremodule_m0146118FFF7FF211F2C06DC8CA51D6C41ACF65C5 (intptr_t ___L0, int32_t ___reference1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_endpremodule)(___L0, ___reference1);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C int8_t CDECL tolua_addpreload(intptr_t, char*);
|
|
// System.Boolean LuaInterface.LuaDLL::tolua_addpreload(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_tolua_addpreload_mFE5DDFDE224C7C139A93981C4FFCA464069D08EE (intptr_t ___L0, String_t* ___path1, const RuntimeMethod* method)
|
|
{
|
|
typedef int8_t (CDECL *PInvokeFunc) (intptr_t, char*);
|
|
|
|
// Marshaling of parameter '___path1' to native representation
|
|
char* ____path1_marshaled = NULL;
|
|
____path1_marshaled = il2cpp_codegen_marshal_string(___path1);
|
|
|
|
// Native function invocation
|
|
int8_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_addpreload)(___L0, ____path1_marshaled);
|
|
|
|
// Marshaling cleanup of parameter '___path1' native representation
|
|
il2cpp_codegen_marshal_free(____path1_marshaled);
|
|
____path1_marshaled = NULL;
|
|
|
|
return static_cast<bool>(returnValue);
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_beginclass(intptr_t, char*, int32_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_beginclass(System.IntPtr,System.String,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_beginclass_m3B3DA4BFCE14B6D1EB04ED12FE3B6A8475B8DC93 (intptr_t ___L0, String_t* ___name1, int32_t ___baseMetaRef2, int32_t ___reference3, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, char*, int32_t, int32_t);
|
|
|
|
// Marshaling of parameter '___name1' to native representation
|
|
char* ____name1_marshaled = NULL;
|
|
____name1_marshaled = il2cpp_codegen_marshal_string(___name1);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_beginclass)(___L0, ____name1_marshaled, ___baseMetaRef2, ___reference3);
|
|
|
|
// Marshaling cleanup of parameter '___name1' native representation
|
|
il2cpp_codegen_marshal_free(____name1_marshaled);
|
|
____name1_marshaled = NULL;
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_endclass(intptr_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_endclass(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_endclass_m99594C995D37CEC1149B6FB4C74FC15CB32A33E0 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_endclass)(___L0);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_function(intptr_t, char*, intptr_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_function(System.IntPtr,System.String,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_function_m6CCD0235E8B61911165EA2D545A4DE714AF421C4 (intptr_t ___L0, String_t* ___name1, intptr_t ___fn2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, char*, intptr_t);
|
|
|
|
// Marshaling of parameter '___name1' to native representation
|
|
char* ____name1_marshaled = NULL;
|
|
____name1_marshaled = il2cpp_codegen_marshal_string(___name1);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_function)(___L0, ____name1_marshaled, ___fn2);
|
|
|
|
// Marshaling cleanup of parameter '___name1' native representation
|
|
il2cpp_codegen_marshal_free(____name1_marshaled);
|
|
____name1_marshaled = NULL;
|
|
|
|
}
|
|
IL2CPP_EXTERN_C intptr_t CDECL tolua_tocbuffer(char*, int32_t);
|
|
// System.IntPtr LuaInterface.LuaDLL::tolua_tocbuffer(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_tolua_tocbuffer_mAA0DCA4CBAFD4574EABD5CF5B19AF22380122598 (String_t* ___name0, int32_t ___sz1, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (CDECL *PInvokeFunc) (char*, int32_t);
|
|
|
|
// Marshaling of parameter '___name0' to native representation
|
|
char* ____name0_marshaled = NULL;
|
|
____name0_marshaled = il2cpp_codegen_marshal_string(___name0);
|
|
|
|
// Native function invocation
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_tocbuffer)(____name0_marshaled, ___sz1);
|
|
|
|
// Marshaling cleanup of parameter '___name0' native representation
|
|
il2cpp_codegen_marshal_free(____name0_marshaled);
|
|
____name0_marshaled = NULL;
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_freebuffer(intptr_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_freebuffer(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_freebuffer_mEF10F17548540F16CC01AA1DB2E562400704B509 (intptr_t ___buffer0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_freebuffer)(___buffer0);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_variable(intptr_t, char*, intptr_t, intptr_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_variable(System.IntPtr,System.String,System.IntPtr,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_variable_mC0C7C885C1CD0D84C1F467BD31AD69FBA6FE4E80 (intptr_t ___L0, String_t* ___name1, intptr_t ___get2, intptr_t ___set3, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, char*, intptr_t, intptr_t);
|
|
|
|
// Marshaling of parameter '___name1' to native representation
|
|
char* ____name1_marshaled = NULL;
|
|
____name1_marshaled = il2cpp_codegen_marshal_string(___name1);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_variable)(___L0, ____name1_marshaled, ___get2, ___set3);
|
|
|
|
// Marshaling cleanup of parameter '___name1' native representation
|
|
il2cpp_codegen_marshal_free(____name1_marshaled);
|
|
____name1_marshaled = NULL;
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_constant(intptr_t, char*, double);
|
|
// System.Void LuaInterface.LuaDLL::tolua_constant(System.IntPtr,System.String,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_constant_m4187F17DAC242869926606DB3BC848E86EA00E7B (intptr_t ___L0, String_t* ___name1, double ___val2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, char*, double);
|
|
|
|
// Marshaling of parameter '___name1' to native representation
|
|
char* ____name1_marshaled = NULL;
|
|
____name1_marshaled = il2cpp_codegen_marshal_string(___name1);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_constant)(___L0, ____name1_marshaled, ___val2);
|
|
|
|
// Marshaling cleanup of parameter '___name1' native representation
|
|
il2cpp_codegen_marshal_free(____name1_marshaled);
|
|
____name1_marshaled = NULL;
|
|
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_beginenum(intptr_t, char*);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_beginenum(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_beginenum_m1AF0C1D62D4441E4FF79863A49BA293426840AD4 (intptr_t ___L0, String_t* ___name1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, char*);
|
|
|
|
// Marshaling of parameter '___name1' to native representation
|
|
char* ____name1_marshaled = NULL;
|
|
____name1_marshaled = il2cpp_codegen_marshal_string(___name1);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_beginenum)(___L0, ____name1_marshaled);
|
|
|
|
// Marshaling cleanup of parameter '___name1' native representation
|
|
il2cpp_codegen_marshal_free(____name1_marshaled);
|
|
____name1_marshaled = NULL;
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_endenum(intptr_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_endenum(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_endenum_m2A0060B80DEDAA013F1A965D9C5D9F5D300546C9 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_endenum)(___L0);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_beginstaticclass(intptr_t, char*);
|
|
// System.Void LuaInterface.LuaDLL::tolua_beginstaticclass(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_beginstaticclass_m55F4C2445A0CD77A5ACD16D3EF9AD06CFA16F6BD (intptr_t ___L0, String_t* ___name1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, char*);
|
|
|
|
// Marshaling of parameter '___name1' to native representation
|
|
char* ____name1_marshaled = NULL;
|
|
____name1_marshaled = il2cpp_codegen_marshal_string(___name1);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_beginstaticclass)(___L0, ____name1_marshaled);
|
|
|
|
// Marshaling cleanup of parameter '___name1' native representation
|
|
il2cpp_codegen_marshal_free(____name1_marshaled);
|
|
____name1_marshaled = NULL;
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_endstaticclass(intptr_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_endstaticclass(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_endstaticclass_mBC311BEAE0203942F5DB0EE1340655EAE488062E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_endstaticclass)(___L0);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_require(intptr_t, char*);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_require(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_require_mC5533F0EE5C504721922A9828EC01A2436531F48 (intptr_t ___L0, String_t* ___fileName1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, char*);
|
|
|
|
// Marshaling of parameter '___fileName1' to native representation
|
|
char* ____fileName1_marshaled = NULL;
|
|
____fileName1_marshaled = il2cpp_codegen_marshal_string(___fileName1);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_require)(___L0, ____fileName1_marshaled);
|
|
|
|
// Marshaling cleanup of parameter '___fileName1' native representation
|
|
il2cpp_codegen_marshal_free(____fileName1_marshaled);
|
|
____fileName1_marshaled = NULL;
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_getmetatableref(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_getmetatableref(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_getmetatableref_m418890BA7C1E5C62B0889744467DED1B78899613 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_getmetatableref)(___L0, ___pos1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_setflag(int32_t, int8_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_setflag(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_setflag_mE1805F3E1A61E40F2E77FD37A36F294DF0235415 (int32_t ___bit0, bool ___flag1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (int32_t, int8_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_setflag)(___bit0, static_cast<int8_t>(___flag1));
|
|
|
|
}
|
|
IL2CPP_EXTERN_C int8_t CDECL tolua_isvptrtable(intptr_t, int32_t);
|
|
// System.Boolean LuaInterface.LuaDLL::tolua_isvptrtable(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_tolua_isvptrtable_mB0CBA9D26AEB19887E11AE2F0BD89841173E030A (intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
typedef int8_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int8_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_isvptrtable)(___L0, ___index1);
|
|
|
|
return static_cast<bool>(returnValue);
|
|
}
|
|
// System.Int32 LuaInterface.LuaDLL::toluaL_exception(System.IntPtr,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960 (intptr_t ___L0, Exception_t * ___e1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaException.luaStack = new LuaException(e.Message, e, 2);
|
|
Exception_t * L_0 = ___e1;
|
|
NullCheck(L_0);
|
|
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_0);
|
|
Exception_t * L_2 = ___e1;
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_3 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_3, L_1, L_2, 2, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
((LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields*)il2cpp_codegen_static_fields_for(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var))->set_luaStack_17(L_3);
|
|
// return tolua_error(L, e.Message);
|
|
intptr_t L_4 = ___L0;
|
|
Exception_t * L_5 = ___e1;
|
|
NullCheck(L_5);
|
|
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_5);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = LuaDLL_tolua_error_m8AF65F8618A32B66804C229659A182CDB428727B((intptr_t)L_4, L_6, /*hidden argument*/NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaDLL::toluaL_exception(System.IntPtr,System.Exception,System.Object,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15 (intptr_t ___L0, Exception_t * ___e1, RuntimeObject * ___o2, String_t* ___msg3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (o != null && !o.Equals(null))
|
|
RuntimeObject * L_0 = ___o2;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_1 = ___o2;
|
|
NullCheck(L_1);
|
|
bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_1, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// msg = e.Message;
|
|
Exception_t * L_3 = ___e1;
|
|
NullCheck(L_3);
|
|
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_3);
|
|
___msg3 = L_4;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// LuaException.luaStack = new LuaException(msg, e, 2);
|
|
String_t* L_5 = ___msg3;
|
|
Exception_t * L_6 = ___e1;
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_7 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_7, L_5, L_6, 2, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
((LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields*)il2cpp_codegen_static_fields_for(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var))->set_luaStack_17(L_7);
|
|
// return tolua_error(L, msg);
|
|
intptr_t L_8 = ___L0;
|
|
String_t* L_9 = ___msg3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_10 = LuaDLL_tolua_error_m8AF65F8618A32B66804C229659A182CDB428727B((intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_loadbuffer(intptr_t, uint8_t*, int32_t, char*);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_loadbuffer(System.IntPtr,System.Byte[],System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_loadbuffer_mA00F5E7C6B55E47C92C421493DF8CBD593612EFE (intptr_t ___luaState0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buff1, int32_t ___size2, String_t* ___name3, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, uint8_t*, int32_t, char*);
|
|
|
|
// Marshaling of parameter '___buff1' to native representation
|
|
uint8_t* ____buff1_marshaled = NULL;
|
|
if (___buff1 != NULL)
|
|
{
|
|
____buff1_marshaled = reinterpret_cast<uint8_t*>((___buff1)->GetAddressAtUnchecked(0));
|
|
}
|
|
|
|
// Marshaling of parameter '___name3' to native representation
|
|
char* ____name3_marshaled = NULL;
|
|
____name3_marshaled = il2cpp_codegen_marshal_string(___name3);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_loadbuffer)(___luaState0, ____buff1_marshaled, ___size2, ____name3_marshaled);
|
|
|
|
// Marshaling cleanup of parameter '___name3' native representation
|
|
il2cpp_codegen_marshal_free(____name3_marshaled);
|
|
____name3_marshaled = NULL;
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int8_t CDECL tolua_toboolean(intptr_t, int32_t);
|
|
// System.Boolean LuaInterface.LuaDLL::tolua_toboolean(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_tolua_toboolean_mF766C52111A77C18B5CBC320E31BCC4F17F86BEF (intptr_t ___luaState0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
typedef int8_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int8_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_toboolean)(___luaState0, ___index1);
|
|
|
|
return static_cast<bool>(returnValue);
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_tointeger(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_tointeger(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_tointeger_m4C5223E636DFC03492DA37E31C7DEDB998CFDE58 (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_tointeger)(___luaState0, ___idx1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C intptr_t CDECL tolua_tolstring(intptr_t, int32_t, int32_t*);
|
|
// System.IntPtr LuaInterface.LuaDLL::tolua_tolstring(System.IntPtr,System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_tolua_tolstring_m0F145C0A0FDF83EE00065CB484D9BEAFD602E205 (intptr_t ___luaState0, int32_t ___index1, int32_t* ___strLen2, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t*);
|
|
|
|
// Native function invocation
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_tolstring)(___luaState0, ___index1, ___strLen2);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_pushlstring(intptr_t, uint8_t*, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_pushlstring(System.IntPtr,System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_pushlstring_mC06D0796D2A91E4A5E844492F378E31E2799B777 (intptr_t ___luaState0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___str1, int32_t ___size2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, uint8_t*, int32_t);
|
|
|
|
// Marshaling of parameter '___str1' to native representation
|
|
uint8_t* ____str1_marshaled = NULL;
|
|
if (___str1 != NULL)
|
|
{
|
|
____str1_marshaled = reinterpret_cast<uint8_t*>((___str1)->GetAddressAtUnchecked(0));
|
|
}
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_pushlstring)(___luaState0, ____str1_marshaled, ___size2);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_objlen(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_objlen(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_objlen_mE1C1036C272A615C0F29B24F78BDBECB75300528 (intptr_t ___luaState0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_objlen)(___luaState0, ___stackPos1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C intptr_t CDECL tolua_newuserdata(intptr_t, int32_t);
|
|
// System.IntPtr LuaInterface.LuaDLL::tolua_newuserdata(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_tolua_newuserdata_m0C37891BB15CED312E1D00CE4FA3EF8853494B9E (intptr_t ___luaState0, int32_t ___size1, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_newuserdata)(___luaState0, ___size1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_argerror(intptr_t, int32_t, char*);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_argerror(System.IntPtr,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_argerror_mB9781D2C707DA63921E5E51AC7B7EE45741356AA (intptr_t ___luaState0, int32_t ___narg1, String_t* ___extramsg2, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, char*);
|
|
|
|
// Marshaling of parameter '___extramsg2' to native representation
|
|
char* ____extramsg2_marshaled = NULL;
|
|
____extramsg2_marshaled = il2cpp_codegen_marshal_string(___extramsg2);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_argerror)(___luaState0, ___narg1, ____extramsg2_marshaled);
|
|
|
|
// Marshaling cleanup of parameter '___extramsg2' native representation
|
|
il2cpp_codegen_marshal_free(____extramsg2_marshaled);
|
|
____extramsg2_marshaled = NULL;
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_error(intptr_t, char*);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_error(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_error_m8AF65F8618A32B66804C229659A182CDB428727B (intptr_t ___L0, String_t* ___msg1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, char*);
|
|
|
|
// Marshaling of parameter '___msg1' to native representation
|
|
char* ____msg1_marshaled = NULL;
|
|
____msg1_marshaled = il2cpp_codegen_marshal_string(___msg1);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_error)(___L0, ____msg1_marshaled);
|
|
|
|
// Marshaling cleanup of parameter '___msg1' native representation
|
|
il2cpp_codegen_marshal_free(____msg1_marshaled);
|
|
____msg1_marshaled = NULL;
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_getfield(intptr_t, int32_t, char*);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_getfield(System.IntPtr,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_getfield_mBF564A4E58A22AA47AA98D0DA043BB9BE79B8FC5 (intptr_t ___L0, int32_t ___idx1, String_t* ___key2, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, char*);
|
|
|
|
// Marshaling of parameter '___key2' to native representation
|
|
char* ____key2_marshaled = NULL;
|
|
____key2_marshaled = il2cpp_codegen_marshal_string(___key2);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_getfield)(___L0, ___idx1, ____key2_marshaled);
|
|
|
|
// Marshaling cleanup of parameter '___key2' native representation
|
|
il2cpp_codegen_marshal_free(____key2_marshaled);
|
|
____key2_marshaled = NULL;
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_setfield(intptr_t, int32_t, char*);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_setfield(System.IntPtr,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_setfield_m726197DD06C8D97B5FA436590DA79EA0C3CDB4EC (intptr_t ___L0, int32_t ___idx1, String_t* ___key2, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, char*);
|
|
|
|
// Marshaling of parameter '___key2' to native representation
|
|
char* ____key2_marshaled = NULL;
|
|
____key2_marshaled = il2cpp_codegen_marshal_string(___key2);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_setfield)(___L0, ___idx1, ____key2_marshaled);
|
|
|
|
// Marshaling cleanup of parameter '___key2' native representation
|
|
il2cpp_codegen_marshal_free(____key2_marshaled);
|
|
____key2_marshaled = NULL;
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_gettable(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_gettable(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_gettable_m44E3038CDE56B87260E05C0A867DD574FB05B657 (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_gettable)(___luaState0, ___idx1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_settable(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_settable(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_settable_mDE6AB9EFB5F2BA980E49E1C7151E15ECA362619A (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_settable)(___luaState0, ___idx1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_getn(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_getn(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_getn_m095C311C4A9EEDB58BA56C75580A19121ECA0EF7 (intptr_t ___luaState0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_getn)(___luaState0, ___stackPos1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_strlen(intptr_t);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_strlen(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_strlen_m6D9801899F5D51296C403A28DC81D42BA5C8AF89 (intptr_t ___str0, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_strlen)(___str0);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_pushcfunction(intptr_t, intptr_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_pushcfunction(System.IntPtr,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_pushcfunction_m4F139C642C5818A1F8E3E9189CC1C6964C647256 (intptr_t ___L0, intptr_t ___fn1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, intptr_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_pushcfunction)(___L0, ___fn1);
|
|
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::tolua_pushcfunction(System.IntPtr,LuaInterface.LuaCSFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_pushcfunction_m29E7A4D931ADB073DCE412CB64BF4F169BAB0FB9 (intptr_t ___luaState0, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___func1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_tolua_pushcfunction_m29E7A4D931ADB073DCE412CB64BF4F169BAB0FB9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// IntPtr fn = Marshal.GetFunctionPointerForDelegate(func);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_0 = ___func1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
|
|
intptr_t L_1 = Marshal_GetFunctionPointerForDelegate_TisLuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_mC47D09AD0344D2CA3D17A63D4BBF5A0A06C74FF8(L_0, /*hidden argument*/Marshal_GetFunctionPointerForDelegate_TisLuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_mC47D09AD0344D2CA3D17A63D4BBF5A0A06C74FF8_RuntimeMethod_var);
|
|
V_0 = (intptr_t)L_1;
|
|
// tolua_pushcfunction(luaState, fn);
|
|
intptr_t L_2 = ___luaState0;
|
|
intptr_t L_3 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushcfunction_m4F139C642C5818A1F8E3E9189CC1C6964C647256((intptr_t)L_2, (intptr_t)L_3, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.String LuaInterface.LuaDLL::tolua_findtable(System.IntPtr,System.Int32,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaDLL_tolua_findtable_m1C40835D4CE9508B3C28E77F1924034572C39E3B (intptr_t ___L0, int32_t ___idx1, String_t* ___name2, int32_t ___size3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_tolua_findtable_m1C40835D4CE9508B3C28E77F1924034572C39E3B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
{
|
|
// int oldTop = lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// IntPtr p = LuaDLL.luaL_findtable(L, idx, name, size);
|
|
intptr_t L_2 = ___L0;
|
|
int32_t L_3 = ___idx1;
|
|
String_t* L_4 = ___name2;
|
|
int32_t L_5 = ___size3;
|
|
intptr_t L_6 = LuaDLL_luaL_findtable_mCE690174FA2C874DF17DDA8F7639B924E6A7E086((intptr_t)L_2, L_3, L_4, L_5, /*hidden argument*/NULL);
|
|
V_1 = (intptr_t)L_6;
|
|
// if (p != IntPtr.Zero)
|
|
intptr_t L_7 = V_1;
|
|
bool L_8 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61((intptr_t)L_7, (intptr_t)(0), /*hidden argument*/NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_settop(L, oldTop);
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_settop_m4BCB928D2559342AADC033F7EDFF34193E5FE76E((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
// int len = LuaDLL.tolua_strlen(p);
|
|
intptr_t L_11 = V_1;
|
|
int32_t L_12 = LuaDLL_tolua_strlen_m6D9801899F5D51296C403A28DC81D42BA5C8AF89((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_2 = L_12;
|
|
// return LuaDLL.lua_ptrtostring(p, len);
|
|
intptr_t L_13 = V_1;
|
|
int32_t L_14 = V_2;
|
|
String_t* L_15 = LuaDLL_lua_ptrtostring_mA59883E99CB26816804DCD7DC19F4A15BA3F039D((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
return L_15;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// return null;
|
|
return (String_t*)NULL;
|
|
}
|
|
}
|
|
// System.IntPtr LuaInterface.LuaDLL::tolua_atpanic(System.IntPtr,LuaInterface.LuaCSFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_tolua_atpanic_m10F64D7578A40CC63388EB0A67A061883CD22BD6 (intptr_t ___L0, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___func1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_tolua_atpanic_m10F64D7578A40CC63388EB0A67A061883CD22BD6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// IntPtr fn = Marshal.GetFunctionPointerForDelegate(func);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_0 = ___func1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
|
|
intptr_t L_1 = Marshal_GetFunctionPointerForDelegate_TisLuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_mC47D09AD0344D2CA3D17A63D4BBF5A0A06C74FF8(L_0, /*hidden argument*/Marshal_GetFunctionPointerForDelegate_TisLuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_mC47D09AD0344D2CA3D17A63D4BBF5A0A06C74FF8_RuntimeMethod_var);
|
|
V_0 = (intptr_t)L_1;
|
|
// return lua_atpanic(L, fn);
|
|
intptr_t L_2 = ___L0;
|
|
intptr_t L_3 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
intptr_t L_4 = LuaDLL_lua_atpanic_m5C8BC59E08BD1C7BB3C9AC234156B0944228C502((intptr_t)L_2, (intptr_t)L_3, /*hidden argument*/NULL);
|
|
return (intptr_t)L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C intptr_t CDECL tolua_buffinit(intptr_t);
|
|
// System.IntPtr LuaInterface.LuaDLL::tolua_buffinit(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaDLL_tolua_buffinit_mEE6D0961E282AA4DF3EFDC5E1E3B01BB73749447 (intptr_t ___luaState0, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_buffinit)(___luaState0);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_addlstring(intptr_t, char*, int32_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_addlstring(System.IntPtr,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_addlstring_m05BCC9A1724E930A471659571A61B6331E165872 (intptr_t ___b0, String_t* ___str1, int32_t ___l2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, char*, int32_t);
|
|
|
|
// Marshaling of parameter '___str1' to native representation
|
|
char* ____str1_marshaled = NULL;
|
|
____str1_marshaled = il2cpp_codegen_marshal_string(___str1);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_addlstring)(___b0, ____str1_marshaled, ___l2);
|
|
|
|
// Marshaling cleanup of parameter '___str1' native representation
|
|
il2cpp_codegen_marshal_free(____str1_marshaled);
|
|
____str1_marshaled = NULL;
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_addstring(intptr_t, char*);
|
|
// System.Void LuaInterface.LuaDLL::tolua_addstring(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_addstring_m116829D6BDF89D09A8D88969B06E73908469857D (intptr_t ___b0, String_t* ___s1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, char*);
|
|
|
|
// Marshaling of parameter '___s1' to native representation
|
|
char* ____s1_marshaled = NULL;
|
|
____s1_marshaled = il2cpp_codegen_marshal_string(___s1);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_addstring)(___b0, ____s1_marshaled);
|
|
|
|
// Marshaling cleanup of parameter '___s1' native representation
|
|
il2cpp_codegen_marshal_free(____s1_marshaled);
|
|
____s1_marshaled = NULL;
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_addchar(intptr_t, uint8_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_addchar(System.IntPtr,System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_addchar_mC10865E152C8960EF144FF36D8A483A393E5C370 (intptr_t ___b0, uint8_t ___s1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, uint8_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_addchar)(___b0, ___s1);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_pushresult(intptr_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_pushresult(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_pushresult_m8D758828FCC575884898E139B1A9C8646B1E2243 (intptr_t ___b0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_pushresult)(___b0);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_update(intptr_t, float, float);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_update(System.IntPtr,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_update_m8652D8812F54290FE2CCEB611106A13F6D3B5168 (intptr_t ___L0, float ___deltaTime1, float ___unscaledDelta2, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, float, float);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_update)(___L0, ___deltaTime1, ___unscaledDelta2);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_lateupdate(intptr_t);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_lateupdate(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_lateupdate_mB9119C6FC16F0A0EE60A934FD5E5C2F5B2BF6AEA (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_lateupdate)(___L0);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_fixedupdate(intptr_t, float);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_fixedupdate(System.IntPtr,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_fixedupdate_m85042EE106792AA51ABA3728A5351954720105F1 (intptr_t ___L0, float ___fixedTime1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, float);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_fixedupdate)(___L0, ___fixedTime1);
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C void CDECL tolua_regthis(intptr_t, intptr_t, intptr_t);
|
|
// System.Void LuaInterface.LuaDLL::tolua_regthis(System.IntPtr,System.IntPtr,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_regthis_m92DDA0A6DE451A2EAE67CDF8D80C7DC0F5829DF9 (intptr_t ___L0, intptr_t ___get1, intptr_t ___set2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc) (intptr_t, intptr_t, intptr_t);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(tolua_regthis)(___L0, ___get1, ___set2);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_where(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_where(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_where_m3EE5E57FA046A37C72F5CDE63D49E4DA3D2731D1 (intptr_t ___L0, int32_t ___level1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_where)(___L0, ___level1);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::tolua_bindthis(System.IntPtr,LuaInterface.LuaCSFunction,LuaInterface.LuaCSFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_bindthis_mE37C9C593B8DEED6C501BF6B585A980D324F98D8 (intptr_t ___L0, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___get1, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___set2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL_tolua_bindthis_mE37C9C593B8DEED6C501BF6B585A980D324F98D8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// IntPtr pGet = IntPtr.Zero;
|
|
V_0 = (intptr_t)(0);
|
|
// IntPtr pSet = IntPtr.Zero;
|
|
V_1 = (intptr_t)(0);
|
|
// if (get != null)
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_0 = ___get1;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// pGet = Marshal.GetFunctionPointerForDelegate(get);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_1 = ___get1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
|
|
intptr_t L_2 = Marshal_GetFunctionPointerForDelegate_TisLuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_mC47D09AD0344D2CA3D17A63D4BBF5A0A06C74FF8(L_1, /*hidden argument*/Marshal_GetFunctionPointerForDelegate_TisLuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_mC47D09AD0344D2CA3D17A63D4BBF5A0A06C74FF8_RuntimeMethod_var);
|
|
V_0 = (intptr_t)L_2;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// if (set != null)
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_3 = ___set2;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// pSet = Marshal.GetFunctionPointerForDelegate(set);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_4 = ___set2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
|
|
intptr_t L_5 = Marshal_GetFunctionPointerForDelegate_TisLuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_mC47D09AD0344D2CA3D17A63D4BBF5A0A06C74FF8(L_4, /*hidden argument*/Marshal_GetFunctionPointerForDelegate_TisLuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_mC47D09AD0344D2CA3D17A63D4BBF5A0A06C74FF8_RuntimeMethod_var);
|
|
V_1 = (intptr_t)L_5;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// tolua_regthis(L, pGet, pSet);
|
|
intptr_t L_6 = ___L0;
|
|
intptr_t L_7 = V_0;
|
|
intptr_t L_8 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_regthis_m92DDA0A6DE451A2EAE67CDF8D80C7DC0F5829DF9((intptr_t)L_6, (intptr_t)L_7, (intptr_t)L_8, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CDECL tolua_getclassref(intptr_t, int32_t);
|
|
// System.Int32 LuaInterface.LuaDLL::tolua_getclassref(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_tolua_getclassref_m251223E4A2A47503E2525BBCF80FC85D9A8DA8D6 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t);
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(tolua_getclassref)(___L0, ___pos1);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL__ctor_m307943959FB06EF97B0409E088884F20E9BB48F2 (LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL__cctor_m8D38B1D27B511FC8D66B0474E26A94767D7B4880 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaDLL__cctor_m8D38B1D27B511FC8D66B0474E26A94767D7B4880_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static string version = "1.0.7.386";
|
|
((LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_StaticFields*)il2cpp_codegen_static_fields_for(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var))->set_version_0(_stringLiteral1E3633E4E643419DB475728A3F1BB39153ECEBC0);
|
|
// public static int LUA_MULTRET = -1;
|
|
((LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_StaticFields*)il2cpp_codegen_static_fields_for(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var))->set_LUA_MULTRET_1((-1));
|
|
// public static string[] LuaTypeName = { "none", "nil", "boolean", "lightuserdata", "number", "string", "table", "function", "userdata", "thread" };
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10));
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteral71F8E7976E4CBC4561C9D62FB283E7F788202ACB);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral71F8E7976E4CBC4561C9D62FB283E7F788202ACB);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteralB5366A2D2AC98DAE978423083F8B09E5CDDC705D);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralB5366A2D2AC98DAE978423083F8B09E5CDDC705D);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2;
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, _stringLiteral48647474B89FA8F56ED6BDA0F8148A17B51B97BD);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral48647474B89FA8F56ED6BDA0F8148A17B51B97BD);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3;
|
|
NullCheck(L_4);
|
|
ArrayElementTypeCheck (L_4, _stringLiteral496A44FD975C9B1D09ECC8A41570035DCDEBB690);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral496A44FD975C9B1D09ECC8A41570035DCDEBB690);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = L_4;
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, _stringLiteral53B0A1B2FADF4E040CDC2155A7340DE24ACA93CB);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral53B0A1B2FADF4E040CDC2155A7340DE24ACA93CB);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_5;
|
|
NullCheck(L_6);
|
|
ArrayElementTypeCheck (L_6, _stringLiteralECB252044B5EA0F679EE78EC1A12904739E2904D);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteralECB252044B5EA0F679EE78EC1A12904739E2904D);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6;
|
|
NullCheck(L_7);
|
|
ArrayElementTypeCheck (L_7, _stringLiteralC3EE137D4F22EB06ED1351D644F3674592C90836);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteralC3EE137D4F22EB06ED1351D644F3674592C90836);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = L_7;
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, _stringLiteralC218E39EFA2E1AAE69F39D2054528369CE1E1F46);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(7), (String_t*)_stringLiteralC218E39EFA2E1AAE69F39D2054528369CE1E1F46);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = L_8;
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, _stringLiteralED0E450A8F7A47D2DB31E869A2BD076FBE99DC14);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(8), (String_t*)_stringLiteralED0E450A8F7A47D2DB31E869A2BD076FBE99DC14);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_9;
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, _stringLiteralC283E375ED8CEBF3B8D1B5101FD51BB522961656);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (String_t*)_stringLiteralC283E375ED8CEBF3B8D1B5101FD51BB522961656);
|
|
((LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_StaticFields*)il2cpp_codegen_static_fields_for(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var))->set_LuaTypeName_2(L_10);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_State_mFD6F0D5B86F5793F36B153814F2516E6938906FB_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CStateU3Ek__BackingField_22();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_0 = __this->get_U3CResponseU3Ek__BackingField_16();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HTTPResponse_get_Data_mF67E7FCFA2CCE8E1293D694B35E133F7CAD7E51F_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_U3CDataU3Ek__BackingField_7();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Stage_set_soundVolume_m3D57A92C92CB286DD415B98F920A0DD0E56D6B3E_inline (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, float ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float soundVolume { get; set; }
|
|
float L_0 = ___value0;
|
|
__this->set_U3CsoundVolumeU3Ek__BackingField_71(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * SDKCallBack_get_Instance_m6E7E79FC4AC77D3AC3F36A4C4774DFAD786D1540_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SDKCallBack_get_Instance_m6E7E79FC4AC77D3AC3F36A4C4774DFAD786D1540AssemblyU2DCSharp14_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static SDKCallBack Instance { get; private set; }
|
|
SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * L_0 = ((SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05_StaticFields*)il2cpp_codegen_static_fields_for(SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05_il2cpp_TypeInfo_var))->get_U3CInstanceU3Ek__BackingField_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SDKCallBack_set_AuthCallback_m627315A573877D393E5C6622F01BA4F7E32CAEF0_inline (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public System.Action<int, string> AuthCallback { get; set; }
|
|
Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * L_0 = ___value0;
|
|
__this->set_U3CAuthCallbackU3Ek__BackingField_5(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SDKCallBack_set_ShareCallback_mAB70BBE84E540DBBB43AE71E305A10CF4FFB0F90_inline (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public System.Action ShareCallback { get; set; }
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_0 = ___value0;
|
|
__this->set_U3CShareCallbackU3Ek__BackingField_6(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * VerCheck_get_Instance_m8E3F89F2119C82B8E61B8668C3C48C6BAC1CCAC0_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VerCheck_get_Instance_m8E3F89F2119C82B8E61B8668C3C48C6BAC1CCAC0AssemblyU2DCSharp14_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static VerCheck Instance { get; private set; }
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_0 = ((VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7_StaticFields*)il2cpp_codegen_static_fields_for(VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7_il2cpp_TypeInfo_var))->get_U3CInstanceU3Ek__BackingField_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * LuaClient_get_Instance_mFA5CDDA1B5CBCE33BE3763886CFDB5220140B2CF_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaClient_get_Instance_mFA5CDDA1B5CBCE33BE3763886CFDB5220140B2CFAssemblyU2DCSharp14_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// get;
|
|
LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * L_0 = ((LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301_StaticFields*)il2cpp_codegen_static_fields_for(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301_il2cpp_TypeInfo_var))->get_U3CInstanceU3Ek__BackingField_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t GameApplication_get_StopMusic_m2411CB24EEAEF3EA9BC58AFEB27F14C2310A6E0C_inline (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int StopMusic { get; set; }
|
|
int32_t L_0 = __this->get_U3CStopMusicU3Ek__BackingField_12();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* GameApplication_get_GameInfo_m6095A45831F3240F15D9CF424344CEBE48BCD047_inline (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string GameInfo { get; set; }
|
|
String_t* L_0 = __this->get_U3CGameInfoU3Ek__BackingField_13();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t GameApplication_get_MusicValue_m82DAA1E16C7B09F6E82DB3EE38E6D04EE0FB5471_inline (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return _musicValue;
|
|
int32_t L_0 = __this->get__musicValue_14();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t GameApplication_get_SoundValue_m230B41C1728494A76FD78684B2B391CC405C0208_inline (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return _soundValue;
|
|
int32_t L_0 = __this->get__soundValue_15();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GameApplication_set_StopMusic_m4B6A4D84ACFFC7D6D779A9142FFB9DD51CF7004A_inline (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int StopMusic { get; set; }
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CStopMusicU3Ek__BackingField_12(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GameApplication_set_GameInfo_m1BD01E21E1AA618F51CC2233189260A80C212EDD_inline (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string GameInfo { get; set; }
|
|
String_t* L_0 = ___value0;
|
|
__this->set_U3CGameInfoU3Ek__BackingField_13(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Hotupdate_set_TextTip_m8F25E5401F5AC3B7856231DB0BDD9CF354FEB545_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string TextTip { get; set; }
|
|
String_t* L_0 = ___value0;
|
|
__this->set_U3CTextTipU3Ek__BackingField_10(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Hotupdate_set_HideDetail_m85E9EAAAD48E74078A705B7D6B10D05AA051E8BB_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool HideDetail { get; set; }
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CHideDetailU3Ek__BackingField_12(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Hotupdate_set_Progress_m56D87A88F2E0A73C4D3D44428A45BC7CDD455992_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, float ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get;set;
|
|
float L_0 = ___value0;
|
|
__this->set_U3CProgressU3Ek__BackingField_14(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Hotupdate_get_HideDetail_mB50D7F14DBA3F4CDFC70022B1A02AEA3D2BF2843_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool HideDetail { get; set; }
|
|
bool L_0 = __this->get_U3CHideDetailU3Ek__BackingField_12();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Hotupdate_set_Done_mD1EEE8536904E462EEC2AD9772E7B4F7AF5C0059_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get;set;
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CDoneU3Ek__BackingField_15(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Hotupdate_SetTipCallback_m0EE97BF224F651F2A8252E07F0C469184A4F67A4_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * ___callback0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// this._tip_callback = callback;
|
|
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * L_0 = ___callback0;
|
|
__this->set__tip_callback_13(L_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Hotupdate_get_TextTip_m2709ACDCAAA7B501A1D5899DC662EA6F3FE09866_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string TextTip { get; set; }
|
|
String_t* L_0 = __this->get_U3CTextTipU3Ek__BackingField_10();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Hotupdate_get_AssetName_m9516B6843E27C8E7E3DA94D2F6C835D0B088A7AD_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string AssetName { get; set; }
|
|
String_t* L_0 = __this->get_U3CAssetNameU3Ek__BackingField_11();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float Hotupdate_get_Progress_m74625CBCE1D3731A5885BA077AA9CD84858F0997_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get;set;
|
|
float L_0 = __this->get_U3CProgressU3Ek__BackingField_14();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Hotupdate_get_Done_m285C01BF8BACE227F7C8468370FD08E28D334842_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get;set;
|
|
bool L_0 = __this->get_U3CDoneU3Ek__BackingField_15();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Hotupdate_set_AssetName_mA74E341F0EC448E3C88DD1A7F91F49271C2729D8_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string AssetName { get; set; }
|
|
String_t* L_0 = ___value0;
|
|
__this->set_U3CAssetNameU3Ek__BackingField_11(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Log_set_IsOpen_mF4B30D5CCAB7F01714FB1FFA9BD592055798280B_inline (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_set_IsOpen_mF4B30D5CCAB7F01714FB1FFA9BD592055798280BAssemblyU2DCSharp14_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsOpen { set; get; }
|
|
bool L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->set_U3CIsOpenU3Ek__BackingField_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Log_set_IsScreenOpen_mCA7F45D24E4FDE9786E6CCC9BF7B79CDCD3E65A5_inline (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_set_IsScreenOpen_mCA7F45D24E4FDE9786E6CCC9BF7B79CDCD3E65A5AssemblyU2DCSharp14_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsScreenOpen { set; get; }
|
|
bool L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->set_U3CIsScreenOpenU3Ek__BackingField_1(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Log_set_IsDebug_m1577696C11E4CAC74AE1EDF0650FDE2D4252558F_inline (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_set_IsDebug_m1577696C11E4CAC74AE1EDF0650FDE2D4252558FAssemblyU2DCSharp14_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsDebug { set; get; }
|
|
bool L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->set_U3CIsDebugU3Ek__BackingField_3(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Log_set_IsInfo_m6096B60489D470ED009CFD261424855182ECCEA2_inline (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_set_IsInfo_m6096B60489D470ED009CFD261424855182ECCEA2AssemblyU2DCSharp14_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsInfo { set; get; }
|
|
bool L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->set_U3CIsInfoU3Ek__BackingField_2(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Log_set_IsWarning_mFE85C14CCB920C3865202EF82F5F74E2D2E2905E_inline (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_set_IsWarning_mFE85C14CCB920C3865202EF82F5F74E2D2E2905EAssemblyU2DCSharp14_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsWarning { set; get; }
|
|
bool L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->set_U3CIsWarningU3Ek__BackingField_4(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Log_set_IsError_mBE263C10788B40875FF8C5C84D4C95239C840BCB_inline (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_set_IsError_mBE263C10788B40875FF8C5C84D4C95239C840BCBAssemblyU2DCSharp14_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsError { set; get; }
|
|
bool L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->set_U3CIsErrorU3Ek__BackingField_5(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Log_set_IsExcept_m796B7CC79872386910196F1085AE118ED646F913_inline (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_set_IsExcept_m796B7CC79872386910196F1085AE118ED646F913AssemblyU2DCSharp14_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsExcept { set; get; }
|
|
bool L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->set_U3CIsExceptU3Ek__BackingField_6(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Log_set_IsCritical_m2244EDF021D6DE8B7B639812B56E248232D4FBA8_inline (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_set_IsCritical_m2244EDF021D6DE8B7B639812B56E248232D4FBA8AssemblyU2DCSharp14_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsCritical { set; get; }
|
|
bool L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->set_U3CIsCriticalU3Ek__BackingField_7(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Log_get_IsDebug_m72DC8165452C3B013451A6AF87BA59915900086F_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_get_IsDebug_m72DC8165452C3B013451A6AF87BA59915900086FAssemblyU2DCSharp14_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsDebug { set; get; }
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->get_U3CIsDebugU3Ek__BackingField_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Log_get_IsInfo_m5BD3493CF157BB17D60BDEA4164707EC046C3330_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_get_IsInfo_m5BD3493CF157BB17D60BDEA4164707EC046C3330AssemblyU2DCSharp14_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsInfo { set; get; }
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->get_U3CIsInfoU3Ek__BackingField_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Log_get_IsWarning_m2FE2A4C6754B770F783853DDBF33D8DF4FFA8BE8_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_get_IsWarning_m2FE2A4C6754B770F783853DDBF33D8DF4FFA8BE8AssemblyU2DCSharp14_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsWarning { set; get; }
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->get_U3CIsWarningU3Ek__BackingField_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Log_get_IsError_m60C9A8E48BD3C67FD49BE48A411478D965F17D32_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_get_IsError_m60C9A8E48BD3C67FD49BE48A411478D965F17D32AssemblyU2DCSharp14_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsError { set; get; }
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->get_U3CIsErrorU3Ek__BackingField_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Log_get_IsExcept_m62B9DD6866210BC612833654DFA6958DB8534112_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_get_IsExcept_m62B9DD6866210BC612833654DFA6958DB8534112AssemblyU2DCSharp14_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsExcept { set; get; }
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->get_U3CIsExceptU3Ek__BackingField_6();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Log_get_IsCritical_m75752A2F3C5764AE356DB3464F6BE3C297DB5D0F_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_get_IsCritical_m75752A2F3C5764AE356DB3464F6BE3C297DB5D0FAssemblyU2DCSharp14_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsCritical { set; get; }
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->get_U3CIsCriticalU3Ek__BackingField_7();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Log_get_IsOpen_mEAE01DD06ECF65B35A6899A1B77289FD2DB702F8_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Log_get_IsOpen_mEAE01DD06ECF65B35A6899A1B77289FD2DB702F8AssemblyU2DCSharp14_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static bool IsOpen { set; get; }
|
|
IL2CPP_RUNTIME_CLASS_INIT(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_StaticFields*)il2cpp_codegen_static_fields_for(Log_tF7D8F6BC4619FEEBAF70E820FA6BE9653427E05B_il2cpp_TypeInfo_var))->get_U3CIsOpenU3Ek__BackingField_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * LuaState_Get_mD5CEDF5D82EFE1715EAEA521EEF00D2B29D7C5DF_inline (intptr_t ___ptr0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaState_Get_mD5CEDF5D82EFE1715EAEA521EEF00D2B29D7C5DFAssemblyU2DCSharp14_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return mainState;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_il2cpp_TypeInfo_var);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_StaticFields*)il2cpp_codegen_static_fields_for(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_il2cpp_TypeInfo_var))->get_mainState_28();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LuaClient_set_Instance_mFE6711D29A69AB75EDCDC939CA0FDA9CA6A993C0_inline (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaClient_set_Instance_mFE6711D29A69AB75EDCDC939CA0FDA9CA6A993C0AssemblyU2DCSharp14_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// protected set;
|
|
LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * L_0 = ___value0;
|
|
((LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301_StaticFields*)il2cpp_codegen_static_fields_for(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301_il2cpp_TypeInfo_var))->set_U3CInstanceU3Ek__BackingField_4(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * LuaBaseRef_GetLuaState_m59DE3FCE4CC705ACD929988CF70F8609260CD99B_inline (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return luaState;
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = __this->get_luaState_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LuaByteBuffer_set_Length_m60181AD4C5235A50DECDF8134F634318761EAB90_inline (LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// private set;
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CLengthU3Ek__BackingField_1(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaByteBuffer_get_Length_m5BF6CB69B00E37D9BFFF0691A4B493BBBCE2277A_inline (LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get;
|
|
int32_t L_0 = __this->get_U3CLengthU3Ek__BackingField_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_m_stringLength_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared_inline (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ((EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->get__size_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
int32_t L_1 = (int32_t)__this->get__size_2();
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get__items_1();
|
|
int32_t L_3 = ___index0;
|
|
RuntimeObject * L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, (int32_t)L_3);
|
|
return L_4;
|
|
}
|
|
}
|