34753 lines
1.7 MiB
34753 lines
1.7 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"
|
|
|
|
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);
|
|
}
|
|
};
|
|
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, typename T1, typename T2, typename T3>
|
|
struct VirtFuncInvoker3
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, 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 T1, typename T2>
|
|
struct VirtActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct VirtFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, 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 T1, typename T2>
|
|
struct GenericVirtActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct GenericVirtFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, 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 T1, typename T2>
|
|
struct InterfaceActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct InterfaceFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2>
|
|
struct GenericInterfaceActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct GenericInterfaceFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
|
|
// ArrayPool`1<System.Char>
|
|
struct ArrayPool_1_t4E410A9E4904EDEE76FECB439B769EA08E66D709;
|
|
// 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;
|
|
// CString
|
|
struct CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8;
|
|
// CString/CStringBlock
|
|
struct CStringBlock_tE77990247FB40336C2003BB93024CD64BA082C2E;
|
|
// DSLuaClient
|
|
struct DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C;
|
|
// ExceptionReporter
|
|
struct ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA;
|
|
// IStringBlock
|
|
struct IStringBlock_t548ECA080302CD1FFCA20AD19F185577EFFAC116;
|
|
// LuaInterface.EventObject
|
|
struct EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7;
|
|
// LuaInterface.LuaArrayTable
|
|
struct LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727;
|
|
// LuaInterface.LuaBaseRef
|
|
struct LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4;
|
|
// LuaInterface.LuaBeatEvent
|
|
struct LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033;
|
|
// LuaInterface.LuaCSFunction
|
|
struct LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE;
|
|
// LuaInterface.LuaConstructor
|
|
struct LuaConstructor_tFD182305C354FE01AE8A5AAE0B92771A065FC6DF;
|
|
// LuaInterface.LuaDictTable
|
|
struct LuaDictTable_tBD3685E00B4FE4B5D6672687AA140BEC39A27356;
|
|
// LuaInterface.LuaException
|
|
struct LuaException_t362D5A575564491633FB3233987012974B1564C4;
|
|
// LuaInterface.LuaField
|
|
struct LuaField_tC8BFD212BB1A4C7EFC68688A6026A7CAABA93E83;
|
|
// LuaInterface.LuaFileUtils
|
|
struct LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE;
|
|
// LuaInterface.LuaFunction
|
|
struct LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B;
|
|
// LuaInterface.LuaHookFunc
|
|
struct LuaHookFunc_tC30C669CB2AC6BFBAD9DC3B0CB1303E85204CB1E;
|
|
// LuaInterface.LuaMethod
|
|
struct LuaMethod_t0990B22A85382B95F5292A6C222FB1DB05CA9FB6;
|
|
// LuaInterface.LuaObjectPool
|
|
struct LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A;
|
|
// LuaInterface.LuaObjectPool/PoolNode
|
|
struct PoolNode_t75CF0DEC0B0306B19BDB6E8C11A24F6721A9A3B4;
|
|
// LuaInterface.LuaOut`1<UnityEngine.Bounds>
|
|
struct LuaOut_1_tBAD8FA23A2875FBBED5D6BCFC169B5E5F7000A5C;
|
|
// LuaInterface.LuaOut`1<UnityEngine.Color>
|
|
struct LuaOut_1_t9392169A91D49385D53392069F969BF42469EFE4;
|
|
// LuaInterface.LuaOut`1<UnityEngine.LayerMask>
|
|
struct LuaOut_1_t4F92453B34CDEFFD687A14A61A1B9A2750F5981B;
|
|
// LuaInterface.LuaOut`1<UnityEngine.Quaternion>
|
|
struct LuaOut_1_tB3FB62AB0182E8457C6F03E8D18B8293A8C8D950;
|
|
// LuaInterface.LuaOut`1<UnityEngine.Ray>
|
|
struct LuaOut_1_t26B879DF301B69AE2F0DF84E59A3BF0D7B547C1D;
|
|
// LuaInterface.LuaOut`1<UnityEngine.RaycastHit>
|
|
struct LuaOut_1_tCE40C0B4886FC05F89C3E2FC8BD18BB58DB9715F;
|
|
// LuaInterface.LuaOut`1<UnityEngine.Touch>
|
|
struct LuaOut_1_t8356830053EE5EF6CF3D7182E90A7E9DBE82B9C1;
|
|
// LuaInterface.LuaOut`1<UnityEngine.Vector2>
|
|
struct LuaOut_1_t7EB8EF935FF8C77ED88206C9141E80AD25C98A86;
|
|
// LuaInterface.LuaOut`1<UnityEngine.Vector3>
|
|
struct LuaOut_1_tCE5E1432A7151A363603F1FFE08AE081D40651BC;
|
|
// LuaInterface.LuaOut`1<UnityEngine.Vector4>
|
|
struct LuaOut_1_tDEA1890418133991120595095C39121967E1FA45;
|
|
// LuaInterface.LuaProperty
|
|
struct LuaProperty_tECD5962B0CF9D8129AA119086EE40ED9AD924A0C;
|
|
// LuaInterface.LuaReflection
|
|
struct LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F;
|
|
// LuaInterface.LuaState
|
|
struct LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE;
|
|
// LuaInterface.LuaState/<>c
|
|
struct U3CU3Ec_tF30569C7568016374E38A4E928532665ED5B3634;
|
|
// LuaInterface.LuaStatePtr
|
|
struct LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C;
|
|
// LuaInterface.LuaTable
|
|
struct LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87;
|
|
// LuaInterface.LuaThread
|
|
struct LuaThread_tE3CD20787632CE8A9ACACDD031EB48E821A20D10;
|
|
// LuaInterface.LuaUnityLibs
|
|
struct LuaUnityLibs_tE4B937F19FF47E6B9FB42F1E3A9A9DCC6F88DB44;
|
|
// LuaInterface.MonoPInvokeCallbackAttribute
|
|
struct MonoPInvokeCallbackAttribute_t6F873AE8CBB61A49CEAA8A92874D8719F9B07227;
|
|
// LuaInterface.NoToLuaAttribute
|
|
struct NoToLuaAttribute_t7012DEC948E5B7BEF68B4DD7501EE5528523BF1E;
|
|
// LuaInterface.NullObject
|
|
struct NullObject_t13A086A1C0162EF77A36B767C9C86D32E22816A8;
|
|
// LuaInterface.ObjectTranslator
|
|
struct ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF;
|
|
// LuaInterface.ObjectTranslator/<>c__DisplayClass22_0
|
|
struct U3CU3Ec__DisplayClass22_0_t876890255486C29DB2AE3C31666DDE27584E99A4;
|
|
// LuaInterface.ObjectTranslator/CompareObject
|
|
struct CompareObject_t68C895AE10CEE6EDA77DC4902BB96515237F623E;
|
|
// LuaInterface.ObjectTranslator/DelayGC
|
|
struct DelayGC_t608BA9FF5A937D664222123D00669DB01563D7EA;
|
|
// LuaInterface.ObjectTranslator/DelayGC[]
|
|
struct DelayGCU5BU5D_tA37409F23D55014D2A85EF41C3ACB64A704BA563;
|
|
// LuaInterface.OverrideDefinedAttribute
|
|
struct OverrideDefinedAttribute_t469AED0A11A64095A10245247F0B465C6AF0A888;
|
|
// LuaInterface.RaycastBits
|
|
struct RaycastBits_t30908F9B0CE25CADF248F62A7FDF62F462B95700;
|
|
// LuaInterface.ToLua/LuaPushVarObject
|
|
struct LuaPushVarObject_tFC9F97BA75B4C9D481D1FABC3F1EE447510D5E5A;
|
|
// LuaInterface.ToLua/LuaTableToVar
|
|
struct LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E;
|
|
// LuaInterface.ToLua/LuaTableToVar[]
|
|
struct LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6;
|
|
// LuaInterface.TouchBits
|
|
struct TouchBits_tF8B1EDC72187DF686DF18927CB4250D8B188F45C;
|
|
// LuaInterface.UseDefinedAttribute
|
|
struct UseDefinedAttribute_t087ABD84B105B16D4F42ACDB4390950BCBF529A7;
|
|
// LuaInterface_EventObjectWrap
|
|
struct LuaInterface_EventObjectWrap_t13B0CE0AD979DDD763C62BE4112CD2B62119A43B;
|
|
// LuaInterface_LuaConstructorWrap
|
|
struct LuaInterface_LuaConstructorWrap_tE28C591F0405803161FE546D75D3436929E45E5A;
|
|
// LuaInterface_LuaFieldWrap
|
|
struct LuaInterface_LuaFieldWrap_t9CBB837BE4C0D1B8A523B3C0D432C979DBFF261B;
|
|
// LuaInterface_LuaMethodWrap
|
|
struct LuaInterface_LuaMethodWrap_t64DF0219A3352B6DD7442C0CB9DDB80ED2A3CFE0;
|
|
// LuaInterface_LuaOutWrap
|
|
struct LuaInterface_LuaOutWrap_t509EE4F0432B0BE784EC0D8D4E3F1998D720C36F;
|
|
// LuaInterface_LuaPropertyWrap
|
|
struct LuaInterface_LuaPropertyWrap_t05AE320DF737C94A91354F6FBE2A243D3A61C1C4;
|
|
// LuaLooper
|
|
struct LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3;
|
|
// LuaResLoader
|
|
struct LuaResLoader_tA78634278595979C32DCDCE06623A4265079A9A9;
|
|
// Mono.Security.Cryptography.KeyPairPersistence
|
|
struct KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2;
|
|
// Mono.Security.Cryptography.RSAManaged
|
|
struct RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A;
|
|
// PathDefine
|
|
struct PathDefine_tE9B2DE7AA2452338AC31B9D5C7600D60B76F8E09;
|
|
// PlatformAndroid
|
|
struct PlatformAndroid_tD7F35AD9B57B987A0A7A9420E507A3EC45DBB01D;
|
|
// PlatformIOS
|
|
struct PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7;
|
|
// PlatformWindows
|
|
struct PlatformWindows_t13A8D6034405BF1C47B1F3248EB807FA787A27B2;
|
|
// QRCodePicture/<>c__DisplayClass2_0
|
|
struct U3CU3Ec__DisplayClass2_0_t5438D3D0CC378CD40C4DFAC130AB00D468749625;
|
|
// QRCodePicture/<_QRCodeShare>d__1
|
|
struct U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7;
|
|
// QRCodePictureWrap
|
|
struct QRCodePictureWrap_tC43A567771D9CD5E700029222F91D9698B1198C2;
|
|
// RSAHelperWrap
|
|
struct RSAHelperWrap_tA25B0B4F5DE4D547115E244ADE4F9E6BCD67F72A;
|
|
// SDKCallBack
|
|
struct SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05;
|
|
// System.Action
|
|
struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579;
|
|
// 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.IntPtr,System.String>
|
|
struct Action_2_tC9599D1DD7AE00404F47B0AFD4B9506560F47227;
|
|
// System.Action`2<System.Object,System.Int32>
|
|
struct Action_2_t88A472856F183AE803521FC39DAC3AE446810479;
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
|
|
// System.Attribute
|
|
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74;
|
|
// System.Boolean[]
|
|
struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>[]
|
|
struct EntryU5BU5D_tE3A30635C5B794ABD7983F09075F9D4F740716D9;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Type,LuaInterface.ToLua/LuaPushVarObject>[]
|
|
struct EntryU5BU5D_t4299601F615037C57E338A4C4990D313F583CAF3;
|
|
// System.Collections.Generic.Dictionary`2/Entry<ZXing.EncodeHintType,System.Object>[]
|
|
struct EntryU5BU5D_tD49D5FC4DAA09DE45F8CC21DA4374EAA261588D9;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32>
|
|
struct KeyCollection_tEECFF3D52DBAFA05FAD1589D36F0A8EEF9E2670E;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Type,LuaInterface.ToLua/LuaPushVarObject>
|
|
struct KeyCollection_t2BECF1C47BDD87AE6CD54B6AC1BA2F527F3E752B;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<ZXing.EncodeHintType,System.Object>
|
|
struct KeyCollection_tC1B115EDFDDE4145E1672A2464781AD56E6E0E7C;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>
|
|
struct ValueCollection_t7B108E5949AABED7EBC85ED1016365781619DAB7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Type,LuaInterface.ToLua/LuaPushVarObject>
|
|
struct ValueCollection_t7292C6D43B577B7807CCA121FA01E91A96EC722B;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<ZXing.EncodeHintType,System.Object>
|
|
struct ValueCollection_t10C75A9C0EF44E28A5FCA78117199D1FE9692839;
|
|
// 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.Int32Enum,System.Object>
|
|
struct Dictionary_2_tBE0C00013456CA812FD310466AF2583AE3E9B193;
|
|
// 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.Int32>
|
|
struct Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A;
|
|
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
|
|
struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA;
|
|
// 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.WeakReference>
|
|
struct Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3;
|
|
// 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.Dictionary`2<ZXing.EncodeHintType,System.Object>
|
|
struct Dictionary_2_t40CE861C1774140086DFBD4975837A6B614498DA;
|
|
// 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.IDictionary`2<ZXing.BarcodeFormat,System.Func`1<ZXing.Writer>>
|
|
struct IDictionary_2_t099D7B3778538436330A5DC56B492EE8B985996F;
|
|
// System.Collections.Generic.IDictionary`2<ZXing.EncodeHintType,System.Object>
|
|
struct IDictionary_2_t424C60F1B96F8B90D0292658B0D79EC1C0E43CFF;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.Object>
|
|
struct IEqualityComparer_1_tAE7A8756D8CF0882DD348DC328FB36FEE0FB7DD0;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.Type>
|
|
struct IEqualityComparer_1_t84A1E76CEF8A66F732C15925C1E1DBC7446DB3A4;
|
|
// System.Collections.Generic.IEqualityComparer`1<ZXing.EncodeHintType>
|
|
struct IEqualityComparer_1_t1DF23900D76B7CC699AA90A871923C39582F5A9D;
|
|
// System.Collections.Generic.List`1<CString>
|
|
struct List_1_tCB29D5D6A10C11FD5318C2554ECB73711702C600;
|
|
// 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<LuaInterface.LuaObjectPool/PoolNode>
|
|
struct List_1_t2EAB55ECDA5A431310E03AE5B2BE6D6CC544FD06;
|
|
// System.Collections.Generic.List`1<LuaInterface.ObjectTranslator/DelayGC>
|
|
struct List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC;
|
|
// System.Collections.Generic.List`1<System.Byte[]>
|
|
struct List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531;
|
|
// 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.Queue`1<CString/CStringBlock>
|
|
struct Queue_1_tE0AA1F5DFCE2EAA3400D0987876F4E684C6E5670;
|
|
// System.Collections.Generic.Queue`1<CString>
|
|
struct Queue_1_tB038AF0F9813DC76130F77888B9AFACB4C6A9D82;
|
|
// System.Collections.Generic.Stack`1<CString/CStringBlock>
|
|
struct Stack_1_tE0192236D56A9CA502CC0FCF47A96A404E192E14;
|
|
// System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>
|
|
struct Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211;
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
|
|
// System.Collections.Hashtable/bucket[]
|
|
struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A;
|
|
// System.Collections.ICollection
|
|
struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
|
|
// System.Collections.IEnumerator
|
|
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
|
|
// System.Collections.IEqualityComparer
|
|
struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C;
|
|
// System.Delegate
|
|
struct Delegate_t;
|
|
// System.DelegateData
|
|
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
|
|
// System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521;
|
|
// System.Exception
|
|
struct Exception_t;
|
|
// System.Func`1<ZXing.Writer>
|
|
struct Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean>
|
|
struct Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Object>
|
|
struct Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.String>
|
|
struct Func_3_t8509C573CEE9E3583AB831C5C8CE6810CA4E98CA;
|
|
// 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.Stream
|
|
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
// System.Predicate`1<LuaInterface.ObjectTranslator/DelayGC>
|
|
struct Predicate_1_t0E38A1E9CF3C1155CAD11B76D8B4FC3A180D2CF3;
|
|
// System.Predicate`1<System.Object>
|
|
struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979;
|
|
// System.Reflection.Binder
|
|
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
|
|
// System.Reflection.ConstructorInfo
|
|
struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF;
|
|
// System.Reflection.FieldInfo
|
|
struct FieldInfo_t;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// System.Reflection.PropertyInfo
|
|
struct PropertyInfo_t;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
|
|
// System.Security.Cryptography.KeySizes[]
|
|
struct KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E;
|
|
// System.Security.Cryptography.RSACryptoServiceProvider
|
|
struct RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4;
|
|
// 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.Type
|
|
struct Type_t;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
|
|
// System.Uri
|
|
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E;
|
|
// System.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
|
|
// TestConsole
|
|
struct TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843;
|
|
// UnityEngine.AudioSource
|
|
struct AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C;
|
|
// UnityEngine.Collider
|
|
struct Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF;
|
|
// UnityEngine.Color32[]
|
|
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983;
|
|
// UnityEngine.Coroutine
|
|
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC;
|
|
// UnityEngine.MonoBehaviour
|
|
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429;
|
|
// UnityEngine.Object
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0;
|
|
// UnityEngine.Rigidbody
|
|
struct Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5;
|
|
// UnityEngine.TextAsset
|
|
struct TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E;
|
|
// UnityEngine.Texture2D
|
|
struct Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C;
|
|
// UnityEngine.TrackedReference
|
|
struct TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107;
|
|
// UnityEngine.Transform
|
|
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA;
|
|
// Version
|
|
struct Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE;
|
|
// ZXing.BarcodeWriter
|
|
struct BarcodeWriter_tF7DB63887314B9D22185D8B6932941B1FE9D9428;
|
|
// ZXing.BarcodeWriterGeneric`1<System.Object>
|
|
struct BarcodeWriterGeneric_1_t642803242029408D9EB38406A299D5B31E486AFC;
|
|
// ZXing.BarcodeWriterGeneric`1<UnityEngine.Color32[]>
|
|
struct BarcodeWriterGeneric_1_t5DFA8C018247B1E6B785CEEC8CCAFE084A0BD7D3;
|
|
// ZXing.Common.BitMatrix
|
|
struct BitMatrix_t603A558C22BA7CDB3D44CC07B52DC93F6DC024EA;
|
|
// ZXing.Common.EncodingOptions
|
|
struct EncodingOptions_t750D4B405BAB1C5515EAC6C7E0FC66C6A4DC547B;
|
|
// ZXing.MultiFormatWriter
|
|
struct MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933;
|
|
// ZXing.QrCode.QrCodeEncodingOptions
|
|
struct QrCodeEncodingOptions_t8B4ACCFC41C5D11D793E8110884514085F598517;
|
|
// ZXing.Rendering.IBarcodeRenderer`1<System.Object>
|
|
struct IBarcodeRenderer_1_t923C77B67B0AD4F26B037321EC1E0AF90E64CD1F;
|
|
// ZXing.Rendering.IBarcodeRenderer`1<UnityEngine.Color32[]>
|
|
struct IBarcodeRenderer_1_tF1A811D3226106E466A5EF03B70C8C466F6DFDF3;
|
|
// ZXing.Writer
|
|
struct Writer_t7A6E8E777567C6F3786C8EBFF63E8455680964BC;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_2_t88A472856F183AE803521FC39DAC3AE446810479_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BarcodeWriter_tF7DB63887314B9D22185D8B6932941B1FE9D9428_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Color_t119BCA590009762C7223FDD3AF9706653AC84ED2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CompareObject_t68C895AE10CEE6EDA77DC4902BB96515237F623E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ConstStringTable_tA3D91A3B2781B23A6F40A925C6A0A968A103EDA3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Debugger_tF25B3752569516B8F625720AF3018F00F540BD0C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelayGC_t608BA9FF5A937D664222123D00669DB01563D7EA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Delegate_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t40CE861C1774140086DFBD4975837A6B614498DA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HTTPRequestStates_tF854F6984B2F5C8E8C3BA68FABA9C8C65C162576_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaConstructor_tFD182305C354FE01AE8A5AAE0B92771A065FC6DF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaDictTable_tBD3685E00B4FE4B5D6672687AA140BEC39A27356_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaField_tC8BFD212BB1A4C7EFC68688A6026A7CAABA93E83_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaMethod_t0990B22A85382B95F5292A6C222FB1DB05CA9FB6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaOut_1_t26B879DF301B69AE2F0DF84E59A3BF0D7B547C1D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaOut_1_t4F92453B34CDEFFD687A14A61A1B9A2750F5981B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaOut_1_t7EB8EF935FF8C77ED88206C9141E80AD25C98A86_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaOut_1_t8356830053EE5EF6CF3D7182E90A7E9DBE82B9C1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaOut_1_t9392169A91D49385D53392069F969BF42469EFE4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaOut_1_tB3FB62AB0182E8457C6F03E8D18B8293A8C8D950_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaOut_1_tBAD8FA23A2875FBBED5D6BCFC169B5E5F7000A5C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaOut_1_tCE40C0B4886FC05F89C3E2FC8BD18BB58DB9715F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaOut_1_tCE5E1432A7151A363603F1FFE08AE081D40651BC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaOut_1_tDEA1890418133991120595095C39121967E1FA45_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaProfiler_t78786C7FEDF2E554BA02F36D9994B7B1910F2C4E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaProperty_tECD5962B0CF9D8129AA119086EE40ED9AD924A0C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_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* OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PlatformAndroid_tD7F35AD9B57B987A0A7A9420E507A3EC45DBB01D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t0E38A1E9CF3C1155CAD11B76D8B4FC3A180D2CF3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* QrCodeEncodingOptions_t8B4ACCFC41C5D11D793E8110884514085F598517_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t8042AC201CD24100C27A016CC10DE8AC2F3FFCB5_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* TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E_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* Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_t4B66862BFAE55D8074CD446D5DB71FB979DD8F46_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass22_0_t876890255486C29DB2AE3C31666DDE27584E99A4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass2_0_t5438D3D0CC378CD40C4DFAC130AB00D468749625_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tF30569C7568016374E38A4E928532665ED5B3634_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WXData_tDC505A838952A3360267DE4854C3941CFFB83C12_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral063ECC22E046442E199F00178F3FC3DD6CBCABFD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0AFC0462BFDDB5C3B1B5BB1CD0B68F99FE97579E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0C2772E0AB62AA3AA604199628C9C3D5305DA8E5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral12F3444748D953991779E8ADAAFCDDAC07976CE1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral134F2C5A8EFE6B2B246EADA810862AAAB6969E63;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1615307CC4523F183E777DF67F168C86908E8007;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral19BA6347309D9E8CB506DB787B9A16D9F98FE9EB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1BCC59B324708CC856541522BD845C53A709D932;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1D0C8304BAEDCF8E3A78982C2E7C0B04622BF2A0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral250AFD27895AF6267F099DF3FABC3B1EAC3DA66C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2607B1ED46EACEFB41E33F1BADA9BBAC04F0CF35;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral26882FEB76AAC6272C9377DC0298C435629A5B58;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral291A0A58DFA6C640A90C1D868D2AF190775EA219;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2A53443E737A44B093A0DE6AD5300C98CB13DA86;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2BE88CA4242C76E8253AC62474851065032D6833;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2DC2EE1440BEAC9DCAE3BEBC4D45EA29EC9C9CEB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2FF2DFE36322448C6953616740A910BE57BBD4CA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral30D0CA319D4B6EDB8C4F4DCF25771F6FE7B65EEF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral36C616A25C4C71CFBB977C4555F87D61217A4295;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral37D38C276FE2E0CDC16C379F7F818E79839B9EE3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral396904AA8EE6C42B8ED7FA9EA3181C14A4246F43;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3AA8E0807E2646EF21E88C03E46FD360CD31FFA5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3BCE97D89DA6A9884FE17CE6C92DDA12CA6927C4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3DEB7456519697ECF4EEFC455516C969A3681BAE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral40672C0CC91BDD3A2C2B715AF2CCFF29D783CF4F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4343635CF237BAEF50D7A63F4E27D30059EBD2DF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4400E519867F651C4CAB1E7952A0A7BD6C9B708E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4462C8D8DD673CBB42141BC916C2C4FE7B578950;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral448AB73BA1C21E671E218FB91F2644C834F0C16F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral478ED19D763E19969A73CFE657341A0E4A3E6C0B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral49799DA7C8A5A2A48B68426D5A04A509EC9B57BA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4ADB15CB4065658F54160E58B1E7EE4456A9A505;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4B0ABEDB4477CEB396FBB1692909A927657B8FDE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4C82F23D91A75961F4D08134FC5AD0DFE6A4C36A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral55334F76A33BE0674410063FA4CB15D200425999;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral56806A1FFDDE7EF9980B8850997E6A7523AAF863;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral577EF7DC1516F4B3C43DDBE63327A8A039A0EDEC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral582681C2EAE02B3F3D399C0C26D321560F6C567A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5B648770BB541ABE7D12C619C9D800C5BD823404;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5BAB61EB53176449E25C2C82F172B82CB13FFB9D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5CAB6CC2063253A07CED6E5F1D2E762EDBA703B2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5CF880C28A744D407373B533165D51E44C92F738;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5FFE533B830F08A0326348A9160AFAFC8ADA44DB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral63A0B59B96E25926DE02114120C0B1ADC077AA39;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral64D2D2EDE10A54DCAA32A9016928263F88CB1A31;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral65AEA98C57DCD2A1FFB0D35CA20603CAAF7D9F03;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral663B90C899FA25A111067BE0C22FFC64DCF581C2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral694DEBC82C41EE77CCB35D6C3AA36519F25FE472;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6B33A4244A1468A39268C6FA95AE6BFD5EB419ED;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6C8453D3068655974181930570AA7E07E9733071;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6CA567603200FA0C9B07BB14FFA32E885F515066;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6D0D5876E6710EBB4F309B5AF01090CB97381D06;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6EEF6648406C333A4035CD5E60D0BF2ECF2606D7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral72C38DB3971A6EA8814A247896137B5E9178D049;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral73EF2F90B3C036F8A51779717139D0B16A1395A6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral758D62C965112976A480AB064EB0C1B87301F483;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A07AC42C1C41C9A4DC02EA22B0BA12914C2DB8B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7B006C1ED0B939994608B39602107BD4CC78E3B6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7CB6EFB98BA5972A9B5090DC2E517FE14D12CB04;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7CFE65A1B11B9CEEBE65FE095DDF9C08B4D8C723;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral814CD88FF37A6D82CA927CA2576EDD53070571EB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral83C35BBFC5281AE9DF49DB03F062438FC82226B0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8ED93E52205D29B17ECC79C95556C0C9560A24FF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8F01B293637F2084FCCC10E652BCDB985727ADA0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral92A4CAFED9FE56D0844AF995ADD638A77834B705;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral94412E1D85DB6B5C2428BE7AEC996FE4F39FA62D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral98E855669B5D93A951CD5BF4668F963DFDDB8E1E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9A78211436F6D425EC38F5C4E02270801F3524F8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9AD8EF05FB9086FFB5671F1C73CCB746B6D076C8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9AEBB428194191321E3D0F3E653CA2A8203A217E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9B2BF0193E167B5BFB3EF126843CBB52D083726B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9BEBA1FCC781C7171C748DF02A6EFF40A8B645F5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9E16F8619C3E2636EE0547BF1A22DB36E2B099BE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9F726188C1CB1A38B9B77BE49AF7CFA14C360330;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA071E6072C7B585BB8F8A3CE08CDCE914A592D54;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA3609367B92917A460B6FA4867DD0707AE70F7CF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA6E23F07C295C026EC182C1EA086781B2AAD29E0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA8F25143D7BF95C6B84A3428D86FDBBB831585C2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA966216A4778C419BC2A5276DFE05DF3D729FA16;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAD514761C3489375DDD7BD5969A86839DB608B29;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralADC83B19E793491B1C6EA0FD8B46CD9F32E592FC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB031DBE2D6EBB42CF9EFB04B68C943FC1589DA26;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB0908D2FBEC5A45E75FD586044D9E9D1FED0C5FF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB1F3C6EC23AD2A1C5BB8335CB9F0294BF900F7D8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB3C631CCD334FD1E5D8A9E62EE527BD6E1487992;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB5366A2D2AC98DAE978423083F8B09E5CDDC705D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB7D571A9D6D855BDAC31EE4361D82131A9F2A06A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB83B3134593095B465544087062CEF61A82724BD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB95A97052E20A036C292B97A8EF02A42631BE78D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBA3EF79B5A5CB455491D6551ED5B85E2802D2E89;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBCC728EEB60C9D2694BA3835678F400C666284A5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBD5E74866738B479114FA4A25EDC24B8A8F1709A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBF512AF01965A1AE4520A2E65D48C167B944B2F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBFFFD736CDDD08A4EEE689949C3399CB61DA773B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC218E39EFA2E1AAE69F39D2054528369CE1E1F46;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC283E375ED8CEBF3B8D1B5101FD51BB522961656;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC3EE137D4F22EB06ED1351D644F3674592C90836;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC476FD00CCF30C5701DE9368C551434D10BB9289;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC76DE9A734A7D99A103E2CD7A57A88618B0E6845;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCCDD1F7C8707E3F877F9926E7B07069CC7BD0B78;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD0C8E66B0AD56ED2C3220F1DC3C325C3C9606F96;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD1235C3DB609D6F0B36DC599989D5B527FFB0928;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD38055FBE71F44FD4AF1C0DC16903336D693C2E0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD4BA35793B9B14A1C9DFE7552C4AADB3500B92B0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD7492F9C2372D9EE271C0407541C3D2E3CAF1307;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDCDFD41CB6E96E78736DEB5F5ADD6F6311DA8E80;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE1F3EFC60A3352268B71FAFE591F38AA985A5DB2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE348875528B38F2A644595F06CE3F163DA553B46;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE3F139ABB7A549A1210B36F7DBF89215AD6C9902;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE5637F73A0F9720947FDD94EB39FE1B015489E1C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE63B5240EC2D5F7585915F4D28DDB5EFC058620C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEA3610F5153972FE1438A0DEE074E27B6F98B1DD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEA5F3D945ABF5260B54906CF761FB030999DB724;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEAEF99A09E561A86004BAEB87A80BB4CFCE8CE67;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEB23EFBB267893B699389AE74854547979D265BD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralECB252044B5EA0F679EE78EC1A12904739E2904D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEE9303122B166D155CC57CD4E2C0B96B8317EEE2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF2A3E2C15510DD541EEBC00FBE8F2C8992668777;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF4800DF8D1BC61FC95220645938CD65532A64067;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF4B3DC5B9F36FB63E35A6D955BB189EF2DBAE828;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF4E13519F847B4D370F27E68BF4D87938B805C9D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF73A1ED3BA3ECDB77D598229E52222AA1E735282;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF986AA4A3909EB152F4DE6BCA593A40388CA2E82;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFA242618D57DA3F49D19C83A65DE42CFBD6100F0;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_mC215CA1421B7DF8C0023F107CA72045332A79489_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mC76514884285DE0D69904E32FB9EC320E8F51D49_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BarcodeWriterGeneric_1_Write_m91FF1D95B37E4F1A6FDF6837EB2016A06F31019E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BarcodeWriterGeneric_1_set_Format_mC0F413892AF9EBACDFF7EB51611AD9DFC1CB5F7B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BarcodeWriterGeneric_1_set_Options_m34C3450578BE1E045248E9BB0162205E35DA6ED5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mC5DE26C9FBE1A177016533B06C6D448BC5DE01F3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m5BF977C6A62D42CBAFD0B85BFE21694A9676E862_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m53A3271E51DB23EFC5BD1A0A2E26154B4C41AB1E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mB6788A1EB2C27477A805F9DE8606167FBFB8C8E3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mE7571EF8ACAF5941AF78909A00CD9CE5FB07C69C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m24D56BD9837194E2274CC35D6EBE8DF8E3D9C607_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mAED6AA22D9A0ACBD19E2634A4FCE7CCC40DE3E0C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mC59820EAA343972EA15AC1A26EC87353835D0E1F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mC87D8EECD8406043786CC95870458389CEF82CDF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Func_3_Invoke_m165D4E951A571778EFED3FE6CACD579860FDA6F2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF75B876CD03DF3D14DBAE20741F36DD989EBCEC5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_FindIndex_m75D5EBAB2846CF4E37217A23FD13A7ACFB4A7957_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mC08CAFE8CA8BD68E29E8FFB23066262053469E18_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m90DA1FA9B27AA2BB0385DD12C9F97AA4F3D3F3D9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m6048FB4D8B5ACFFD3BF1F8D015C1FBB6F932245E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB9E939DF3A9C85724707DFA5BAC50B6FD7F187D0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaFunction_Call_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m92D004180AC5D44B0271C0527A0BF8F853C28011_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_EventObjectWrap_op_Addition_m9AF663AC7603B383A4163FCC27926ED1E551CCA8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_EventObjectWrap_op_Subtraction_mE673126904C1E46BBC57F2B148F625BB94B3B1AC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_LuaConstructorWrap_Call_m6110CCE5ED0A71DF0744AEB9E83C9ED7C405EDEA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_LuaConstructorWrap_Destroy_m192F1BAFBDAAF9D0E488DAAF9BA5C130D92B827E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_LuaFieldWrap_Get_m6A4B060A1922BBB1FF1D2C8FDF55FEC1890984EE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_LuaFieldWrap_Set_mE666617632FAFBF3AAFB45021D4654E8E9E67196_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_LuaMethodWrap_Call_m0D3344A44C02223381F6CC26B4912CF873108A14_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_LuaMethodWrap_Destroy_mC56F8DA01AF403F82BC7AD4891D19E3026CDFDDA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_LuaOutWrap_LuaOpen_ToLua_Out_mDDC9A50DDD3C526998C04D5B5B4C43E0F58F3DE1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_LuaOutWrap_RawSetOutType_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m02C1B987DCE73670F19ACE992FBB996043E9F8A8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_LuaOutWrap_RawSetOutType_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m80B9C54E0D03386159197FB8F311F3046E6D46EE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_LuaOutWrap_RawSetOutType_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mB5AD906274A540887355A0C618F2313EA22D8823_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_LuaOutWrap_RawSetOutType_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_mD36D55CEC0DAF3B419920AC1CF993E112E593066_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_LuaOutWrap_RawSetOutType_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mF82943CAAA54019DC709FA98B76913D68ABEE3C6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_LuaOutWrap_RawSetOutType_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m11E57554C1E9142C5D91BE7D0913EAE6D5DBA79C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_LuaOutWrap_RawSetOutType_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_mA1D9638B1BEED7A5FA7A2E7C0883E436EB75482F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_LuaOutWrap_RawSetOutType_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m340A112039665B69963015F230BAE0CCF9B013B6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_LuaOutWrap_RawSetOutType_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mF3D21C23E43059DD3D0E8F61BBD904079BF57EB7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_LuaOutWrap_RawSetOutType_TisString_t_mBBB6AF0A3624850602DA5576E07ACBDD64269342_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_LuaOutWrap_RawSetOutType_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_mE22C4E4F0B5653871D250DC415E32C71C0EB5BBD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_LuaOutWrap_RawSetOutType_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m63DFE5D09DDD564D8880A34D7EB84DCCAF84C0CA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_LuaOutWrap_RawSetOutType_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mE6C333D0B6A2AE6CF439B9C23A98C334AF398B53_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_LuaPropertyWrap_Get_m4ECCE1B0D32A2C8EBDE050C246FCE98A8C270B96_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaInterface_LuaPropertyWrap_Set_m0F4644CC0B6FA68A6906D7D25A6A4CFCFB773F29_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaLooper_GetEvent_m031F0E1702DCFC069675964E97A03667E8B130A7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaLooper_Start_m100F32CCFC57B3F4CDCE4CF9DDD17820212D23FB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaLooper_ThrowException_m5B9F09BC1B9E4DBC6814FBC6EBEF3D3AE8DCC3B5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaOut_1__ctor_m6DF674F88F996BB6A8E9202D34C1E48AE2839DAB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaOut_1__ctor_mA0A08AA4A09F98A427FE7D1A9466D70872FFC4AE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaOut_1__ctor_mA1FA11453729F3440999AFAC6C5CEB528D38C9B5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaOut_1__ctor_mA82447F122C10C933E18268BAEF4BD1826B481B3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaOut_1__ctor_mA8D1267FFE639FC051E8E89C6672F61BB9579F12_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaOut_1__ctor_mC0366ACDD98015BB12C40D2E51EB0161068F30A9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaOut_1__ctor_mD1E03FEEE0FF26CA508E22D22253F25FE1F0CA25_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaOut_1__ctor_mD203909159ABDBCC57896AF03D22419922B19066_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaOut_1__ctor_mE0A221F93070F1D3922DC44170752B2CAE3EC240_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaOut_1__ctor_mEAFF1E63C0E76CF97CF0A8FF1920AEFA13044817_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaStatePtr_LuaDoFile_mBB34EBFBC9C72E4DB681EEAED2F3B380D446313C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaStatePtr_ThrowLuaException_mCEFBF7BEFA8BB6654AC6E461FE5692954B249585_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaTable_AddTable_m567D20EE7293553B337A9ED6FE9A58CFD0510E8B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaTable_Call_m9DD910ECBF4F2FDE98D11C9C1469A79A7FB3262F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaTable_GetLuaFunction_m1406C486FF1D456F7F4D61CE4C657F75006A9AB8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaTable_GetMetaTable_mFA21044BB83D28F6050C418017D76EFB3807CD25_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaTable_GetStringField_m3D38587A44D7E9125ACAEC914B8C165F1CA0A884_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaTable_RawGetLuaFunction_mBCADFE4B539A3031F47172DF74DDA1153F529B3C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaTable_ToArray_mB309ED29E0A7CD5A5067BEF9A78280EA57FA7C5E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaTable_get_Item_m2A972E8297994F5D4CA69C9092AD3BA8F3D8A50E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaTable_get_Item_mB627B6098B8E5AEAB1D4D830CDC9A8AEBC84BC58_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaTable_set_Item_m2F58D116F3013ABF3BFB64EB6760E2A19765E5CA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaTable_set_Item_m5E082E09E4BC9646B13BD1445F50899C0B616A53_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaThread_Resume_mC87571A2E646B1ED24156D6C610815B0AC75794D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaUnityLibs_GetOutBounds_m5DB8DF90BD1FDF8779F7D920E93DA2EF3B2F5289_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaUnityLibs_GetOutColor_mDD21CA4612609634B688FF3621C06903EF70D511_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaUnityLibs_GetOutLayerMask_m2A1255615DD6B81C842B3EB09B5DA3BF9EE11833_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaUnityLibs_GetOutQuaternion_m0B9A53FCB979CA52862824F1030FF8C8460B0676_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaUnityLibs_GetOutRay_m92C13C83B6308FADD92AB521FD7866887499EE6C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaUnityLibs_GetOutRaycastHit_m63B0B4547CA7D2369EE1451C07951589D53ADF18_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaUnityLibs_GetOutTouch_m86DEC6E04EB56B486D8A65C45F0C9C217ECF39F6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaUnityLibs_GetOutVector2_m21FB21BD9126D69B3B54FE62B538258E39D7FFE6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaUnityLibs_GetOutVector3_m76E1326E6FBC9984A70BC65A59A35B137CDB4C1D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaUnityLibs_GetOutVector4_mC0CCCA76BE0070FFED83B9C9E830A646C7443857_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaUnityLibs_OpenLuaLibs_m0D4A2D17E27D0E2DCDCF75A2F1E844E1492F93EF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaUnityLibs_PerlinNoise_mCC6755C8ED59000B837A4D8D067E121EFA268658_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Marshal_GetFunctionPointerForDelegate_TisLuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_mC47D09AD0344D2CA3D17A63D4BBF5A0A06C74FF8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectTranslator_RemoveObject_m28955E3C8C8B2506696D9A2E58885249068822FE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Predicate_1__ctor_mEBBD0C33C438B0AA87E3D0816FDFBA85267510F6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* QRCodePictureWrap_CombanitePicture_m92786056DA2517927F3231963BCC73DEAC9163EE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* QRCodePictureWrap_GenerateQRcode_m0F481705F15A672DB20245CB417D1FA4F2D10E0C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* QRCodePictureWrap_Take_m6BC33D7759B2ED1ACA3053402DB72FD808DAC972_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RSAHelperWrap_Decrypt_mBAC75C4938FFB9A4B7573F7AEACEF59752C156B9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RSAHelperWrap_Encrypt_mA88055010D7C16DE5263321DCC4FA33B5D2EF791_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RSAHelper_CreateFromBase64PublicKey_m550DD9DA5D78EC456927BF51060FA1EED6B2C867_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SDKCallBack_U3CWXApplyTokenU3Eb__16_0_m423EFBCB27C0E549A70B0211E44B66CA50441A0E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SDKCallBack_U3CWXCheckTokenU3Eb__17_0_m2318E7CFFA1A28A979A8A8DD633AD4F4E918847D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SDKCallBack_U3CWXGetUserInfoU3Eb__19_0_mF5AC027FE6A65C8CE2BB5C5E2188AC764B293DA1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SDKCallBack_U3CWXRefreshTokenU3Eb__18_0_m1218F5223E07970BA5B05E0541DABB10944DBCE4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_BufferToString_mF5F3BB267BB88271EDAA1ACE430230CE8FA41005_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckArgsCount_mD8C2C115891998EB7260F8DE33A0FB9D1660B830_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_DoFile_m42DCDDE64224081FCECC76C6283E2FD1EE54D542_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_GetClassType_m5AD51A973C64FB04335F8C052E8594156C0FE794_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_IsNull_mDB4B2DF8DAD5690E1E57278687B8F9F1764C845F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_LoadFile_mC733FE35F4BFF53E3D4DB0DE369F6BF2C70B8EF3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_Loader_mCD26C92A05369550FC3D89D11BF8DEFC3B5B22E4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_LuaPCall_mBA7848B45F51E1F4FC90B601C44277D860E68B6A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_Panic_mFFC28F9856FBE671DE40CF055EFD6B5987C18748_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_Print_mADA571CBFAA95B5BE6246D92DAC72290940B9B81_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushOut_TisBounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890_m8B06D32884ACDB23CA537AE00890CEB2D19AEA13_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushOut_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m2D3CE302512A933AAB132906B7C9BB3E1CDBD8E7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushOut_TisLayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0_mA426092C52139BD02D53E824A4A199537340084C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushOut_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_mDBB0FCAD3EC32A72CEF0473D07DED5FDAF2AB6B3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushOut_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_mE27E9545CE2A59621D4256801BB03FA67783974C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushOut_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m71F2D1C7CC0CEF050D412ADCEC322BD386F990A4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushOut_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_m0BFFABAAE02594C8D3801A95B2C60F922E866DA4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushOut_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m9043DE0512D9B1061033E552DACE485299315CDA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushOut_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m76EC89BD877917495FB6F0671FE451B921AFD2BE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushOut_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mA5958FE06E5816796098E6445D66AF6BF6040985_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushSealed_TisTexture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_mB80700D257812A19AB31D1597568D6A5C1FD54AD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_Push_m08962506BF31452B329B65AE9EDF5136298543E9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_Push_m197139E023EBCE789CC712840B3C3185C1F59ECE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_Push_m38AD84C2F406EE432BE540353AB3E4E3015AC154_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_Push_m7E2B6F75D43082CA7E21F189B2EB5271E85CFC7E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_Push_mE35FD6B22753F0A4FD6B650BAD5F77122239CA66_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_TableToArray_m021031B52C4E2C4AEC32C21FDAD8991AF496F7E0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_ToBounds_mF6AC41931D2B16703DB78E1A0618B3D7A5DB9DCE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_ToObjectBounds_m0E1C592A37A5F0F5788C36140064B560EF51FF59_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_ToObjectColor_m3AF58465B7BFC3F3F92332AD5291608835DC0CAD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_ToObjectLayerMask_mA0416B49E05C20394E346434AD33D6142A4B7886_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_ToObjectQuat_m8ECD10ECDD15D405160E90D87069B57B07DFC94C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_ToObjectRay_m6F47EC890322A8601DD5C059E11D4B7EFB1685AB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_ToObjectVec2_mF0B1FBEECE0E5D7533B26A6E350BDD7BCA467BE8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_ToObjectVec3_mD1B0494190F90C0E3A7915D3562234BF52E41F21_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_ToObjectVec4_mC2D262DDD7E2F10DC32DAC22839EC5DD131A0341_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_ToRay_m25EB1A0E15515DFF75B472E5D9D0A8A3F86C6524_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass22_0_U3CRemoveFromGCListU3Eb__0_m5946015C2E78BD80318E87070518627E0A5A1FCD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3CdownloadPictureU3Eb__0_m42FE6D15E0342F32549AA26CB3FB770A9A752158_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3C_QRCodeShareU3Ed__1_System_Collections_IEnumerator_Reset_mB7CD49E2D1AFAEC173D37D123AD7999FE0A391F2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Color_t119BCA590009762C7223FDD3AF9706653AC84ED2_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* IntPtr_t_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* LuaConstructor_tFD182305C354FE01AE8A5AAE0B92771A065FC6DF_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* LuaField_tC8BFD212BB1A4C7EFC68688A6026A7CAABA93E83_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* LuaMethod_t0990B22A85382B95F5292A6C222FB1DB05CA9FB6_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* LuaProperty_tECD5962B0CF9D8129AA119086EE40ED9AD924A0C_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* NullObject_t13A086A1C0162EF77A36B767C9C86D32E22816A8_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Type_t_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* UIntPtr_t_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_0_0_0_var;
|
|
IL2CPP_EXTERN_C const uint32_t LuaInterface_EventObjectWrap_Register_m171BB85159B53FA29DF127AFBBD40AB7841E7D7E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaInterface_EventObjectWrap_op_Addition_m9AF663AC7603B383A4163FCC27926ED1E551CCA8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaInterface_EventObjectWrap_op_Subtraction_mE673126904C1E46BBC57F2B148F625BB94B3B1AC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaInterface_LuaConstructorWrap_Call_m6110CCE5ED0A71DF0744AEB9E83C9ED7C405EDEA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaInterface_LuaConstructorWrap_Destroy_m192F1BAFBDAAF9D0E488DAAF9BA5C130D92B827E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaInterface_LuaConstructorWrap_Register_m9DFADA58452A814F2A5D082ED4722C39B462BD73_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaInterface_LuaFieldWrap_Get_m6A4B060A1922BBB1FF1D2C8FDF55FEC1890984EE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaInterface_LuaFieldWrap_Register_mF95C04F2A6176ACAC89E42B7B97D037C15898A97_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaInterface_LuaFieldWrap_Set_mE666617632FAFBF3AAFB45021D4654E8E9E67196_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaInterface_LuaMethodWrap_Call_m0D3344A44C02223381F6CC26B4912CF873108A14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaInterface_LuaMethodWrap_Destroy_mC56F8DA01AF403F82BC7AD4891D19E3026CDFDDA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaInterface_LuaMethodWrap_Register_mD31DFCD69792104A757D4997E7F2FA558D6FE1F3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaInterface_LuaOutWrap_LuaOpen_ToLua_Out_mDDC9A50DDD3C526998C04D5B5B4C43E0F58F3DE1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaInterface_LuaOutWrap_Register_m69CB4D9F4EAEDB6D6AFE34E3242CAC824E2B270D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaInterface_LuaPropertyWrap_Get_m4ECCE1B0D32A2C8EBDE050C246FCE98A8C270B96_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaInterface_LuaPropertyWrap_Register_mA381870858805D6994FAAF1AB3AD23CE5449D624_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaInterface_LuaPropertyWrap_Set_m0F4644CC0B6FA68A6906D7D25A6A4CFCFB773F29_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaLooper_Destroy_mB05345C1A65D5DFBCBA2867D6523CD7B038840EB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaLooper_GetEvent_m031F0E1702DCFC069675964E97A03667E8B130A7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaLooper_OnDestroy_mB4539773E5F85FE6B775911135A39F11338AFCD9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaLooper_Start_m100F32CCFC57B3F4CDCE4CF9DDD17820212D23FB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaLooper_ThrowException_m5B9F09BC1B9E4DBC6814FBC6EBEF3D3AE8DCC3B5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaProfiler_BeginSample_m6101CCD9837198D319A31D43A8C90258BB81E898_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaProfiler_Clear_mD673A9CDEE698573ADF1961834705D4CE78DC6F2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaProfiler_GetID_mA68E1D6900CE6C39556A84B74C6FF8445E36969B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaProfiler__cctor_mAA7C39F89F7160829EBC7E2DF8887DF11B05E743_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaPushVarObject_BeginInvoke_m86573D0D9421C9046EDEDEF2E1D68C5A3DDBA9BE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaResLoader_FindFileError_mDF683EA7087EDC66B004515A710B9EF6C5EF08A3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaResLoader_ReadDownLoadFile_mA3E098520CDDD40923BFA9BCC40B641ED1217445_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaResLoader_ReadResourceFile_m7E32AF45BDA15A1953C6C36C2CAE7A9D245FFEFC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaResLoader__ctor_mE3E47D0AEED6FBA65B37E0D11601EC15CABF440A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_AbsIndex_m2BC73BBF3694E7645DCFBF24FA2CE90393976AC4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaAtPanic_m4286B580399904C46CAA5E913FD2E0E6A24CBC20_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaCall_m4CE9719754E0284E5EB2816753DA8E1276E06694_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaCheckBoolean_mFF636AEF505E3F01719E15BE18B7F7BBB6AE2211_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaCheckInteger_m9D624A441B8C85AA0A027223D0E7BD035E3DB656_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaCheckLString_m04F20C514EB7C1B2870FF7D718E1E2E9C93BB601_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaCheckNumber_mC860C0FB142A0B8D64B3C036F4EAA6659D4C9C43_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaCheckStack_m01FE4003F883FFAB0573CE4DCAEDBC2F5DEBA9D9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaClose_m2CF0FEB606FCE11EBF2E0D838E9B753FC0E80BD1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaConcat_mFB993256148272A984BA1D21E9F0F5936EDD812C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaCreateTable_mBA991E48FA9254F96CE0D4345EDFC664B2EFA661_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaDoFile_mBB34EBFBC9C72E4DB681EEAED2F3B380D446313C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaDoString_m19745A6304E943393DBE78E3E53654B608F0EDFD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaEqual_m60C028D9EEDB6FAA775493ABD6928167CC5A911E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaFindTable_m5525E64A94377C79D2F9C6B811B9634036657444_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaFixedUpdate_m156D97CA0B7267EC97508D217F5E42E5CA08E542_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaGC_mBC7037A5207CE4FA9D934D2F8B29757C417D4B72_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaGetEnv_m935E53E16C975E31C4B659376A3990193793A3D0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaGetField_m8C7442FD94C2BF9F81CEE7E38AC3AE5579E14647_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaGetGlobal_m7ABC9446E710F4180A37E51810187CFD7818EB12_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaGetHookCount_mFB17B50349DC6B3781E69F3C2ED22F2857EDD808_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaGetHookMask_mC19151333D1D22BF6F1FEADD73F34F88C8A1BB8C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaGetHook_mE88AC05715ADDF9983E41B48AE7FE960F6908755_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaGetInfo_m01790A18A552303B8E886F1B18478A25AD793B59_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaGetLocal_m95E982C73260502B63BEF172EB52E47E56EA1CD4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaGetMetaTable_m279A3CAEDCB3EED1615A14005A75A724C72A94E6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaGetMetaTable_mEFC5E6D750D765D4A3941AB1701ACF25115CE36B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaGetN_mF7B73AF4E8322F5CC96B47D480CD2D0ED03E4AE9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaGetRef_m80E1593A7D059BFF163366214DD209FA8B0CECDD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaGetStack_mE79DAE9DB43DE16DB8FB7E3C2C4CF89153532D76_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaGetTable_m9B829C35CDB66BAC20FB3BEA7F7D0E809BF0ADD3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaGetTop_m2317E7B1B18275AB559943BC22E4BBEED73387AC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaGetUpvalue_m04BE64AFAC4C6077B72F19CCDDD7BB4ACAFD5811_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaInsert_mA1FD31758B0982412EEE13F2CDE3C2FA7B9D185F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaIsCFunction_m4B0561BCB92CB685B915D6300B910D914D958F3F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaIsNil_mAECE673ACF13553A020C2BDF277CBFB71CEA64FB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaIsNumber_m3E5C956E1562976C4E023271D54F4D2EA7529225_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaIsString_mC585569A3E1926A4DF7FF97CF591AAA71CC75278_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaIsUserData_m0655B1F159C17E5B357AFF05E648A13827E0E8B8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaLateUpdate_mF7DB10ABB4C052B5AA8B08F51323DDB7D320D148_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaLessThan_m4AACC14DB4DDEBABAC3FAA40FBF76D2FCF907E2D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaLoadBuffer_mB2BDB3F58E616805E3A65CB2D837ED315103BE96_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaNewState_m06D002BDC3C5FAC5779404E18BD4DD05AC9C4977_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaNewTable_mF8910F54B87A8A84FD46495F293D4279C0798D62_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaNewThread_m851A24C9F74C696339E371C87D4FC73942258285_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaNewUserData_m499A1555938713EADB93A4994A613363779DFC2E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaNext_m887BA513B504E6063B443B410E64D3AB39E786D0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaObjLen_mDAFD26D2FBDB806DEA813DC5D56F64DC0DE5CC84_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaOpenLibs_m33FECC8E4FA22963B773D165D128AA1F25D6DB41_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaPCall_mBA0AEA63B324ADA89ACA0301930BF7843936CF9B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaPop_m6CC814869A69A9A3590E6026DA62D8CF1DA6CBA3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaPushBoolean_m6438F6A38E41B71A9F5F0634DC967B88716CCB11_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaPushCClosure_m5475E2891B5707E12816A158EEA76F09B0DE113E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaPushFunction_mD7D2B35818681F71690B9A6EE95B9616D6973AC3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaPushInteger_m080264D81CA7A13C7C796640D5F986E6C8CD33A5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaPushLString_m3E70CD128D21EC07704826C0AF42CF66D1367F5F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaPushLightUserData_m2DE5AF9CFBC3EE10BAB940E5A5196F1708AEE340_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaPushNil_m40DD34128B431509C67A97103E8910F8ECB44C88_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaPushNumber_mEAD0FE279866E5E2DE23662B9DE4EFCA32528E59_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaPushString_m46C208FCCE91F77FF907882470E5C6EAE1CE5B09_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaPushThread_mECDDBA429B022D782DC3A9EF3856497A799BFE74_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaPushValue_m520901E917A643C438B9641D9DAE4E22E2EC7018_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaRawEqual_mD2C9A60DD67015B5D1B3DAE348CEB17318EF355A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaRawGetI_mDC27F64E1DDCB36B6AF0CE4121E857FCEA0759C3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaRawGet_m5B8F58AD8A78BA405F993F6CCEB54EC137112112_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaRawGlobal_m3F72E3CCF03717E8338E4CC445C68CC1E9117126_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaRawSetI_m3BB665BB71100090D0C4BEB75D815C15084DD334_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaRawSet_m8A10110C7E36EEB16D82BEEBE0E4AEB05E76A40A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaRef_mD7A4F5C9536E835327AE85F50C015BB48397FEA6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaRemove_m6EE8EB180B86779B65A5739AF38B5EEF029B0F46_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaReplace_m40D6DA0DA03FE65FE196B320E47CD2584459CC56_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaRequire_mE469AC48BB6B0C69922E13976EBAB4B9015883AE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaResume_m79BC7E51E53A7956BD0396B2EA8342EDE972E300_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaSetEnv_mC0243E79F957A3EA40473496EB6951C97FF96778_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaSetField_m73DA14643A3E58567397CAC4615BC4A8C800DB5A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaSetGlobal_m04BD4E43B1DD7E5940346675D2773998AF76F1F0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaSetHook_m9185CF4075924B215FB9C6986A794152F1EC8567_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaSetLocal_m39CB10B6F35E3EF6B172093E84D08678B8BEBA02_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaSetMetaTable_m76F572A1CBA20A62B11ABDD1C307B716644BB29E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaSetTable_mE06B6DB1B528E21152FBBA19BE93B3A5CD76AC96_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaSetUpvalue_m71C09FE2B8E90161696CD15D35DC7430120DCF7C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaStatus_mB20DCC4C460E26053D5FDCD1A8CE572C4D74196A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaToBoolean_m2F7B8900F5489AB29CFE6DF65D6B7C9D7A7945B8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaToCFunction_m3FB50910074AE867EC6C81E760D74500618A0A71_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaToInteger_mD6E3D4DED3CD615FFAA78B456B6D5043C44CE38F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaToLString_mDE2D479AEC2B369398E6DC29A71CDEFC9DC41670_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaToNumber_mF48982FAFDF666091601933EF76C7CE06C782F73_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaToPointer_mB9DFDA0D217AB9594B6E67A42CF626F82D5CABD0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaToString_mA5D0802A0FBB010479E2C436480E6A6D660C4A86_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaToThread_m7949D2B2166E6EE334D685C849D8DEE786C8F00A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaToUserData_m60E1D0253481AFD349B683BFEF6F9BF9560791BB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaTypeError_m43EAA483D0F6764C08C36CAB9DF941F571C718E8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaTypeName_m749A0F059942D1AE3EDF149F11D7C59816291A72_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaTypeName_mF957CF63BE69B702F4A07B0B12B509C1C5320F47_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaType_m99123D4725022095F4F73B4F9078BA2C684236B5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaUnRef_mB2B23AFC613CC3331160B68CDC3A4A8D942FE132_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaUpValueIndex_m3D668FFF2CF87A853562CB211B4B3AD794B319AD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaUpdate_mA94155E95C8B2C3A23AA8480280D7001DE09F3CE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaXMove_m7E18F922D7DAC8BC0CB194092BC550D5DBAE6F2D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_LuaYield_mB75690F2F5B938B0023DBB3440AA0ADCA69A119B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_OpenToLuaLibs_m1A5D9B252AE6C85EBEA4EF78A084CB9FB1EEF3E5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_ThrowLuaException_mCEFBF7BEFA8BB6654AC6E461FE5692954B249585_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_ToLuaPushTraceback_m325FE024A07572CEEF69C700DAB2C4ABDD8B2850_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_ToLuaRef_mE99053A7863060E83C20E698BFD1B9732271BA28_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_ToLuaUnRef_m6B607D2C00F33EEB0EC5D901E9E6C341928EF77F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr__ctor_m1AA28E0655CF0F9DE5A752AD3CB2CF9C382511BA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_lua_isboolean_m7D1380F7A261C031DDEA6E59BEA032FEEFAB35A6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_lua_isfunction_mB2AA4A1561A68FEAAD37BA79169638EAE923612B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_lua_islightuserdata_m9A2A8BC0FDA089FC00DD2329C3CCD362D33B99FF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_lua_isnil_mD0310B61391E12BBFA74F43A3D5E7CA29B7BF7DB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_lua_isnone_m4D41113B9E943E9CB31D7F07D3822AA68D1F9DF2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_lua_isnoneornil_mAA6E47CCBF64B77B0FD4B7EF46243541B60F151E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_lua_istable_m0CB7947371A3EA98A6CCE7F69BC1F3CD98A3FF7C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatePtr_lua_isthread_m973088638C66B45F912F6F25DAB1039DCA37F99B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaState_Get_mD5CEDF5D82EFE1715EAEA521EEF00D2B29D7C5DFAssemblyU2DCSharp16_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatic_GetArrayMetatable_m9549A2A425BB14A2B32A435C71272BD264F81DDE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatic_GetClassType_m532CC4199DC4F6E2ACE8465205DC4A0BEBA744D1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatic_GetDelegateMetatable_m1427C04F57F147B017D7F680ACDCC020D0ECDA7D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatic_GetEnumObject_m989BFD8E685C4C036EE4A4ABF4A805696B7D8D43_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatic_GetEventMetatable_m4E17B861160F2CF22B97D4E28B62108310CE174E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatic_GetFunction_mE2F8F74ADCE422676AF6B1B49735B53B4E897FCE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatic_GetIterMetatable_m428D596D5B157FC246F40A0C16B1BFABC74FD013_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatic_GetLuaThread_mE5055B3AE256389967DC24A769EF6C9EAA2C37A1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatic_GetMetaReference_mC82EDE3DE44654FAC43DFE3AA8945FAC95ABAF0D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatic_GetMissMetaReference_m0E5CEAB422D3B0F98843B795A183443C5D826D5F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatic_GetPackBounds_m396A17737680870474A615DC88BBC9DF21D28FCA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatic_GetPackRay_mD556E9F4E621B27AB6DA4957F516D867509E6915_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatic_GetPackRaycastHit_m8460C3C6B0D93FA3575C802C7FA7E2247D25761C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatic_GetPackTouch_mAFC61F370AB2FB7FC2AF8ECD8C5DD469786C91E0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatic_GetPreModule_m965C1055A6BF3649F43701E4D8A6ACA7A6984887_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatic_GetTable_mD5D3B04BBC530755F3288AD0E6F590ED5A7B2AAA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatic_GetTypeMetatable_mB074280D41949F0CF445EFAA8A9E745290738DBE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatic_GetUnpackBounds_m12780EFC2A49B0DFFB191A8F2A1092378BD1C1EC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaStatic_GetUnpackRayRef_m7A80FED8ED6A328E4B8A480CC76B493F3CEC5902_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaTableToVar_BeginInvoke_mD98A801CE440F13FDA13D8A1CD6296A4E91782F1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaTable_AddTable_m567D20EE7293553B337A9ED6FE9A58CFD0510E8B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaTable_Call_m9DD910ECBF4F2FDE98D11C9C1469A79A7FB3262F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaTable_GetLuaFunction_m1406C486FF1D456F7F4D61CE4C657F75006A9AB8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaTable_GetMetaTable_mFA21044BB83D28F6050C418017D76EFB3807CD25_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaTable_GetStringField_m3D38587A44D7E9125ACAEC914B8C165F1CA0A884_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaTable_RawGetLuaFunction_mBCADFE4B539A3031F47172DF74DDA1153F529B3C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaTable_ToArrayTable_mC2E5E4B77BF694F71E14078E470FDF711538E95F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaTable_ToArray_mB309ED29E0A7CD5A5067BEF9A78280EA57FA7C5E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaTable_ToDictTable_mEE522760E0DC542D58D07FA6FB0C2E1AA3584CCC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaTable_ToString_m7C8DB1A67091A3CF20064851541A92695750EA07_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaTable_get_Item_m2A972E8297994F5D4CA69C9092AD3BA8F3D8A50E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaTable_get_Item_mB627B6098B8E5AEAB1D4D830CDC9A8AEBC84BC58_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaTable_set_Item_m2F58D116F3013ABF3BFB64EB6760E2A19765E5CA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaTable_set_Item_m5E082E09E4BC9646B13BD1445F50899C0B616A53_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaThread_Resume_mC87571A2E646B1ED24156D6C610815B0AC75794D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaUnityLibs_GetOutBounds_m5DB8DF90BD1FDF8779F7D920E93DA2EF3B2F5289_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaUnityLibs_GetOutColor_mDD21CA4612609634B688FF3621C06903EF70D511_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaUnityLibs_GetOutLayerMask_m2A1255615DD6B81C842B3EB09B5DA3BF9EE11833_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaUnityLibs_GetOutQuaternion_m0B9A53FCB979CA52862824F1030FF8C8460B0676_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaUnityLibs_GetOutRay_m92C13C83B6308FADD92AB521FD7866887499EE6C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaUnityLibs_GetOutRaycastHit_m63B0B4547CA7D2369EE1451C07951589D53ADF18_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaUnityLibs_GetOutTouch_m86DEC6E04EB56B486D8A65C45F0C9C217ECF39F6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaUnityLibs_GetOutVector2_m21FB21BD9126D69B3B54FE62B538258E39D7FFE6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaUnityLibs_GetOutVector3_m76E1326E6FBC9984A70BC65A59A35B137CDB4C1D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaUnityLibs_GetOutVector4_mC0CCCA76BE0070FFED83B9C9E830A646C7443857_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaUnityLibs_InitLayer_m3A2B09A8494654E7FCB880654BE7A072C5547A81_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaUnityLibs_InitMathf_m9F55FCE103363041FBED11F6EE450C0B8131E29C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaUnityLibs_OpenLuaLibs_m0D4A2D17E27D0E2DCDCF75A2F1E844E1492F93EF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaUnityLibs_PerlinNoise_mCC6755C8ED59000B837A4D8D067E121EFA268658_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaUnityLibs_SetOutMethods_mABE4927ECFD629F74E02DC5C434753D9BB8E80CE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaValueTypeName_Get_m8667333573E678956FFEFB4DEB9E06AB004C2E70_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaValueTypeName__cctor_mF4EB0E273707228912A8A820E2C50F40D9A20A6D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaValueType_ToString_m6206FA8C42242A2BF97EE57FEA6EFC904A44451C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Lua_Debug_get_short_src_m4A7F3FF4225F2C92AC3AE4EDEC1F3FA0BC4A81E7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_com_FromNativeMethodDefinition_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_pinvoke_FromNativeMethodDefinition_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Lua_Debug_tostring_mB26D13526DBBE2F4D19668ABFAEBC76011351BB3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ObjectTranslator_AddObject_m5AD9A5B533079B17182C3D9D5F10C598FEDB5800_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ObjectTranslator_Collect_m537B91E6BD9AC57DCCE345D186E0EC1568769AF8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ObjectTranslator_DelayDestroy_mC130728F469263BB5B6021F73C7D8153F61C73F3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ObjectTranslator_DestroyUnityObject_m93794AF9D862D6A9D533AD29C99B7FCC69759A99_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ObjectTranslator_Destroy_m5AB346A4C267500FCA494770A838AEA351E08B5E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ObjectTranslator_Dispose_mD254D15D6C4705BFBA353A711D29F432D05702F9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ObjectTranslator_Get_m7C75E407D306192C2E32ADBAC333DF3896189BD5AssemblyU2DCSharp16_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ObjectTranslator_Get_m7C75E407D306192C2E32ADBAC333DF3896189BD5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ObjectTranslator_Getudata_m348CF656EFA372E1149E9B4DA6CFFCEE76A78519_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ObjectTranslator_RemoveFromGCList_m4CD4B777D7D45D9032D2274334E1DBEC4C789735_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ObjectTranslator_RemoveObject_m28955E3C8C8B2506696D9A2E58885249068822FE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ObjectTranslator_RemoveObject_mA05406CCFDD534A3C43500FC6F2B86E5F1E85B51_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ObjectTranslator__ctor_mC8F57EDCA8281C52720723E12119C591949B682A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PathDefine_ABResPersistentDataPathPath_m708C07FD52A614B7A13E25CB96A4304C8E712ACB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PathDefine_AppGameResDownloadPath_mEAA8AA47BCB1953D8FA69071A155A00D8D3E23B7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PathDefine_AppPersistentDataPathPath_m6B8F37E54C2D71708A394EEE635650B6ABB6C30B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PathDefine_AppStreamingAssetsPath_mDCE69D51C1A68FAB38CD68E82647C11A00E0A167_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PathDefine_get_GetPlatformName_m936E3533AE2009833F2FF057AD866E4608929DA7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PathDefine_get_GetRelativeAssetBundlePath_m6DA8973952DB6705B310E05B299CF00950C82BAB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PathDefine_get_GetRelativeGameAssetBundlePath_m0C0A506DABAC9FD79781D876E6DB6C8648473D76_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PathDefine_get_GetSourceAssetBundlePath_m529F28F46F5C9E159503FBA78AE22AFFDB487AFD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PlatformAndroid_Awake_m041ECC3F8CF3FB73DA462072BE4055244055FF9B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PlatformIOS_Awake_m8601F797991E49AB5E005E8B40592C71C4BEF0BA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PlatformIOS_GetRoomID_mF660EA039DDB0BA5F945578F2105BB6DB5C89C1D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PlatformIOS_InsertRoom_mB9937E68F6888969A90F692F1D38A0D30C7A0BA4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PlatformIOS__cctor_m0B15C5CDC96AA095F5B7D395A0A2B1585B8891BC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t QRCodePictureWrap_CombanitePicture_m92786056DA2517927F3231963BCC73DEAC9163EE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t QRCodePictureWrap_GenerateQRcode_m0F481705F15A672DB20245CB417D1FA4F2D10E0C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t QRCodePictureWrap_Register_m5B69819F6A63A8A10FF9AAFC0305DF9C1C40FD22_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t QRCodePictureWrap_Take_m6BC33D7759B2ED1ACA3053402DB72FD808DAC972_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t QRCodePicture_CombanitePicture_m15DE4662A0817B99F44A936B942CA39946427A8E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t QRCodePicture_Encode_m8A0386C2397C28878C45069BF395C5F2614F2C0B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t QRCodePicture_GenerateQRcode_mBD0B42C7E3B334B9E154D6E938F7B2F3A5B85F67_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t QRCodePicture_ScaleTexture_m5180103BC9755203E1D01AD6CA278742C885881C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t QRCodePicture_Take_m551A3E1B0A60A03C25C017C4C47DB96FEA653A1D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t QRCodePicture__QRCodeShare_m6DCDB8CDF243976D6BD5715613066C61DD8894AF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t QRCodePicture_downloadPicture_m810A62E89F18C76A23CE3FFC88F2EF908FDEF465_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RSAHelperWrap_Decrypt_mBAC75C4938FFB9A4B7573F7AEACEF59752C156B9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RSAHelperWrap_Encrypt_mA88055010D7C16DE5263321DCC4FA33B5D2EF791_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RSAHelperWrap_Register_m996BF687BAE348006FDD293452E0C72F9C00D46E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RSAHelper_CreateFromBase64PublicKey_m550DD9DA5D78EC456927BF51060FA1EED6B2C867_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RSAHelper_Decrypt_mD2DDEC0522F15D5A8D876E2B5E6A857FD13D19A2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RSAHelper_Encrypt_m8FD5D2F8B6BFB3B428B7FC8BA820E1C0E8DEEE8C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RSAHelper__cctor_m6048EB9F2FB3D099336B0327DAB04636C4FFA518_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SDKCallBack_CheckAccessToken_mA1406E4A3310200828C4C8B887F0FAE1A23FEB12_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SDKCallBack_U3CWXApplyTokenU3Eb__16_0_m423EFBCB27C0E549A70B0211E44B66CA50441A0E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SDKCallBack_U3CWXCheckTokenU3Eb__17_0_m2318E7CFFA1A28A979A8A8DD633AD4F4E918847D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SDKCallBack_U3CWXGetUserInfoU3Eb__19_0_mF5AC027FE6A65C8CE2BB5C5E2188AC764B293DA1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SDKCallBack_U3CWXRefreshTokenU3Eb__18_0_m1218F5223E07970BA5B05E0541DABB10944DBCE4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SDKCallBack_WXApplyToken_mE5A6363449F91877D3BFB15F932FCDCAC884BB31_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SDKCallBack_WXCheckToken_m5771BA32723DF19A188C7746661F6F099EA5B98A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SDKCallBack_WXGetUserInfo_m77D3CDE12457DBB966E44FA18C892D2D5A595D2C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SDKCallBack_WXRefreshToken_m370A3827973590F46A73520AFD0818A80DF74409_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SDKCallBack_get_Instance_m6E7E79FC4AC77D3AC3F36A4C4774DFAD786D1540_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SDKCallBack_set_Instance_m12544503F02668FC53CA1CAD9B9048D3FFE09C5CAssemblyU2DCSharp16_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SDKCallBack_set_Instance_m12544503F02668FC53CA1CAD9B9048D3FFE09C5C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_AddLuaLoader_m56D9E447368074F7E2E9D000171781394F94FC87_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_BufferToString_mF5F3BB267BB88271EDAA1ACE430230CE8FA41005_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckArgsCount_mD8C2C115891998EB7260F8DE33A0FB9D1660B830_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckBoolArray_mACCFE8F88BB4BC2DB8B7ABC108D9CEEAC5414407_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckBounds_m832C725CF9FC52B2BD725B9A04CC3999E810F220_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckByteBuffer_m7C047F582199524B397D55711935A43902DA2A6F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckCharBuffer_m144FB4A6B1B2FED6DF5266169EDD337A8F8C4D33_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckColor_m471709A490B12E7B2DD71A10C3CB62F0C335E084_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckDelegate_mC504212E281C1B1520CFF323938F27FB2DE0D579_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckGenericObject_m105D6154B909EAAAAE95CFBB138F0CA475645CC2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckGenericObject_m1341C23BF56BB19F1352F1CD02B307BB7ED6FFBD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckGenericObject_m262C29191E9E271433739E2128CFF73178CD32F1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckIntPtr_m5E7E8E1F9609C52834698733D8CB08DA10AED252_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckIter_m6D9E618450D3B2A963B8A8049F828C2A745229B0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckLayerMask_m2E26F166A06A13142C787B04D4F32819DA935F60_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckLuaBaseRef_m7AA63079853A8CC37B43EA20E2191446C7C10708_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckLuaThread_m5CA9CE5F8BF6247217D03B6D719A86A3A840AD30_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckObjectArray_mB59CC301F53829E4747BF861935FE3C1FAE05A4F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckObject_mC6604EED4BC2EC077CCECE69D2C74FCE348FAC79_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckParamsBool_mFE14D2949D9B7455F9C237AD78F074FBBE5EEA65_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckParamsChar_mAE02A335F0596B3137470A8839879262579334D5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckParamsString_mF25A0724849B2C54D4D318432134790A94C17A36_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckQuaternion_m59E90718F32C0345BB777A032CBC0F1FC1B4668B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckRay_mC21365F2F7E6DB14F6A5BFE6A18ECC9575EF877C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckStringArray_m5AEC0FC50AE6350C62EFD1FE9B51D0EF06173703_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckTrackedReference_m1B81B66ACAA4E28F94465292B023BE24DA5AAE7A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckUnityObject_m31E069CDFD7D0763C2EB916DFE4CB187A3E8AAAC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckVarObject_m27D8EB2E2BF81511814150B323C3D33DD0A2B0A4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckVector2_m9B20CEC652532062C83B0AFD09E7E905D9C89186_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckVector3_m16499815A2448C71638EF08FB0AEDC1D0A51E9D4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckVector4_m518ED33E9AEBACB61E8DC4BF651A4A14BFD991D4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Destroy_m9BD41E496D33F915D593C6AB7CD0F20C3534E239_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_DoFile_m42DCDDE64224081FCECC76C6283E2FD1EE54D542_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_GetClassType_m5AD51A973C64FB04335F8C052E8594156C0FE794_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_IsNull_mDB4B2DF8DAD5690E1E57278687B8F9F1764C845F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_LoadFile_mC733FE35F4BFF53E3D4DB0DE369F6BF2C70B8EF3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_LoadPreType_m4B71974CE8F3DFDEDB89E34DF73AB74D0C45EA87_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Loader_mCD26C92A05369550FC3D89D11BF8DEFC3B5B22E4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_LuaPCall_mBA7848B45F51E1F4FC90B601C44277D860E68B6A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_OpenLibs_mD3F071C89B25846021892D45B83E238B09CD5EBE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Panic_mFFC28F9856FBE671DE40CF055EFD6B5987C18748_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Print_mADA571CBFAA95B5BE6246D92DAC72290940B9B81_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_PushByteBuffer_m3F9EDB938218287D97C3FD55B39E06FAA8C440A1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_PushLayerMask_m37A6D71EAF9762A107CB9C60E11DA0F5163B8E05_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_PushStruct_m474B7EA11DB29C9C6396DDCF5046F5E13489894A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_PushUserData_mBEC8DFABAB472E05CFA4B686691B3AC8226795D8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_PushUserObject_m508DC5DFCB95A3E1611A921367E866737C0D3128_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_m007BBA6FFBB0D3E2A0905FD568FA4A87AD6ADD5F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_m08962506BF31452B329B65AE9EDF5136298543E9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_m0C5C43A12210CCE2EA2C934C03DDC5A75A1BB4E2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_m14873FA8B00F55373BB963C11F7E9CB64DF7D81E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_m197139E023EBCE789CC712840B3C3185C1F59ECE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_m312E48EB283769838C6FEBC4D66CE9B325A2F6DD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_m38AD84C2F406EE432BE540353AB3E4E3015AC154_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_m435606A21F3C6D92A0C3418AD3E7FD1FF7809EC2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_m527AE65DDF8931A68AFE689AE47A65524F4A6C03_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_m5B39A5A0B8AE69D62F46959033BBE78516393FC5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_m5CE0C6CB47D5B1F33324B79C20BA070E414E9BDD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_m7D6C16904765D180EDE53F2D6A47946643BB836E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_m7E2B6F75D43082CA7E21F189B2EB5271E85CFC7E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_m886FB0F79966F62A1651949BC400F395845BFD07_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_mA3CD7E888C8B72C317AA49B9F6CE895A97291E38_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_mAFABD7EE15662A5CDFD403BC135A066A55BBF0DC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_mB09EE6AD6705FA32B43B5ADA773FD5766CB2309C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_mE35FD6B22753F0A4FD6B650BAD5F77122239CA66_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_SetBack_m31897AF0AD5747DD76C79C586CDFB0E87303971B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_TableToArray_m021031B52C4E2C4AEC32C21FDAD8991AF496F7E0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToBoolArray_mC32497AA5E25ACF6C1AA88BB2D3D52392921DC91_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToBounds_mF6AC41931D2B16703DB78E1A0618B3D7A5DB9DCE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToByteBuffer_mFC5348131CCBE59DB22FDF685B1BE8BD6984CD58_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToCharBuffer_m7795AD225BF33CAA9658BCE48BAB763EA2A78C0C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToColor_m8BA5C5C83C6FCCF1F5572D5BB37BB153A0EF4DB5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToLayerMask_m6D35A405FEFA4FFDEF7DC6C93DFED6DADC710BEF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToLuaFunction_mAB03DF0A305A6AA18132C880CA742DF2523370DF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToLuaTable_m404C190600C4C58E905018EE3B225B6C2133A128_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToLuaThread_m6DF3D7B50F96B16F05E581F96CFFA801358D3D85_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToObjectArray_m6929E242E04093DDAE9BA596232B68E70C0D7A3E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToObjectBounds_m0E1C592A37A5F0F5788C36140064B560EF51FF59_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToObjectColor_m3AF58465B7BFC3F3F92332AD5291608835DC0CAD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToObjectLayerMask_mA0416B49E05C20394E346434AD33D6142A4B7886_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToObjectQuat_m8ECD10ECDD15D405160E90D87069B57B07DFC94C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToObjectRay_m6F47EC890322A8601DD5C059E11D4B7EFB1685AB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToObjectVec2_mF0B1FBEECE0E5D7533B26A6E350BDD7BCA467BE8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToObjectVec3_mD1B0494190F90C0E3A7915D3562234BF52E41F21_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToObjectVec4_mC2D262DDD7E2F10DC32DAC22839EC5DD131A0341_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToParamsChar_mB296AB38BF9E186925E0C6BBBDD4729819C8C03A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToParamsObject_m2EEBC3B71B3A82850B3E5D0215C04B8B5D8A566A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToParamsString_m54048B8A4A7AF5679E8556D288AE469D7C64BD45_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToQuaternion_mDAD28735F1469F3F350AAD972505DC77E024D902_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToRay_m25EB1A0E15515DFF75B472E5D9D0A8A3F86C6524_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToStringArray_m4CB49418526BB440E3F874C9A7DE05C7004AA8C6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToVarObject_mEDAC5B39EAABB8B6C05EA66E533ECD95BBE857E4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToVarTable_mB0F36D2F7E29BA010DF7CA24E20EF5EAA0B1345C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToVector2_mF1F09774E2D20D3B6FDF67C15B0D31EF155353AC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToVector4_mCC5D749B41B088A8893A944F92A31DDD6CDA2576_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua__cctor_m60A99823A3637900204C295AB8A5D3ECE4C42740_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_ChangeType_mB865BD38B2C8F92E9E7AE9CE337BEBFCC784DD3B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckEnumType_mDC140E020CB3ACA4C5870D7466A252F7F5C61AA3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckParamsType_m75DD59194DFD221EC805D9F8E8203DBF71726BE4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_m2AA738448B65DAE41DA13AB3F99E0BC5882D4F26_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_m4179A5195C6B193E77ACF3DDD664C8D6C0EBD27B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_m4AA39F5A0C68F49FE6E4C56839DED736A6D47193_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_m889B530D098AD0887CE028BADFBB7614D2647625_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_mB1FFD39AAA79792EB6FA57E23762FF283CA59ADE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_mBCCD9D6DE853BE1E0E37BC10A9D79B1388EC265E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_mD16F6CA0E3BCDF6AFEBEEF375C47A2F632DB835A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_mD785F8D82EAFFEC237A868CAB854851294FC392C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_mDE6AC6004198FA805B439691B5FB3F6FAFE2A6CB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_mE81D015EB9C49087FC88B770D8EC47A20EB0D293_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_CheckTypes_mF38806E32B2E0D91D24950C85DEE541C654DFFDB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_GetNullableType_m251B6B15F85C1B5818BA76E90D7C97ABF780C963_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_IsMatchUserData_m9FB9655C7604F5D3707EBDFB46761657A8E6EA48_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_IsNilType_mAA0C275C2881A3A4BB2B41A478AFE033D364ADA6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_IsNullable_m79B8A4B14FDDE42F9AFABC9FCB7F130E55EF5B86_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_IsNumberType_m73A798E6839EB6E9A3FA077948C2F6E6C8CA0347_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_IsUserTable_m12449504F099BB0FCC0007E5EE1E169CA8EB0268_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker__cctor_m40048075AD48A39D812DDD9B7AEF68C3024E4DD6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CU3Ec__DisplayClass2_0_U3CdownloadPictureU3Eb__0_m42FE6D15E0342F32549AA26CB3FB770A9A752158_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CU3Ec__cctor_m9AB0384488CF86CEA9A1AD5586B62415EA686054_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3C_QRCodeShareU3Ed__1_MoveNext_mB791B0F07F28F25A37A0D4F0C1F2BCED4FC6EF22_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3C_QRCodeShareU3Ed__1_System_Collections_IEnumerator_Reset_mB7CD49E2D1AFAEC173D37D123AD7999FE0A391F2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t WXData_get_AccessToken_m1D9D9484435D7DB985E996772FB85595E5BC5EC4AssemblyU2DCSharp16_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t WXData_get_OpenID_mD893A234F01447EB6154CC8EC14C33DB85D2E384AssemblyU2DCSharp16_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t WXData_get_RefreshToken_m30C0DC9C22217344E1E37460614674D94BD35C88AssemblyU2DCSharp16_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t WXData_set_AccessToken_m9067024E21D7F42BF3333A214A7716FE368D8E7AAssemblyU2DCSharp16_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t WXData_set_OpenID_m8F29B7B5F0675B6884A19969BC34E310766CDA69AssemblyU2DCSharp16_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t WXData_set_RefreshToken_m8ADABCD0B1FD217F176E8C32EE1F5367A62C15E0AssemblyU2DCSharp16_MetadataUsageId;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
|
|
struct LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6;
|
|
struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040;
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
|
|
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983;
|
|
|
|
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;
|
|
}
|
|
};
|
|
|
|
|
|
// CString
|
|
struct CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Char[] CString::_buffer
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ____buffer_6;
|
|
// System.Int32 CString::length
|
|
int32_t ___length_7;
|
|
// System.Boolean CString::beDisposed
|
|
bool ___beDisposed_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__buffer_6() { return static_cast<int32_t>(offsetof(CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8, ____buffer_6)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get__buffer_6() const { return ____buffer_6; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of__buffer_6() { return &____buffer_6; }
|
|
inline void set__buffer_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
____buffer_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____buffer_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_length_7() { return static_cast<int32_t>(offsetof(CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8, ___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_beDisposed_8() { return static_cast<int32_t>(offsetof(CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8, ___beDisposed_8)); }
|
|
inline bool get_beDisposed_8() const { return ___beDisposed_8; }
|
|
inline bool* get_address_of_beDisposed_8() { return &___beDisposed_8; }
|
|
inline void set_beDisposed_8(bool value)
|
|
{
|
|
___beDisposed_8 = value;
|
|
}
|
|
};
|
|
|
|
struct CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8_StaticFields
|
|
{
|
|
public:
|
|
// ArrayPool`1<System.Char> CString::pool
|
|
ArrayPool_1_t4E410A9E4904EDEE76FECB439B769EA08E66D709 * ___pool_0;
|
|
// System.Collections.Generic.Queue`1<CString> CString::queue
|
|
Queue_1_tB038AF0F9813DC76130F77888B9AFACB4C6A9D82 * ___queue_1;
|
|
// System.Collections.Generic.Queue`1<CString_CStringBlock> CString::blocks
|
|
Queue_1_tE0AA1F5DFCE2EAA3400D0987876F4E684C6E5670 * ___blocks_2;
|
|
// System.Collections.Generic.Stack`1<CString_CStringBlock> CString::stack
|
|
Stack_1_tE0192236D56A9CA502CC0FCF47A96A404E192E14 * ___stack_3;
|
|
// CString_CStringBlock CString::currentBlock
|
|
CStringBlock_tE77990247FB40336C2003BB93024CD64BA082C2E * ___currentBlock_4;
|
|
// System.String CString::NewLine
|
|
String_t* ___NewLine_5;
|
|
// System.Char[] CString::WhiteChars
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___WhiteChars_9;
|
|
// System.Collections.Generic.List`1<CString> CString::splitList
|
|
List_1_tCB29D5D6A10C11FD5318C2554ECB73711702C600 * ___splitList_10;
|
|
// System.Char[] CString::numbuffer
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___numbuffer_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_pool_0() { return static_cast<int32_t>(offsetof(CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8_StaticFields, ___pool_0)); }
|
|
inline ArrayPool_1_t4E410A9E4904EDEE76FECB439B769EA08E66D709 * get_pool_0() const { return ___pool_0; }
|
|
inline ArrayPool_1_t4E410A9E4904EDEE76FECB439B769EA08E66D709 ** get_address_of_pool_0() { return &___pool_0; }
|
|
inline void set_pool_0(ArrayPool_1_t4E410A9E4904EDEE76FECB439B769EA08E66D709 * value)
|
|
{
|
|
___pool_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___pool_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_queue_1() { return static_cast<int32_t>(offsetof(CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8_StaticFields, ___queue_1)); }
|
|
inline Queue_1_tB038AF0F9813DC76130F77888B9AFACB4C6A9D82 * get_queue_1() const { return ___queue_1; }
|
|
inline Queue_1_tB038AF0F9813DC76130F77888B9AFACB4C6A9D82 ** get_address_of_queue_1() { return &___queue_1; }
|
|
inline void set_queue_1(Queue_1_tB038AF0F9813DC76130F77888B9AFACB4C6A9D82 * value)
|
|
{
|
|
___queue_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___queue_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_blocks_2() { return static_cast<int32_t>(offsetof(CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8_StaticFields, ___blocks_2)); }
|
|
inline Queue_1_tE0AA1F5DFCE2EAA3400D0987876F4E684C6E5670 * get_blocks_2() const { return ___blocks_2; }
|
|
inline Queue_1_tE0AA1F5DFCE2EAA3400D0987876F4E684C6E5670 ** get_address_of_blocks_2() { return &___blocks_2; }
|
|
inline void set_blocks_2(Queue_1_tE0AA1F5DFCE2EAA3400D0987876F4E684C6E5670 * value)
|
|
{
|
|
___blocks_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___blocks_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_stack_3() { return static_cast<int32_t>(offsetof(CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8_StaticFields, ___stack_3)); }
|
|
inline Stack_1_tE0192236D56A9CA502CC0FCF47A96A404E192E14 * get_stack_3() const { return ___stack_3; }
|
|
inline Stack_1_tE0192236D56A9CA502CC0FCF47A96A404E192E14 ** get_address_of_stack_3() { return &___stack_3; }
|
|
inline void set_stack_3(Stack_1_tE0192236D56A9CA502CC0FCF47A96A404E192E14 * value)
|
|
{
|
|
___stack_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___stack_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_currentBlock_4() { return static_cast<int32_t>(offsetof(CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8_StaticFields, ___currentBlock_4)); }
|
|
inline CStringBlock_tE77990247FB40336C2003BB93024CD64BA082C2E * get_currentBlock_4() const { return ___currentBlock_4; }
|
|
inline CStringBlock_tE77990247FB40336C2003BB93024CD64BA082C2E ** get_address_of_currentBlock_4() { return &___currentBlock_4; }
|
|
inline void set_currentBlock_4(CStringBlock_tE77990247FB40336C2003BB93024CD64BA082C2E * value)
|
|
{
|
|
___currentBlock_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___currentBlock_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_NewLine_5() { return static_cast<int32_t>(offsetof(CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8_StaticFields, ___NewLine_5)); }
|
|
inline String_t* get_NewLine_5() const { return ___NewLine_5; }
|
|
inline String_t** get_address_of_NewLine_5() { return &___NewLine_5; }
|
|
inline void set_NewLine_5(String_t* value)
|
|
{
|
|
___NewLine_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___NewLine_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_WhiteChars_9() { return static_cast<int32_t>(offsetof(CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8_StaticFields, ___WhiteChars_9)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_WhiteChars_9() const { return ___WhiteChars_9; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_WhiteChars_9() { return &___WhiteChars_9; }
|
|
inline void set_WhiteChars_9(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___WhiteChars_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___WhiteChars_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_splitList_10() { return static_cast<int32_t>(offsetof(CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8_StaticFields, ___splitList_10)); }
|
|
inline List_1_tCB29D5D6A10C11FD5318C2554ECB73711702C600 * get_splitList_10() const { return ___splitList_10; }
|
|
inline List_1_tCB29D5D6A10C11FD5318C2554ECB73711702C600 ** get_address_of_splitList_10() { return &___splitList_10; }
|
|
inline void set_splitList_10(List_1_tCB29D5D6A10C11FD5318C2554ECB73711702C600 * value)
|
|
{
|
|
___splitList_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___splitList_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_numbuffer_11() { return static_cast<int32_t>(offsetof(CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8_StaticFields, ___numbuffer_11)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_numbuffer_11() const { return ___numbuffer_11; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_numbuffer_11() { return &___numbuffer_11; }
|
|
inline void set_numbuffer_11(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___numbuffer_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___numbuffer_11), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// 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;
|
|
}
|
|
};
|
|
|
|
|
|
// 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.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.LuaDictTable
|
|
struct LuaDictTable_tBD3685E00B4FE4B5D6672687AA140BEC39A27356 : public RuntimeObject
|
|
{
|
|
public:
|
|
// LuaInterface.LuaTable LuaInterface.LuaDictTable::table
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___table_0;
|
|
// LuaInterface.LuaState LuaInterface.LuaDictTable::state
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___state_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_table_0() { return static_cast<int32_t>(offsetof(LuaDictTable_tBD3685E00B4FE4B5D6672687AA140BEC39A27356, ___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(LuaDictTable_tBD3685E00B4FE4B5D6672687AA140BEC39A27356, ___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.LuaField
|
|
struct LuaField_tC8BFD212BB1A4C7EFC68688A6026A7CAABA93E83 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Reflection.FieldInfo LuaInterface.LuaField::field
|
|
FieldInfo_t * ___field_0;
|
|
// System.Type LuaInterface.LuaField::kclass
|
|
Type_t * ___kclass_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_field_0() { return static_cast<int32_t>(offsetof(LuaField_tC8BFD212BB1A4C7EFC68688A6026A7CAABA93E83, ___field_0)); }
|
|
inline FieldInfo_t * get_field_0() const { return ___field_0; }
|
|
inline FieldInfo_t ** get_address_of_field_0() { return &___field_0; }
|
|
inline void set_field_0(FieldInfo_t * value)
|
|
{
|
|
___field_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___field_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_kclass_1() { return static_cast<int32_t>(offsetof(LuaField_tC8BFD212BB1A4C7EFC68688A6026A7CAABA93E83, ___kclass_1)); }
|
|
inline Type_t * get_kclass_1() const { return ___kclass_1; }
|
|
inline Type_t ** get_address_of_kclass_1() { return &___kclass_1; }
|
|
inline void set_kclass_1(Type_t * value)
|
|
{
|
|
___kclass_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___kclass_1), (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.LuaMethod
|
|
struct LuaMethod_t0990B22A85382B95F5292A6C222FB1DB05CA9FB6 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Reflection.MethodInfo LuaInterface.LuaMethod::method
|
|
MethodInfo_t * ___method_0;
|
|
// System.Collections.Generic.List`1<System.Type> LuaInterface.LuaMethod::list
|
|
List_1_tE9D3AD6B1DEE5D980D8D2F6C31987453E6E1C1E0 * ___list_1;
|
|
// System.Type LuaInterface.LuaMethod::kclass
|
|
Type_t * ___kclass_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_method_0() { return static_cast<int32_t>(offsetof(LuaMethod_t0990B22A85382B95F5292A6C222FB1DB05CA9FB6, ___method_0)); }
|
|
inline MethodInfo_t * get_method_0() const { return ___method_0; }
|
|
inline MethodInfo_t ** get_address_of_method_0() { return &___method_0; }
|
|
inline void set_method_0(MethodInfo_t * 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(LuaMethod_t0990B22A85382B95F5292A6C222FB1DB05CA9FB6, ___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);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_kclass_2() { return static_cast<int32_t>(offsetof(LuaMethod_t0990B22A85382B95F5292A6C222FB1DB05CA9FB6, ___kclass_2)); }
|
|
inline Type_t * get_kclass_2() const { return ___kclass_2; }
|
|
inline Type_t ** get_address_of_kclass_2() { return &___kclass_2; }
|
|
inline void set_kclass_2(Type_t * value)
|
|
{
|
|
___kclass_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___kclass_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaObjectPool
|
|
struct LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Generic.List`1<LuaInterface.LuaObjectPool_PoolNode> LuaInterface.LuaObjectPool::list
|
|
List_1_t2EAB55ECDA5A431310E03AE5B2BE6D6CC544FD06 * ___list_0;
|
|
// LuaInterface.LuaObjectPool_PoolNode LuaInterface.LuaObjectPool::head
|
|
PoolNode_t75CF0DEC0B0306B19BDB6E8C11A24F6721A9A3B4 * ___head_1;
|
|
// System.Int32 LuaInterface.LuaObjectPool::count
|
|
int32_t ___count_2;
|
|
// System.Int32 LuaInterface.LuaObjectPool::collectStep
|
|
int32_t ___collectStep_3;
|
|
// System.Int32 LuaInterface.LuaObjectPool::collectedIndex
|
|
int32_t ___collectedIndex_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A, ___list_0)); }
|
|
inline List_1_t2EAB55ECDA5A431310E03AE5B2BE6D6CC544FD06 * get_list_0() const { return ___list_0; }
|
|
inline List_1_t2EAB55ECDA5A431310E03AE5B2BE6D6CC544FD06 ** get_address_of_list_0() { return &___list_0; }
|
|
inline void set_list_0(List_1_t2EAB55ECDA5A431310E03AE5B2BE6D6CC544FD06 * value)
|
|
{
|
|
___list_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_head_1() { return static_cast<int32_t>(offsetof(LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A, ___head_1)); }
|
|
inline PoolNode_t75CF0DEC0B0306B19BDB6E8C11A24F6721A9A3B4 * get_head_1() const { return ___head_1; }
|
|
inline PoolNode_t75CF0DEC0B0306B19BDB6E8C11A24F6721A9A3B4 ** get_address_of_head_1() { return &___head_1; }
|
|
inline void set_head_1(PoolNode_t75CF0DEC0B0306B19BDB6E8C11A24F6721A9A3B4 * value)
|
|
{
|
|
___head_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___head_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A, ___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_collectStep_3() { return static_cast<int32_t>(offsetof(LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A, ___collectStep_3)); }
|
|
inline int32_t get_collectStep_3() const { return ___collectStep_3; }
|
|
inline int32_t* get_address_of_collectStep_3() { return &___collectStep_3; }
|
|
inline void set_collectStep_3(int32_t value)
|
|
{
|
|
___collectStep_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_collectedIndex_4() { return static_cast<int32_t>(offsetof(LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A, ___collectedIndex_4)); }
|
|
inline int32_t get_collectedIndex_4() const { return ___collectedIndex_4; }
|
|
inline int32_t* get_address_of_collectedIndex_4() { return &___collectedIndex_4; }
|
|
inline void set_collectedIndex_4(int32_t value)
|
|
{
|
|
___collectedIndex_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaOut`1<UnityEngine.Bounds>
|
|
struct LuaOut_1_tBAD8FA23A2875FBBED5D6BCFC169B5E5F7000A5C : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaOut`1<UnityEngine.Color>
|
|
struct LuaOut_1_t9392169A91D49385D53392069F969BF42469EFE4 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaOut`1<UnityEngine.LayerMask>
|
|
struct LuaOut_1_t4F92453B34CDEFFD687A14A61A1B9A2750F5981B : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaOut`1<UnityEngine.Quaternion>
|
|
struct LuaOut_1_tB3FB62AB0182E8457C6F03E8D18B8293A8C8D950 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaOut`1<UnityEngine.Ray>
|
|
struct LuaOut_1_t26B879DF301B69AE2F0DF84E59A3BF0D7B547C1D : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaOut`1<UnityEngine.RaycastHit>
|
|
struct LuaOut_1_tCE40C0B4886FC05F89C3E2FC8BD18BB58DB9715F : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaOut`1<UnityEngine.Touch>
|
|
struct LuaOut_1_t8356830053EE5EF6CF3D7182E90A7E9DBE82B9C1 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaOut`1<UnityEngine.Vector2>
|
|
struct LuaOut_1_t7EB8EF935FF8C77ED88206C9141E80AD25C98A86 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaOut`1<UnityEngine.Vector3>
|
|
struct LuaOut_1_tCE5E1432A7151A363603F1FFE08AE081D40651BC : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaOut`1<UnityEngine.Vector4>
|
|
struct LuaOut_1_tDEA1890418133991120595095C39121967E1FA45 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaProperty
|
|
struct LuaProperty_tECD5962B0CF9D8129AA119086EE40ED9AD924A0C : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Reflection.PropertyInfo LuaInterface.LuaProperty::property
|
|
PropertyInfo_t * ___property_0;
|
|
// System.Type LuaInterface.LuaProperty::kclass
|
|
Type_t * ___kclass_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_property_0() { return static_cast<int32_t>(offsetof(LuaProperty_tECD5962B0CF9D8129AA119086EE40ED9AD924A0C, ___property_0)); }
|
|
inline PropertyInfo_t * get_property_0() const { return ___property_0; }
|
|
inline PropertyInfo_t ** get_address_of_property_0() { return &___property_0; }
|
|
inline void set_property_0(PropertyInfo_t * value)
|
|
{
|
|
___property_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___property_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_kclass_1() { return static_cast<int32_t>(offsetof(LuaProperty_tECD5962B0CF9D8129AA119086EE40ED9AD924A0C, ___kclass_1)); }
|
|
inline Type_t * get_kclass_1() const { return ___kclass_1; }
|
|
inline Type_t ** get_address_of_kclass_1() { return &___kclass_1; }
|
|
inline void set_kclass_1(Type_t * value)
|
|
{
|
|
___kclass_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___kclass_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaState_<>c
|
|
struct U3CU3Ec_tF30569C7568016374E38A4E928532665ED5B3634 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct U3CU3Ec_tF30569C7568016374E38A4E928532665ED5B3634_StaticFields
|
|
{
|
|
public:
|
|
// LuaInterface.LuaState_<>c LuaInterface.LuaState_<>c::<>9
|
|
U3CU3Ec_tF30569C7568016374E38A4E928532665ED5B3634 * ___U3CU3E9_0;
|
|
// System.Action LuaInterface.LuaState_<>c::<>9__72_0
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___U3CU3E9__72_0_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast<int32_t>(offsetof(U3CU3Ec_tF30569C7568016374E38A4E928532665ED5B3634_StaticFields, ___U3CU3E9_0)); }
|
|
inline U3CU3Ec_tF30569C7568016374E38A4E928532665ED5B3634 * get_U3CU3E9_0() const { return ___U3CU3E9_0; }
|
|
inline U3CU3Ec_tF30569C7568016374E38A4E928532665ED5B3634 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; }
|
|
inline void set_U3CU3E9_0(U3CU3Ec_tF30569C7568016374E38A4E928532665ED5B3634 * value)
|
|
{
|
|
___U3CU3E9_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E9__72_0_1() { return static_cast<int32_t>(offsetof(U3CU3Ec_tF30569C7568016374E38A4E928532665ED5B3634_StaticFields, ___U3CU3E9__72_0_1)); }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_U3CU3E9__72_0_1() const { return ___U3CU3E9__72_0_1; }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_U3CU3E9__72_0_1() { return &___U3CU3E9__72_0_1; }
|
|
inline void set_U3CU3E9__72_0_1(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value)
|
|
{
|
|
___U3CU3E9__72_0_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__72_0_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaStatic
|
|
struct LuaStatic_t128F85D76464349CC1B037DB4CC10A02894874A3 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaUnityLibs
|
|
struct LuaUnityLibs_tE4B937F19FF47E6B9FB42F1E3A9A9DCC6F88DB44 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaValueTypeName
|
|
struct LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_StaticFields
|
|
{
|
|
public:
|
|
// System.String[] LuaInterface.LuaValueTypeName::names
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___names_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_names_0() { return static_cast<int32_t>(offsetof(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_StaticFields, ___names_0)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_names_0() const { return ___names_0; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_names_0() { return &___names_0; }
|
|
inline void set_names_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___names_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___names_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.NullObject
|
|
struct NullObject_t13A086A1C0162EF77A36B767C9C86D32E22816A8 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.ObjectTranslator
|
|
struct ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Boolean LuaInterface.ObjectTranslator::<LogGC>k__BackingField
|
|
bool ___U3CLogGCU3Ek__BackingField_0;
|
|
// System.Collections.Generic.Dictionary`2<System.Object,System.Int32> LuaInterface.ObjectTranslator::objectsBackMap
|
|
Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * ___objectsBackMap_1;
|
|
// LuaInterface.LuaObjectPool LuaInterface.ObjectTranslator::objects
|
|
LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A * ___objects_2;
|
|
// System.Collections.Generic.List`1<LuaInterface.ObjectTranslator_DelayGC> LuaInterface.ObjectTranslator::gcList
|
|
List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC * ___gcList_3;
|
|
// System.Action`2<System.Object,System.Int32> LuaInterface.ObjectTranslator::removeInvalidObject
|
|
Action_2_t88A472856F183AE803521FC39DAC3AE446810479 * ___removeInvalidObject_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CLogGCU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF, ___U3CLogGCU3Ek__BackingField_0)); }
|
|
inline bool get_U3CLogGCU3Ek__BackingField_0() const { return ___U3CLogGCU3Ek__BackingField_0; }
|
|
inline bool* get_address_of_U3CLogGCU3Ek__BackingField_0() { return &___U3CLogGCU3Ek__BackingField_0; }
|
|
inline void set_U3CLogGCU3Ek__BackingField_0(bool value)
|
|
{
|
|
___U3CLogGCU3Ek__BackingField_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_objectsBackMap_1() { return static_cast<int32_t>(offsetof(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF, ___objectsBackMap_1)); }
|
|
inline Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * get_objectsBackMap_1() const { return ___objectsBackMap_1; }
|
|
inline Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A ** get_address_of_objectsBackMap_1() { return &___objectsBackMap_1; }
|
|
inline void set_objectsBackMap_1(Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * value)
|
|
{
|
|
___objectsBackMap_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___objectsBackMap_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_objects_2() { return static_cast<int32_t>(offsetof(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF, ___objects_2)); }
|
|
inline LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A * get_objects_2() const { return ___objects_2; }
|
|
inline LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A ** get_address_of_objects_2() { return &___objects_2; }
|
|
inline void set_objects_2(LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A * value)
|
|
{
|
|
___objects_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___objects_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_gcList_3() { return static_cast<int32_t>(offsetof(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF, ___gcList_3)); }
|
|
inline List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC * get_gcList_3() const { return ___gcList_3; }
|
|
inline List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC ** get_address_of_gcList_3() { return &___gcList_3; }
|
|
inline void set_gcList_3(List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC * value)
|
|
{
|
|
___gcList_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___gcList_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_removeInvalidObject_4() { return static_cast<int32_t>(offsetof(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF, ___removeInvalidObject_4)); }
|
|
inline Action_2_t88A472856F183AE803521FC39DAC3AE446810479 * get_removeInvalidObject_4() const { return ___removeInvalidObject_4; }
|
|
inline Action_2_t88A472856F183AE803521FC39DAC3AE446810479 ** get_address_of_removeInvalidObject_4() { return &___removeInvalidObject_4; }
|
|
inline void set_removeInvalidObject_4(Action_2_t88A472856F183AE803521FC39DAC3AE446810479 * value)
|
|
{
|
|
___removeInvalidObject_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___removeInvalidObject_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_StaticFields
|
|
{
|
|
public:
|
|
// LuaInterface.ObjectTranslator LuaInterface.ObjectTranslator::_translator
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * ____translator_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__translator_5() { return static_cast<int32_t>(offsetof(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_StaticFields, ____translator_5)); }
|
|
inline ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * get__translator_5() const { return ____translator_5; }
|
|
inline ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF ** get_address_of__translator_5() { return &____translator_5; }
|
|
inline void set__translator_5(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * value)
|
|
{
|
|
____translator_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____translator_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.ObjectTranslator_<>c__DisplayClass22_0
|
|
struct U3CU3Ec__DisplayClass22_0_t876890255486C29DB2AE3C31666DDE27584E99A4 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 LuaInterface.ObjectTranslator_<>c__DisplayClass22_0::id
|
|
int32_t ___id_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_id_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass22_0_t876890255486C29DB2AE3C31666DDE27584E99A4, ___id_0)); }
|
|
inline int32_t get_id_0() const { return ___id_0; }
|
|
inline int32_t* get_address_of_id_0() { return &___id_0; }
|
|
inline void set_id_0(int32_t value)
|
|
{
|
|
___id_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.ObjectTranslator_CompareObject
|
|
struct CompareObject_t68C895AE10CEE6EDA77DC4902BB96515237F623E : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.ObjectTranslator_DelayGC
|
|
struct DelayGC_t608BA9FF5A937D664222123D00669DB01563D7EA : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 LuaInterface.ObjectTranslator_DelayGC::id
|
|
int32_t ___id_0;
|
|
// UnityEngine.Object LuaInterface.ObjectTranslator_DelayGC::obj
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj_1;
|
|
// System.Single LuaInterface.ObjectTranslator_DelayGC::time
|
|
float ___time_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_id_0() { return static_cast<int32_t>(offsetof(DelayGC_t608BA9FF5A937D664222123D00669DB01563D7EA, ___id_0)); }
|
|
inline int32_t get_id_0() const { return ___id_0; }
|
|
inline int32_t* get_address_of_id_0() { return &___id_0; }
|
|
inline void set_id_0(int32_t value)
|
|
{
|
|
___id_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_obj_1() { return static_cast<int32_t>(offsetof(DelayGC_t608BA9FF5A937D664222123D00669DB01563D7EA, ___obj_1)); }
|
|
inline Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * get_obj_1() const { return ___obj_1; }
|
|
inline Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 ** get_address_of_obj_1() { return &___obj_1; }
|
|
inline void set_obj_1(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * value)
|
|
{
|
|
___obj_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___obj_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_time_2() { return static_cast<int32_t>(offsetof(DelayGC_t608BA9FF5A937D664222123D00669DB01563D7EA, ___time_2)); }
|
|
inline float get_time_2() const { return ___time_2; }
|
|
inline float* get_address_of_time_2() { return &___time_2; }
|
|
inline void set_time_2(float value)
|
|
{
|
|
___time_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.RaycastBits
|
|
struct RaycastBits_t30908F9B0CE25CADF248F62A7FDF62F462B95700 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<System.String>
|
|
struct StackTraits_1_t8042AC201CD24100C27A016CC10DE8AC2F3FFCB5 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_t8042AC201CD24100C27A016CC10DE8AC2F3FFCB5_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_tC9599D1DD7AE00404F47B0AFD4B9506560F47227 * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_t8509C573CEE9E3583AB831C5C8CE6810CA4E98CA * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_t8509C573CEE9E3583AB831C5C8CE6810CA4E98CA * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t8042AC201CD24100C27A016CC10DE8AC2F3FFCB5_StaticFields, ___Push_0)); }
|
|
inline Action_2_tC9599D1DD7AE00404F47B0AFD4B9506560F47227 * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_tC9599D1DD7AE00404F47B0AFD4B9506560F47227 ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_tC9599D1DD7AE00404F47B0AFD4B9506560F47227 * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t8042AC201CD24100C27A016CC10DE8AC2F3FFCB5_StaticFields, ___Check_1)); }
|
|
inline Func_3_t8509C573CEE9E3583AB831C5C8CE6810CA4E98CA * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_t8509C573CEE9E3583AB831C5C8CE6810CA4E98CA ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_t8509C573CEE9E3583AB831C5C8CE6810CA4E98CA * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t8042AC201CD24100C27A016CC10DE8AC2F3FFCB5_StaticFields, ___To_2)); }
|
|
inline Func_3_t8509C573CEE9E3583AB831C5C8CE6810CA4E98CA * get_To_2() const { return ___To_2; }
|
|
inline Func_3_t8509C573CEE9E3583AB831C5C8CE6810CA4E98CA ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_t8509C573CEE9E3583AB831C5C8CE6810CA4E98CA * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)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);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.ToLuaFlags
|
|
struct ToLuaFlags_tADB4CEC81DC3357BC4B16523A75900D56978CD29 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.TouchBits
|
|
struct TouchBits_tF8B1EDC72187DF686DF18927CB4250D8B188F45C : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeChecker
|
|
struct TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields
|
|
{
|
|
public:
|
|
// System.Type[] LuaInterface.TypeChecker::LuaValueTypeMap
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___LuaValueTypeMap_0;
|
|
// System.Type LuaInterface.TypeChecker::monoType
|
|
Type_t * ___monoType_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_LuaValueTypeMap_0() { return static_cast<int32_t>(offsetof(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields, ___LuaValueTypeMap_0)); }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_LuaValueTypeMap_0() const { return ___LuaValueTypeMap_0; }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_LuaValueTypeMap_0() { return &___LuaValueTypeMap_0; }
|
|
inline void set_LuaValueTypeMap_0(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
|
|
{
|
|
___LuaValueTypeMap_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___LuaValueTypeMap_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_monoType_1() { return static_cast<int32_t>(offsetof(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields, ___monoType_1)); }
|
|
inline Type_t * get_monoType_1() const { return ___monoType_1; }
|
|
inline Type_t ** get_address_of_monoType_1() { return &___monoType_1; }
|
|
inline void set_monoType_1(Type_t * value)
|
|
{
|
|
___monoType_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___monoType_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<System.String>
|
|
struct TypeTraits_1_t4B66862BFAE55D8074CD446D5DB71FB979DD8F46 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t4B66862BFAE55D8074CD446D5DB71FB979DD8F46_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_t4B66862BFAE55D8074CD446D5DB71FB979DD8F46_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_t4B66862BFAE55D8074CD446D5DB71FB979DD8F46_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_t4B66862BFAE55D8074CD446D5DB71FB979DD8F46_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_t4B66862BFAE55D8074CD446D5DB71FB979DD8F46_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_t4B66862BFAE55D8074CD446D5DB71FB979DD8F46_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_t4B66862BFAE55D8074CD446D5DB71FB979DD8F46_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_t4B66862BFAE55D8074CD446D5DB71FB979DD8F46_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface_EventObjectWrap
|
|
struct LuaInterface_EventObjectWrap_t13B0CE0AD979DDD763C62BE4112CD2B62119A43B : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface_LuaConstructorWrap
|
|
struct LuaInterface_LuaConstructorWrap_tE28C591F0405803161FE546D75D3436929E45E5A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface_LuaFieldWrap
|
|
struct LuaInterface_LuaFieldWrap_t9CBB837BE4C0D1B8A523B3C0D432C979DBFF261B : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface_LuaMethodWrap
|
|
struct LuaInterface_LuaMethodWrap_t64DF0219A3352B6DD7442C0CB9DDB80ED2A3CFE0 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface_LuaOutWrap
|
|
struct LuaInterface_LuaOutWrap_t509EE4F0432B0BE784EC0D8D4E3F1998D720C36F : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface_LuaPropertyWrap
|
|
struct LuaInterface_LuaPropertyWrap_t05AE320DF737C94A91354F6FBE2A243D3A61C1C4 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaProfiler
|
|
struct LuaProfiler_t78786C7FEDF2E554BA02F36D9994B7B1910F2C4E : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct LuaProfiler_t78786C7FEDF2E554BA02F36D9994B7B1910F2C4E_StaticFields
|
|
{
|
|
public:
|
|
// System.Collections.Generic.List`1<System.String> LuaProfiler::list
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___list_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(LuaProfiler_t78786C7FEDF2E554BA02F36D9994B7B1910F2C4E_StaticFields, ___list_0)); }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_list_0() const { return ___list_0; }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_list_0() { return &___list_0; }
|
|
inline void set_list_0(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
|
|
{
|
|
___list_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// PathDefine
|
|
struct PathDefine_tE9B2DE7AA2452338AC31B9D5C7600D60B76F8E09 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// QRCodePicture
|
|
struct QRCodePicture_tE5E912DBA8AAFDA028FF200F5FB289DA7C3A0A73 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// QRCodePicture_<>c__DisplayClass2_0
|
|
struct U3CU3Ec__DisplayClass2_0_t5438D3D0CC378CD40C4DFAC130AB00D468749625 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String QRCodePicture_<>c__DisplayClass2_0::picture
|
|
String_t* ___picture_0;
|
|
// System.String QRCodePicture_<>c__DisplayClass2_0::thumbImage
|
|
String_t* ___thumbImage_1;
|
|
// LuaInterface.LuaFunction QRCodePicture_<>c__DisplayClass2_0::callback
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_picture_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass2_0_t5438D3D0CC378CD40C4DFAC130AB00D468749625, ___picture_0)); }
|
|
inline String_t* get_picture_0() const { return ___picture_0; }
|
|
inline String_t** get_address_of_picture_0() { return &___picture_0; }
|
|
inline void set_picture_0(String_t* value)
|
|
{
|
|
___picture_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___picture_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_thumbImage_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass2_0_t5438D3D0CC378CD40C4DFAC130AB00D468749625, ___thumbImage_1)); }
|
|
inline String_t* get_thumbImage_1() const { return ___thumbImage_1; }
|
|
inline String_t** get_address_of_thumbImage_1() { return &___thumbImage_1; }
|
|
inline void set_thumbImage_1(String_t* value)
|
|
{
|
|
___thumbImage_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___thumbImage_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_callback_2() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass2_0_t5438D3D0CC378CD40C4DFAC130AB00D468749625, ___callback_2)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get_callback_2() const { return ___callback_2; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of_callback_2() { return &___callback_2; }
|
|
inline void set_callback_2(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
___callback_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___callback_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// QRCodePicture_<_QRCodeShare>d__1
|
|
struct U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 QRCodePicture_<_QRCodeShare>d__1::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object QRCodePicture_<_QRCodeShare>d__1::<>2__current
|
|
RuntimeObject * ___U3CU3E2__current_1;
|
|
// System.String QRCodePicture_<_QRCodeShare>d__1::uid
|
|
String_t* ___uid_2;
|
|
// System.String QRCodePicture_<_QRCodeShare>d__1::url
|
|
String_t* ___url_3;
|
|
// System.String QRCodePicture_<_QRCodeShare>d__1::nick
|
|
String_t* ___nick_4;
|
|
// System.Boolean QRCodePicture_<_QRCodeShare>d__1::noRefresh
|
|
bool ___noRefresh_5;
|
|
// LuaInterface.LuaFunction QRCodePicture_<_QRCodeShare>d__1::callback
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7, ___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_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7, ___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_uid_2() { return static_cast<int32_t>(offsetof(U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7, ___uid_2)); }
|
|
inline String_t* get_uid_2() const { return ___uid_2; }
|
|
inline String_t** get_address_of_uid_2() { return &___uid_2; }
|
|
inline void set_uid_2(String_t* value)
|
|
{
|
|
___uid_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___uid_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_url_3() { return static_cast<int32_t>(offsetof(U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7, ___url_3)); }
|
|
inline String_t* get_url_3() const { return ___url_3; }
|
|
inline String_t** get_address_of_url_3() { return &___url_3; }
|
|
inline void set_url_3(String_t* value)
|
|
{
|
|
___url_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___url_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nick_4() { return static_cast<int32_t>(offsetof(U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7, ___nick_4)); }
|
|
inline String_t* get_nick_4() const { return ___nick_4; }
|
|
inline String_t** get_address_of_nick_4() { return &___nick_4; }
|
|
inline void set_nick_4(String_t* value)
|
|
{
|
|
___nick_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___nick_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_noRefresh_5() { return static_cast<int32_t>(offsetof(U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7, ___noRefresh_5)); }
|
|
inline bool get_noRefresh_5() const { return ___noRefresh_5; }
|
|
inline bool* get_address_of_noRefresh_5() { return &___noRefresh_5; }
|
|
inline void set_noRefresh_5(bool value)
|
|
{
|
|
___noRefresh_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_callback_6() { return static_cast<int32_t>(offsetof(U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7, ___callback_6)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get_callback_6() const { return ___callback_6; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of_callback_6() { return &___callback_6; }
|
|
inline void set_callback_6(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
___callback_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___callback_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// QRCodePictureWrap
|
|
struct QRCodePictureWrap_tC43A567771D9CD5E700029222F91D9698B1198C2 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// RSAHelper
|
|
struct RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F_StaticFields
|
|
{
|
|
public:
|
|
// System.String RSAHelper::publicKey
|
|
String_t* ___publicKey_0;
|
|
// System.String RSAHelper::privateKey
|
|
String_t* ___privateKey_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_publicKey_0() { return static_cast<int32_t>(offsetof(RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F_StaticFields, ___publicKey_0)); }
|
|
inline String_t* get_publicKey_0() const { return ___publicKey_0; }
|
|
inline String_t** get_address_of_publicKey_0() { return &___publicKey_0; }
|
|
inline void set_publicKey_0(String_t* value)
|
|
{
|
|
___publicKey_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___publicKey_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_privateKey_1() { return static_cast<int32_t>(offsetof(RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F_StaticFields, ___privateKey_1)); }
|
|
inline String_t* get_privateKey_1() const { return ___privateKey_1; }
|
|
inline String_t** get_address_of_privateKey_1() { return &___privateKey_1; }
|
|
inline void set_privateKey_1(String_t* value)
|
|
{
|
|
___privateKey_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___privateKey_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// RSAHelperWrap
|
|
struct RSAHelperWrap_tA25B0B4F5DE4D547115E244ADE4F9E6BCD67F72A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Il2CppArrayBounds;
|
|
|
|
// System.Array
|
|
|
|
|
|
// System.Attribute
|
|
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Object,System.Int32>
|
|
struct Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A : 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_tE3A30635C5B794ABD7983F09075F9D4F740716D9* ___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_tEECFF3D52DBAFA05FAD1589D36F0A8EEF9E2670E * ___keys_7;
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
|
|
ValueCollection_t7B108E5949AABED7EBC85ED1016365781619DAB7 * ___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_t81923CE2A312318AE13F58085CCF7FA8D879B77A, ___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_t81923CE2A312318AE13F58085CCF7FA8D879B77A, ___entries_1)); }
|
|
inline EntryU5BU5D_tE3A30635C5B794ABD7983F09075F9D4F740716D9* get_entries_1() const { return ___entries_1; }
|
|
inline EntryU5BU5D_tE3A30635C5B794ABD7983F09075F9D4F740716D9** get_address_of_entries_1() { return &___entries_1; }
|
|
inline void set_entries_1(EntryU5BU5D_tE3A30635C5B794ABD7983F09075F9D4F740716D9* 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_t81923CE2A312318AE13F58085CCF7FA8D879B77A, ___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_t81923CE2A312318AE13F58085CCF7FA8D879B77A, ___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_t81923CE2A312318AE13F58085CCF7FA8D879B77A, ___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_t81923CE2A312318AE13F58085CCF7FA8D879B77A, ___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_t81923CE2A312318AE13F58085CCF7FA8D879B77A, ___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_t81923CE2A312318AE13F58085CCF7FA8D879B77A, ___keys_7)); }
|
|
inline KeyCollection_tEECFF3D52DBAFA05FAD1589D36F0A8EEF9E2670E * get_keys_7() const { return ___keys_7; }
|
|
inline KeyCollection_tEECFF3D52DBAFA05FAD1589D36F0A8EEF9E2670E ** get_address_of_keys_7() { return &___keys_7; }
|
|
inline void set_keys_7(KeyCollection_tEECFF3D52DBAFA05FAD1589D36F0A8EEF9E2670E * 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_t81923CE2A312318AE13F58085CCF7FA8D879B77A, ___values_8)); }
|
|
inline ValueCollection_t7B108E5949AABED7EBC85ED1016365781619DAB7 * get_values_8() const { return ___values_8; }
|
|
inline ValueCollection_t7B108E5949AABED7EBC85ED1016365781619DAB7 ** get_address_of_values_8() { return &___values_8; }
|
|
inline void set_values_8(ValueCollection_t7B108E5949AABED7EBC85ED1016365781619DAB7 * 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_t81923CE2A312318AE13F58085CCF7FA8D879B77A, ____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.Dictionary`2<System.Type,LuaInterface.ToLua_LuaPushVarObject>
|
|
struct Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA : 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_t4299601F615037C57E338A4C4990D313F583CAF3* ___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_t2BECF1C47BDD87AE6CD54B6AC1BA2F527F3E752B * ___keys_7;
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
|
|
ValueCollection_t7292C6D43B577B7807CCA121FA01E91A96EC722B * ___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_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA, ___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_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA, ___entries_1)); }
|
|
inline EntryU5BU5D_t4299601F615037C57E338A4C4990D313F583CAF3* get_entries_1() const { return ___entries_1; }
|
|
inline EntryU5BU5D_t4299601F615037C57E338A4C4990D313F583CAF3** get_address_of_entries_1() { return &___entries_1; }
|
|
inline void set_entries_1(EntryU5BU5D_t4299601F615037C57E338A4C4990D313F583CAF3* 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_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA, ___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_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA, ___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_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA, ___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_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA, ___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_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA, ___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_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA, ___keys_7)); }
|
|
inline KeyCollection_t2BECF1C47BDD87AE6CD54B6AC1BA2F527F3E752B * get_keys_7() const { return ___keys_7; }
|
|
inline KeyCollection_t2BECF1C47BDD87AE6CD54B6AC1BA2F527F3E752B ** get_address_of_keys_7() { return &___keys_7; }
|
|
inline void set_keys_7(KeyCollection_t2BECF1C47BDD87AE6CD54B6AC1BA2F527F3E752B * 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_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA, ___values_8)); }
|
|
inline ValueCollection_t7292C6D43B577B7807CCA121FA01E91A96EC722B * get_values_8() const { return ___values_8; }
|
|
inline ValueCollection_t7292C6D43B577B7807CCA121FA01E91A96EC722B ** get_address_of_values_8() { return &___values_8; }
|
|
inline void set_values_8(ValueCollection_t7292C6D43B577B7807CCA121FA01E91A96EC722B * 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_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA, ____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.Dictionary`2<ZXing.EncodeHintType,System.Object>
|
|
struct Dictionary_2_t40CE861C1774140086DFBD4975837A6B614498DA : 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_tD49D5FC4DAA09DE45F8CC21DA4374EAA261588D9* ___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_tC1B115EDFDDE4145E1672A2464781AD56E6E0E7C * ___keys_7;
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
|
|
ValueCollection_t10C75A9C0EF44E28A5FCA78117199D1FE9692839 * ___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_t40CE861C1774140086DFBD4975837A6B614498DA, ___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_t40CE861C1774140086DFBD4975837A6B614498DA, ___entries_1)); }
|
|
inline EntryU5BU5D_tD49D5FC4DAA09DE45F8CC21DA4374EAA261588D9* get_entries_1() const { return ___entries_1; }
|
|
inline EntryU5BU5D_tD49D5FC4DAA09DE45F8CC21DA4374EAA261588D9** get_address_of_entries_1() { return &___entries_1; }
|
|
inline void set_entries_1(EntryU5BU5D_tD49D5FC4DAA09DE45F8CC21DA4374EAA261588D9* 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_t40CE861C1774140086DFBD4975837A6B614498DA, ___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_t40CE861C1774140086DFBD4975837A6B614498DA, ___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_t40CE861C1774140086DFBD4975837A6B614498DA, ___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_t40CE861C1774140086DFBD4975837A6B614498DA, ___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_t40CE861C1774140086DFBD4975837A6B614498DA, ___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_t40CE861C1774140086DFBD4975837A6B614498DA, ___keys_7)); }
|
|
inline KeyCollection_tC1B115EDFDDE4145E1672A2464781AD56E6E0E7C * get_keys_7() const { return ___keys_7; }
|
|
inline KeyCollection_tC1B115EDFDDE4145E1672A2464781AD56E6E0E7C ** get_address_of_keys_7() { return &___keys_7; }
|
|
inline void set_keys_7(KeyCollection_tC1B115EDFDDE4145E1672A2464781AD56E6E0E7C * 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_t40CE861C1774140086DFBD4975837A6B614498DA, ___values_8)); }
|
|
inline ValueCollection_t10C75A9C0EF44E28A5FCA78117199D1FE9692839 * get_values_8() const { return ___values_8; }
|
|
inline ValueCollection_t10C75A9C0EF44E28A5FCA78117199D1FE9692839 ** get_address_of_values_8() { return &___values_8; }
|
|
inline void set_values_8(ValueCollection_t10C75A9C0EF44E28A5FCA78117199D1FE9692839 * 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_t40CE861C1774140086DFBD4975837A6B614498DA, ____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<LuaInterface.ObjectTranslator_DelayGC>
|
|
struct List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
DelayGCU5BU5D_tA37409F23D55014D2A85EF41C3ACB64A704BA563* ____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_t60727373C5D2D2A0DBC01F4A305CED07497791FC, ____items_1)); }
|
|
inline DelayGCU5BU5D_tA37409F23D55014D2A85EF41C3ACB64A704BA563* get__items_1() const { return ____items_1; }
|
|
inline DelayGCU5BU5D_tA37409F23D55014D2A85EF41C3ACB64A704BA563** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(DelayGCU5BU5D_tA37409F23D55014D2A85EF41C3ACB64A704BA563* 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_t60727373C5D2D2A0DBC01F4A305CED07497791FC, ____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_t60727373C5D2D2A0DBC01F4A305CED07497791FC, ____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_t60727373C5D2D2A0DBC01F4A305CED07497791FC, ____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_t60727373C5D2D2A0DBC01F4A305CED07497791FC_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
DelayGCU5BU5D_tA37409F23D55014D2A85EF41C3ACB64A704BA563* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC_StaticFields, ____emptyArray_5)); }
|
|
inline DelayGCU5BU5D_tA37409F23D55014D2A85EF41C3ACB64A704BA563* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline DelayGCU5BU5D_tA37409F23D55014D2A85EF41C3ACB64A704BA563** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(DelayGCU5BU5D_tA37409F23D55014D2A85EF41C3ACB64A704BA563* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (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.String>
|
|
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____items_1)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__items_1() const { return ____items_1; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* 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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields, ____emptyArray_5)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Security.Cryptography.AsymmetricAlgorithm
|
|
struct AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue
|
|
int32_t ___KeySizeValue_0;
|
|
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue
|
|
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___LegalKeySizesValue_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_KeySizeValue_0() { return static_cast<int32_t>(offsetof(AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB, ___KeySizeValue_0)); }
|
|
inline int32_t get_KeySizeValue_0() const { return ___KeySizeValue_0; }
|
|
inline int32_t* get_address_of_KeySizeValue_0() { return &___KeySizeValue_0; }
|
|
inline void set_KeySizeValue_0(int32_t value)
|
|
{
|
|
___KeySizeValue_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_LegalKeySizesValue_1() { return static_cast<int32_t>(offsetof(AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB, ___LegalKeySizesValue_1)); }
|
|
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_LegalKeySizesValue_1() const { return ___LegalKeySizesValue_1; }
|
|
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_LegalKeySizesValue_1() { return &___LegalKeySizesValue_1; }
|
|
inline void set_LegalKeySizesValue_1(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
|
|
{
|
|
___LegalKeySizesValue_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___LegalKeySizesValue_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// 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.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.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
|
|
{
|
|
};
|
|
|
|
// WXData
|
|
struct WXData_tDC505A838952A3360267DE4854C3941CFFB83C12 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct WXData_tDC505A838952A3360267DE4854C3941CFFB83C12_StaticFields
|
|
{
|
|
public:
|
|
// System.String WXData::_accessToken
|
|
String_t* ____accessToken_2;
|
|
// System.String WXData::_refreshToken
|
|
String_t* ____refreshToken_3;
|
|
// System.String WXData::_openid
|
|
String_t* ____openid_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__accessToken_2() { return static_cast<int32_t>(offsetof(WXData_tDC505A838952A3360267DE4854C3941CFFB83C12_StaticFields, ____accessToken_2)); }
|
|
inline String_t* get__accessToken_2() const { return ____accessToken_2; }
|
|
inline String_t** get_address_of__accessToken_2() { return &____accessToken_2; }
|
|
inline void set__accessToken_2(String_t* value)
|
|
{
|
|
____accessToken_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____accessToken_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__refreshToken_3() { return static_cast<int32_t>(offsetof(WXData_tDC505A838952A3360267DE4854C3941CFFB83C12_StaticFields, ____refreshToken_3)); }
|
|
inline String_t* get__refreshToken_3() const { return ____refreshToken_3; }
|
|
inline String_t** get_address_of__refreshToken_3() { return &____refreshToken_3; }
|
|
inline void set__refreshToken_3(String_t* value)
|
|
{
|
|
____refreshToken_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____refreshToken_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__openid_4() { return static_cast<int32_t>(offsetof(WXData_tDC505A838952A3360267DE4854C3941CFFB83C12_StaticFields, ____openid_4)); }
|
|
inline String_t* get__openid_4() const { return ____openid_4; }
|
|
inline String_t** get_address_of__openid_4() { return &____openid_4; }
|
|
inline void set__openid_4(String_t* value)
|
|
{
|
|
____openid_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____openid_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// ZXing.Common.BitMatrix
|
|
struct BitMatrix_t603A558C22BA7CDB3D44CC07B52DC93F6DC024EA : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 ZXing.Common.BitMatrix::width
|
|
int32_t ___width_0;
|
|
// System.Int32 ZXing.Common.BitMatrix::height
|
|
int32_t ___height_1;
|
|
// System.Int32 ZXing.Common.BitMatrix::rowSize
|
|
int32_t ___rowSize_2;
|
|
// System.Int32[] ZXing.Common.BitMatrix::bits
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___bits_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_width_0() { return static_cast<int32_t>(offsetof(BitMatrix_t603A558C22BA7CDB3D44CC07B52DC93F6DC024EA, ___width_0)); }
|
|
inline int32_t get_width_0() const { return ___width_0; }
|
|
inline int32_t* get_address_of_width_0() { return &___width_0; }
|
|
inline void set_width_0(int32_t value)
|
|
{
|
|
___width_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_height_1() { return static_cast<int32_t>(offsetof(BitMatrix_t603A558C22BA7CDB3D44CC07B52DC93F6DC024EA, ___height_1)); }
|
|
inline int32_t get_height_1() const { return ___height_1; }
|
|
inline int32_t* get_address_of_height_1() { return &___height_1; }
|
|
inline void set_height_1(int32_t value)
|
|
{
|
|
___height_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_rowSize_2() { return static_cast<int32_t>(offsetof(BitMatrix_t603A558C22BA7CDB3D44CC07B52DC93F6DC024EA, ___rowSize_2)); }
|
|
inline int32_t get_rowSize_2() const { return ___rowSize_2; }
|
|
inline int32_t* get_address_of_rowSize_2() { return &___rowSize_2; }
|
|
inline void set_rowSize_2(int32_t value)
|
|
{
|
|
___rowSize_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bits_3() { return static_cast<int32_t>(offsetof(BitMatrix_t603A558C22BA7CDB3D44CC07B52DC93F6DC024EA, ___bits_3)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_bits_3() const { return ___bits_3; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_bits_3() { return &___bits_3; }
|
|
inline void set_bits_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___bits_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___bits_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// ZXing.Common.EncodingOptions
|
|
struct EncodingOptions_t750D4B405BAB1C5515EAC6C7E0FC66C6A4DC547B : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Generic.IDictionary`2<ZXing.EncodeHintType,System.Object> ZXing.Common.EncodingOptions::<Hints>k__BackingField
|
|
RuntimeObject* ___U3CHintsU3Ek__BackingField_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CHintsU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(EncodingOptions_t750D4B405BAB1C5515EAC6C7E0FC66C6A4DC547B, ___U3CHintsU3Ek__BackingField_0)); }
|
|
inline RuntimeObject* get_U3CHintsU3Ek__BackingField_0() const { return ___U3CHintsU3Ek__BackingField_0; }
|
|
inline RuntimeObject** get_address_of_U3CHintsU3Ek__BackingField_0() { return &___U3CHintsU3Ek__BackingField_0; }
|
|
inline void set_U3CHintsU3Ek__BackingField_0(RuntimeObject* value)
|
|
{
|
|
___U3CHintsU3Ek__BackingField_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CHintsU3Ek__BackingField_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// ZXing.MultiFormatWriter
|
|
struct MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933_StaticFields
|
|
{
|
|
public:
|
|
// System.Collections.Generic.IDictionary`2<ZXing.BarcodeFormat,System.Func`1<ZXing.Writer>> ZXing.MultiFormatWriter::formatMap
|
|
RuntimeObject* ___formatMap_0;
|
|
// System.Func`1<ZXing.Writer> ZXing.MultiFormatWriter::CSU24<>9__CachedAnonymousMethodDelegate10
|
|
Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * ___CSU24U3CU3E9__CachedAnonymousMethodDelegate10_1;
|
|
// System.Func`1<ZXing.Writer> ZXing.MultiFormatWriter::CSU24<>9__CachedAnonymousMethodDelegate11
|
|
Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * ___CSU24U3CU3E9__CachedAnonymousMethodDelegate11_2;
|
|
// System.Func`1<ZXing.Writer> ZXing.MultiFormatWriter::CSU24<>9__CachedAnonymousMethodDelegate12
|
|
Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * ___CSU24U3CU3E9__CachedAnonymousMethodDelegate12_3;
|
|
// System.Func`1<ZXing.Writer> ZXing.MultiFormatWriter::CSU24<>9__CachedAnonymousMethodDelegate13
|
|
Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * ___CSU24U3CU3E9__CachedAnonymousMethodDelegate13_4;
|
|
// System.Func`1<ZXing.Writer> ZXing.MultiFormatWriter::CSU24<>9__CachedAnonymousMethodDelegate14
|
|
Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * ___CSU24U3CU3E9__CachedAnonymousMethodDelegate14_5;
|
|
// System.Func`1<ZXing.Writer> ZXing.MultiFormatWriter::CSU24<>9__CachedAnonymousMethodDelegate15
|
|
Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * ___CSU24U3CU3E9__CachedAnonymousMethodDelegate15_6;
|
|
// System.Func`1<ZXing.Writer> ZXing.MultiFormatWriter::CSU24<>9__CachedAnonymousMethodDelegate16
|
|
Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * ___CSU24U3CU3E9__CachedAnonymousMethodDelegate16_7;
|
|
// System.Func`1<ZXing.Writer> ZXing.MultiFormatWriter::CSU24<>9__CachedAnonymousMethodDelegate17
|
|
Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * ___CSU24U3CU3E9__CachedAnonymousMethodDelegate17_8;
|
|
// System.Func`1<ZXing.Writer> ZXing.MultiFormatWriter::CSU24<>9__CachedAnonymousMethodDelegate18
|
|
Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * ___CSU24U3CU3E9__CachedAnonymousMethodDelegate18_9;
|
|
// System.Func`1<ZXing.Writer> ZXing.MultiFormatWriter::CSU24<>9__CachedAnonymousMethodDelegate19
|
|
Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * ___CSU24U3CU3E9__CachedAnonymousMethodDelegate19_10;
|
|
// System.Func`1<ZXing.Writer> ZXing.MultiFormatWriter::CSU24<>9__CachedAnonymousMethodDelegate1a
|
|
Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * ___CSU24U3CU3E9__CachedAnonymousMethodDelegate1a_11;
|
|
// System.Func`1<ZXing.Writer> ZXing.MultiFormatWriter::CSU24<>9__CachedAnonymousMethodDelegate1b
|
|
Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * ___CSU24U3CU3E9__CachedAnonymousMethodDelegate1b_12;
|
|
// System.Func`1<ZXing.Writer> ZXing.MultiFormatWriter::CSU24<>9__CachedAnonymousMethodDelegate1c
|
|
Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * ___CSU24U3CU3E9__CachedAnonymousMethodDelegate1c_13;
|
|
// System.Func`1<ZXing.Writer> ZXing.MultiFormatWriter::CSU24<>9__CachedAnonymousMethodDelegate1d
|
|
Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * ___CSU24U3CU3E9__CachedAnonymousMethodDelegate1d_14;
|
|
// System.Func`1<ZXing.Writer> ZXing.MultiFormatWriter::CSU24<>9__CachedAnonymousMethodDelegate1e
|
|
Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * ___CSU24U3CU3E9__CachedAnonymousMethodDelegate1e_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_formatMap_0() { return static_cast<int32_t>(offsetof(MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933_StaticFields, ___formatMap_0)); }
|
|
inline RuntimeObject* get_formatMap_0() const { return ___formatMap_0; }
|
|
inline RuntimeObject** get_address_of_formatMap_0() { return &___formatMap_0; }
|
|
inline void set_formatMap_0(RuntimeObject* value)
|
|
{
|
|
___formatMap_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___formatMap_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate10_1() { return static_cast<int32_t>(offsetof(MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933_StaticFields, ___CSU24U3CU3E9__CachedAnonymousMethodDelegate10_1)); }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * get_CSU24U3CU3E9__CachedAnonymousMethodDelegate10_1() const { return ___CSU24U3CU3E9__CachedAnonymousMethodDelegate10_1; }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E ** get_address_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate10_1() { return &___CSU24U3CU3E9__CachedAnonymousMethodDelegate10_1; }
|
|
inline void set_CSU24U3CU3E9__CachedAnonymousMethodDelegate10_1(Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * value)
|
|
{
|
|
___CSU24U3CU3E9__CachedAnonymousMethodDelegate10_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E9__CachedAnonymousMethodDelegate10_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate11_2() { return static_cast<int32_t>(offsetof(MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933_StaticFields, ___CSU24U3CU3E9__CachedAnonymousMethodDelegate11_2)); }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * get_CSU24U3CU3E9__CachedAnonymousMethodDelegate11_2() const { return ___CSU24U3CU3E9__CachedAnonymousMethodDelegate11_2; }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E ** get_address_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate11_2() { return &___CSU24U3CU3E9__CachedAnonymousMethodDelegate11_2; }
|
|
inline void set_CSU24U3CU3E9__CachedAnonymousMethodDelegate11_2(Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * value)
|
|
{
|
|
___CSU24U3CU3E9__CachedAnonymousMethodDelegate11_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E9__CachedAnonymousMethodDelegate11_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate12_3() { return static_cast<int32_t>(offsetof(MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933_StaticFields, ___CSU24U3CU3E9__CachedAnonymousMethodDelegate12_3)); }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * get_CSU24U3CU3E9__CachedAnonymousMethodDelegate12_3() const { return ___CSU24U3CU3E9__CachedAnonymousMethodDelegate12_3; }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E ** get_address_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate12_3() { return &___CSU24U3CU3E9__CachedAnonymousMethodDelegate12_3; }
|
|
inline void set_CSU24U3CU3E9__CachedAnonymousMethodDelegate12_3(Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * value)
|
|
{
|
|
___CSU24U3CU3E9__CachedAnonymousMethodDelegate12_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E9__CachedAnonymousMethodDelegate12_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate13_4() { return static_cast<int32_t>(offsetof(MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933_StaticFields, ___CSU24U3CU3E9__CachedAnonymousMethodDelegate13_4)); }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * get_CSU24U3CU3E9__CachedAnonymousMethodDelegate13_4() const { return ___CSU24U3CU3E9__CachedAnonymousMethodDelegate13_4; }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E ** get_address_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate13_4() { return &___CSU24U3CU3E9__CachedAnonymousMethodDelegate13_4; }
|
|
inline void set_CSU24U3CU3E9__CachedAnonymousMethodDelegate13_4(Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * value)
|
|
{
|
|
___CSU24U3CU3E9__CachedAnonymousMethodDelegate13_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E9__CachedAnonymousMethodDelegate13_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate14_5() { return static_cast<int32_t>(offsetof(MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933_StaticFields, ___CSU24U3CU3E9__CachedAnonymousMethodDelegate14_5)); }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * get_CSU24U3CU3E9__CachedAnonymousMethodDelegate14_5() const { return ___CSU24U3CU3E9__CachedAnonymousMethodDelegate14_5; }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E ** get_address_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate14_5() { return &___CSU24U3CU3E9__CachedAnonymousMethodDelegate14_5; }
|
|
inline void set_CSU24U3CU3E9__CachedAnonymousMethodDelegate14_5(Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * value)
|
|
{
|
|
___CSU24U3CU3E9__CachedAnonymousMethodDelegate14_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E9__CachedAnonymousMethodDelegate14_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate15_6() { return static_cast<int32_t>(offsetof(MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933_StaticFields, ___CSU24U3CU3E9__CachedAnonymousMethodDelegate15_6)); }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * get_CSU24U3CU3E9__CachedAnonymousMethodDelegate15_6() const { return ___CSU24U3CU3E9__CachedAnonymousMethodDelegate15_6; }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E ** get_address_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate15_6() { return &___CSU24U3CU3E9__CachedAnonymousMethodDelegate15_6; }
|
|
inline void set_CSU24U3CU3E9__CachedAnonymousMethodDelegate15_6(Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * value)
|
|
{
|
|
___CSU24U3CU3E9__CachedAnonymousMethodDelegate15_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E9__CachedAnonymousMethodDelegate15_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate16_7() { return static_cast<int32_t>(offsetof(MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933_StaticFields, ___CSU24U3CU3E9__CachedAnonymousMethodDelegate16_7)); }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * get_CSU24U3CU3E9__CachedAnonymousMethodDelegate16_7() const { return ___CSU24U3CU3E9__CachedAnonymousMethodDelegate16_7; }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E ** get_address_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate16_7() { return &___CSU24U3CU3E9__CachedAnonymousMethodDelegate16_7; }
|
|
inline void set_CSU24U3CU3E9__CachedAnonymousMethodDelegate16_7(Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * value)
|
|
{
|
|
___CSU24U3CU3E9__CachedAnonymousMethodDelegate16_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E9__CachedAnonymousMethodDelegate16_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate17_8() { return static_cast<int32_t>(offsetof(MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933_StaticFields, ___CSU24U3CU3E9__CachedAnonymousMethodDelegate17_8)); }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * get_CSU24U3CU3E9__CachedAnonymousMethodDelegate17_8() const { return ___CSU24U3CU3E9__CachedAnonymousMethodDelegate17_8; }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E ** get_address_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate17_8() { return &___CSU24U3CU3E9__CachedAnonymousMethodDelegate17_8; }
|
|
inline void set_CSU24U3CU3E9__CachedAnonymousMethodDelegate17_8(Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * value)
|
|
{
|
|
___CSU24U3CU3E9__CachedAnonymousMethodDelegate17_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E9__CachedAnonymousMethodDelegate17_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate18_9() { return static_cast<int32_t>(offsetof(MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933_StaticFields, ___CSU24U3CU3E9__CachedAnonymousMethodDelegate18_9)); }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * get_CSU24U3CU3E9__CachedAnonymousMethodDelegate18_9() const { return ___CSU24U3CU3E9__CachedAnonymousMethodDelegate18_9; }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E ** get_address_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate18_9() { return &___CSU24U3CU3E9__CachedAnonymousMethodDelegate18_9; }
|
|
inline void set_CSU24U3CU3E9__CachedAnonymousMethodDelegate18_9(Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * value)
|
|
{
|
|
___CSU24U3CU3E9__CachedAnonymousMethodDelegate18_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E9__CachedAnonymousMethodDelegate18_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate19_10() { return static_cast<int32_t>(offsetof(MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933_StaticFields, ___CSU24U3CU3E9__CachedAnonymousMethodDelegate19_10)); }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * get_CSU24U3CU3E9__CachedAnonymousMethodDelegate19_10() const { return ___CSU24U3CU3E9__CachedAnonymousMethodDelegate19_10; }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E ** get_address_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate19_10() { return &___CSU24U3CU3E9__CachedAnonymousMethodDelegate19_10; }
|
|
inline void set_CSU24U3CU3E9__CachedAnonymousMethodDelegate19_10(Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * value)
|
|
{
|
|
___CSU24U3CU3E9__CachedAnonymousMethodDelegate19_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E9__CachedAnonymousMethodDelegate19_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate1a_11() { return static_cast<int32_t>(offsetof(MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933_StaticFields, ___CSU24U3CU3E9__CachedAnonymousMethodDelegate1a_11)); }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * get_CSU24U3CU3E9__CachedAnonymousMethodDelegate1a_11() const { return ___CSU24U3CU3E9__CachedAnonymousMethodDelegate1a_11; }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E ** get_address_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate1a_11() { return &___CSU24U3CU3E9__CachedAnonymousMethodDelegate1a_11; }
|
|
inline void set_CSU24U3CU3E9__CachedAnonymousMethodDelegate1a_11(Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * value)
|
|
{
|
|
___CSU24U3CU3E9__CachedAnonymousMethodDelegate1a_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E9__CachedAnonymousMethodDelegate1a_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate1b_12() { return static_cast<int32_t>(offsetof(MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933_StaticFields, ___CSU24U3CU3E9__CachedAnonymousMethodDelegate1b_12)); }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * get_CSU24U3CU3E9__CachedAnonymousMethodDelegate1b_12() const { return ___CSU24U3CU3E9__CachedAnonymousMethodDelegate1b_12; }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E ** get_address_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate1b_12() { return &___CSU24U3CU3E9__CachedAnonymousMethodDelegate1b_12; }
|
|
inline void set_CSU24U3CU3E9__CachedAnonymousMethodDelegate1b_12(Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * value)
|
|
{
|
|
___CSU24U3CU3E9__CachedAnonymousMethodDelegate1b_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E9__CachedAnonymousMethodDelegate1b_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate1c_13() { return static_cast<int32_t>(offsetof(MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933_StaticFields, ___CSU24U3CU3E9__CachedAnonymousMethodDelegate1c_13)); }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * get_CSU24U3CU3E9__CachedAnonymousMethodDelegate1c_13() const { return ___CSU24U3CU3E9__CachedAnonymousMethodDelegate1c_13; }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E ** get_address_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate1c_13() { return &___CSU24U3CU3E9__CachedAnonymousMethodDelegate1c_13; }
|
|
inline void set_CSU24U3CU3E9__CachedAnonymousMethodDelegate1c_13(Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * value)
|
|
{
|
|
___CSU24U3CU3E9__CachedAnonymousMethodDelegate1c_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E9__CachedAnonymousMethodDelegate1c_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate1d_14() { return static_cast<int32_t>(offsetof(MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933_StaticFields, ___CSU24U3CU3E9__CachedAnonymousMethodDelegate1d_14)); }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * get_CSU24U3CU3E9__CachedAnonymousMethodDelegate1d_14() const { return ___CSU24U3CU3E9__CachedAnonymousMethodDelegate1d_14; }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E ** get_address_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate1d_14() { return &___CSU24U3CU3E9__CachedAnonymousMethodDelegate1d_14; }
|
|
inline void set_CSU24U3CU3E9__CachedAnonymousMethodDelegate1d_14(Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * value)
|
|
{
|
|
___CSU24U3CU3E9__CachedAnonymousMethodDelegate1d_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E9__CachedAnonymousMethodDelegate1d_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate1e_15() { return static_cast<int32_t>(offsetof(MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933_StaticFields, ___CSU24U3CU3E9__CachedAnonymousMethodDelegate1e_15)); }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * get_CSU24U3CU3E9__CachedAnonymousMethodDelegate1e_15() const { return ___CSU24U3CU3E9__CachedAnonymousMethodDelegate1e_15; }
|
|
inline Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E ** get_address_of_CSU24U3CU3E9__CachedAnonymousMethodDelegate1e_15() { return &___CSU24U3CU3E9__CachedAnonymousMethodDelegate1e_15; }
|
|
inline void set_CSU24U3CU3E9__CachedAnonymousMethodDelegate1e_15(Func_1_t87E276D8C2845A066D5DE7B348D791286A22624E * value)
|
|
{
|
|
___CSU24U3CU3E9__CachedAnonymousMethodDelegate1e_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E9__CachedAnonymousMethodDelegate1e_15), (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.LuaValueType
|
|
struct LuaValueType_t25756BF423E79830D055A1AE47C3C8E1905AC1DB
|
|
{
|
|
public:
|
|
// System.Int32 LuaInterface.LuaValueType::type
|
|
int32_t ___type_14;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_type_14() { return static_cast<int32_t>(offsetof(LuaValueType_t25756BF423E79830D055A1AE47C3C8E1905AC1DB, ___type_14)); }
|
|
inline int32_t get_type_14() const { return ___type_14; }
|
|
inline int32_t* get_address_of_type_14() { return &___type_14; }
|
|
inline void set_type_14(int32_t value)
|
|
{
|
|
___type_14 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.MonoPInvokeCallbackAttribute
|
|
struct MonoPInvokeCallbackAttribute_t6F873AE8CBB61A49CEAA8A92874D8719F9B07227 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.NoToLuaAttribute
|
|
struct NoToLuaAttribute_t7012DEC948E5B7BEF68B4DD7501EE5528523BF1E : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.OverrideDefinedAttribute
|
|
struct OverrideDefinedAttribute_t469AED0A11A64095A10245247F0B465C6AF0A888 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.UseDefinedAttribute
|
|
struct UseDefinedAttribute_t087ABD84B105B16D4F42ACDB4390950BCBF529A7 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.nil
|
|
struct nil_t8F6CD76487668B36C4D9EDB976DE57619FC9FD0A
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t nil_t8F6CD76487668B36C4D9EDB976DE57619FC9FD0A__padding[1];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaResLoader
|
|
struct LuaResLoader_tA78634278595979C32DCDCE06623A4265079A9A9 : public LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE
|
|
{
|
|
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.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.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.Security.Cryptography.RSA
|
|
struct RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 : public AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB
|
|
{
|
|
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.Color
|
|
struct Color_t119BCA590009762C7223FDD3AF9706653AC84ED2
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Color::r
|
|
float ___r_0;
|
|
// System.Single UnityEngine.Color::g
|
|
float ___g_1;
|
|
// System.Single UnityEngine.Color::b
|
|
float ___b_2;
|
|
// System.Single UnityEngine.Color::a
|
|
float ___a_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_r_0() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___r_0)); }
|
|
inline float get_r_0() const { return ___r_0; }
|
|
inline float* get_address_of_r_0() { return &___r_0; }
|
|
inline void set_r_0(float value)
|
|
{
|
|
___r_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_g_1() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___g_1)); }
|
|
inline float get_g_1() const { return ___g_1; }
|
|
inline float* get_address_of_g_1() { return &___g_1; }
|
|
inline void set_g_1(float value)
|
|
{
|
|
___g_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_b_2() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___b_2)); }
|
|
inline float get_b_2() const { return ___b_2; }
|
|
inline float* get_address_of_b_2() { return &___b_2; }
|
|
inline void set_b_2(float value)
|
|
{
|
|
___b_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_a_3() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___a_3)); }
|
|
inline float get_a_3() const { return ___a_3; }
|
|
inline float* get_address_of_a_3() { return &___a_3; }
|
|
inline void set_a_3(float value)
|
|
{
|
|
___a_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Color32
|
|
struct Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Int32 UnityEngine.Color32::rgba
|
|
int32_t ___rgba_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___rgba_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Byte UnityEngine.Color32::r
|
|
uint8_t ___r_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint8_t ___r_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___g_2_OffsetPadding[1];
|
|
// System.Byte UnityEngine.Color32::g
|
|
uint8_t ___g_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___g_2_OffsetPadding_forAlignmentOnly[1];
|
|
uint8_t ___g_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___b_3_OffsetPadding[2];
|
|
// System.Byte UnityEngine.Color32::b
|
|
uint8_t ___b_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___b_3_OffsetPadding_forAlignmentOnly[2];
|
|
uint8_t ___b_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___a_4_OffsetPadding[3];
|
|
// System.Byte UnityEngine.Color32::a
|
|
uint8_t ___a_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___a_4_OffsetPadding_forAlignmentOnly[3];
|
|
uint8_t ___a_4_forAlignmentOnly;
|
|
};
|
|
};
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_rgba_0() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___rgba_0)); }
|
|
inline int32_t get_rgba_0() const { return ___rgba_0; }
|
|
inline int32_t* get_address_of_rgba_0() { return &___rgba_0; }
|
|
inline void set_rgba_0(int32_t value)
|
|
{
|
|
___rgba_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_r_1() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___r_1)); }
|
|
inline uint8_t get_r_1() const { return ___r_1; }
|
|
inline uint8_t* get_address_of_r_1() { return &___r_1; }
|
|
inline void set_r_1(uint8_t value)
|
|
{
|
|
___r_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_g_2() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___g_2)); }
|
|
inline uint8_t get_g_2() const { return ___g_2; }
|
|
inline uint8_t* get_address_of_g_2() { return &___g_2; }
|
|
inline void set_g_2(uint8_t value)
|
|
{
|
|
___g_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_b_3() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___b_3)); }
|
|
inline uint8_t get_b_3() const { return ___b_3; }
|
|
inline uint8_t* get_address_of_b_3() { return &___b_3; }
|
|
inline void set_b_3(uint8_t value)
|
|
{
|
|
___b_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_a_4() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___a_4)); }
|
|
inline uint8_t get_a_4() const { return ___a_4; }
|
|
inline uint8_t* get_address_of_a_4() { return &___a_4; }
|
|
inline void set_a_4(uint8_t value)
|
|
{
|
|
___a_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.LayerMask
|
|
struct LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.LayerMask::m_Mask
|
|
int32_t ___m_Mask_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Mask_0() { return static_cast<int32_t>(offsetof(LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0, ___m_Mask_0)); }
|
|
inline int32_t get_m_Mask_0() const { return ___m_Mask_0; }
|
|
inline int32_t* get_address_of_m_Mask_0() { return &___m_Mask_0; }
|
|
inline void set_m_Mask_0(int32_t value)
|
|
{
|
|
___m_Mask_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Quaternion
|
|
struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Quaternion::x
|
|
float ___x_0;
|
|
// System.Single UnityEngine.Quaternion::y
|
|
float ___y_1;
|
|
// System.Single UnityEngine.Quaternion::z
|
|
float ___z_2;
|
|
// System.Single UnityEngine.Quaternion::w
|
|
float ___w_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___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(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___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;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_z_2() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___z_2)); }
|
|
inline float get_z_2() const { return ___z_2; }
|
|
inline float* get_address_of_z_2() { return &___z_2; }
|
|
inline void set_z_2(float value)
|
|
{
|
|
___z_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_w_3() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___w_3)); }
|
|
inline float get_w_3() const { return ___w_3; }
|
|
inline float* get_address_of_w_3() { return &___w_3; }
|
|
inline void set_w_3(float value)
|
|
{
|
|
___w_3 = value;
|
|
}
|
|
};
|
|
|
|
struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___identityQuaternion_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields, ___identityQuaternion_4)); }
|
|
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_identityQuaternion_4() const { return ___identityQuaternion_4; }
|
|
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; }
|
|
inline void set_identityQuaternion_4(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value)
|
|
{
|
|
___identityQuaternion_4 = 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;
|
|
}
|
|
};
|
|
|
|
|
|
// ZXing.QrCode.QrCodeEncodingOptions
|
|
struct QrCodeEncodingOptions_t8B4ACCFC41C5D11D793E8110884514085F598517 : public EncodingOptions_t750D4B405BAB1C5515EAC6C7E0FC66C6A4DC547B
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// 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;
|
|
}
|
|
};
|
|
|
|
|
|
// 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.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.LuaThreadStatus
|
|
struct LuaThreadStatus_t5F63E962C012E451FD42F9552F23515AF56F3C02
|
|
{
|
|
public:
|
|
// System.Int32 LuaInterface.LuaThreadStatus::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LuaThreadStatus_t5F63E962C012E451FD42F9552F23515AF56F3C02, ___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.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.Collections.Hashtable
|
|
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets
|
|
bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___buckets_10;
|
|
// System.Int32 System.Collections.Hashtable::count
|
|
int32_t ___count_11;
|
|
// System.Int32 System.Collections.Hashtable::occupancy
|
|
int32_t ___occupancy_12;
|
|
// System.Int32 System.Collections.Hashtable::loadsize
|
|
int32_t ___loadsize_13;
|
|
// System.Single System.Collections.Hashtable::loadFactor
|
|
float ___loadFactor_14;
|
|
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version
|
|
int32_t ___version_15;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress
|
|
bool ___isWriterInProgress_16;
|
|
// System.Collections.ICollection System.Collections.Hashtable::keys
|
|
RuntimeObject* ___keys_17;
|
|
// System.Collections.ICollection System.Collections.Hashtable::values
|
|
RuntimeObject* ___values_18;
|
|
// System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer
|
|
RuntimeObject* ____keycomparer_19;
|
|
// System.Object System.Collections.Hashtable::_syncRoot
|
|
RuntimeObject * ____syncRoot_20;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buckets_10() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_10)); }
|
|
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_10() const { return ___buckets_10; }
|
|
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_10() { return &___buckets_10; }
|
|
inline void set_buckets_10(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value)
|
|
{
|
|
___buckets_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_11() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___count_11)); }
|
|
inline int32_t get_count_11() const { return ___count_11; }
|
|
inline int32_t* get_address_of_count_11() { return &___count_11; }
|
|
inline void set_count_11(int32_t value)
|
|
{
|
|
___count_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_occupancy_12() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___occupancy_12)); }
|
|
inline int32_t get_occupancy_12() const { return ___occupancy_12; }
|
|
inline int32_t* get_address_of_occupancy_12() { return &___occupancy_12; }
|
|
inline void set_occupancy_12(int32_t value)
|
|
{
|
|
___occupancy_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_loadsize_13() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadsize_13)); }
|
|
inline int32_t get_loadsize_13() const { return ___loadsize_13; }
|
|
inline int32_t* get_address_of_loadsize_13() { return &___loadsize_13; }
|
|
inline void set_loadsize_13(int32_t value)
|
|
{
|
|
___loadsize_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_loadFactor_14() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadFactor_14)); }
|
|
inline float get_loadFactor_14() const { return ___loadFactor_14; }
|
|
inline float* get_address_of_loadFactor_14() { return &___loadFactor_14; }
|
|
inline void set_loadFactor_14(float value)
|
|
{
|
|
___loadFactor_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_15() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___version_15)); }
|
|
inline int32_t get_version_15() const { return ___version_15; }
|
|
inline int32_t* get_address_of_version_15() { return &___version_15; }
|
|
inline void set_version_15(int32_t value)
|
|
{
|
|
___version_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isWriterInProgress_16() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___isWriterInProgress_16)); }
|
|
inline bool get_isWriterInProgress_16() const { return ___isWriterInProgress_16; }
|
|
inline bool* get_address_of_isWriterInProgress_16() { return &___isWriterInProgress_16; }
|
|
inline void set_isWriterInProgress_16(bool value)
|
|
{
|
|
___isWriterInProgress_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keys_17() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___keys_17)); }
|
|
inline RuntimeObject* get_keys_17() const { return ___keys_17; }
|
|
inline RuntimeObject** get_address_of_keys_17() { return &___keys_17; }
|
|
inline void set_keys_17(RuntimeObject* value)
|
|
{
|
|
___keys_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keys_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_18() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___values_18)); }
|
|
inline RuntimeObject* get_values_18() const { return ___values_18; }
|
|
inline RuntimeObject** get_address_of_values_18() { return &___values_18; }
|
|
inline void set_values_18(RuntimeObject* value)
|
|
{
|
|
___values_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___values_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__keycomparer_19() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____keycomparer_19)); }
|
|
inline RuntimeObject* get__keycomparer_19() const { return ____keycomparer_19; }
|
|
inline RuntimeObject** get_address_of__keycomparer_19() { return &____keycomparer_19; }
|
|
inline void set__keycomparer_19(RuntimeObject* value)
|
|
{
|
|
____keycomparer_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_20() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____syncRoot_20)); }
|
|
inline RuntimeObject * get__syncRoot_20() const { return ____syncRoot_20; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_20() { return &____syncRoot_20; }
|
|
inline void set__syncRoot_20(RuntimeObject * value)
|
|
{
|
|
____syncRoot_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_20), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// 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.Int32Enum
|
|
struct Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD
|
|
{
|
|
public:
|
|
// System.Int32 System.Int32Enum::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD, ___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.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.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.Security.Cryptography.CspProviderFlags
|
|
struct CspProviderFlags_t58BDA302C5856D2AA7A41E97CAB5BDD0516571F4
|
|
{
|
|
public:
|
|
// System.Int32 System.Security.Cryptography.CspProviderFlags::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CspProviderFlags_t58BDA302C5856D2AA7A41E97CAB5BDD0516571F4, ___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.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.Bounds
|
|
struct Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 UnityEngine.Bounds::m_Center
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Center_0;
|
|
// UnityEngine.Vector3 UnityEngine.Bounds::m_Extents
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Extents_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Center_0() { return static_cast<int32_t>(offsetof(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890, ___m_Center_0)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Center_0() const { return ___m_Center_0; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Center_0() { return &___m_Center_0; }
|
|
inline void set_m_Center_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Center_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Extents_1() { return static_cast<int32_t>(offsetof(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890, ___m_Extents_1)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Extents_1() const { return ___m_Extents_1; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Extents_1() { return &___m_Extents_1; }
|
|
inline void set_m_Extents_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Extents_1 = 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.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.Ray
|
|
struct Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 UnityEngine.Ray::m_Origin
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Origin_0;
|
|
// UnityEngine.Vector3 UnityEngine.Ray::m_Direction
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Direction_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Origin_0() { return static_cast<int32_t>(offsetof(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2, ___m_Origin_0)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Origin_0() const { return ___m_Origin_0; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Origin_0() { return &___m_Origin_0; }
|
|
inline void set_m_Origin_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Origin_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Direction_1() { return static_cast<int32_t>(offsetof(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2, ___m_Direction_1)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Direction_1() const { return ___m_Direction_1; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Direction_1() { return &___m_Direction_1; }
|
|
inline void set_m_Direction_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Direction_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.RaycastHit
|
|
struct RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Point_0;
|
|
// UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Normal_1;
|
|
// System.UInt32 UnityEngine.RaycastHit::m_FaceID
|
|
uint32_t ___m_FaceID_2;
|
|
// System.Single UnityEngine.RaycastHit::m_Distance
|
|
float ___m_Distance_3;
|
|
// UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_UV_4;
|
|
// System.Int32 UnityEngine.RaycastHit::m_Collider
|
|
int32_t ___m_Collider_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Point_0() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Point_0)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Point_0() const { return ___m_Point_0; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Point_0() { return &___m_Point_0; }
|
|
inline void set_m_Point_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Point_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Normal_1() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Normal_1)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Normal_1() const { return ___m_Normal_1; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Normal_1() { return &___m_Normal_1; }
|
|
inline void set_m_Normal_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Normal_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_FaceID_2() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_FaceID_2)); }
|
|
inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; }
|
|
inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; }
|
|
inline void set_m_FaceID_2(uint32_t value)
|
|
{
|
|
___m_FaceID_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Distance_3() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Distance_3)); }
|
|
inline float get_m_Distance_3() const { return ___m_Distance_3; }
|
|
inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; }
|
|
inline void set_m_Distance_3(float value)
|
|
{
|
|
___m_Distance_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_UV_4() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_UV_4)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_UV_4() const { return ___m_UV_4; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_UV_4() { return &___m_UV_4; }
|
|
inline void set_m_UV_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_UV_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Collider_5() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Collider_5)); }
|
|
inline int32_t get_m_Collider_5() const { return ___m_Collider_5; }
|
|
inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; }
|
|
inline void set_m_Collider_5(int32_t value)
|
|
{
|
|
___m_Collider_5 = 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.TextureFormat
|
|
struct TextureFormat_t7C6B5101554065C47682E592D1E26079D4EC2DCE
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.TextureFormat::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TextureFormat_t7C6B5101554065C47682E592D1E26079D4EC2DCE, ___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.TouchPhase
|
|
struct TouchPhase_t7E9CEC3DD059E32F847242513BD6CE30866AB2A6
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.TouchPhase::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TouchPhase_t7E9CEC3DD059E32F847242513BD6CE30866AB2A6, ___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.TouchType
|
|
struct TouchType_tBBD83025576FC017B10484014B5C396613A02B8E
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.TouchType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TouchType_tBBD83025576FC017B10484014B5C396613A02B8E, ___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.TrackedReference
|
|
struct TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr UnityEngine.TrackedReference::m_Ptr
|
|
intptr_t ___m_Ptr_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107, ___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.TrackedReference
|
|
struct TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.TrackedReference
|
|
struct TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_marshaled_com
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
|
|
// ZXing.BarcodeFormat
|
|
struct BarcodeFormat_t6B01D7D150459F069D3323F6841F39538D644C51
|
|
{
|
|
public:
|
|
// System.Int32 ZXing.BarcodeFormat::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BarcodeFormat_t6B01D7D150459F069D3323F6841F39538D644C51, ___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;
|
|
}
|
|
};
|
|
|
|
|
|
// ZXing.EncodeHintType
|
|
struct EncodeHintType_t8870C91A1EC4FB03D48517B33895A60D6D043969
|
|
{
|
|
public:
|
|
// System.Int32 ZXing.EncodeHintType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EncodeHintType_t8870C91A1EC4FB03D48517B33895A60D6D043969, ___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;
|
|
}
|
|
};
|
|
|
|
|
|
// 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:
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaThread
|
|
struct LuaThread_tE3CD20787632CE8A9ACACDD031EB48E821A20D10 : public LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// 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.Security.Cryptography.RSACryptoServiceProvider
|
|
struct RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 : public RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145
|
|
{
|
|
public:
|
|
// Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.RSACryptoServiceProvider::store
|
|
KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * ___store_6;
|
|
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persistKey
|
|
bool ___persistKey_7;
|
|
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persisted
|
|
bool ___persisted_8;
|
|
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::privateKeyExportable
|
|
bool ___privateKeyExportable_9;
|
|
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::m_disposed
|
|
bool ___m_disposed_10;
|
|
// Mono.Security.Cryptography.RSAManaged System.Security.Cryptography.RSACryptoServiceProvider::rsa
|
|
RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * ___rsa_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_store_6() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___store_6)); }
|
|
inline KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * get_store_6() const { return ___store_6; }
|
|
inline KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 ** get_address_of_store_6() { return &___store_6; }
|
|
inline void set_store_6(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * value)
|
|
{
|
|
___store_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___store_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_persistKey_7() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___persistKey_7)); }
|
|
inline bool get_persistKey_7() const { return ___persistKey_7; }
|
|
inline bool* get_address_of_persistKey_7() { return &___persistKey_7; }
|
|
inline void set_persistKey_7(bool value)
|
|
{
|
|
___persistKey_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_persisted_8() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___persisted_8)); }
|
|
inline bool get_persisted_8() const { return ___persisted_8; }
|
|
inline bool* get_address_of_persisted_8() { return &___persisted_8; }
|
|
inline void set_persisted_8(bool value)
|
|
{
|
|
___persisted_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_privateKeyExportable_9() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___privateKeyExportable_9)); }
|
|
inline bool get_privateKeyExportable_9() const { return ___privateKeyExportable_9; }
|
|
inline bool* get_address_of_privateKeyExportable_9() { return &___privateKeyExportable_9; }
|
|
inline void set_privateKeyExportable_9(bool value)
|
|
{
|
|
___privateKeyExportable_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_disposed_10() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___m_disposed_10)); }
|
|
inline bool get_m_disposed_10() const { return ___m_disposed_10; }
|
|
inline bool* get_address_of_m_disposed_10() { return &___m_disposed_10; }
|
|
inline void set_m_disposed_10(bool value)
|
|
{
|
|
___m_disposed_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_rsa_11() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___rsa_11)); }
|
|
inline RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * get_rsa_11() const { return ___rsa_11; }
|
|
inline RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A ** get_address_of_rsa_11() { return &___rsa_11; }
|
|
inline void set_rsa_11(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * value)
|
|
{
|
|
___rsa_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___rsa_11), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_StaticFields
|
|
{
|
|
public:
|
|
// System.Security.Cryptography.CspProviderFlags modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.RSACryptoServiceProvider::s_UseMachineKeyStore
|
|
int32_t ___s_UseMachineKeyStore_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_UseMachineKeyStore_2() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_StaticFields, ___s_UseMachineKeyStore_2)); }
|
|
inline int32_t get_s_UseMachineKeyStore_2() const { return ___s_UseMachineKeyStore_2; }
|
|
inline int32_t* get_address_of_s_UseMachineKeyStore_2() { return &___s_UseMachineKeyStore_2; }
|
|
inline void set_s_UseMachineKeyStore_2(int32_t value)
|
|
{
|
|
___s_UseMachineKeyStore_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// 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.Component
|
|
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.TextAsset
|
|
struct TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E : 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.Touch
|
|
struct Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Touch::m_FingerId
|
|
int32_t ___m_FingerId_0;
|
|
// UnityEngine.Vector2 UnityEngine.Touch::m_Position
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Position_1;
|
|
// UnityEngine.Vector2 UnityEngine.Touch::m_RawPosition
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_RawPosition_2;
|
|
// UnityEngine.Vector2 UnityEngine.Touch::m_PositionDelta
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_PositionDelta_3;
|
|
// System.Single UnityEngine.Touch::m_TimeDelta
|
|
float ___m_TimeDelta_4;
|
|
// System.Int32 UnityEngine.Touch::m_TapCount
|
|
int32_t ___m_TapCount_5;
|
|
// UnityEngine.TouchPhase UnityEngine.Touch::m_Phase
|
|
int32_t ___m_Phase_6;
|
|
// UnityEngine.TouchType UnityEngine.Touch::m_Type
|
|
int32_t ___m_Type_7;
|
|
// System.Single UnityEngine.Touch::m_Pressure
|
|
float ___m_Pressure_8;
|
|
// System.Single UnityEngine.Touch::m_maximumPossiblePressure
|
|
float ___m_maximumPossiblePressure_9;
|
|
// System.Single UnityEngine.Touch::m_Radius
|
|
float ___m_Radius_10;
|
|
// System.Single UnityEngine.Touch::m_RadiusVariance
|
|
float ___m_RadiusVariance_11;
|
|
// System.Single UnityEngine.Touch::m_AltitudeAngle
|
|
float ___m_AltitudeAngle_12;
|
|
// System.Single UnityEngine.Touch::m_AzimuthAngle
|
|
float ___m_AzimuthAngle_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_FingerId_0() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_FingerId_0)); }
|
|
inline int32_t get_m_FingerId_0() const { return ___m_FingerId_0; }
|
|
inline int32_t* get_address_of_m_FingerId_0() { return &___m_FingerId_0; }
|
|
inline void set_m_FingerId_0(int32_t value)
|
|
{
|
|
___m_FingerId_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Position_1() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Position_1)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Position_1() const { return ___m_Position_1; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Position_1() { return &___m_Position_1; }
|
|
inline void set_m_Position_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_Position_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RawPosition_2() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_RawPosition_2)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_RawPosition_2() const { return ___m_RawPosition_2; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_RawPosition_2() { return &___m_RawPosition_2; }
|
|
inline void set_m_RawPosition_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_RawPosition_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_PositionDelta_3() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_PositionDelta_3)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_PositionDelta_3() const { return ___m_PositionDelta_3; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_PositionDelta_3() { return &___m_PositionDelta_3; }
|
|
inline void set_m_PositionDelta_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_PositionDelta_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_TimeDelta_4() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_TimeDelta_4)); }
|
|
inline float get_m_TimeDelta_4() const { return ___m_TimeDelta_4; }
|
|
inline float* get_address_of_m_TimeDelta_4() { return &___m_TimeDelta_4; }
|
|
inline void set_m_TimeDelta_4(float value)
|
|
{
|
|
___m_TimeDelta_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_TapCount_5() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_TapCount_5)); }
|
|
inline int32_t get_m_TapCount_5() const { return ___m_TapCount_5; }
|
|
inline int32_t* get_address_of_m_TapCount_5() { return &___m_TapCount_5; }
|
|
inline void set_m_TapCount_5(int32_t value)
|
|
{
|
|
___m_TapCount_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Phase_6() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Phase_6)); }
|
|
inline int32_t get_m_Phase_6() const { return ___m_Phase_6; }
|
|
inline int32_t* get_address_of_m_Phase_6() { return &___m_Phase_6; }
|
|
inline void set_m_Phase_6(int32_t value)
|
|
{
|
|
___m_Phase_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Type_7() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Type_7)); }
|
|
inline int32_t get_m_Type_7() const { return ___m_Type_7; }
|
|
inline int32_t* get_address_of_m_Type_7() { return &___m_Type_7; }
|
|
inline void set_m_Type_7(int32_t value)
|
|
{
|
|
___m_Type_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Pressure_8() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Pressure_8)); }
|
|
inline float get_m_Pressure_8() const { return ___m_Pressure_8; }
|
|
inline float* get_address_of_m_Pressure_8() { return &___m_Pressure_8; }
|
|
inline void set_m_Pressure_8(float value)
|
|
{
|
|
___m_Pressure_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_maximumPossiblePressure_9() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_maximumPossiblePressure_9)); }
|
|
inline float get_m_maximumPossiblePressure_9() const { return ___m_maximumPossiblePressure_9; }
|
|
inline float* get_address_of_m_maximumPossiblePressure_9() { return &___m_maximumPossiblePressure_9; }
|
|
inline void set_m_maximumPossiblePressure_9(float value)
|
|
{
|
|
___m_maximumPossiblePressure_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Radius_10() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Radius_10)); }
|
|
inline float get_m_Radius_10() const { return ___m_Radius_10; }
|
|
inline float* get_address_of_m_Radius_10() { return &___m_Radius_10; }
|
|
inline void set_m_Radius_10(float value)
|
|
{
|
|
___m_Radius_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RadiusVariance_11() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_RadiusVariance_11)); }
|
|
inline float get_m_RadiusVariance_11() const { return ___m_RadiusVariance_11; }
|
|
inline float* get_address_of_m_RadiusVariance_11() { return &___m_RadiusVariance_11; }
|
|
inline void set_m_RadiusVariance_11(float value)
|
|
{
|
|
___m_RadiusVariance_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AltitudeAngle_12() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_AltitudeAngle_12)); }
|
|
inline float get_m_AltitudeAngle_12() const { return ___m_AltitudeAngle_12; }
|
|
inline float* get_address_of_m_AltitudeAngle_12() { return &___m_AltitudeAngle_12; }
|
|
inline void set_m_AltitudeAngle_12(float value)
|
|
{
|
|
___m_AltitudeAngle_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AzimuthAngle_13() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_AzimuthAngle_13)); }
|
|
inline float get_m_AzimuthAngle_13() const { return ___m_AzimuthAngle_13; }
|
|
inline float* get_address_of_m_AzimuthAngle_13() { return &___m_AzimuthAngle_13; }
|
|
inline void set_m_AzimuthAngle_13(float value)
|
|
{
|
|
___m_AzimuthAngle_13 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// ZXing.BarcodeWriterGeneric`1<System.Object>
|
|
struct BarcodeWriterGeneric_1_t642803242029408D9EB38406A299D5B31E486AFC : public RuntimeObject
|
|
{
|
|
public:
|
|
// ZXing.Common.EncodingOptions ZXing.BarcodeWriterGeneric`1::options
|
|
EncodingOptions_t750D4B405BAB1C5515EAC6C7E0FC66C6A4DC547B * ___options_0;
|
|
// ZXing.BarcodeFormat ZXing.BarcodeWriterGeneric`1::<Format>k__BackingField
|
|
int32_t ___U3CFormatU3Ek__BackingField_1;
|
|
// ZXing.Writer ZXing.BarcodeWriterGeneric`1::<Encoder>k__BackingField
|
|
RuntimeObject* ___U3CEncoderU3Ek__BackingField_2;
|
|
// ZXing.Rendering.IBarcodeRenderer`1<TOutput> ZXing.BarcodeWriterGeneric`1::<Renderer>k__BackingField
|
|
RuntimeObject* ___U3CRendererU3Ek__BackingField_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_options_0() { return static_cast<int32_t>(offsetof(BarcodeWriterGeneric_1_t642803242029408D9EB38406A299D5B31E486AFC, ___options_0)); }
|
|
inline EncodingOptions_t750D4B405BAB1C5515EAC6C7E0FC66C6A4DC547B * get_options_0() const { return ___options_0; }
|
|
inline EncodingOptions_t750D4B405BAB1C5515EAC6C7E0FC66C6A4DC547B ** get_address_of_options_0() { return &___options_0; }
|
|
inline void set_options_0(EncodingOptions_t750D4B405BAB1C5515EAC6C7E0FC66C6A4DC547B * value)
|
|
{
|
|
___options_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___options_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CFormatU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(BarcodeWriterGeneric_1_t642803242029408D9EB38406A299D5B31E486AFC, ___U3CFormatU3Ek__BackingField_1)); }
|
|
inline int32_t get_U3CFormatU3Ek__BackingField_1() const { return ___U3CFormatU3Ek__BackingField_1; }
|
|
inline int32_t* get_address_of_U3CFormatU3Ek__BackingField_1() { return &___U3CFormatU3Ek__BackingField_1; }
|
|
inline void set_U3CFormatU3Ek__BackingField_1(int32_t value)
|
|
{
|
|
___U3CFormatU3Ek__BackingField_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CEncoderU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(BarcodeWriterGeneric_1_t642803242029408D9EB38406A299D5B31E486AFC, ___U3CEncoderU3Ek__BackingField_2)); }
|
|
inline RuntimeObject* get_U3CEncoderU3Ek__BackingField_2() const { return ___U3CEncoderU3Ek__BackingField_2; }
|
|
inline RuntimeObject** get_address_of_U3CEncoderU3Ek__BackingField_2() { return &___U3CEncoderU3Ek__BackingField_2; }
|
|
inline void set_U3CEncoderU3Ek__BackingField_2(RuntimeObject* value)
|
|
{
|
|
___U3CEncoderU3Ek__BackingField_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CEncoderU3Ek__BackingField_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CRendererU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(BarcodeWriterGeneric_1_t642803242029408D9EB38406A299D5B31E486AFC, ___U3CRendererU3Ek__BackingField_3)); }
|
|
inline RuntimeObject* get_U3CRendererU3Ek__BackingField_3() const { return ___U3CRendererU3Ek__BackingField_3; }
|
|
inline RuntimeObject** get_address_of_U3CRendererU3Ek__BackingField_3() { return &___U3CRendererU3Ek__BackingField_3; }
|
|
inline void set_U3CRendererU3Ek__BackingField_3(RuntimeObject* value)
|
|
{
|
|
___U3CRendererU3Ek__BackingField_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CRendererU3Ek__BackingField_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// ZXing.BarcodeWriterGeneric`1<UnityEngine.Color32[]>
|
|
struct BarcodeWriterGeneric_1_t5DFA8C018247B1E6B785CEEC8CCAFE084A0BD7D3 : public RuntimeObject
|
|
{
|
|
public:
|
|
// ZXing.Common.EncodingOptions ZXing.BarcodeWriterGeneric`1::options
|
|
EncodingOptions_t750D4B405BAB1C5515EAC6C7E0FC66C6A4DC547B * ___options_0;
|
|
// ZXing.BarcodeFormat ZXing.BarcodeWriterGeneric`1::<Format>k__BackingField
|
|
int32_t ___U3CFormatU3Ek__BackingField_1;
|
|
// ZXing.Writer ZXing.BarcodeWriterGeneric`1::<Encoder>k__BackingField
|
|
RuntimeObject* ___U3CEncoderU3Ek__BackingField_2;
|
|
// ZXing.Rendering.IBarcodeRenderer`1<TOutput> ZXing.BarcodeWriterGeneric`1::<Renderer>k__BackingField
|
|
RuntimeObject* ___U3CRendererU3Ek__BackingField_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_options_0() { return static_cast<int32_t>(offsetof(BarcodeWriterGeneric_1_t5DFA8C018247B1E6B785CEEC8CCAFE084A0BD7D3, ___options_0)); }
|
|
inline EncodingOptions_t750D4B405BAB1C5515EAC6C7E0FC66C6A4DC547B * get_options_0() const { return ___options_0; }
|
|
inline EncodingOptions_t750D4B405BAB1C5515EAC6C7E0FC66C6A4DC547B ** get_address_of_options_0() { return &___options_0; }
|
|
inline void set_options_0(EncodingOptions_t750D4B405BAB1C5515EAC6C7E0FC66C6A4DC547B * value)
|
|
{
|
|
___options_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___options_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CFormatU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(BarcodeWriterGeneric_1_t5DFA8C018247B1E6B785CEEC8CCAFE084A0BD7D3, ___U3CFormatU3Ek__BackingField_1)); }
|
|
inline int32_t get_U3CFormatU3Ek__BackingField_1() const { return ___U3CFormatU3Ek__BackingField_1; }
|
|
inline int32_t* get_address_of_U3CFormatU3Ek__BackingField_1() { return &___U3CFormatU3Ek__BackingField_1; }
|
|
inline void set_U3CFormatU3Ek__BackingField_1(int32_t value)
|
|
{
|
|
___U3CFormatU3Ek__BackingField_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CEncoderU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(BarcodeWriterGeneric_1_t5DFA8C018247B1E6B785CEEC8CCAFE084A0BD7D3, ___U3CEncoderU3Ek__BackingField_2)); }
|
|
inline RuntimeObject* get_U3CEncoderU3Ek__BackingField_2() const { return ___U3CEncoderU3Ek__BackingField_2; }
|
|
inline RuntimeObject** get_address_of_U3CEncoderU3Ek__BackingField_2() { return &___U3CEncoderU3Ek__BackingField_2; }
|
|
inline void set_U3CEncoderU3Ek__BackingField_2(RuntimeObject* value)
|
|
{
|
|
___U3CEncoderU3Ek__BackingField_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CEncoderU3Ek__BackingField_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CRendererU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(BarcodeWriterGeneric_1_t5DFA8C018247B1E6B785CEEC8CCAFE084A0BD7D3, ___U3CRendererU3Ek__BackingField_3)); }
|
|
inline RuntimeObject* get_U3CRendererU3Ek__BackingField_3() const { return ___U3CRendererU3Ek__BackingField_3; }
|
|
inline RuntimeObject** get_address_of_U3CRendererU3Ek__BackingField_3() { return &___U3CRendererU3Ek__BackingField_3; }
|
|
inline void set_U3CRendererU3Ek__BackingField_3(RuntimeObject* value)
|
|
{
|
|
___U3CRendererU3Ek__BackingField_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CRendererU3Ek__BackingField_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// BestHTTP.OnRequestFinishedDelegate
|
|
struct OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaCSFunction
|
|
struct LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaHookFunc
|
|
struct LuaHookFunc_tC30C669CB2AC6BFBAD9DC3B0CB1303E85204CB1E : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.ToLua_LuaPushVarObject
|
|
struct LuaPushVarObject_tFC9F97BA75B4C9D481D1FABC3F1EE447510D5E5A : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// LuaInterface.ToLua_LuaTableToVar
|
|
struct LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Action
|
|
struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579 : 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.Object,System.Int32>
|
|
struct Action_2_t88A472856F183AE803521FC39DAC3AE446810479 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean>
|
|
struct Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.String>
|
|
struct Func_3_t8509C573CEE9E3583AB831C5C8CE6810CA4E98CA : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Predicate`1<LuaInterface.ObjectTranslator_DelayGC>
|
|
struct Predicate_1_t0E38A1E9CF3C1155CAD11B76D8B4FC3A180D2CF3 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Behaviour
|
|
struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Collider
|
|
struct Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Rigidbody
|
|
struct Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Texture2D
|
|
struct Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C : public Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Transform
|
|
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// ZXing.BarcodeWriter
|
|
struct BarcodeWriter_tF7DB63887314B9D22185D8B6932941B1FE9D9428 : public BarcodeWriterGeneric_1_t5DFA8C018247B1E6B785CEEC8CCAFE084A0BD7D3
|
|
{
|
|
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;
|
|
}
|
|
};
|
|
|
|
|
|
// 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);
|
|
}
|
|
};
|
|
|
|
|
|
// PlatformAndroid
|
|
struct PlatformAndroid_tD7F35AD9B57B987A0A7A9420E507A3EC45DBB01D : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct PlatformAndroid_tD7F35AD9B57B987A0A7A9420E507A3EC45DBB01D_StaticFields
|
|
{
|
|
public:
|
|
// PlatformAndroid PlatformAndroid::Instance
|
|
PlatformAndroid_tD7F35AD9B57B987A0A7A9420E507A3EC45DBB01D * ___Instance_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Instance_4() { return static_cast<int32_t>(offsetof(PlatformAndroid_tD7F35AD9B57B987A0A7A9420E507A3EC45DBB01D_StaticFields, ___Instance_4)); }
|
|
inline PlatformAndroid_tD7F35AD9B57B987A0A7A9420E507A3EC45DBB01D * get_Instance_4() const { return ___Instance_4; }
|
|
inline PlatformAndroid_tD7F35AD9B57B987A0A7A9420E507A3EC45DBB01D ** get_address_of_Instance_4() { return &___Instance_4; }
|
|
inline void set_Instance_4(PlatformAndroid_tD7F35AD9B57B987A0A7A9420E507A3EC45DBB01D * value)
|
|
{
|
|
___Instance_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Instance_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// PlatformIOS
|
|
struct PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_StaticFields
|
|
{
|
|
public:
|
|
// PlatformIOS PlatformIOS::Instance
|
|
PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7 * ___Instance_4;
|
|
// System.String PlatformIOS::_roomid
|
|
String_t* ____roomid_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Instance_4() { return static_cast<int32_t>(offsetof(PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_StaticFields, ___Instance_4)); }
|
|
inline PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7 * get_Instance_4() const { return ___Instance_4; }
|
|
inline PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7 ** get_address_of_Instance_4() { return &___Instance_4; }
|
|
inline void set_Instance_4(PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7 * value)
|
|
{
|
|
___Instance_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Instance_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__roomid_5() { return static_cast<int32_t>(offsetof(PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_StaticFields, ____roomid_5)); }
|
|
inline String_t* get__roomid_5() const { return ____roomid_5; }
|
|
inline String_t** get_address_of__roomid_5() { return &____roomid_5; }
|
|
inline void set__roomid_5(String_t* value)
|
|
{
|
|
____roomid_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____roomid_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// PlatformWindows
|
|
struct PlatformWindows_t13A8D6034405BF1C47B1F3248EB807FA787A27B2 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// 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);
|
|
}
|
|
};
|
|
|
|
#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.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.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);
|
|
}
|
|
};
|
|
// LuaInterface.ToLua_LuaTableToVar[]
|
|
struct LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * m_Items[1];
|
|
|
|
public:
|
|
inline LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E ** 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, LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Char[]
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Il2CppChar m_Items[1];
|
|
|
|
public:
|
|
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Il2CppChar* 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, Il2CppChar value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
|
|
{
|
|
m_Items[index] = 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);
|
|
}
|
|
};
|
|
// System.Boolean[]
|
|
struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) bool m_Items[1];
|
|
|
|
public:
|
|
inline bool GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline bool* 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, bool value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline bool GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, bool value)
|
|
{
|
|
m_Items[index] = 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);
|
|
}
|
|
};
|
|
// UnityEngine.Color32[]
|
|
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 m_Items[1];
|
|
|
|
public:
|
|
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * 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, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
|
|
|
|
// 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.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___capacity0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::Add(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
|
|
// !0[] System.Collections.Generic.List`1<System.Object>::ToArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaOut`1<UnityEngine.Vector3>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaOut_1__ctor_mC0366ACDD98015BB12C40D2E51EB0161068F30A9_gshared (LuaOut_1_tCE5E1432A7151A363603F1FFE08AE081D40651BC * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushOut<UnityEngine.Vector3>(System.IntPtr,LuaInterface.LuaOut`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushOut_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m76EC89BD877917495FB6F0671FE451B921AFD2BE_gshared (intptr_t ___L0, LuaOut_1_tCE5E1432A7151A363603F1FFE08AE081D40651BC * ___lo1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaOut`1<UnityEngine.Vector2>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaOut_1__ctor_mD203909159ABDBCC57896AF03D22419922B19066_gshared (LuaOut_1_t7EB8EF935FF8C77ED88206C9141E80AD25C98A86 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushOut<UnityEngine.Vector2>(System.IntPtr,LuaInterface.LuaOut`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushOut_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m9043DE0512D9B1061033E552DACE485299315CDA_gshared (intptr_t ___L0, LuaOut_1_t7EB8EF935FF8C77ED88206C9141E80AD25C98A86 * ___lo1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaOut`1<UnityEngine.Vector4>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaOut_1__ctor_mEAFF1E63C0E76CF97CF0A8FF1920AEFA13044817_gshared (LuaOut_1_tDEA1890418133991120595095C39121967E1FA45 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushOut<UnityEngine.Vector4>(System.IntPtr,LuaInterface.LuaOut`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushOut_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mA5958FE06E5816796098E6445D66AF6BF6040985_gshared (intptr_t ___L0, LuaOut_1_tDEA1890418133991120595095C39121967E1FA45 * ___lo1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaOut`1<UnityEngine.Color>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaOut_1__ctor_m6DF674F88F996BB6A8E9202D34C1E48AE2839DAB_gshared (LuaOut_1_t9392169A91D49385D53392069F969BF42469EFE4 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushOut<UnityEngine.Color>(System.IntPtr,LuaInterface.LuaOut`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushOut_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m2D3CE302512A933AAB132906B7C9BB3E1CDBD8E7_gshared (intptr_t ___L0, LuaOut_1_t9392169A91D49385D53392069F969BF42469EFE4 * ___lo1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaOut`1<UnityEngine.Quaternion>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaOut_1__ctor_mE0A221F93070F1D3922DC44170752B2CAE3EC240_gshared (LuaOut_1_tB3FB62AB0182E8457C6F03E8D18B8293A8C8D950 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushOut<UnityEngine.Quaternion>(System.IntPtr,LuaInterface.LuaOut`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushOut_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_mDBB0FCAD3EC32A72CEF0473D07DED5FDAF2AB6B3_gshared (intptr_t ___L0, LuaOut_1_tB3FB62AB0182E8457C6F03E8D18B8293A8C8D950 * ___lo1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaOut`1<UnityEngine.Ray>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaOut_1__ctor_mA8D1267FFE639FC051E8E89C6672F61BB9579F12_gshared (LuaOut_1_t26B879DF301B69AE2F0DF84E59A3BF0D7B547C1D * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushOut<UnityEngine.Ray>(System.IntPtr,LuaInterface.LuaOut`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushOut_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_mE27E9545CE2A59621D4256801BB03FA67783974C_gshared (intptr_t ___L0, LuaOut_1_t26B879DF301B69AE2F0DF84E59A3BF0D7B547C1D * ___lo1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaOut`1<UnityEngine.Bounds>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaOut_1__ctor_mA1FA11453729F3440999AFAC6C5CEB528D38C9B5_gshared (LuaOut_1_tBAD8FA23A2875FBBED5D6BCFC169B5E5F7000A5C * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushOut<UnityEngine.Bounds>(System.IntPtr,LuaInterface.LuaOut`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushOut_TisBounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890_m8B06D32884ACDB23CA537AE00890CEB2D19AEA13_gshared (intptr_t ___L0, LuaOut_1_tBAD8FA23A2875FBBED5D6BCFC169B5E5F7000A5C * ___lo1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaOut`1<UnityEngine.RaycastHit>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaOut_1__ctor_mD1E03FEEE0FF26CA508E22D22253F25FE1F0CA25_gshared (LuaOut_1_tCE40C0B4886FC05F89C3E2FC8BD18BB58DB9715F * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushOut<UnityEngine.RaycastHit>(System.IntPtr,LuaInterface.LuaOut`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushOut_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m71F2D1C7CC0CEF050D412ADCEC322BD386F990A4_gshared (intptr_t ___L0, LuaOut_1_tCE40C0B4886FC05F89C3E2FC8BD18BB58DB9715F * ___lo1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaOut`1<UnityEngine.Touch>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaOut_1__ctor_mA82447F122C10C933E18268BAEF4BD1826B481B3_gshared (LuaOut_1_t8356830053EE5EF6CF3D7182E90A7E9DBE82B9C1 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushOut<UnityEngine.Touch>(System.IntPtr,LuaInterface.LuaOut`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushOut_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_m0BFFABAAE02594C8D3801A95B2C60F922E866DA4_gshared (intptr_t ___L0, LuaOut_1_t8356830053EE5EF6CF3D7182E90A7E9DBE82B9C1 * ___lo1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaOut`1<UnityEngine.LayerMask>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaOut_1__ctor_mA0A08AA4A09F98A427FE7D1A9466D70872FFC4AE_gshared (LuaOut_1_t4F92453B34CDEFFD687A14A61A1B9A2750F5981B * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushOut<UnityEngine.LayerMask>(System.IntPtr,LuaInterface.LuaOut`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushOut_TisLayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0_mA426092C52139BD02D53E824A4A199537340084C_gshared (intptr_t ___L0, LuaOut_1_t4F92453B34CDEFFD687A14A61A1B9A2750F5981B * ___lo1, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<!0>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mAED6AA22D9A0ACBD19E2634A4FCE7CCC40DE3E0C_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, int32_t ___capacity0, RuntimeObject* ___comparer1, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
|
|
// System.Void System.Action`2<System.Object,System.Int32>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mC76514884285DE0D69904E32FB9EC320E8F51D49_gshared (Action_2_t88A472856F183AE803521FC39DAC3AE446810479 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::set_Item(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mC87D8EECD8406043786CC95870458389CEF82CDF_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::TryGetValue(!0,!1&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mE7571EF8ACAF5941AF78909A00CD9CE5FB07C69C_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * ___key0, int32_t* ___value1, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Remove(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m53A3271E51DB23EFC5BD1A0A2E26154B4C41AB1E_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
|
|
// System.Void System.Predicate`1<System.Object>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_mBC07C59B061E1B719FFE2B6E5541E9011D906C3C_gshared (Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Int32 System.Collections.Generic.List`1<System.Object>::FindIndex(System.Predicate`1<!0>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_FindIndex_mEE64721179E6D13C59AAAEEDDC8DAF6779B426C3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___match0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::RemoveAt(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, 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.Dictionary`2<System.Object,System.Int32>::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m5BF977C6A62D42CBAFD0B85BFE21694A9676E862_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, 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);
|
|
// !2 System.Func`3<System.IntPtr,System.Int32,System.Boolean>::Invoke(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_gshared (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method);
|
|
// !2 System.Func`3<System.IntPtr,System.Int32,System.Object>::Invoke(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_3_Invoke_m4F171CB599240838A573B48A1E262E8DC1366677_gshared (Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(!0,!1&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Int32>(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaOutWrap_RawSetOutType_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m11E57554C1E9142C5D91BE7D0913EAE6D5DBA79C_gshared (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.UInt32>(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaOutWrap_RawSetOutType_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m63DFE5D09DDD564D8880A34D7EB84DCCAF84C0CA_gshared (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Single>(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaOutWrap_RawSetOutType_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mF3D21C23E43059DD3D0E8F61BBD904079BF57EB7_gshared (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Double>(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaOutWrap_RawSetOutType_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_mD36D55CEC0DAF3B419920AC1CF993E112E593066_gshared (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Int64>(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaOutWrap_RawSetOutType_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_mA1D9638B1BEED7A5FA7A2E7C0883E436EB75482F_gshared (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.UInt64>(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaOutWrap_RawSetOutType_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mE6C333D0B6A2AE6CF439B9C23A98C334AF398B53_gshared (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Byte>(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaOutWrap_RawSetOutType_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m80B9C54E0D03386159197FB8F311F3046E6D46EE_gshared (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.SByte>(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaOutWrap_RawSetOutType_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m340A112039665B69963015F230BAE0CCF9B013B6_gshared (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Char>(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaOutWrap_RawSetOutType_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mB5AD906274A540887355A0C618F2313EA22D8823_gshared (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Int16>(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaOutWrap_RawSetOutType_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mF82943CAAA54019DC709FA98B76913D68ABEE3C6_gshared (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.UInt16>(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaOutWrap_RawSetOutType_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_mE22C4E4F0B5653871D250DC415E32C71C0EB5BBD_gshared (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Boolean>(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaOutWrap_RawSetOutType_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m02C1B987DCE73670F19ACE992FBB996043E9F8A8_gshared (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Object>(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaOutWrap_RawSetOutType_TisRuntimeObject_m804AA0F6DBFF1A16C106E3014D1372845BD616D7_gshared (intptr_t ___L0, 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.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mFEABD1682BE5E2DDC6D1062EDBA15F7E52FB09BB_gshared (Dictionary_2_tBE0C00013456CA812FD310466AF2583AE3E9B193 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object>::Add(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m2E0E17FC20148A4F995F8AE64853AB0BDF38470F_gshared (Dictionary_2_tBE0C00013456CA812FD310466AF2583AE3E9B193 * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
|
|
// System.Void ZXing.BarcodeWriterGeneric`1<System.Object>::set_Format(ZXing.BarcodeFormat)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void BarcodeWriterGeneric_1_set_Format_m777A1D82396BE5D0213BFC3D9108F9B4B49FF13F_gshared_inline (BarcodeWriterGeneric_1_t642803242029408D9EB38406A299D5B31E486AFC * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void ZXing.BarcodeWriterGeneric`1<System.Object>::set_Options(ZXing.Common.EncodingOptions)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void BarcodeWriterGeneric_1_set_Options_m97B1F49892EEA600BEFA02AF045F9840208B96BB_gshared_inline (BarcodeWriterGeneric_1_t642803242029408D9EB38406A299D5B31E486AFC * __this, EncodingOptions_t750D4B405BAB1C5515EAC6C7E0FC66C6A4DC547B * ___value0, const RuntimeMethod* method);
|
|
// !0 ZXing.BarcodeWriterGeneric`1<System.Object>::Write(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BarcodeWriterGeneric_1_Write_mDE0DA14EBDB30F8158A71AF2EF60548D9DEA1D9E_gshared (BarcodeWriterGeneric_1_t642803242029408D9EB38406A299D5B31E486AFC * __this, String_t* ___contents0, 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.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.Void System.Action`2<System.Int32,System.Object>::Invoke(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m8C87606D1DEC8A89FB53D1ADF8768A7403DD6202_gshared (Action_2_tCC05A68F0FC31E84E54091438749644062A6C27F * __this, int32_t ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method);
|
|
|
|
// System.Void LuaInterface.LuaState/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m968B8BC0E3357F3BDD66BF3267708322829B9EBB (U3CU3Ec_tF30569C7568016374E38A4E928532665ED5B3634 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, 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_close(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_close_mF5CD633AECDD465F35C5AB6A4832D864A9DD1DFF (intptr_t ___luaState0, const RuntimeMethod* method);
|
|
// 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);
|
|
// 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.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 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_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.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);
|
|
// 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);
|
|
// 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);
|
|
// 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.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);
|
|
// 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::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);
|
|
// 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);
|
|
// 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);
|
|
// 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);
|
|
// 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.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.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::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);
|
|
// 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.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);
|
|
// 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_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);
|
|
// 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.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.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.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);
|
|
// 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.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);
|
|
// 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);
|
|
// 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.LuaDLL::lua_pushnil(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969 (intptr_t ___luaState0, 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.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);
|
|
// 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.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);
|
|
// 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.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);
|
|
// 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);
|
|
// 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);
|
|
// 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.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);
|
|
// 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::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.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::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.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);
|
|
// 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);
|
|
// 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_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);
|
|
// 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);
|
|
// 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);
|
|
// 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);
|
|
// 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);
|
|
// 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.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);
|
|
// 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);
|
|
// 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);
|
|
// 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::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);
|
|
// 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);
|
|
// 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.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_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.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);
|
|
// 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);
|
|
// 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);
|
|
// 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.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::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.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.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);
|
|
// 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::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.Text.Encoding System.Text.Encoding::get_UTF8()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 (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.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);
|
|
// System.String LuaInterface.LuaStatePtr::LuaToString(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaStatePtr_LuaToString_mA5D0802A0FBB010479E2C436480E6A6D660C4A86 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___index0, 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.Exception LuaInterface.LuaException::GetLastError()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * LuaException_GetLastError_m7A7041AF600E06731A8C27888C9D1F2CE4BF0857 (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::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);
|
|
// 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_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);
|
|
// 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);
|
|
// 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);
|
|
// 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);
|
|
// 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);
|
|
// 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);
|
|
// 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);
|
|
// 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);
|
|
// 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);
|
|
// System.Void LuaInterface.LuaStatePtr::LuaOpenJit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaOpenJit_m903F78C24F7CCDF098A631CB8496DD1DBD7377AF (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, 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.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);
|
|
// 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);
|
|
// 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);
|
|
// 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);
|
|
// 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);
|
|
// 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);
|
|
// 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);
|
|
// 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);
|
|
// 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);
|
|
// 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);
|
|
// 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);
|
|
// 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::GetMetaReference(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaState_GetMetaReference_m0ECB7BA7FE9C1A77019A1AB7E0283495F8457E98 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, Type_t * ___t0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaState::GetMissMetaReference(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaState_GetMissMetaReference_mD8CC1228FD47B57A64A3844712C18F55A49063DC (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, Type_t * ___t0, const RuntimeMethod* method);
|
|
// System.Type LuaInterface.LuaState::GetClassType(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * LuaState_GetClassType_mBEF6C1C799383DC1FD1AF6566815730BB57E4C45 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, int32_t ___reference0, const RuntimeMethod* method);
|
|
// LuaInterface.LuaFunction LuaInterface.LuaState::GetFunction(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * LuaState_GetFunction_m875D3C5268C014C58C5E395B5FC7A02EB12105DC (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, int32_t ___reference0, const RuntimeMethod* method);
|
|
// LuaInterface.LuaTable LuaInterface.LuaState::GetTable(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * LuaState_GetTable_mE4DB3AF53C13F905B56D85BBC342A071B0E39048 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, int32_t ___reference0, const RuntimeMethod* method);
|
|
// LuaInterface.LuaThread LuaInterface.LuaState::GetLuaThread(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaThread_tE3CD20787632CE8A9ACACDD031EB48E821A20D10 * LuaState_GetLuaThread_m0BAC10C4F4686E38326032E6A765D1814B457BFD (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, int32_t ___reference0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaState::get_UnpackRay()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_UnpackRay_m320244FD386B0039D0F34FD728872D0945566C5C_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaState::get_UnpackBounds()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_UnpackBounds_m0705F03A8BC5D8CE79DD9C69E021384A12E1F393_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaState::get_PackRay()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_PackRay_mBF8C680B78BEE2035DA509AD8D1E3B34003D0D82_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaState::get_PackRaycastHit()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_PackRaycastHit_m3ACC2FADC258898896F13D76BD5454CF8DFFCC14_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaState::get_PackTouch()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_PackTouch_mBAEA2B653E40B097C2436EE96064082BF84E59B7_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaState::get_PackBounds()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_PackBounds_m95A264077ADE80E3F41B3BF04BA456DFF3AE6D00_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaState::get_ArrayMetatable()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_ArrayMetatable_mE7F73EFBB66FBE9382A43498FBFA19EDD7011394_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaState::get_TypeMetatable()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_TypeMetatable_m9D58B962AAD2449D218DC7F0BA70CFB13CD5A9E9_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaState::get_DelegateMetatable()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_DelegateMetatable_m72251A94A1DDCD06677B5809E63B85D62204BC24_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaState::get_EventMetatable()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_EventMetatable_m0B856762D6578D961986412F24CAD02A54CDA4A2_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaState::get_IterMetatable()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_IterMetatable_mD0F3AA5FDDA000EF10C2C0C11FB5C883E49E6F0B_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.LuaState::GetEnumObj(System.Enum)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaState_GetEnumObj_mA6F2D102625581827A71890158649B83F000F654 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 * ___e0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaState::get_EnumMetatable()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_EnumMetatable_m1A2076699BE149D602BEB3F87C079658949423AC_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// LuaInterface.LuaCSFunction LuaInterface.LuaState::GetPreModule(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * LuaState_GetPreModule_mC9D46E4B253E92F67660EA84F6613A7DC290AE28 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, Type_t * ___t0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaBaseRef::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaBaseRef__ctor_mB7071A051A3F44FFE31BB5FF5BF986E9A2D6398F (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * __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.LuaState::Push(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_Push_m230F5E6DD013194350BA3741E2A2FFDB49FC77B8 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___str0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaStatePtr::LuaGetTable(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaGetTable_m9B829C35CDB66BAC20FB3BEA7F7D0E809BF0ADD3 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, 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.LuaState::PushVariant(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_PushVariant_m1B3AD7D33CDCCF14E386CB632970C509C2E4054D (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaStatePtr::LuaSetTable(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaSetTable_mE06B6DB1B528E21152FBBA19BE93B3A5CD76AC96 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, 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.Void LuaInterface.LuaStatePtr::LuaRawSetI(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaRawSetI_m3BB665BB71100090D0C4BEB75D815C15084DD334 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___tableIndex0, int32_t ___index1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaObjLen(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaObjLen_mDAFD26D2FBDB806DEA813DC5D56F64DC0DE5CC84 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___index0, 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 LuaInterface.LuaStatePtr::LuaRawGet(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaRawGet_m5B8F58AD8A78BA405F993F6CCEB54EC137112112 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method);
|
|
// LuaInterface.LuaFunction LuaInterface.LuaState::CheckLuaFunction(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * LuaState_CheckLuaFunction_m601D6B3146AC99FBA5CF022642F6D5156400035B (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, int32_t ___stackPos0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaStatePtr::ToLuaPushTraceback()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_ToLuaPushTraceback_m325FE024A07572CEEF69C700DAB2C4ABDD8B2850 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method);
|
|
// LuaInterface.LuaTypes LuaInterface.LuaStatePtr::LuaType(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaType_m99123D4725022095F4F73B4F9078BA2C684236B5 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.LuaTable::BeginCall(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaTable_BeginCall_m3299C11171C652DA71212CD8FF5742482C39760B (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, String_t* ___name0, int32_t ___top1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::Call(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_Call_m514A3663B72DA9CE122F561B306DF59722F5E919 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, int32_t ___nArgs0, int32_t ___errfunc1, int32_t ___top2, 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.String LuaInterface.LuaState::CheckString(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaState_CheckString_m9FD804B9CAE7648CC6BC46770671F7BB790B9E93 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, int32_t ___stackPos0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaStatePtr::LuaCreateTable(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaCreateTable_mBA991E48FA9254F96CE0D4345EDFC664B2EFA661 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___narr0, int32_t ___nec1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaStatePtr::LuaRawSet(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaRawSet_m8A10110C7E36EEB16D82BEEBE0E4AEB05E76A40A (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
|
|
inline void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57 (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___capacity0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::Add(!0)
|
|
inline void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138 (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, RuntimeObject *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
|
|
}
|
|
// !0[] System.Collections.Generic.List`1<System.Object>::ToArray()
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612 (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared)(__this, method);
|
|
}
|
|
// System.IntPtr LuaInterface.LuaStatePtr::LuaToPointer(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaStatePtr_LuaToPointer_mB9DFDA0D217AB9594B6E67A42CF626F82D5CABD0 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method);
|
|
// System.String System.IntPtr::ToString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IntPtr_ToString_m6ADB8DBD989D878D694B4031CC08461B1E2C51FF (intptr_t* __this, String_t* ___format0, 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);
|
|
// 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);
|
|
// System.Void LuaInterface.LuaDictTable::.ctor(LuaInterface.LuaTable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDictTable__ctor_m4077FBFFC3618DD687C8E2E29A8F39846AF966EE (LuaDictTable_tBD3685E00B4FE4B5D6672687AA140BEC39A27356 * __this, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___table0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaGetMetaTable(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaGetMetaTable_mEFC5E6D750D765D4A3941AB1701ACF25115CE36B (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method);
|
|
// LuaInterface.LuaTable LuaInterface.LuaState::CheckLuaTable(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * LuaState_CheckLuaTable_m941EF173E5B7358EE9B65FE40A2802742474E72D (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, int32_t ___stackPos0, const RuntimeMethod* method);
|
|
// System.IntPtr LuaInterface.LuaStatePtr::LuaToThread(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaStatePtr_LuaToThread_m7949D2B2166E6EE334D685C849D8DEE786C8F00A (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaThread::Resume(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaThread_Resume_mC87571A2E646B1ED24156D6C610815B0AC75794D (LuaThread_tE3CD20787632CE8A9ACACDD031EB48E821A20D10 * __this, intptr_t ___L0, int32_t ___nArgs1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaUnityLibs::PerlinNoise(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaUnityLibs_PerlinNoise_mCC6755C8ED59000B837A4D8D067E121EFA268658 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaUnityLibs::GetOutVector3(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaUnityLibs_GetOutVector3_m76E1326E6FBC9984A70BC65A59A35B137CDB4C1D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaUnityLibs::GetOutVector2(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaUnityLibs_GetOutVector2_m21FB21BD9126D69B3B54FE62B538258E39D7FFE6 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaUnityLibs::GetOutVector4(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaUnityLibs_GetOutVector4_mC0CCCA76BE0070FFED83B9C9E830A646C7443857 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaUnityLibs::GetOutColor(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaUnityLibs_GetOutColor_mDD21CA4612609634B688FF3621C06903EF70D511 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaUnityLibs::GetOutQuaternion(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaUnityLibs_GetOutQuaternion_m0B9A53FCB979CA52862824F1030FF8C8460B0676 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaUnityLibs::GetOutRay(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaUnityLibs_GetOutRay_m92C13C83B6308FADD92AB521FD7866887499EE6C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaUnityLibs::GetOutBounds(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaUnityLibs_GetOutBounds_m5DB8DF90BD1FDF8779F7D920E93DA2EF3B2F5289 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaUnityLibs::GetOutRaycastHit(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaUnityLibs_GetOutRaycastHit_m63B0B4547CA7D2369EE1451C07951589D53ADF18 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaUnityLibs::GetOutTouch(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaUnityLibs_GetOutTouch_m86DEC6E04EB56B486D8A65C45F0C9C217ECF39F6 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaUnityLibs::GetOutLayerMask(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaUnityLibs_GetOutLayerMask_m2A1255615DD6B81C842B3EB09B5DA3BF9EE11833 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaUnityLibs::InitMathf(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaUnityLibs_InitMathf_m9F55FCE103363041FBED11F6EE450C0B8131E29C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaUnityLibs::InitLayer(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaUnityLibs_InitLayer_m3A2B09A8494654E7FCB880654BE7A072C5547A81 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// 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);
|
|
// 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.LuaUnityLibs::SetOutMethods(System.IntPtr,System.String,LuaInterface.LuaCSFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaUnityLibs_SetOutMethods_mABE4927ECFD629F74E02DC5C434753D9BB8E80CE (intptr_t ___L0, String_t* ___table1, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___getOutFunc2, const RuntimeMethod* method);
|
|
// 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);
|
|
// 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);
|
|
// System.String UnityEngine.LayerMask::LayerToName(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LayerMask_LayerToName_m89F085329FF3D676590CB1A1EDF9B0D24230441B (int32_t ___layer0, 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.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.Single UnityEngine.Mathf::PerlinNoise(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_PerlinNoise_mA36E513B2931F17ACBF26D928674D3DDEDF5C810 (float ___x0, float ___y1, const RuntimeMethod* method);
|
|
// 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);
|
|
// System.Void LuaInterface.LuaOut`1<UnityEngine.Vector3>::.ctor()
|
|
inline void LuaOut_1__ctor_mC0366ACDD98015BB12C40D2E51EB0161068F30A9 (LuaOut_1_tCE5E1432A7151A363603F1FFE08AE081D40651BC * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LuaOut_1_tCE5E1432A7151A363603F1FFE08AE081D40651BC *, const RuntimeMethod*))LuaOut_1__ctor_mC0366ACDD98015BB12C40D2E51EB0161068F30A9_gshared)(__this, method);
|
|
}
|
|
// System.Void LuaInterface.ToLua::PushOut<UnityEngine.Vector3>(System.IntPtr,LuaInterface.LuaOut`1<T>)
|
|
inline void ToLua_PushOut_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m76EC89BD877917495FB6F0671FE451B921AFD2BE (intptr_t ___L0, LuaOut_1_tCE5E1432A7151A363603F1FFE08AE081D40651BC * ___lo1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, LuaOut_1_tCE5E1432A7151A363603F1FFE08AE081D40651BC *, const RuntimeMethod*))ToLua_PushOut_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m76EC89BD877917495FB6F0671FE451B921AFD2BE_gshared)(___L0, ___lo1, method);
|
|
}
|
|
// System.Void LuaInterface.LuaOut`1<UnityEngine.Vector2>::.ctor()
|
|
inline void LuaOut_1__ctor_mD203909159ABDBCC57896AF03D22419922B19066 (LuaOut_1_t7EB8EF935FF8C77ED88206C9141E80AD25C98A86 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LuaOut_1_t7EB8EF935FF8C77ED88206C9141E80AD25C98A86 *, const RuntimeMethod*))LuaOut_1__ctor_mD203909159ABDBCC57896AF03D22419922B19066_gshared)(__this, method);
|
|
}
|
|
// System.Void LuaInterface.ToLua::PushOut<UnityEngine.Vector2>(System.IntPtr,LuaInterface.LuaOut`1<T>)
|
|
inline void ToLua_PushOut_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m9043DE0512D9B1061033E552DACE485299315CDA (intptr_t ___L0, LuaOut_1_t7EB8EF935FF8C77ED88206C9141E80AD25C98A86 * ___lo1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, LuaOut_1_t7EB8EF935FF8C77ED88206C9141E80AD25C98A86 *, const RuntimeMethod*))ToLua_PushOut_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m9043DE0512D9B1061033E552DACE485299315CDA_gshared)(___L0, ___lo1, method);
|
|
}
|
|
// System.Void LuaInterface.LuaOut`1<UnityEngine.Vector4>::.ctor()
|
|
inline void LuaOut_1__ctor_mEAFF1E63C0E76CF97CF0A8FF1920AEFA13044817 (LuaOut_1_tDEA1890418133991120595095C39121967E1FA45 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LuaOut_1_tDEA1890418133991120595095C39121967E1FA45 *, const RuntimeMethod*))LuaOut_1__ctor_mEAFF1E63C0E76CF97CF0A8FF1920AEFA13044817_gshared)(__this, method);
|
|
}
|
|
// System.Void LuaInterface.ToLua::PushOut<UnityEngine.Vector4>(System.IntPtr,LuaInterface.LuaOut`1<T>)
|
|
inline void ToLua_PushOut_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mA5958FE06E5816796098E6445D66AF6BF6040985 (intptr_t ___L0, LuaOut_1_tDEA1890418133991120595095C39121967E1FA45 * ___lo1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, LuaOut_1_tDEA1890418133991120595095C39121967E1FA45 *, const RuntimeMethod*))ToLua_PushOut_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mA5958FE06E5816796098E6445D66AF6BF6040985_gshared)(___L0, ___lo1, method);
|
|
}
|
|
// System.Void LuaInterface.LuaOut`1<UnityEngine.Color>::.ctor()
|
|
inline void LuaOut_1__ctor_m6DF674F88F996BB6A8E9202D34C1E48AE2839DAB (LuaOut_1_t9392169A91D49385D53392069F969BF42469EFE4 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LuaOut_1_t9392169A91D49385D53392069F969BF42469EFE4 *, const RuntimeMethod*))LuaOut_1__ctor_m6DF674F88F996BB6A8E9202D34C1E48AE2839DAB_gshared)(__this, method);
|
|
}
|
|
// System.Void LuaInterface.ToLua::PushOut<UnityEngine.Color>(System.IntPtr,LuaInterface.LuaOut`1<T>)
|
|
inline void ToLua_PushOut_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m2D3CE302512A933AAB132906B7C9BB3E1CDBD8E7 (intptr_t ___L0, LuaOut_1_t9392169A91D49385D53392069F969BF42469EFE4 * ___lo1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, LuaOut_1_t9392169A91D49385D53392069F969BF42469EFE4 *, const RuntimeMethod*))ToLua_PushOut_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m2D3CE302512A933AAB132906B7C9BB3E1CDBD8E7_gshared)(___L0, ___lo1, method);
|
|
}
|
|
// System.Void LuaInterface.LuaOut`1<UnityEngine.Quaternion>::.ctor()
|
|
inline void LuaOut_1__ctor_mE0A221F93070F1D3922DC44170752B2CAE3EC240 (LuaOut_1_tB3FB62AB0182E8457C6F03E8D18B8293A8C8D950 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LuaOut_1_tB3FB62AB0182E8457C6F03E8D18B8293A8C8D950 *, const RuntimeMethod*))LuaOut_1__ctor_mE0A221F93070F1D3922DC44170752B2CAE3EC240_gshared)(__this, method);
|
|
}
|
|
// System.Void LuaInterface.ToLua::PushOut<UnityEngine.Quaternion>(System.IntPtr,LuaInterface.LuaOut`1<T>)
|
|
inline void ToLua_PushOut_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_mDBB0FCAD3EC32A72CEF0473D07DED5FDAF2AB6B3 (intptr_t ___L0, LuaOut_1_tB3FB62AB0182E8457C6F03E8D18B8293A8C8D950 * ___lo1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, LuaOut_1_tB3FB62AB0182E8457C6F03E8D18B8293A8C8D950 *, const RuntimeMethod*))ToLua_PushOut_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_mDBB0FCAD3EC32A72CEF0473D07DED5FDAF2AB6B3_gshared)(___L0, ___lo1, method);
|
|
}
|
|
// System.Void LuaInterface.LuaOut`1<UnityEngine.Ray>::.ctor()
|
|
inline void LuaOut_1__ctor_mA8D1267FFE639FC051E8E89C6672F61BB9579F12 (LuaOut_1_t26B879DF301B69AE2F0DF84E59A3BF0D7B547C1D * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LuaOut_1_t26B879DF301B69AE2F0DF84E59A3BF0D7B547C1D *, const RuntimeMethod*))LuaOut_1__ctor_mA8D1267FFE639FC051E8E89C6672F61BB9579F12_gshared)(__this, method);
|
|
}
|
|
// System.Void LuaInterface.ToLua::PushOut<UnityEngine.Ray>(System.IntPtr,LuaInterface.LuaOut`1<T>)
|
|
inline void ToLua_PushOut_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_mE27E9545CE2A59621D4256801BB03FA67783974C (intptr_t ___L0, LuaOut_1_t26B879DF301B69AE2F0DF84E59A3BF0D7B547C1D * ___lo1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, LuaOut_1_t26B879DF301B69AE2F0DF84E59A3BF0D7B547C1D *, const RuntimeMethod*))ToLua_PushOut_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_mE27E9545CE2A59621D4256801BB03FA67783974C_gshared)(___L0, ___lo1, method);
|
|
}
|
|
// System.Void LuaInterface.LuaOut`1<UnityEngine.Bounds>::.ctor()
|
|
inline void LuaOut_1__ctor_mA1FA11453729F3440999AFAC6C5CEB528D38C9B5 (LuaOut_1_tBAD8FA23A2875FBBED5D6BCFC169B5E5F7000A5C * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LuaOut_1_tBAD8FA23A2875FBBED5D6BCFC169B5E5F7000A5C *, const RuntimeMethod*))LuaOut_1__ctor_mA1FA11453729F3440999AFAC6C5CEB528D38C9B5_gshared)(__this, method);
|
|
}
|
|
// System.Void LuaInterface.ToLua::PushOut<UnityEngine.Bounds>(System.IntPtr,LuaInterface.LuaOut`1<T>)
|
|
inline void ToLua_PushOut_TisBounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890_m8B06D32884ACDB23CA537AE00890CEB2D19AEA13 (intptr_t ___L0, LuaOut_1_tBAD8FA23A2875FBBED5D6BCFC169B5E5F7000A5C * ___lo1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, LuaOut_1_tBAD8FA23A2875FBBED5D6BCFC169B5E5F7000A5C *, const RuntimeMethod*))ToLua_PushOut_TisBounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890_m8B06D32884ACDB23CA537AE00890CEB2D19AEA13_gshared)(___L0, ___lo1, method);
|
|
}
|
|
// System.Void LuaInterface.LuaOut`1<UnityEngine.RaycastHit>::.ctor()
|
|
inline void LuaOut_1__ctor_mD1E03FEEE0FF26CA508E22D22253F25FE1F0CA25 (LuaOut_1_tCE40C0B4886FC05F89C3E2FC8BD18BB58DB9715F * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LuaOut_1_tCE40C0B4886FC05F89C3E2FC8BD18BB58DB9715F *, const RuntimeMethod*))LuaOut_1__ctor_mD1E03FEEE0FF26CA508E22D22253F25FE1F0CA25_gshared)(__this, method);
|
|
}
|
|
// System.Void LuaInterface.ToLua::PushOut<UnityEngine.RaycastHit>(System.IntPtr,LuaInterface.LuaOut`1<T>)
|
|
inline void ToLua_PushOut_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m71F2D1C7CC0CEF050D412ADCEC322BD386F990A4 (intptr_t ___L0, LuaOut_1_tCE40C0B4886FC05F89C3E2FC8BD18BB58DB9715F * ___lo1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, LuaOut_1_tCE40C0B4886FC05F89C3E2FC8BD18BB58DB9715F *, const RuntimeMethod*))ToLua_PushOut_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m71F2D1C7CC0CEF050D412ADCEC322BD386F990A4_gshared)(___L0, ___lo1, method);
|
|
}
|
|
// System.Void LuaInterface.LuaOut`1<UnityEngine.Touch>::.ctor()
|
|
inline void LuaOut_1__ctor_mA82447F122C10C933E18268BAEF4BD1826B481B3 (LuaOut_1_t8356830053EE5EF6CF3D7182E90A7E9DBE82B9C1 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LuaOut_1_t8356830053EE5EF6CF3D7182E90A7E9DBE82B9C1 *, const RuntimeMethod*))LuaOut_1__ctor_mA82447F122C10C933E18268BAEF4BD1826B481B3_gshared)(__this, method);
|
|
}
|
|
// System.Void LuaInterface.ToLua::PushOut<UnityEngine.Touch>(System.IntPtr,LuaInterface.LuaOut`1<T>)
|
|
inline void ToLua_PushOut_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_m0BFFABAAE02594C8D3801A95B2C60F922E866DA4 (intptr_t ___L0, LuaOut_1_t8356830053EE5EF6CF3D7182E90A7E9DBE82B9C1 * ___lo1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, LuaOut_1_t8356830053EE5EF6CF3D7182E90A7E9DBE82B9C1 *, const RuntimeMethod*))ToLua_PushOut_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_m0BFFABAAE02594C8D3801A95B2C60F922E866DA4_gshared)(___L0, ___lo1, method);
|
|
}
|
|
// System.Void LuaInterface.LuaOut`1<UnityEngine.LayerMask>::.ctor()
|
|
inline void LuaOut_1__ctor_mA0A08AA4A09F98A427FE7D1A9466D70872FFC4AE (LuaOut_1_t4F92453B34CDEFFD687A14A61A1B9A2750F5981B * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LuaOut_1_t4F92453B34CDEFFD687A14A61A1B9A2750F5981B *, const RuntimeMethod*))LuaOut_1__ctor_mA0A08AA4A09F98A427FE7D1A9466D70872FFC4AE_gshared)(__this, method);
|
|
}
|
|
// System.Void LuaInterface.ToLua::PushOut<UnityEngine.LayerMask>(System.IntPtr,LuaInterface.LuaOut`1<T>)
|
|
inline void ToLua_PushOut_TisLayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0_mA426092C52139BD02D53E824A4A199537340084C (intptr_t ___L0, LuaOut_1_t4F92453B34CDEFFD687A14A61A1B9A2750F5981B * ___lo1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, LuaOut_1_t4F92453B34CDEFFD687A14A61A1B9A2750F5981B *, const RuntimeMethod*))ToLua_PushOut_TisLayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0_mA426092C52139BD02D53E824A4A199537340084C_gshared)(___L0, ___lo1, method);
|
|
}
|
|
// System.Void LuaInterface.LuaValueType::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LuaValueType__ctor_m2F99F0C688E591B292C8E4DBD7CC47EBB2AF0C8A_inline (LuaValueType_t25756BF423E79830D055A1AE47C3C8E1905AC1DB * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.String LuaInterface.LuaValueTypeName::Get(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaValueTypeName_Get_m8667333573E678956FFEFB4DEB9E06AB004C2E70 (int32_t ___type0, const RuntimeMethod* method);
|
|
// System.String LuaInterface.LuaValueType::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaValueType_ToString_m6206FA8C42242A2BF97EE57FEA6EFC904A44451C (LuaValueType_t25756BF423E79830D055A1AE47C3C8E1905AC1DB * __this, const RuntimeMethod* method);
|
|
// System.String ConstStringTable::GetNumIntern(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConstStringTable_GetNumIntern_m3A79E053ABE1B51F1619D0A658C1049FB9A0B222 (int32_t ___num0, 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.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.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.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.String LuaInterface.Lua_Debug::tostring(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Lua_Debug_tostring_mB26D13526DBBE2F4D19668ABFAEBC76011351BB3 (Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * __this, intptr_t ___p0, const RuntimeMethod* method);
|
|
// System.String LuaInterface.Lua_Debug::get_namewhat()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Lua_Debug_get_namewhat_m090A52E4C75F2B3E77482542DA4C332C1F1A5173 (Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * __this, const RuntimeMethod* method);
|
|
// System.String LuaInterface.Lua_Debug::get_name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Lua_Debug_get_name_mC1AB2C0FFA6D047BF83A5C4F447824C85C637201 (Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * __this, const RuntimeMethod* method);
|
|
// System.String LuaInterface.Lua_Debug::get_what()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Lua_Debug_get_what_m694BD2FF39FBA5EEA6BDF2CF8278AE6F4FB1D7E5 (Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * __this, const RuntimeMethod* method);
|
|
// System.String LuaInterface.Lua_Debug::get_source()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Lua_Debug_get_source_mBD60056082BA82837E07665095126FF18DE487FF (Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * __this, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.Lua_Debug::GetShortSrcLen(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Lua_Debug_GetShortSrcLen_mA7B45B4983658CE4168763B7FC661AD4BD28DDC4 (Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___str0, const RuntimeMethod* method);
|
|
// System.String LuaInterface.Lua_Debug::get_short_src()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Lua_Debug_get_short_src_m4A7F3FF4225F2C92AC3AE4EDEC1F3FA0BC4A81E7 (Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * __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 LuaInterface.ObjectTranslator/CompareObject::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompareObject__ctor_mE16D8702F7B5660D6E3DF4CE9566A19E141D97F8 (CompareObject_t68C895AE10CEE6EDA77DC4902BB96515237F623E * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<!0>)
|
|
inline void Dictionary_2__ctor_mAED6AA22D9A0ACBD19E2634A4FCE7CCC40DE3E0C (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, int32_t ___capacity0, RuntimeObject* ___comparer1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A *, int32_t, RuntimeObject*, const RuntimeMethod*))Dictionary_2__ctor_mAED6AA22D9A0ACBD19E2634A4FCE7CCC40DE3E0C_gshared)(__this, ___capacity0, ___comparer1, method);
|
|
}
|
|
// System.Void LuaInterface.LuaObjectPool::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaObjectPool__ctor_m494EE93240BFDDAE7FC41F9EE2E61C23C7746323 (LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<LuaInterface.ObjectTranslator/DelayGC>::.ctor()
|
|
inline void List_1__ctor_m90DA1FA9B27AA2BB0385DD12C9F97AA4F3D3F3D9 (List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
|
|
}
|
|
// System.Void LuaInterface.ObjectTranslator::set_LogGC(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ObjectTranslator_set_LogGC_m53709D9D37131485EB9C62A72E7BD037D799F432_inline (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Action`2<System.Object,System.Int32>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_2__ctor_mC76514884285DE0D69904E32FB9EC320E8F51D49 (Action_2_t88A472856F183AE803521FC39DAC3AE446810479 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t88A472856F183AE803521FC39DAC3AE446810479 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mC76514884285DE0D69904E32FB9EC320E8F51D49_gshared)(__this, ___object0, ___method1, method);
|
|
}
|
|
// System.Int32 LuaInterface.LuaObjectPool::Add(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaObjectPool_Add_mA9A3E4756AED9204B33CB5BCA472391F0259360D (LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Type System.Object::GetType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::IsValueType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_IsValueType_m06C457739F7D06D312671C71F031A71CDD93C7E4 (Type_t * ___t0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::set_Item(!0,!1)
|
|
inline void Dictionary_2_set_Item_mC87D8EECD8406043786CC95870458389CEF82CDF (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A *, RuntimeObject *, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_mC87D8EECD8406043786CC95870458389CEF82CDF_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::TryGetValue(!0,!1&)
|
|
inline bool Dictionary_2_TryGetValue_mE7571EF8ACAF5941AF78909A00CD9CE5FB07C69C (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * ___key0, int32_t* ___value1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A *, RuntimeObject *, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_mE7571EF8ACAF5941AF78909A00CD9CE5FB07C69C_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Remove(!0)
|
|
inline bool Dictionary_2_Remove_m53A3271E51DB23EFC5BD1A0A2E26154B4C41AB1E (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * ___key0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A *, RuntimeObject *, const RuntimeMethod*))Dictionary_2_Remove_m53A3271E51DB23EFC5BD1A0A2E26154B4C41AB1E_gshared)(__this, ___key0, method);
|
|
}
|
|
// System.Object LuaInterface.LuaObjectPool::Remove(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaObjectPool_Remove_mAA9AD94F5DF761DB20EE0049D41111A0238D89E5 (LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A * __this, int32_t ___pos0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ObjectTranslator::RemoveObject(System.Object,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTranslator_RemoveObject_m28955E3C8C8B2506696D9A2E58885249068822FE (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, RuntimeObject * ___o0, int32_t ___udata1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.ObjectTranslator::get_LogGC()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool ObjectTranslator_get_LogGC_m0AC67D9FBF84D167DFEAC99B72948A89CD903584_inline (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.Debugger::Log(System.String,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debugger_Log_m301AF5A498B3D681ACB39661FB8F85B17D22AA5A (String_t* ___str0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.LuaObjectPool::TryGetValue(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaObjectPool_TryGetValue_mAFCCC1A8AD27BE598BE5126CA78CC2383320583A (LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.LuaObjectPool::Destroy(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaObjectPool_Destroy_mD2439AFBEC80EC3B4D639354C874EAB3FE3795DA (LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A * __this, int32_t ___pos0, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.ObjectTranslator::GetObject(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ObjectTranslator_GetObject_m83FC049E289E671077D7852DA2188EB90DC75F6F (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, int32_t ___udata0, 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 LuaInterface.ObjectTranslator/DelayGC::.ctor(System.Int32,UnityEngine.Object,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelayGC__ctor_m03E187C5645E26503A85AB52A311C9061656788B (DelayGC_t608BA9FF5A937D664222123D00669DB01563D7EA * __this, int32_t ___id0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj1, float ___time2, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<LuaInterface.ObjectTranslator/DelayGC>::Add(!0)
|
|
inline void List_1_Add_mF75B876CD03DF3D14DBAE20741F36DD989EBCEC5 (List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC * __this, DelayGC_t608BA9FF5A937D664222123D00669DB01563D7EA * ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC *, DelayGC_t608BA9FF5A937D664222123D00669DB01563D7EA *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
|
|
}
|
|
// System.Object LuaInterface.LuaObjectPool::Replace(System.Int32,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaObjectPool_Replace_m68C0C1DD2A0396EC2973C5BDC6A8DF673605FFEA (LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A * __this, int32_t ___pos0, RuntimeObject * ___o1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ObjectTranslator/<>c__DisplayClass22_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass22_0__ctor_m1C96756D5D8AA504FFC5278D4CC7F1AE943A96D1 (U3CU3Ec__DisplayClass22_0_t876890255486C29DB2AE3C31666DDE27584E99A4 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Predicate`1<LuaInterface.ObjectTranslator/DelayGC>::.ctor(System.Object,System.IntPtr)
|
|
inline void Predicate_1__ctor_mEBBD0C33C438B0AA87E3D0816FDFBA85267510F6 (Predicate_1_t0E38A1E9CF3C1155CAD11B76D8B4FC3A180D2CF3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Predicate_1_t0E38A1E9CF3C1155CAD11B76D8B4FC3A180D2CF3 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_mBC07C59B061E1B719FFE2B6E5541E9011D906C3C_gshared)(__this, ___object0, ___method1, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.List`1<LuaInterface.ObjectTranslator/DelayGC>::FindIndex(System.Predicate`1<!0>)
|
|
inline int32_t List_1_FindIndex_m75D5EBAB2846CF4E37217A23FD13A7ACFB4A7957 (List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC * __this, Predicate_1_t0E38A1E9CF3C1155CAD11B76D8B4FC3A180D2CF3 * ___match0, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC *, Predicate_1_t0E38A1E9CF3C1155CAD11B76D8B4FC3A180D2CF3 *, const RuntimeMethod*))List_1_FindIndex_mEE64721179E6D13C59AAAEEDDC8DAF6779B426C3_gshared)(__this, ___match0, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<LuaInterface.ObjectTranslator/DelayGC>::RemoveAt(System.Int32)
|
|
inline void List_1_RemoveAt_mC08CAFE8CA8BD68E29E8FFB23066262053469E18 (List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared)(__this, ___index0, 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.Int32 System.Collections.Generic.List`1<LuaInterface.ObjectTranslator/DelayGC>::get_Count()
|
|
inline int32_t List_1_get_Count_m6048FB4D8B5ACFFD3BF1F8D015C1FBB6F932245E_inline (List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
|
|
}
|
|
// System.Single UnityEngine.Time::get_deltaTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_m16F98FC9BA931581236008C288E3B25CBCB7C81E (const RuntimeMethod* method);
|
|
// !0 System.Collections.Generic.List`1<LuaInterface.ObjectTranslator/DelayGC>::get_Item(System.Int32)
|
|
inline DelayGC_t608BA9FF5A937D664222123D00669DB01563D7EA * List_1_get_Item_mB9E939DF3A9C85724707DFA5BAC50B6FD7F187D0_inline (List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
return (( DelayGC_t608BA9FF5A937D664222123D00669DB01563D7EA * (*) (List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
|
|
}
|
|
// System.Void LuaInterface.ObjectTranslator::DestroyUnityObject(System.Int32,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTranslator_DestroyUnityObject_m93794AF9D862D6A9D533AD29C99B7FCC69759A99 (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, int32_t ___udata0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaObjectPool::StepCollect(System.Action`2<System.Object,System.Int32>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaObjectPool_StepCollect_mEF3F6849E4C880BA09D59774DD7F00FF68CDFDE6 (LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A * __this, Action_2_t88A472856F183AE803521FC39DAC3AE446810479 * ___collectListener0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Clear()
|
|
inline void Dictionary_2_Clear_m5BF977C6A62D42CBAFD0B85BFE21694A9676E862 (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A *, const RuntimeMethod*))Dictionary_2_Clear_m5BF977C6A62D42CBAFD0B85BFE21694A9676E862_gshared)(__this, method);
|
|
}
|
|
// System.Void LuaInterface.LuaObjectPool::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaObjectPool_Clear_m1EF4D60D88C3EFE97331A2E49D657D1BD9301082 (LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A * __this, 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.Int32 LuaInterface.ToLua::Panic(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_Panic_mFFC28F9856FBE671DE40CF055EFD6B5987C18748 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.ToLua::Print(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_Print_mADA571CBFAA95B5BE6246D92DAC72290940B9B81 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.ToLua::Loader(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_Loader_mCD26C92A05369550FC3D89D11BF8DEFC3B5B22E4 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.ToLua::DoFile(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_DoFile_m42DCDDE64224081FCECC76C6283E2FD1EE54D542 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.ToLua::LoadFile(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_LoadFile_mC733FE35F4BFF53E3D4DB0DE369F6BF2C70B8EF3 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.ToLua::IsNull(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_IsNull_mDB4B2DF8DAD5690E1E57278687B8F9F1764C845F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.ToLua::BufferToString(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_BufferToString_mF5F3BB267BB88271EDAA1ACE430230CE8FA41005 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.ToLua::GetClassType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_GetClassType_m5AD51A973C64FB04335F8C052E8594156C0FE794 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.ToLua::TableToArray(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_TableToArray_m021031B52C4E2C4AEC32C21FDAD8991AF496F7E0 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.ToLua::op_ToString(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C (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.Type System.Type::GetType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetType_m6C9E6D55EC53587A0851176DA1D27A165724773E (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.ToLua/LuaPushVarObject>::.ctor()
|
|
inline void Dictionary_2__ctor_mC59820EAA343972EA15AC1A26EC87353835D0E1F (Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
|
|
}
|
|
// System.Void LuaInterface.ToLua/LuaTableToVar::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaTableToVar__ctor_m0F482AAA3AE449E64F25B4812C6E95DA79F8F1AC (LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::AddLuaLoader(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_AddLuaLoader_m56D9E447368074F7E2E9D000171781394F94FC87 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// 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);
|
|
// 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.Int32 LuaInterface.LuaStatic::GetMetaReference(System.IntPtr,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatic_GetMetaReference_mC82EDE3DE44654FAC43DFE3AA8945FAC95ABAF0D (intptr_t ___L0, Type_t * ___t1, const RuntimeMethod* method);
|
|
// 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);
|
|
// 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);
|
|
// 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);
|
|
// IStringBlock CString::Block()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CString_Block_m67588066EF5B6F8E7BA20F2D31A6F16A765B7567 (const RuntimeMethod* method);
|
|
// CString CString::Alloc(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * CString_Alloc_m6E1453BECBE1886ECE6FE5EBC5BDEC30A5850612 (int32_t ___size0, const RuntimeMethod* method);
|
|
// CString CString::Append(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * CString_Append_m9E0B64345A4ACB260B7B20A56DDCB42F5C2BBC34 (CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * __this, String_t* ___value0, 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 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.Void LuaInterface.Debugger::Log(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debugger_Log_m8E652B74CD56EAE875D36842689AB8C68ECD7506 (String_t* ___str0, const RuntimeMethod* method);
|
|
// System.String System.String::Replace(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, 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.String LuaInterface.LuaFileUtils::FindFile(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaFileUtils_FindFile_mA14B3C2CABB2784072E8BA50935AE1BA87E8A336 (LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * __this, String_t* ___fileName0, 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.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.Object LuaInterface.ToLua::CheckObject(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_CheckObject_mC6604EED4BC2EC077CCECE69D2C74FCE348FAC79 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// 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);
|
|
// System.Type LuaInterface.LuaStatic::GetClassType(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * LuaStatic_GetClassType_m532CC4199DC4F6E2ACE8465205DC4A0BEBA744D1 (intptr_t ___L0, int32_t ___reference1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD (intptr_t ___L0, Type_t * ___t1, const RuntimeMethod* method);
|
|
// 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);
|
|
// System.Void LuaInterface.Debugger::LogError(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debugger_LogError_mD47EEB30F88DB178F05439FD9A896381CE71C12A (String_t* ___str0, const RuntimeMethod* method);
|
|
// System.Object[] LuaInterface.ToLua::CheckObjectArray(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ToLua_CheckObjectArray_mB59CC301F53829E4747BF861935FE3C1FAE05A4F (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Type LuaInterface.ToLua::CheckMonoType(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Array System.Array::CreateInstance(System.Type,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_mE3FF1559BCD06302A7DA79FCE32232941AC38F3F (Type_t * ___elementType0, int32_t ___length1, const RuntimeMethod* method);
|
|
// System.Void System.Array::SetValue(System.Object,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m007BBA6FFBB0D3E2A0905FD568FA4A87AD6ADD5F (intptr_t ___L0, RuntimeArray * ___array1, const RuntimeMethod* method);
|
|
// 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);
|
|
// LuaInterface.ObjectTranslator LuaInterface.ObjectTranslator::Get(System.IntPtr)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * ObjectTranslator_Get_m7C75E407D306192C2E32ADBAC333DF3896189BD5_inline (intptr_t ___L0, 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);
|
|
// LuaInterface.LuaFunction LuaInterface.LuaStatic::GetFunction(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * LuaStatic_GetFunction_mE2F8F74ADCE422676AF6B1B49735B53B4E897FCE (intptr_t ___L0, int32_t ___reference1, const RuntimeMethod* method);
|
|
// LuaInterface.LuaTable LuaInterface.LuaStatic::GetTable(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * LuaStatic_GetTable_mD5D3B04BBC530755F3288AD0E6F590ED5A7B2AAA (intptr_t ___L0, int32_t ___reference1, const RuntimeMethod* method);
|
|
// LuaInterface.LuaThread LuaInterface.LuaStatic::GetLuaThread(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaThread_tE3CD20787632CE8A9ACACDD031EB48E821A20D10 * LuaStatic_GetLuaThread_mE5055B3AE256389967DC24A769EF6C9EAA2C37A1 (intptr_t ___L0, int32_t ___reference1, const RuntimeMethod* method);
|
|
// 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);
|
|
// System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method);
|
|
// 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);
|
|
// System.Void UnityEngine.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method);
|
|
// 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);
|
|
// System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this, float ___x0, float ___y1, const RuntimeMethod* method);
|
|
// 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);
|
|
// System.Void UnityEngine.Quaternion::.ctor(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Quaternion__ctor_m7502F0C38E04C6DE24C965D1CAF278DDD02B9D61 (Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method);
|
|
// 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);
|
|
// System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaStatic::GetUnpackRayRef(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatic_GetUnpackRayRef_m7A80FED8ED6A328E4B8A480CC76B493F3CEC5902 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Ray::.ctor(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ray__ctor_m695D219349B8AA4C82F96C55A27D384C07736F6B (Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___origin0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___direction1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaStatic::GetUnpackBounds(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatic_GetUnpackBounds_m12780EFC2A49B0DFFB191A8F2A1092378BD1C1EC (intptr_t ___L0, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 LuaInterface.ToLua::ToVector3(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Bounds::.ctor(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bounds__ctor_m294E77A20EC1A3E96985FE1A925CB271D1B5266D (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___center0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___size1, const RuntimeMethod* method);
|
|
// 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);
|
|
// UnityEngine.LayerMask UnityEngine.LayerMask::op_Implicit(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 LayerMask_op_Implicit_m3F256A7D96C66548F5B62C4621B9725301850300 (int32_t ___intVal0, 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.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);
|
|
// 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.Object LuaInterface.ToLua::ToVarTable(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_ToVarTable_mB0F36D2F7E29BA010DF7CA24E20EF5EAA0B1345C (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// LuaInterface.LuaThread LuaInterface.ToLua::ToLuaThread(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaThread_tE3CD20787632CE8A9ACACDD031EB48E821A20D10 * ToLua_ToLuaThread_m6DF3D7B50F96B16F05E581F96CFFA801358D3D85 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Object System.Convert::ChangeType(System.Object,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Convert_ChangeType_mF4AC8107F5CAC75B8436BF66A4DC3982F7AF6850 (RuntimeObject * ___value0, Type_t * ___conversionType1, 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.Object LuaInterface.ToLua/LuaTableToVar::Invoke(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaTableToVar_Invoke_m583FF2E05BF8FE4EE1FD66C28A38AE7643693BDC (LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// UnityEngine.Quaternion LuaInterface.ToLua::ToQuaternion(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ToLua_ToQuaternion_mDAD28735F1469F3F350AAD972505DC77E024D902 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// UnityEngine.Color LuaInterface.ToLua::ToColor(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ToLua_ToColor_m8BA5C5C83C6FCCF1F5572D5BB37BB153A0EF4DB5 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// UnityEngine.Vector4 LuaInterface.ToLua::ToVector4(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ToLua_ToVector4_mCC5D749B41B088A8893A944F92A31DDD6CDA2576 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// UnityEngine.Vector2 LuaInterface.ToLua::ToVector2(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ToLua_ToVector2_mF1F09774E2D20D3B6FDF67C15B0D31EF155353AC (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// UnityEngine.Ray LuaInterface.ToLua::ToRay(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 ToLua_ToRay_m25EB1A0E15515DFF75B472E5D9D0A8A3F86C6524 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// UnityEngine.LayerMask LuaInterface.ToLua::ToLayerMask(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 ToLua_ToLayerMask_m6D35A405FEFA4FFDEF7DC6C93DFED6DADC710BEF (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// UnityEngine.Bounds LuaInterface.ToLua::ToBounds(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ToLua_ToBounds_mF6AC41931D2B16703DB78E1A0618B3D7A5DB9DCE (intptr_t ___L0, 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.Type::op_Equality(System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
|
|
// System.String LuaInterface.LuaMisc::GetTypeName(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaMisc_GetTypeName_m51139023D7F5711A9FF1E3DD07C2EE4C3DBC65BF (Type_t * ___t0, 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);
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::get_zero()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2 (const RuntimeMethod* method);
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::get_identity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 Quaternion_get_identity_m548B37D80F2DEE60E41D1F09BF6889B557BE1A64 (const RuntimeMethod* method);
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::get_zero()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8 (const RuntimeMethod* method);
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::get_zero()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E Vector4_get_zero_m42821248DDFA4F9A3E0B2E84CBCB737BE9DCE3E9 (const RuntimeMethod* method);
|
|
// UnityEngine.Color UnityEngine.Color::get_black()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF (const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::IsNullable(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_IsNullable_m79B8A4B14FDDE42F9AFABC9FCB7F130E55EF5B86 (Type_t * ___t0, 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.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);
|
|
// System.Boolean System.Type::get_IsPrimitive()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A (Type_t * __this, 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);
|
|
// UnityEngine.Vector3 LuaInterface.ToLua::CheckVector3(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ToLua_CheckVector3_m16499815A2448C71638EF08FB0AEDC1D0A51E9D4 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// UnityEngine.Quaternion LuaInterface.ToLua::CheckQuaternion(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ToLua_CheckQuaternion_m59E90718F32C0345BB777A032CBC0F1FC1B4668B (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// UnityEngine.Vector2 LuaInterface.ToLua::CheckVector2(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ToLua_CheckVector2_m9B20CEC652532062C83B0AFD09E7E905D9C89186 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// UnityEngine.Vector4 LuaInterface.ToLua::CheckVector4(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ToLua_CheckVector4_m518ED33E9AEBACB61E8DC4BF651A4A14BFD991D4 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// UnityEngine.Color LuaInterface.ToLua::CheckColor(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ToLua_CheckColor_m471709A490B12E7B2DD71A10C3CB62F0C335E084 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// UnityEngine.Ray LuaInterface.ToLua::CheckRay(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 ToLua_CheckRay_mC21365F2F7E6DB14F6A5BFE6A18ECC9575EF877C (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// UnityEngine.Bounds LuaInterface.ToLua::CheckBounds(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ToLua_CheckBounds_m832C725CF9FC52B2BD725B9A04CC3999E810F220 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// UnityEngine.LayerMask LuaInterface.ToLua::CheckLayerMask(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 ToLua_CheckLayerMask_m2E26F166A06A13142C787B04D4F32819DA935F60 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9 (Type_t * ___left0, Type_t * ___right1, 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.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);
|
|
// 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.Boolean UnityEngine.TrackedReference::op_Equality(UnityEngine.TrackedReference,UnityEngine.TrackedReference)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TrackedReference_op_Equality_m6176AA0B99576B1734E9A9D7DDA0A27ECACBAA96 (TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 * ___x0, TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 * ___y1, const RuntimeMethod* method);
|
|
// System.Char[] System.String::ToCharArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6 (String_t* __this, const RuntimeMethod* method);
|
|
// 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);
|
|
// 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);
|
|
// !2 System.Func`3<System.IntPtr,System.Int32,System.Boolean>::Invoke(!0,!1)
|
|
inline bool Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, intptr_t, int32_t, const RuntimeMethod*))Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_gshared)(__this, ___arg10, ___arg21, method);
|
|
}
|
|
// !2 System.Func`3<System.IntPtr,System.Int32,System.String>::Invoke(!0,!1)
|
|
inline String_t* Func_3_Invoke_m165D4E951A571778EFED3FE6CACD579860FDA6F2 (Func_3_t8509C573CEE9E3583AB831C5C8CE6810CA4E98CA * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (Func_3_t8509C573CEE9E3583AB831C5C8CE6810CA4E98CA *, intptr_t, int32_t, const RuntimeMethod*))Func_3_Invoke_m4F171CB599240838A573B48A1E262E8DC1366677_gshared)(__this, ___arg10, ___arg21, 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 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);
|
|
// 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);
|
|
// 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);
|
|
// 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);
|
|
// 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);
|
|
// System.Void LuaInterface.LuaStatic::GetPackRay(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatic_GetPackRay_mD556E9F4E621B27AB6DA4957F516D867509E6915 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Ray::get_direction()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Ray_get_direction_m9E6468CD87844B437FC4B93491E63D388322F76E (Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1 (intptr_t ___L0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___v31, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Ray::get_origin()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Ray_get_origin_m3773CA7B1E2F26F6F1447652B485D86C0BEC5187 (Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaStatic::GetPackBounds(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatic_GetPackBounds_m396A17737680870474A615DC88BBC9DF21D28FCA (intptr_t ___L0, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Bounds::get_center()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Bounds_get_center_m4FB6E99F0533EE2D432988B08474D6DC9B8B744B (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Bounds::get_size()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Bounds_get_size_m0739F2686AE2D3416A33AEF892653091347FD4A6 (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaStatic::GetPackRaycastHit(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatic_GetPackRaycastHit_m8460C3C6B0D93FA3575C802C7FA7E2247D25761C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// UnityEngine.Collider UnityEngine.RaycastHit::get_collider()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * RaycastHit_get_collider_mE70B84C4312B567344F60992A6067855F2C3A7A9 (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * __this, 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.Single UnityEngine.RaycastHit::get_distance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RaycastHit_get_distance_m1CBA60855C35F29BBC348D374BBC76386A243543 (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.RaycastHit::get_normal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 RaycastHit_get_normal_mF736A6D09D98D63AB7E5BF10F38AEBFC177A1D94 (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.RaycastHit::get_point()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 RaycastHit_get_point_m0E564B2A72C7A744B889AE9D596F3EFA55059001 (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Rigidbody UnityEngine.RaycastHit::get_rigidbody()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * RaycastHit_get_rigidbody_m8E28BDE09DC588AAF0C15182AFF3C00EE11EB0FC (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Transform UnityEngine.RaycastHit::get_transform()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * RaycastHit_get_transform_m3C0BEE7439CA37F82FD5216143B92BF32F995279 (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Touch,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m197139E023EBCE789CC712840B3C3185C1F59ECE (intptr_t ___L0, Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 ___t1, int32_t ___flag2, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaStatic::GetPackTouch(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatic_GetPackTouch_mAFC61F370AB2FB7FC2AF8ECD8C5DD469786C91E0 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Touch::get_fingerId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Touch_get_fingerId_m2EF0EF2E6E388C8D9D38C58EF5D03EA30E568E1D (Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector2 UnityEngine.Touch::get_position()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Touch_get_position_m2E60676112DA3628CF2DC76418A275C7FE521D8F (Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m435606A21F3C6D92A0C3418AD3E7FD1FF7809EC2 (intptr_t ___L0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___v21, const RuntimeMethod* method);
|
|
// UnityEngine.Vector2 UnityEngine.Touch::get_rawPosition()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Touch_get_rawPosition_m9C6FF048FE4CC513425CC131062BDD9F9431FE2E (Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector2 UnityEngine.Touch::get_deltaPosition()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Touch_get_deltaPosition_m4AAD6521D88FE10B3786039892B1BB9438ED2D64 (Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Touch::get_deltaTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Touch_get_deltaTime_m6F4F70B3FED7B0B74E1560599EA981037D00E024 (Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Touch::get_tapCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Touch_get_tapCount_m05E8AD1DD071603EA806087E42A7BC6FFA18C5F9 (Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.TouchPhase UnityEngine.Touch::get_phase()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Touch_get_phase_m759A61477ECBBD90A57E36F1166EB9340A0FE349 (Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.LayerMask::get_value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LayerMask_get_value_m682288E860BBE36F5668DCDBC59245DE6319E537 (LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 * __this, const RuntimeMethod* method);
|
|
// 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);
|
|
// 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.Int32 LuaInterface.LuaStatic::GetArrayMetatable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatic_GetArrayMetatable_m9549A2A425BB14A2B32A435C71272BD264F81DDE (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushUserData(System.IntPtr,System.Object,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushUserData_mBEC8DFABAB472E05CFA4B686691B3AC8226795D8 (intptr_t ___L0, RuntimeObject * ___o1, int32_t ___reference2, 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);
|
|
// System.Int32 LuaInterface.LuaStatic::GetTypeMetatable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatic_GetTypeMetatable_mB074280D41949F0CF445EFAA8A9E745290738DBE (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaStatic::GetDelegateMetatable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatic_GetDelegateMetatable_m1427C04F57F147B017D7F680ACDCC020D0ECDA7D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaStatic::GetEventMetatable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatic_GetEventMetatable_m4E17B861160F2CF22B97D4E28B62108310CE174E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaStatic::GetIterMetatable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatic_GetIterMetatable_m428D596D5B157FC246F40A0C16B1BFABC74FD013 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaStatic::GetEnumObject(System.IntPtr,System.Enum,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatic_GetEnumObject_m989BFD8E685C4C036EE4A4ABF4A805696B7D8D43 (intptr_t ___L0, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 * ___e1, RuntimeObject ** ___obj2, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,System.Enum)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06 (intptr_t ___L0, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 * ___e1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.ToLua::LoadPreType(System.IntPtr,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_LoadPreType_m4B71974CE8F3DFDEDB89E34DF73AB74D0C45EA87 (intptr_t ___L0, Type_t * ___type1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.ObjectTranslator::AddObject(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ObjectTranslator_AddObject_m5AD9A5B533079B17182C3D9D5F10C598FEDB5800 (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.ObjectTranslator::Getudata(System.Object,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectTranslator_Getudata_m348CF656EFA372E1149E9B4DA6CFFCEE76A78519 (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, RuntimeObject * ___o0, int32_t* ___index1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ObjectTranslator::Destroyudata(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTranslator_Destroyudata_m7038A131E9CC238D54F0D2E02AB71DFC3328BEEC (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, int32_t ___udata0, const RuntimeMethod* method);
|
|
// 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);
|
|
// LuaInterface.LuaCSFunction LuaInterface.LuaStatic::GetPreModule(System.IntPtr,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * LuaStatic_GetPreModule_m965C1055A6BF3649F43701E4D8A6ACA7A6984887 (intptr_t ___L0, Type_t * ___t1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.ToLua::LuaPCall(System.IntPtr,LuaInterface.LuaCSFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_LuaPCall_mBA7848B45F51E1F4FC90B601C44277D860E68B6A (intptr_t ___L0, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___func1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaStatic::GetMissMetaReference(System.IntPtr,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatic_GetMissMetaReference_m0E5CEAB422D3B0F98843B795A183443C5D826D5F (intptr_t ___L0, Type_t * ___t1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushUserObject(System.IntPtr,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushUserObject_m508DC5DFCB95A3E1611A921367E866737C0D3128 (intptr_t ___L0, RuntimeObject * ___o1, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8 (Type_t * __this, const RuntimeMethod* method);
|
|
// 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);
|
|
// 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);
|
|
// System.Double LuaInterface.LuaMisc::ToDouble(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double LuaMisc_ToDouble_m6978B0FE8593B13EC4D7249DEAE0B7B461DEA652 (RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_mAFABD7EE15662A5CDFD403BC135A066A55BBF0DC (intptr_t ___L0, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___q1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Vector4)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m5B39A5A0B8AE69D62F46959033BBE78516393FC5 (intptr_t ___L0, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___v41, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_mA3CD7E888C8B72C317AA49B9F6CE895A97291E38 (intptr_t ___L0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___clr1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.RaycastHit)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_mE35FD6B22753F0A4FD6B650BAD5F77122239CA66 (intptr_t ___L0, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 ___hit1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Touch)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m14873FA8B00F55373BB963C11F7E9CB64DF7D81E (intptr_t ___L0, Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 ___t1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Ray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m08962506BF31452B329B65AE9EDF5136298543E9 (intptr_t ___L0, Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 ___ray1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Bounds)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m7E2B6F75D43082CA7E21F189B2EB5271E85CFC7E (intptr_t ___L0, Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ___bound1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushLayerMask(System.IntPtr,UnityEngine.LayerMask)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushLayerMask_m37A6D71EAF9762A107CB9C60E11DA0F5163B8E05 (intptr_t ___L0, LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 ___l1, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.ToLua/LuaPushVarObject>::TryGetValue(!0,!1&)
|
|
inline bool Dictionary_2_TryGetValue_mB6788A1EB2C27477A805F9DE8606167FBFB8C8E3 (Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA * __this, Type_t * ___key0, LuaPushVarObject_tFC9F97BA75B4C9D481D1FABC3F1EE447510D5E5A ** ___value1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA *, Type_t *, LuaPushVarObject_tFC9F97BA75B4C9D481D1FABC3F1EE447510D5E5A **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Void LuaInterface.ToLua/LuaPushVarObject::Invoke(System.IntPtr,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaPushVarObject_Invoke_m3B58A2ED30249FB271581906DCF725F447B85611 (LuaPushVarObject_tFC9F97BA75B4C9D481D1FABC3F1EE447510D5E5A * __this, intptr_t ___L0, RuntimeObject * ___o1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushStruct(System.IntPtr,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushStruct_m474B7EA11DB29C9C6396DDCF5046F5E13489894A (intptr_t ___L0, RuntimeObject * ___o1, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,LuaInterface.LuaBaseRef)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m7D6C16904765D180EDE53F2D6A47946643BB836E (intptr_t ___L0, LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___lbr1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.TrackedReference)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_mB09EE6AD6705FA32B43B5ADA773FD5766CB2309C (intptr_t ___L0, TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 * ___obj1, const RuntimeMethod* 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.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 LuaInterface.ToLua::Push(System.IntPtr,LuaInterface.EventObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m886FB0F79966F62A1651949BC400F395845BFD07 (intptr_t ___L0, EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * ___ev1, 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.Void LuaInterface.ObjectTranslator::SetBack(System.Int32,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTranslator_SetBack_m6242DF84D7B646460D106E84DB5F6321BA6B0A5D (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, int32_t ___index0, RuntimeObject * ___o1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ObjectTranslator::Destroy(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTranslator_Destroy_m5AB346A4C267500FCA494770A838AEA351E08B5E (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, int32_t ___udata0, const RuntimeMethod* method);
|
|
// System.Delegate DelegateFactory::CreateDelegate(System.Type,LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * DelegateFactory_CreateDelegate_mAC80BF256AC3A92121C8458C5FB09EB998F12083 (Type_t * ___t0, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckType(System.IntPtr,System.Type,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F (intptr_t ___L0, Type_t * ___type1, int32_t ___pos2, const RuntimeMethod* method);
|
|
// System.Type LuaInterface.TypeChecker::GetNullableType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeChecker_GetNullableType_m251B6B15F85C1B5818BA76E90D7C97ABF780C963 (Type_t * ___t0, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::IsNumberType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_IsNumberType_m73A798E6839EB6E9A3FA077948C2F6E6C8CA0347 (Type_t * ___t0, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::IsMatchUserData(System.IntPtr,System.Type,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_IsMatchUserData_m9FB9655C7604F5D3707EBDFB46761657A8E6EA48 (intptr_t ___L0, Type_t * ___t1, int32_t ___pos2, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::IsUserTable(System.Type,System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_IsUserTable_m12449504F099BB0FCC0007E5EE1E169CA8EB0268 (Type_t * ___t0, intptr_t ___L1, int32_t ___pos2, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::IsNilType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_IsNilType_mAA0C275C2881A3A4BB2B41A478AFE033D364ADA6 (Type_t * ___t0, const RuntimeMethod* method);
|
|
// 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);
|
|
// System.Int32 LuaInterface_EventObjectWrap::op_Subtraction(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaInterface_EventObjectWrap_op_Subtraction_mE673126904C1E46BBC57F2B148F625BB94B3B1AC (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface_EventObjectWrap::op_Addition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaInterface_EventObjectWrap_op_Addition_m9AF663AC7603B383A4163FCC27926ED1E551CCA8 (intptr_t ___L0, 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.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::EndClass()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Delegate LuaInterface.ToLua::CheckDelegate(System.Type,System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * ToLua_CheckDelegate_mC504212E281C1B1520CFF323938F27FB2DE0D579 (Type_t * ___t0, intptr_t ___L1, int32_t ___stackPos2, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface_LuaConstructorWrap::Call(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaInterface_LuaConstructorWrap_Call_m6110CCE5ED0A71DF0744AEB9E83C9ED7C405EDEA (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface_LuaConstructorWrap::Destroy(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaInterface_LuaConstructorWrap_Destroy_m192F1BAFBDAAF9D0E488DAAF9BA5C130D92B827E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// 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);
|
|
// 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.Void LuaInterface.LuaConstructor::Destroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaConstructor_Destroy_m19F4292F1D7D7E4B70639CA0108C4C53D4A7D26E (LuaConstructor_tFD182305C354FE01AE8A5AAE0B92771A065FC6DF * __this, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.ToLua::Destroy(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_Destroy_m9BD41E496D33F915D593C6AB7CD0F20C3534E239 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface_LuaFieldWrap::Get(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaInterface_LuaFieldWrap_Get_m6A4B060A1922BBB1FF1D2C8FDF55FEC1890984EE (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface_LuaFieldWrap::Set(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaInterface_LuaFieldWrap_Set_mE666617632FAFBF3AAFB45021D4654E8E9E67196 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaField::Get(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaField_Get_mA6FCD7C2D8DBD36BE516D3AE2CA842DE36AEDF21 (LuaField_tC8BFD212BB1A4C7EFC68688A6026A7CAABA93E83 * __this, intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaField::Set(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaField_Set_m4833BB9EA4606A9D24FDE3FEF48059AF472A9760 (LuaField_tC8BFD212BB1A4C7EFC68688A6026A7CAABA93E83 * __this, intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface_LuaMethodWrap::Destroy(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaInterface_LuaMethodWrap_Destroy_mC56F8DA01AF403F82BC7AD4891D19E3026CDFDDA (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface_LuaMethodWrap::Call(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaInterface_LuaMethodWrap_Call_m0D3344A44C02223381F6CC26B4912CF873108A14 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaMethod::Destroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaMethod_Destroy_m365A23D39DFC0F1FAADD15D8DCD56ED32AB46FC8 (LuaMethod_t0990B22A85382B95F5292A6C222FB1DB05CA9FB6 * __this, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaMethod::Call(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaMethod_Call_m40725FDE9A6DA0F7745688BCF812DD0779ECA138 (LuaMethod_t0990B22A85382B95F5292A6C222FB1DB05CA9FB6 * __this, intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface_LuaOutWrap::LuaOpen_ToLua_Out(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaInterface_LuaOutWrap_LuaOpen_ToLua_Out_mDDC9A50DDD3C526998C04D5B5B4C43E0F58F3DE1 (intptr_t ___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::EndPreLoad()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_EndPreLoad_m62E1E498E214B42C7B635351D86F8CD7955180A9 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// 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);
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Int32>(System.IntPtr)
|
|
inline void LuaInterface_LuaOutWrap_RawSetOutType_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m11E57554C1E9142C5D91BE7D0913EAE6D5DBA79C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, const RuntimeMethod*))LuaInterface_LuaOutWrap_RawSetOutType_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m11E57554C1E9142C5D91BE7D0913EAE6D5DBA79C_gshared)(___L0, method);
|
|
}
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.UInt32>(System.IntPtr)
|
|
inline void LuaInterface_LuaOutWrap_RawSetOutType_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m63DFE5D09DDD564D8880A34D7EB84DCCAF84C0CA (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, const RuntimeMethod*))LuaInterface_LuaOutWrap_RawSetOutType_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m63DFE5D09DDD564D8880A34D7EB84DCCAF84C0CA_gshared)(___L0, method);
|
|
}
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Single>(System.IntPtr)
|
|
inline void LuaInterface_LuaOutWrap_RawSetOutType_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mF3D21C23E43059DD3D0E8F61BBD904079BF57EB7 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, const RuntimeMethod*))LuaInterface_LuaOutWrap_RawSetOutType_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mF3D21C23E43059DD3D0E8F61BBD904079BF57EB7_gshared)(___L0, method);
|
|
}
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Double>(System.IntPtr)
|
|
inline void LuaInterface_LuaOutWrap_RawSetOutType_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_mD36D55CEC0DAF3B419920AC1CF993E112E593066 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, const RuntimeMethod*))LuaInterface_LuaOutWrap_RawSetOutType_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_mD36D55CEC0DAF3B419920AC1CF993E112E593066_gshared)(___L0, method);
|
|
}
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Int64>(System.IntPtr)
|
|
inline void LuaInterface_LuaOutWrap_RawSetOutType_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_mA1D9638B1BEED7A5FA7A2E7C0883E436EB75482F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, const RuntimeMethod*))LuaInterface_LuaOutWrap_RawSetOutType_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_mA1D9638B1BEED7A5FA7A2E7C0883E436EB75482F_gshared)(___L0, method);
|
|
}
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.UInt64>(System.IntPtr)
|
|
inline void LuaInterface_LuaOutWrap_RawSetOutType_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mE6C333D0B6A2AE6CF439B9C23A98C334AF398B53 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, const RuntimeMethod*))LuaInterface_LuaOutWrap_RawSetOutType_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mE6C333D0B6A2AE6CF439B9C23A98C334AF398B53_gshared)(___L0, method);
|
|
}
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Byte>(System.IntPtr)
|
|
inline void LuaInterface_LuaOutWrap_RawSetOutType_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m80B9C54E0D03386159197FB8F311F3046E6D46EE (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, const RuntimeMethod*))LuaInterface_LuaOutWrap_RawSetOutType_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m80B9C54E0D03386159197FB8F311F3046E6D46EE_gshared)(___L0, method);
|
|
}
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.SByte>(System.IntPtr)
|
|
inline void LuaInterface_LuaOutWrap_RawSetOutType_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m340A112039665B69963015F230BAE0CCF9B013B6 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, const RuntimeMethod*))LuaInterface_LuaOutWrap_RawSetOutType_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m340A112039665B69963015F230BAE0CCF9B013B6_gshared)(___L0, method);
|
|
}
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Char>(System.IntPtr)
|
|
inline void LuaInterface_LuaOutWrap_RawSetOutType_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mB5AD906274A540887355A0C618F2313EA22D8823 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, const RuntimeMethod*))LuaInterface_LuaOutWrap_RawSetOutType_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mB5AD906274A540887355A0C618F2313EA22D8823_gshared)(___L0, method);
|
|
}
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Int16>(System.IntPtr)
|
|
inline void LuaInterface_LuaOutWrap_RawSetOutType_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mF82943CAAA54019DC709FA98B76913D68ABEE3C6 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, const RuntimeMethod*))LuaInterface_LuaOutWrap_RawSetOutType_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mF82943CAAA54019DC709FA98B76913D68ABEE3C6_gshared)(___L0, method);
|
|
}
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.UInt16>(System.IntPtr)
|
|
inline void LuaInterface_LuaOutWrap_RawSetOutType_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_mE22C4E4F0B5653871D250DC415E32C71C0EB5BBD (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, const RuntimeMethod*))LuaInterface_LuaOutWrap_RawSetOutType_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_mE22C4E4F0B5653871D250DC415E32C71C0EB5BBD_gshared)(___L0, method);
|
|
}
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.Boolean>(System.IntPtr)
|
|
inline void LuaInterface_LuaOutWrap_RawSetOutType_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m02C1B987DCE73670F19ACE992FBB996043E9F8A8 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, const RuntimeMethod*))LuaInterface_LuaOutWrap_RawSetOutType_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m02C1B987DCE73670F19ACE992FBB996043E9F8A8_gshared)(___L0, method);
|
|
}
|
|
// System.Void LuaInterface_LuaOutWrap::RawSetOutType<System.String>(System.IntPtr)
|
|
inline void LuaInterface_LuaOutWrap_RawSetOutType_TisString_t_mBBB6AF0A3624850602DA5576E07ACBDD64269342 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, const RuntimeMethod*))LuaInterface_LuaOutWrap_RawSetOutType_TisRuntimeObject_m804AA0F6DBFF1A16C106E3014D1372845BD616D7_gshared)(___L0, method);
|
|
}
|
|
// System.Int32 LuaInterface_LuaPropertyWrap::Get(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaInterface_LuaPropertyWrap_Get_m4ECCE1B0D32A2C8EBDE050C246FCE98A8C270B96 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface_LuaPropertyWrap::Set(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaInterface_LuaPropertyWrap_Set_m0F4644CC0B6FA68A6906D7D25A6A4CFCFB773F29 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaProperty::Get(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaProperty_Get_m08EC98F55B1CE05D1259B76125AE078A20CC3B93 (LuaProperty_tECD5962B0CF9D8129AA119086EE40ED9AD924A0C * __this, intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaProperty::Set(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaProperty_Set_m74A81AE4F9F08E50CF24624B9BAE1A25E7A22D1A (LuaProperty_tECD5962B0CF9D8129AA119086EE40ED9AD924A0C * __this, intptr_t ___L0, const RuntimeMethod* method);
|
|
// LuaInterface.LuaBeatEvent LuaLooper::GetEvent(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * LuaLooper_GetEvent_m031F0E1702DCFC069675964E97A03667E8B130A7 (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Void LuaLooper::set_UpdateEvent(LuaInterface.LuaBeatEvent)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LuaLooper_set_UpdateEvent_m3EBE2319DDE9DA29B99857DA24C9FCA9D6C7BC6F_inline (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * ___value0, const RuntimeMethod* method);
|
|
// System.Void LuaLooper::set_LateUpdateEvent(LuaInterface.LuaBeatEvent)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LuaLooper_set_LateUpdateEvent_mEFB2BF1E39C49CDE822DE06849E22A5E857DE3EB_inline (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * ___value0, const RuntimeMethod* method);
|
|
// System.Void LuaLooper::set_FixedUpdateEvent(LuaInterface.LuaBeatEvent)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LuaLooper_set_FixedUpdateEvent_m52C2BEC55E83A808F6F27E881DCF4B295DC306DF_inline (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * ___value0, const RuntimeMethod* method);
|
|
// LuaInterface.LuaTable LuaInterface.LuaState::GetTable(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * LuaState_GetTable_m773ED27D40CB55CD34E453EDA8D8DB6A9EF0DB7D (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___fullPath0, bool ___beLogMiss1, const RuntimeMethod* method);
|
|
// 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);
|
|
// System.Single UnityEngine.Time::get_unscaledDeltaTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_unscaledDeltaTime_mA0AE7A144C88AE8AABB42DF17B0F3F0714BA06B2 (const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaUpdate(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaUpdate_mA94155E95C8B2C3A23AA8480280D7001DE09F3CE (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, float ___delta0, float ___unscaled1, const RuntimeMethod* method);
|
|
// System.Void LuaLooper::ThrowException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaLooper_ThrowException_m5B9F09BC1B9E4DBC6814FBC6EBEF3D3AE8DCC3B5 (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaState::Collect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaState_Collect_mF3B6A682562781BC4EB1ADD20FAE8472EE2E5C75 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaLateUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaLateUpdate_mF7DB10ABB4C052B5AA8B08F51323DDB7D320D148 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::StepCollect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_StepCollect_m56336C62AF9DB6D067D3AC497A634DBBB72BB603 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Time::get_fixedDeltaTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_fixedDeltaTime_m76C241EDB6F824713AF57DCECD5765871770FA4C (const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaFixedUpdate(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaFixedUpdate_m156D97CA0B7267EC97508D217F5E42E5CA08E542 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, float ___fixedTime0, 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);
|
|
// LuaInterface.LuaBeatEvent LuaLooper::get_UpdateEvent()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * LuaLooper_get_UpdateEvent_mC26C30678990BD40B3E3164E0CF678C84BB3849D_inline (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaBeatEvent::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaBeatEvent_Dispose_m765B100CEB01CE28C30B07881164CE3A66D2603E (LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * __this, const RuntimeMethod* method);
|
|
// LuaInterface.LuaBeatEvent LuaLooper::get_LateUpdateEvent()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * LuaLooper_get_LateUpdateEvent_mB99D82E64CBC8613D26788FCBCA930C8BAD6CC84_inline (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, const RuntimeMethod* method);
|
|
// LuaInterface.LuaBeatEvent LuaLooper::get_FixedUpdateEvent()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * LuaLooper_get_FixedUpdateEvent_mE49BC7D8C7CC25BF6BB9FA95B331CD7C6CB6DFB0_inline (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaLooper::Destroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaLooper_Destroy_mB05345C1A65D5DFBCBA2867D6523CD7B038840EB (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, 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 System.Collections.Generic.List`1<System.String>::Clear()
|
|
inline void List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.List`1<System.String>::get_Count()
|
|
inline int32_t List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.String>::Add(!0)
|
|
inline void List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, String_t* ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, String_t*, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
|
|
}
|
|
// !0 System.Collections.Generic.List`1<System.String>::get_Item(System.Int32)
|
|
inline String_t* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.String>::.ctor()
|
|
inline void List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
|
|
}
|
|
// System.Void LuaInterface.LuaFileUtils::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFileUtils__ctor_m13E9531500ADF324DD6E359A9F72C28EDF68CECF (LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * __this, const RuntimeMethod* method);
|
|
// System.Byte[] LuaResLoader::ReadDownLoadFile(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* LuaResLoader_ReadDownLoadFile_mA3E098520CDDD40923BFA9BCC40B641ED1217445 (LuaResLoader_tA78634278595979C32DCDCE06623A4265079A9A9 * __this, String_t* ___fileName0, const RuntimeMethod* method);
|
|
// System.Byte[] LuaResLoader::ReadResourceFile(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* LuaResLoader_ReadResourceFile_m7E32AF45BDA15A1953C6C36C2CAE7A9D245FFEFC (LuaResLoader_tA78634278595979C32DCDCE06623A4265079A9A9 * __this, String_t* ___fileName0, const RuntimeMethod* method);
|
|
// System.Byte[] LuaInterface.LuaFileUtils::ReadFile(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* LuaFileUtils_ReadFile_m25CF98B774D412721E163DCD1AEB9B25FF01A8D7 (LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * __this, String_t* ___fileName0, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.Path::IsPathRooted(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Path_IsPathRooted_mF70DAF863202638692CF75CCFA09ACBBD90C9A53 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.String System.IO.Path::GetExtension(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetExtension_mAB8DB12AA3F147A487ED6AFECF8CD0043402957B (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Boolean System.String::op_Equality(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, 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 System.String::Substring(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
|
|
// CString CString::Append(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * CString_Append_m6C929ABACA99519B74565F42909562A30081AA36 (CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * __this, Il2CppChar ___value0, const RuntimeMethod* method);
|
|
// CString CString::Replace(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * CString_Replace_m638A1A66D23F0A2730220DB17C0B5A93E557146D (CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method);
|
|
// System.Boolean System.String::EndsWith(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// UnityEngine.Object UnityEngine.Resources::Load(System.String,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * Resources_Load_mF0FA033BF566CDDA6A0E69BB97283B44C40726E7 (String_t* ___path0, Type_t * ___systemTypeInstance1, const RuntimeMethod* method);
|
|
// System.Byte[] UnityEngine.TextAsset::get_bytes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* TextAsset_get_bytes_m33ED022ACD105C714589DB09B025BA7F860B31B4 (TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Resources::UnloadAsset(UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Resources_UnloadAsset_m066BEEBB51255EF3C0120EA4CF2300CA448FAF64 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___assetToUnload0, const RuntimeMethod* 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.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.String UnityEngine.Application::get_dataPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_dataPath_m33D721D71C0687F0013C8953FDB0807B7B3F2A01 (const RuntimeMethod* method);
|
|
// System.String UnityEngine.Application::get_persistentDataPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_persistentDataPath_m82E34156D8BD0A55CAC258CDFE8317FAD6945F5B (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.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);
|
|
// System.String PathDefine::AppPersistentDataPathPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PathDefine_AppPersistentDataPathPath_m6B8F37E54C2D71708A394EEE635650B6ABB6C30B (const RuntimeMethod* method);
|
|
// System.String PathDefine::get_GetPlatformName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PathDefine_get_GetPlatformName_m936E3533AE2009833F2FF057AD866E4608929DA7 (const RuntimeMethod* method);
|
|
// System.String System.String::ToLower()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8 (String_t* __this, const RuntimeMethod* method);
|
|
// System.Collections.IEnumerator QRCodePicture::_QRCodeShare(System.String,System.String,System.String,LuaInterface.LuaFunction,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* QRCodePicture__QRCodeShare_m6DCDB8CDF243976D6BD5715613066C61DD8894AF (String_t* ___url0, String_t* ___nick1, String_t* ___uid2, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback3, bool ___noRefresh4, 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 QRCodePicture/<_QRCodeShare>d__1::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C_QRCodeShareU3Ed__1__ctor_m269FEEEAF79AFA626C82AF7A3D619B86E50E2E67 (U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
|
|
// System.Void QRCodePicture/<>c__DisplayClass2_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0__ctor_mF5542E6A43004D7A40A8DCA0CB8609B372ABA360 (U3CU3Ec__DisplayClass2_0_t5438D3D0CC378CD40C4DFAC130AB00D468749625 * __this, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.OnRequestFinishedDelegate::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnRequestFinishedDelegate__ctor_mC86980187802AFD1C8F1936CBFA0DDE16AAD406B (OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// BestHTTP.HTTPRequest BestHTTP.HTTPManager::SendRequest(System.String,BestHTTP.OnRequestFinishedDelegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * HTTPManager_SendRequest_m2A4645532D098ED08BB2B0E5BBB54E9BCA18E8B2 (String_t* ___url0, OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * ___callback1, const RuntimeMethod* method);
|
|
// UnityEngine.TextureFormat UnityEngine.Texture2D::get_format()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture2D_get_format_mF0EE5CEB9F84280D4E722B71546BBBA577101E9F (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Texture2D::.ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D__ctor_m22561E039BC96019757E6B2427BE09734AE2C44A (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * __this, int32_t ___width0, int32_t ___height1, int32_t ___textureFormat2, bool ___mipChain3, const RuntimeMethod* method);
|
|
// UnityEngine.Color UnityEngine.Texture2D::GetPixelBilinear(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Texture2D_GetPixelBilinear_m3E0E9A22A0989E99A7295BC6FE6999728F290A78 (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * __this, float ___u0, float ___v1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Texture2D::SetPixel(System.Int32,System.Int32,UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_SetPixel_m8BE87C152447B812D06CB894B3570269CC2DE7C3 (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * __this, int32_t ___x0, int32_t ___y1, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___color2, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Texture2D::Apply()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_Apply_m0F3B4A4B1B89E44E2AF60ABDEFAA18D93735B5CA (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * __this, const RuntimeMethod* method);
|
|
// System.Void ZXing.MultiFormatWriter::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiFormatWriter__ctor_mA9D032C8FCCF1E37D5DAD0B3BA2C8E146C48B9D7 (MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<ZXing.EncodeHintType,System.Object>::.ctor()
|
|
inline void Dictionary_2__ctor_m24D56BD9837194E2274CC35D6EBE8DF8E3D9C607 (Dictionary_2_t40CE861C1774140086DFBD4975837A6B614498DA * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t40CE861C1774140086DFBD4975837A6B614498DA *, const RuntimeMethod*))Dictionary_2__ctor_mFEABD1682BE5E2DDC6D1062EDBA15F7E52FB09BB_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<ZXing.EncodeHintType,System.Object>::Add(!0,!1)
|
|
inline void Dictionary_2_Add_mC5DE26C9FBE1A177016533B06C6D448BC5DE01F3 (Dictionary_2_t40CE861C1774140086DFBD4975837A6B614498DA * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t40CE861C1774140086DFBD4975837A6B614498DA *, int32_t, RuntimeObject *, const RuntimeMethod*))Dictionary_2_Add_m2E0E17FC20148A4F995F8AE64853AB0BDF38470F_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// ZXing.Common.BitMatrix ZXing.MultiFormatWriter::encode(System.String,ZXing.BarcodeFormat,System.Int32,System.Int32,System.Collections.Generic.IDictionary`2<ZXing.EncodeHintType,System.Object>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitMatrix_t603A558C22BA7CDB3D44CC07B52DC93F6DC024EA * MultiFormatWriter_encode_mF88431DD0693837F7F7AB45CDF0BECAA32070EB0 (MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933 * __this, String_t* ___contents0, int32_t ___format1, int32_t ___width2, int32_t ___height3, RuntimeObject* ___hints4, const RuntimeMethod* method);
|
|
// System.Boolean ZXing.Common.BitMatrix::get_Item(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitMatrix_get_Item_m25BAA2367A6CF93CA9B84146E588DB9127A88F59 (BitMatrix_t603A558C22BA7CDB3D44CC07B52DC93F6DC024EA * __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method);
|
|
// UnityEngine.Color UnityEngine.Color::get_white()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905 (const RuntimeMethod* method);
|
|
// UnityEngine.Color UnityEngine.Texture2D::GetPixel(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Texture2D_GetPixel_m71EA79FE268858ECD782327F8854EF2C2B16B2CD (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method);
|
|
// System.Byte[] UnityEngine.ImageConversion::EncodeToJPG(UnityEngine.Texture2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ImageConversion_EncodeToJPG_mDE6C67AACCC7BAD006D0A852093F881D11F9C8DF (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___tex0, const RuntimeMethod* method);
|
|
// System.String System.IO.Path::Combine(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311 (String_t* ___path10, String_t* ___path21, 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.Int32 System.Math::Max(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
|
|
// System.Int32 System.Math::Min(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
|
|
// UnityEngine.Texture2D QRCodePicture::ScaleTexture(UnityEngine.Texture2D,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * QRCodePicture_ScaleTexture_m5180103BC9755203E1D01AD6CA278742C885881C (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___source0, int32_t ___targetWidth1, int32_t ___targetHeight2, const RuntimeMethod* method);
|
|
// System.Byte[] UnityEngine.ImageConversion::EncodeToJPG(UnityEngine.Texture2D,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ImageConversion_EncodeToJPG_mE289598FD45B6658A645B2CE359C4E6FC97BF875 (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___tex0, int32_t ___quality1, 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[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___values0, const RuntimeMethod* method);
|
|
// System.Void ZXing.BarcodeWriter::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BarcodeWriter__ctor_mCAAFED915BBF81DF30ED04A69ADFEA7CFD55DEC4 (BarcodeWriter_tF7DB63887314B9D22185D8B6932941B1FE9D9428 * __this, const RuntimeMethod* method);
|
|
// System.Void ZXing.BarcodeWriterGeneric`1<UnityEngine.Color32[]>::set_Format(ZXing.BarcodeFormat)
|
|
inline void BarcodeWriterGeneric_1_set_Format_mC0F413892AF9EBACDFF7EB51611AD9DFC1CB5F7B_inline (BarcodeWriterGeneric_1_t5DFA8C018247B1E6B785CEEC8CCAFE084A0BD7D3 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BarcodeWriterGeneric_1_t5DFA8C018247B1E6B785CEEC8CCAFE084A0BD7D3 *, int32_t, const RuntimeMethod*))BarcodeWriterGeneric_1_set_Format_m777A1D82396BE5D0213BFC3D9108F9B4B49FF13F_gshared_inline)(__this, ___value0, method);
|
|
}
|
|
// System.Void ZXing.QrCode.QrCodeEncodingOptions::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QrCodeEncodingOptions__ctor_mE8731D2845C5D63473AF6550626214C94F2FAD95 (QrCodeEncodingOptions_t8B4ACCFC41C5D11D793E8110884514085F598517 * __this, const RuntimeMethod* method);
|
|
// System.Void ZXing.Common.EncodingOptions::set_Height(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncodingOptions_set_Height_mC8CC4F4FDA58545BCAC71EEFC138FECF03A5388D (EncodingOptions_t750D4B405BAB1C5515EAC6C7E0FC66C6A4DC547B * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void ZXing.Common.EncodingOptions::set_Width(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncodingOptions_set_Width_m529729A13C739D7E4A4AC8A238A4179030ABFC68 (EncodingOptions_t750D4B405BAB1C5515EAC6C7E0FC66C6A4DC547B * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void ZXing.BarcodeWriterGeneric`1<UnityEngine.Color32[]>::set_Options(ZXing.Common.EncodingOptions)
|
|
inline void BarcodeWriterGeneric_1_set_Options_m34C3450578BE1E045248E9BB0162205E35DA6ED5_inline (BarcodeWriterGeneric_1_t5DFA8C018247B1E6B785CEEC8CCAFE084A0BD7D3 * __this, EncodingOptions_t750D4B405BAB1C5515EAC6C7E0FC66C6A4DC547B * ___value0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BarcodeWriterGeneric_1_t5DFA8C018247B1E6B785CEEC8CCAFE084A0BD7D3 *, EncodingOptions_t750D4B405BAB1C5515EAC6C7E0FC66C6A4DC547B *, const RuntimeMethod*))BarcodeWriterGeneric_1_set_Options_m97B1F49892EEA600BEFA02AF045F9840208B96BB_gshared_inline)(__this, ___value0, method);
|
|
}
|
|
// !0 ZXing.BarcodeWriterGeneric`1<UnityEngine.Color32[]>::Write(System.String)
|
|
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* BarcodeWriterGeneric_1_Write_m91FF1D95B37E4F1A6FDF6837EB2016A06F31019E (BarcodeWriterGeneric_1_t5DFA8C018247B1E6B785CEEC8CCAFE084A0BD7D3 * __this, String_t* ___contents0, const RuntimeMethod* method)
|
|
{
|
|
return (( Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* (*) (BarcodeWriterGeneric_1_t5DFA8C018247B1E6B785CEEC8CCAFE084A0BD7D3 *, String_t*, const RuntimeMethod*))BarcodeWriterGeneric_1_Write_mDE0DA14EBDB30F8158A71AF2EF60548D9DEA1D9E_gshared)(__this, ___contents0, 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 UnityEngine.Texture2D::.ctor(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D__ctor_m0C86A87871AA8075791EF98499D34DA95ACB0E35 (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * __this, int32_t ___width0, int32_t ___height1, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.ImageConversion::LoadImage(UnityEngine.Texture2D,System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ImageConversion_LoadImage_m94295492E96C38984406A23CC2A3931758ECE86B (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___tex0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data1, 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.String System.String::Concat(System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method);
|
|
// System.String System.Convert::ToBase64String(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inArray0, 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 QRCodePicture::downloadPicture(System.String,System.String,System.String,LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QRCodePicture_downloadPicture_m810A62E89F18C76A23CE3FFC88F2EF908FDEF465 (String_t* ___picture0, String_t* ___thumbImage1, String_t* ___url2, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback3, 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.Int32 QRCodePictureWrap::Take(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QRCodePictureWrap_Take_m6BC33D7759B2ED1ACA3053402DB72FD808DAC972 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 QRCodePictureWrap::GenerateQRcode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QRCodePictureWrap_GenerateQRcode_m0F481705F15A672DB20245CB417D1FA4F2D10E0C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 QRCodePictureWrap::CombanitePicture(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QRCodePictureWrap_CombanitePicture_m92786056DA2517927F3231963BCC73DEAC9163EE (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);
|
|
// 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 QRCodePicture::Take(System.String,System.String,System.String,LuaInterface.LuaFunction,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QRCodePicture_Take_m551A3E1B0A60A03C25C017C4C47DB96FEA653A1D (String_t* ___url0, String_t* ___nick1, String_t* ___uid2, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback3, bool ___noRefresh4, 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);
|
|
// UnityEngine.Texture2D QRCodePicture::GenerateQRcode(System.String,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * QRCodePicture_GenerateQRcode_mBD0B42C7E3B334B9E154D6E938F7B2F3A5B85F67 (String_t* ___str0, int32_t ___width1, int32_t ___height2, 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 QRCodePicture::CombanitePicture(UnityEngine.Texture2D,UnityEngine.Texture2D,System.Int32,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QRCodePicture_CombanitePicture_m15DE4662A0817B99F44A936B942CA39946427A8E (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___tex10, Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___tex21, int32_t ___posx2, int32_t ___posy3, String_t* ___filename4, const RuntimeMethod* method);
|
|
// System.Security.Cryptography.RSACryptoServiceProvider RSAHelper::CreateFromBase64PublicKey(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * RSAHelper_CreateFromBase64PublicKey_m550DD9DA5D78EC456927BF51060FA1EED6B2C867 (String_t* ___base64PublicKey0, const RuntimeMethod* method);
|
|
// System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::Encrypt(System.Byte[],System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* RSACryptoServiceProvider_Encrypt_mAD027B5D8DED8B0D373BC367EBF6961A2FF0F9C7 (RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgb0, bool ___fOAEP1, 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.Byte[] System.Convert::FromBase64String(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156 (String_t* ___s0, const RuntimeMethod* method);
|
|
// System.Void System.Exception::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Int32 RSAHelper::ReadLength(System.Byte[],System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RSAHelper_ReadLength_mA95C839B9574CA5F6F8B0E9ADD528B05401B3BB7 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, int32_t* ___offset1, const RuntimeMethod* method);
|
|
// System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method);
|
|
// System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_m9249D579A83FC34306B6B1A53B677FC0C1DD21E1 (RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * __this, const RuntimeMethod* method);
|
|
// System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::Decrypt(System.Byte[],System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* RSACryptoServiceProvider_Decrypt_mA7FF4E2C1C90593EDA188D11B6796FC6A82649FB (RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgb0, bool ___fOAEP1, const RuntimeMethod* method);
|
|
// System.Int32 RSAHelperWrap::Encrypt(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RSAHelperWrap_Encrypt_mA88055010D7C16DE5263321DCC4FA33B5D2EF791 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 RSAHelperWrap::Decrypt(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RSAHelperWrap_Decrypt_mBAC75C4938FFB9A4B7573F7AEACEF59752C156B9 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.String RSAHelper::Encrypt(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSAHelper_Encrypt_m8FD5D2F8B6BFB3B428B7FC8BA820E1C0E8DEEE8C (String_t* ___plainText0, const RuntimeMethod* method);
|
|
// System.String RSAHelper::Decrypt(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSAHelper_Decrypt_mD2DDEC0522F15D5A8D876E2B5E6A857FD13D19A2 (String_t* ___cipherText0, const RuntimeMethod* method);
|
|
// System.Void SDKCallBack::set_Instance(SDKCallBack)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SDKCallBack_set_Instance_m12544503F02668FC53CA1CAD9B9048D3FFE09C5C_inline (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * ___value0, const RuntimeMethod* method);
|
|
// System.Action SDKCallBack::get_ShareCallback()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * SDKCallBack_get_ShareCallback_mD0B0A6149244D3A617FC69C029C0AE6292965399_inline (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __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.Void SDKCallBack::WXApplyToken(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SDKCallBack_WXApplyToken_mE5A6363449F91877D3BFB15F932FCDCAC884BB31 (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, String_t* ___code0, const RuntimeMethod* method);
|
|
// System.String WXData::get_AccessToken()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* WXData_get_AccessToken_m1D9D9484435D7DB985E996772FB85595E5BC5EC4_inline (const RuntimeMethod* method);
|
|
// System.String WXData::get_OpenID()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* WXData_get_OpenID_mD893A234F01447EB6154CC8EC14C33DB85D2E384_inline (const RuntimeMethod* method);
|
|
// System.Void SDKCallBack::WXCheckToken()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SDKCallBack_WXCheckToken_m5771BA32723DF19A188C7746661F6F099EA5B98A (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, const RuntimeMethod* method);
|
|
// System.Action`2<System.Int32,System.String> SDKCallBack::get_AuthCallback()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * SDKCallBack_get_AuthCallback_mD01F34311D9ECBCA1920659A10FC3EE888452C7F_inline (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Action`2<System.Int32,System.String>::Invoke(!0,!1)
|
|
inline void Action_2_Invoke_mC215CA1421B7DF8C0023F107CA72045332A79489 (Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * __this, int32_t ___arg10, String_t* ___arg21, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 *, int32_t, String_t*, const RuntimeMethod*))Action_2_Invoke_m8C87606D1DEC8A89FB53D1ADF8768A7403DD6202_gshared)(__this, ___arg10, ___arg21, method);
|
|
}
|
|
// System.String WXData::GetApplyTokenURL(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WXData_GetApplyTokenURL_mBFEC0AD6D9FD433F78E48F2514B8557D4B154EDE (String_t* ___code0, const RuntimeMethod* method);
|
|
// System.Void BestHTTP.HTTPRequest::set_EnableTimoutForStreaming(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_EnableTimoutForStreaming_mB0ABA04A7C7237B6AC690892E2C3394BB67EA13D_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.String WXData::GetCheckTokenURL()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WXData_GetCheckTokenURL_m5C2D16545A0B5A7145B68C173208900F509B5576 (const RuntimeMethod* method);
|
|
// System.String WXData::GetRefreshTokenURL()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WXData_GetRefreshTokenURL_mDCE332EDAAB22E8F3B11A01EFF395B6349A9F951 (const RuntimeMethod* method);
|
|
// System.String WXData::GetUserInfoURL()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WXData_GetUserInfoURL_m98A34CE5B6AF60204A7C225CFF68375EB8EF7090 (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.String BestHTTP.HTTPResponse::get_DataAsText()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_DataAsText_mCA456F8CB06A666541F45464E64F22A747EC5B2B (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method);
|
|
// System.Object MiniJSON.Json::Deserialize(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Json_Deserialize_m049789DF799472E3BCA2E853378682D503042DA5 (String_t* ___json0, const RuntimeMethod* method);
|
|
// System.Void WXData::set_RefreshToken(System.String)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void WXData_set_RefreshToken_m8ADABCD0B1FD217F176E8C32EE1F5367A62C15E0_inline (String_t* ___value0, const RuntimeMethod* method);
|
|
// System.String WXData::get_RefreshToken()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* WXData_get_RefreshToken_m30C0DC9C22217344E1E37460614674D94BD35C88_inline (const RuntimeMethod* method);
|
|
// System.Void WXData::set_AccessToken(System.String)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void WXData_set_AccessToken_m9067024E21D7F42BF3333A214A7716FE368D8E7A_inline (String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void WXData::set_OpenID(System.String)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void WXData_set_OpenID_m8F29B7B5F0675B6884A19969BC34E310766CDA69_inline (String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Exception BestHTTP.HTTPRequest::get_Exception()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Exception_t * HTTPRequest_get_Exception_mFC2068FA4BCB8AAF7EB804A76FD5AC369A82BF4B_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method);
|
|
// System.Void SDKCallBack::WXGetUserInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SDKCallBack_WXGetUserInfo_m77D3CDE12457DBB966E44FA18C892D2D5A595D2C (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, const RuntimeMethod* method);
|
|
// System.Void SDKCallBack::WXRefreshToken()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SDKCallBack_WXRefreshToken_m370A3827973590F46A73520AFD0818A80DF74409 (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method);
|
|
// System.Void Debugger::LogError(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debugger_LogError_mE7A3D9872C69EA120299EFCBDF270821D8F7740A (RuntimeObject * ___str0, 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 LuaInterface.LuaState_<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m9AB0384488CF86CEA9A1AD5586B62415EA686054 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CU3Ec__cctor_m9AB0384488CF86CEA9A1AD5586B62415EA686054_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_tF30569C7568016374E38A4E928532665ED5B3634 * L_0 = (U3CU3Ec_tF30569C7568016374E38A4E928532665ED5B3634 *)il2cpp_codegen_object_new(U3CU3Ec_tF30569C7568016374E38A4E928532665ED5B3634_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__ctor_m968B8BC0E3357F3BDD66BF3267708322829B9EBB(L_0, /*hidden argument*/NULL);
|
|
((U3CU3Ec_tF30569C7568016374E38A4E928532665ED5B3634_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF30569C7568016374E38A4E928532665ED5B3634_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaState_<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m968B8BC0E3357F3BDD66BF3267708322829B9EBB (U3CU3Ec_tF30569C7568016374E38A4E928532665ED5B3634 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaState_<>c::<.ctor>b__72_0()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_ctorU3Eb__72_0_mB884DD14D995A131F0CB70E834168E3D924DDC6E (U3CU3Ec_tF30569C7568016374E38A4E928532665ED5B3634 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Action OnDestroy = delegate { };
|
|
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 LuaInterface.LuaStatePtr::LuaUpValueIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaUpValueIndex_m3D668FFF2CF87A853562CB211B4B3AD794B319AD (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___i0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaUpValueIndex_m3D668FFF2CF87A853562CB211B4B3AD794B319AD_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));
|
|
}
|
|
}
|
|
// System.IntPtr LuaInterface.LuaStatePtr::LuaNewState()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaStatePtr_LuaNewState_m06D002BDC3C5FAC5779404E18BD4DD05AC9C4977 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaNewState_m06D002BDC3C5FAC5779404E18BD4DD05AC9C4977_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.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.LuaStatePtr::LuaOpenJit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaOpenJit_m903F78C24F7CCDF098A631CB8496DD1DBD7377AF (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaClose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaClose_m2CF0FEB606FCE11EBF2E0D838E9B753FC0E80BD1 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaClose_m2CF0FEB606FCE11EBF2E0D838E9B753FC0E80BD1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_close(L);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_close_mF5CD633AECDD465F35C5AB6A4832D864A9DD1DFF((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// L = IntPtr.Zero;
|
|
__this->set_L_0((intptr_t)(0));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.IntPtr LuaInterface.LuaStatePtr::LuaNewThread()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaStatePtr_LuaNewThread_m851A24C9F74C696339E371C87D4FC73942258285 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaNewThread_m851A24C9F74C696339E371C87D4FC73942258285_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_newthread(L);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
intptr_t L_1 = LuaDLL_lua_newthread_mB66368B9F4CBC2769FCD28C7F447CABDBD327110((intptr_t)L_0, /*hidden argument*/NULL);
|
|
return (intptr_t)L_1;
|
|
}
|
|
}
|
|
// System.IntPtr LuaInterface.LuaStatePtr::LuaAtPanic(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaStatePtr_LuaAtPanic_m4286B580399904C46CAA5E913FD2E0E6A24CBC20 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, intptr_t ___panic0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaAtPanic_m4286B580399904C46CAA5E913FD2E0E6A24CBC20_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_atpanic(L, panic);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
intptr_t L_1 = ___panic0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
intptr_t L_2 = LuaDLL_lua_atpanic_m5C8BC59E08BD1C7BB3C9AC234156B0944228C502((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL);
|
|
return (intptr_t)L_2;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaGetTop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaGetTop_m2317E7B1B18275AB559943BC22E4BBEED73387AC (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaGetTop_m2317E7B1B18275AB559943BC22E4BBEED73387AC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_settop(L, newTop);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___newTop0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_settop_m4BCB928D2559342AADC033F7EDFF34193E5FE76E((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaPushValue(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaPushValue_m520901E917A643C438B9641D9DAE4E22E2EC7018 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaPushValue_m520901E917A643C438B9641D9DAE4E22E2EC7018_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushvalue(L, idx);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushvalue_m713DDDB9414ED15F1F823B50C1B5C58E56A82498((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaRemove(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaRemove_m6EE8EB180B86779B65A5739AF38B5EEF029B0F46 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaRemove_m6EE8EB180B86779B65A5739AF38B5EEF029B0F46_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_remove(L, index);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___index0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_remove_m9D06C82486F5BC8E9DF3508049F41BE6EAF80A9B((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaInsert(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaInsert_mA1FD31758B0982412EEE13F2CDE3C2FA7B9D185F (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaInsert_mA1FD31758B0982412EEE13F2CDE3C2FA7B9D185F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_insert(L, idx);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_insert_mEE1350801348D90FAD1E7B373007902676D67B73((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaReplace(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaReplace_m40D6DA0DA03FE65FE196B320E47CD2584459CC56 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaReplace_m40D6DA0DA03FE65FE196B320E47CD2584459CC56_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_replace(L, idx);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_replace_mB4C0854452882148F951FD29EF0D7B047F0E7783((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaStatePtr::LuaCheckStack(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_LuaCheckStack_m01FE4003F883FFAB0573CE4DCAEDBC2F5DEBA9D9 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___args0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaCheckStack_m01FE4003F883FFAB0573CE4DCAEDBC2F5DEBA9D9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_checkstack(L, args) != 0;
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___args0;
|
|
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);
|
|
return (bool)((!(((uint32_t)L_2) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaXMove(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaXMove_m7E18F922D7DAC8BC0CB194092BC550D5DBAE6F2D (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, intptr_t ___to0, int32_t ___n1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaXMove_m7E18F922D7DAC8BC0CB194092BC550D5DBAE6F2D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_xmove(L, to, n);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
intptr_t L_1 = ___to0;
|
|
int32_t L_2 = ___n1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_xmove_m61178239AA5B2D0FAFA08FF5F6BF96261C3965EE((intptr_t)L_0, (intptr_t)L_1, L_2, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaStatePtr::LuaIsNumber(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_LuaIsNumber_m3E5C956E1562976C4E023271D54F4D2EA7529225 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaIsNumber_m3E5C956E1562976C4E023271D54F4D2EA7529225_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_isnumber(L, idx) != 0;
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_isnumber_m49B50713D6DCC76300612F998C86C4C3B4B1E8BA((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return (bool)((!(((uint32_t)L_2) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaStatePtr::LuaIsString(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_LuaIsString_mC585569A3E1926A4DF7FF97CF591AAA71CC75278 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaIsString_mC585569A3E1926A4DF7FF97CF591AAA71CC75278_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_isstring(L, index) != 0;
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___index0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_isstring_mBC0D3F1D126DF86A31B9C46FA8CFADC4A9CE5F9F((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return (bool)((!(((uint32_t)L_2) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaStatePtr::LuaIsCFunction(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_LuaIsCFunction_m4B0561BCB92CB685B915D6300B910D914D958F3F (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaIsCFunction_m4B0561BCB92CB685B915D6300B910D914D958F3F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_iscfunction(L, index) != 0;
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___index0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_iscfunction_m25E2424EBFBB9863F7DCB9D8345CBBCB1231113D((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return (bool)((!(((uint32_t)L_2) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaStatePtr::LuaIsUserData(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_LuaIsUserData_m0655B1F159C17E5B357AFF05E648A13827E0E8B8 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaIsUserData_m0655B1F159C17E5B357AFF05E648A13827E0E8B8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_isuserdata(L, index) != 0;
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___index0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_isuserdata_mC15D081AD9DF2D3AC698A1EAC0E4D87F87B5BCA5((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return (bool)((!(((uint32_t)L_2) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaStatePtr::LuaIsNil(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_LuaIsNil_mAECE673ACF13553A020C2BDF277CBFB71CEA64FB (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___n0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaIsNil_mAECE673ACF13553A020C2BDF277CBFB71CEA64FB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_isnil(L, n);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___n0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_2 = LuaDLL_lua_isnil_mB1EFB39078F9432C638D9EFD5DD4B03BF9DA8FAB((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// LuaInterface.LuaTypes LuaInterface.LuaStatePtr::LuaType(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaType_m99123D4725022095F4F73B4F9078BA2C684236B5 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaType_m99123D4725022095F4F73B4F9078BA2C684236B5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_type(L, index);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___index0;
|
|
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 L_2;
|
|
}
|
|
}
|
|
// System.String LuaInterface.LuaStatePtr::LuaTypeName(LuaInterface.LuaTypes)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaStatePtr_LuaTypeName_m749A0F059942D1AE3EDF149F11D7C59816291A72 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___type0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaTypeName_m749A0F059942D1AE3EDF149F11D7C59816291A72_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_typename(L, type);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___type0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_2 = LuaDLL_lua_typename_mE170362A517924064737ADD82F4974550BD37C41((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String LuaInterface.LuaStatePtr::LuaTypeName(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaStatePtr_LuaTypeName_mF957CF63BE69B702F4A07B0B12B509C1C5320F47 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaTypeName_mF957CF63BE69B702F4A07B0B12B509C1C5320F47_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.luaL_typename(L, idx);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_2 = LuaDLL_luaL_typename_m4F544C2D4E3AF60FC1D3C00E04F4F59BEBD8153F((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaStatePtr::LuaEqual(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_LuaEqual_m60C028D9EEDB6FAA775493ABD6928167CC5A911E (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx10, int32_t ___idx21, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaEqual_m60C028D9EEDB6FAA775493ABD6928167CC5A911E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_equal(L, idx1, idx2) != 0;
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx10;
|
|
int32_t L_2 = ___idx21;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = LuaDLL_lua_equal_mE79BF04AFCF76F308985BE7B5F73D97184A1417A((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
return (bool)((!(((uint32_t)L_3) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaStatePtr::LuaRawEqual(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_LuaRawEqual_mD2C9A60DD67015B5D1B3DAE348CEB17318EF355A (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx10, int32_t ___idx21, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaRawEqual_mD2C9A60DD67015B5D1B3DAE348CEB17318EF355A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_rawequal(L, idx1, idx2) != 0;
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx10;
|
|
int32_t L_2 = ___idx21;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = LuaDLL_lua_rawequal_mD68803BAAEAD9348B4DE93F67B1DC5CD21874C76((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
return (bool)((!(((uint32_t)L_3) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaStatePtr::LuaLessThan(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_LuaLessThan_m4AACC14DB4DDEBABAC3FAA40FBF76D2FCF907E2D (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx10, int32_t ___idx21, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaLessThan_m4AACC14DB4DDEBABAC3FAA40FBF76D2FCF907E2D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_lessthan(L, idx1, idx2) != 0;
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx10;
|
|
int32_t L_2 = ___idx21;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = LuaDLL_lua_lessthan_mD14ED2F3581CCA0DA3C19D384109B6A437A86A1F((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
return (bool)((!(((uint32_t)L_3) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Double LuaInterface.LuaStatePtr::LuaToNumber(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double LuaStatePtr_LuaToNumber_mF48982FAFDF666091601933EF76C7CE06C782F73 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaToNumber_mF48982FAFDF666091601933EF76C7CE06C782F73_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_tonumber(L, idx);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx0;
|
|
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);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaToInteger(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaToInteger_mD6E3D4DED3CD615FFAA78B456B6D5043C44CE38F (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaToInteger_mD6E3D4DED3CD615FFAA78B456B6D5043C44CE38F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_tointeger(L, idx);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_tointeger_mA4E5895FEA4DCF2C7492DE8B9D01EC2E87B972AB((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaStatePtr::LuaToBoolean(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_LuaToBoolean_m2F7B8900F5489AB29CFE6DF65D6B7C9D7A7945B8 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaToBoolean_m2F7B8900F5489AB29CFE6DF65D6B7C9D7A7945B8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_toboolean(L, idx);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_2 = LuaDLL_lua_toboolean_mD1040BE41EBA160232137C0852698D2900B29872((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String LuaInterface.LuaStatePtr::LuaToString(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaStatePtr_LuaToString_mA5D0802A0FBB010479E2C436480E6A6D660C4A86 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaToString_mA5D0802A0FBB010479E2C436480E6A6D660C4A86_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_tostring(L, index);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___index0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_2 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.IntPtr LuaInterface.LuaStatePtr::LuaToLString(System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaStatePtr_LuaToLString_mDE2D479AEC2B369398E6DC29A71CDEFC9DC41670 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___index0, int32_t* ___len1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaToLString_mDE2D479AEC2B369398E6DC29A71CDEFC9DC41670_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.tolua_tolstring(L, index, out len);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___index0;
|
|
int32_t* L_2 = ___len1;
|
|
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.IntPtr LuaInterface.LuaStatePtr::LuaToCFunction(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaStatePtr_LuaToCFunction_m3FB50910074AE867EC6C81E760D74500618A0A71 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaToCFunction_m3FB50910074AE867EC6C81E760D74500618A0A71_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_tocfunction(L, idx);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
intptr_t L_2 = LuaDLL_lua_tocfunction_m4343363E5A6C74399AA43E30724DCFF1AB0CA1D9((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return (intptr_t)L_2;
|
|
}
|
|
}
|
|
// System.IntPtr LuaInterface.LuaStatePtr::LuaToUserData(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaStatePtr_LuaToUserData_m60E1D0253481AFD349B683BFEF6F9BF9560791BB (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaToUserData_m60E1D0253481AFD349B683BFEF6F9BF9560791BB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_touserdata(L, idx);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx0;
|
|
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);
|
|
return (intptr_t)L_2;
|
|
}
|
|
}
|
|
// System.IntPtr LuaInterface.LuaStatePtr::LuaToThread(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaStatePtr_LuaToThread_m7949D2B2166E6EE334D685C849D8DEE786C8F00A (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaToThread_m7949D2B2166E6EE334D685C849D8DEE786C8F00A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_tothread(L, idx);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
intptr_t L_2 = LuaDLL_lua_tothread_m64D33F479C91F325F9CB92C70B62E81CD022F7D2((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return (intptr_t)L_2;
|
|
}
|
|
}
|
|
// System.IntPtr LuaInterface.LuaStatePtr::LuaToPointer(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaStatePtr_LuaToPointer_mB9DFDA0D217AB9594B6E67A42CF626F82D5CABD0 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaToPointer_mB9DFDA0D217AB9594B6E67A42CF626F82D5CABD0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_topointer(L, idx);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
intptr_t L_2 = LuaDLL_lua_topointer_mC65A2E2BFD02CE1C0A22D5AA1C2A16FE1729B243((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return (intptr_t)L_2;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaObjLen(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaObjLen_mDAFD26D2FBDB806DEA813DC5D56F64DC0DE5CC84 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaObjLen_mDAFD26D2FBDB806DEA813DC5D56F64DC0DE5CC84_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.tolua_objlen(L, index);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___index0;
|
|
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;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaPushNil()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaPushNil_m40DD34128B431509C67A97103E8910F8ECB44C88 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaPushNil_m40DD34128B431509C67A97103E8910F8ECB44C88_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaPushNumber(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaPushNumber_mEAD0FE279866E5E2DE23662B9DE4EFCA32528E59 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, double ___number0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaPushNumber_mEAD0FE279866E5E2DE23662B9DE4EFCA32528E59_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushnumber(L, number);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
double L_1 = ___number0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaPushInteger(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaPushInteger_m080264D81CA7A13C7C796640D5F986E6C8CD33A5 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___n0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaPushInteger_m080264D81CA7A13C7C796640D5F986E6C8CD33A5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushnumber(L, n);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___n0;
|
|
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.LuaStatePtr::LuaPushLString(System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaPushLString_m3E70CD128D21EC07704826C0AF42CF66D1367F5F (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___str0, int32_t ___size1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaPushLString_m3E70CD128D21EC07704826C0AF42CF66D1367F5F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushlstring(L, str, size);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___str0;
|
|
int32_t L_2 = ___size1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushlstring_mBE214E6ACD66964F1F96F5B509046737F485E1A6((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaPushString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaPushString_m46C208FCCE91F77FF907882470E5C6EAE1CE5B09 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, String_t* ___str0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaPushString_m46C208FCCE91F77FF907882470E5C6EAE1CE5B09_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushstring(L, str);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
String_t* L_1 = ___str0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaPushCClosure(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaPushCClosure_m5475E2891B5707E12816A158EEA76F09B0DE113E (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, intptr_t ___fn0, int32_t ___n1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaPushCClosure_m5475E2891B5707E12816A158EEA76F09B0DE113E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushcclosure(L, fn, n);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
intptr_t L_1 = ___fn0;
|
|
int32_t L_2 = ___n1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushcclosure_m0C1BD030A7E0212F231284F14B724FE13914BEAB((intptr_t)L_0, (intptr_t)L_1, L_2, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaPushBoolean(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaPushBoolean_m6438F6A38E41B71A9F5F0634DC967B88716CCB11 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaPushBoolean_m6438F6A38E41B71A9F5F0634DC967B88716CCB11_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));
|
|
{
|
|
// LuaDLL.lua_pushboolean(L, value ? 1 : 0);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
bool L_1 = ___value0;
|
|
G_B1_0 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_0;
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_000d;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
G_B3_0 = 1;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
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;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaPushLightUserData(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaPushLightUserData_m2DE5AF9CFBC3EE10BAB940E5A5196F1708AEE340 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, intptr_t ___udata0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaPushLightUserData_m2DE5AF9CFBC3EE10BAB940E5A5196F1708AEE340_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushlightuserdata(L, udata);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
intptr_t L_1 = ___udata0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushlightuserdata_m3B731064C79F76F9AE70C580CFCEB889E6D1B917((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaPushThread()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaPushThread_mECDDBA429B022D782DC3A9EF3856497A799BFE74 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaPushThread_mECDDBA429B022D782DC3A9EF3856497A799BFE74_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_pushthread(L);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_pushthread_mD713F98C1C074993841CDDC395D7A5D0EC01A7E6((intptr_t)L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaGetTable(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaGetTable_m9B829C35CDB66BAC20FB3BEA7F7D0E809BF0ADD3 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaGetTable_m9B829C35CDB66BAC20FB3BEA7F7D0E809BF0ADD3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_gettable(L, idx);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_gettable_m60AF7A3D549EDF8C7A6D1F10AF3968E9324F524C((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaGetField_m8C7442FD94C2BF9F81CEE7E38AC3AE5579E14647_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_getfield(L, index, key);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___index0;
|
|
String_t* L_2 = ___key1;
|
|
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.Void LuaInterface.LuaStatePtr::LuaRawGet(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaRawGet_m5B8F58AD8A78BA405F993F6CCEB54EC137112112 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaRawGet_m5B8F58AD8A78BA405F993F6CCEB54EC137112112_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_rawget(L, idx);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawget_mE0ABC6489297AADDE0A2893D0E840A8039DFCFB9((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaRawGetI_mDC27F64E1DDCB36B6AF0CE4121E857FCEA0759C3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, tableIndex, index);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___tableIndex0;
|
|
int32_t L_2 = ___index1;
|
|
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.LuaStatePtr::LuaCreateTable(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaCreateTable_mBA991E48FA9254F96CE0D4345EDFC664B2EFA661 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___narr0, int32_t ___nec1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaCreateTable_mBA991E48FA9254F96CE0D4345EDFC664B2EFA661_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_createtable(L, narr, nec);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___narr0;
|
|
int32_t L_2 = ___nec1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_createtable_m13EF26E077DA13A6055F63B5591E2C097AEE7E20((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.IntPtr LuaInterface.LuaStatePtr::LuaNewUserData(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaStatePtr_LuaNewUserData_m499A1555938713EADB93A4994A613363779DFC2E (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___size0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaNewUserData_m499A1555938713EADB93A4994A613363779DFC2E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.tolua_newuserdata(L, size);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___size0;
|
|
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;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaGetMetaTable(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaGetMetaTable_mEFC5E6D750D765D4A3941AB1701ACF25115CE36B (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaGetMetaTable_mEFC5E6D750D765D4A3941AB1701ACF25115CE36B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_getmetatable(L, idx);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_getmetatable_m565263A8D564FE91CC87C30A4900B7EB08B5E06C((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaGetEnv(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaGetEnv_m935E53E16C975E31C4B659376A3990193793A3D0 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaGetEnv_m935E53E16C975E31C4B659376A3990193793A3D0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_getfenv(L, idx);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_getfenv_mD190215589DAE800AE36F45479321F9A2855CB95((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaSetTable(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaSetTable_mE06B6DB1B528E21152FBBA19BE93B3A5CD76AC96 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaSetTable_mE06B6DB1B528E21152FBBA19BE93B3A5CD76AC96_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_settable(L, idx);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_settable_mE33B55B2A438CFCCB005DF06317CD3B83D538766((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaSetField_m73DA14643A3E58567397CAC4615BC4A8C800DB5A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_setfield(L, idx, key);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx0;
|
|
String_t* L_2 = ___key1;
|
|
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.LuaStatePtr::LuaRawSet(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaRawSet_m8A10110C7E36EEB16D82BEEBE0E4AEB05E76A40A (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaRawSet_m8A10110C7E36EEB16D82BEEBE0E4AEB05E76A40A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_rawset(L, idx);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawset_mA943B18C491C241BD2724FE6DAA2EA850D73C4CA((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaRawSetI(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaRawSetI_m3BB665BB71100090D0C4BEB75D815C15084DD334 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___tableIndex0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaRawSetI_m3BB665BB71100090D0C4BEB75D815C15084DD334_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_rawseti(L, tableIndex, index);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___tableIndex0;
|
|
int32_t L_2 = ___index1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawseti_m2F5EFAD9BFFE727B8444D9C80D2A2692A376806C((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaSetMetaTable(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaSetMetaTable_m76F572A1CBA20A62B11ABDD1C307B716644BB29E (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___objIndex0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaSetMetaTable_m76F572A1CBA20A62B11ABDD1C307B716644BB29E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_setmetatable(L, objIndex);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___objIndex0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_setmetatable_mF4BE6B705892955D33CAE0CE13B1010AA9BBE253((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaSetEnv(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaSetEnv_mC0243E79F957A3EA40473496EB6951C97FF96778 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaSetEnv_mC0243E79F957A3EA40473496EB6951C97FF96778_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_setfenv(L, idx);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_setfenv_m17ED4E6A557097043BC25D8933A1472D42AAEC56((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaCall(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaCall_m4CE9719754E0284E5EB2816753DA8E1276E06694 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___nArgs0, int32_t ___nResults1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaCall_m4CE9719754E0284E5EB2816753DA8E1276E06694_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_call(L, nArgs, nResults);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___nArgs0;
|
|
int32_t L_2 = ___nResults1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_call_m8F720B560AEAC77B34BB0DC76F4242FB7E6789BD((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaPCall(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaPCall_mBA0AEA63B324ADA89ACA0301930BF7843936CF9B (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___nArgs0, int32_t ___nResults1, int32_t ___errfunc2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaPCall_mBA0AEA63B324ADA89ACA0301930BF7843936CF9B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_pcall(L, nArgs, nResults, errfunc);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___nArgs0;
|
|
int32_t L_2 = ___nResults1;
|
|
int32_t L_3 = ___errfunc2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_lua_pcall_m1B708F9BA6605F17B0F2395FA92920C2A3B342EB((intptr_t)L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaYield(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaYield_mB75690F2F5B938B0023DBB3440AA0ADCA69A119B (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___nresults0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaYield_mB75690F2F5B938B0023DBB3440AA0ADCA69A119B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_yield(L, nresults);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___nresults0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_yield_mB064E0B4897708BB38BEF35D8D8E2F86B58A6AEB((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaResume(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaResume_m79BC7E51E53A7956BD0396B2EA8342EDE972E300 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___narg0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaResume_m79BC7E51E53A7956BD0396B2EA8342EDE972E300_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_resume(L, narg);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___narg0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_resume_m07820DCBAA879C05FEBE04B429722EECAC4B115B((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaStatus()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaStatus_mB20DCC4C460E26053D5FDCD1A8CE572C4D74196A (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaStatus_mB20DCC4C460E26053D5FDCD1A8CE572C4D74196A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_status(L);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_status_mD67FDD0499659DFED81634E03F3A41DB925C0E5B((intptr_t)L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaGC(LuaInterface.LuaGCOptions,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaGC_mBC7037A5207CE4FA9D934D2F8B29757C417D4B72 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___what0, int32_t ___data1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaGC_mBC7037A5207CE4FA9D934D2F8B29757C417D4B72_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_gc(L, what, data);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___what0;
|
|
int32_t L_2 = ___data1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = LuaDLL_lua_gc_m79EC70C7D6E233ABD1B8D4B5CAF7CD6AC8E2060F((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaStatePtr::LuaNext(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_LuaNext_m887BA513B504E6063B443B410E64D3AB39E786D0 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaNext_m887BA513B504E6063B443B410E64D3AB39E786D0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_next(L, index) != 0;
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___index0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_next_mFA9B98BC38DCC9447672D54995BE27A80F31B1BA((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return (bool)((!(((uint32_t)L_2) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaConcat(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaConcat_mFB993256148272A984BA1D21E9F0F5936EDD812C (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___n0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaConcat_mFB993256148272A984BA1D21E9F0F5936EDD812C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_concat(L, n);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___n0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_concat_mEEA8699B85811C4AD2291AFBA408A763797EA183((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaPop_m6CC814869A69A9A3590E6026DA62D8CF1DA6CBA3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, amount);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___amount0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaNewTable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaNewTable_mF8910F54B87A8A84FD46495F293D4279C0798D62 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaNewTable_mF8910F54B87A8A84FD46495F293D4279C0798D62_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_createtable(L, 0 , 0);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
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.LuaStatePtr::LuaPushFunction(LuaInterface.LuaCSFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaPushFunction_mD7D2B35818681F71690B9A6EE95B9616D6973AC3 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___func0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaPushFunction_mD7D2B35818681F71690B9A6EE95B9616D6973AC3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// IntPtr fn = Marshal.GetFunctionPointerForDelegate(func);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_0 = ___func0;
|
|
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;
|
|
// LuaDLL.lua_pushcclosure(L, fn, 0);
|
|
intptr_t L_2 = __this->get_L_0();
|
|
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.LuaStatePtr::lua_isfunction(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_lua_isfunction_mB2AA4A1561A68FEAAD37BA79169638EAE923612B (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___n0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_lua_isfunction_mB2AA4A1561A68FEAAD37BA79169638EAE923612B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_type(L, n) == LuaTypes.LUA_TFUNCTION;
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___n0;
|
|
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.LuaStatePtr::lua_istable(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_lua_istable_m0CB7947371A3EA98A6CCE7F69BC1F3CD98A3FF7C (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___n0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_lua_istable_m0CB7947371A3EA98A6CCE7F69BC1F3CD98A3FF7C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_type(L, n) == LuaTypes.LUA_TTABLE;
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___n0;
|
|
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.LuaStatePtr::lua_islightuserdata(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_lua_islightuserdata_m9A2A8BC0FDA089FC00DD2329C3CCD362D33B99FF (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___n0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_lua_islightuserdata_m9A2A8BC0FDA089FC00DD2329C3CCD362D33B99FF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_type(L, n) == LuaTypes.LUA_TLIGHTUSERDATA;
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___n0;
|
|
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.LuaStatePtr::lua_isnil(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_lua_isnil_mD0310B61391E12BBFA74F43A3D5E7CA29B7BF7DB (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___n0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_lua_isnil_mD0310B61391E12BBFA74F43A3D5E7CA29B7BF7DB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_type(L, n) == LuaTypes.LUA_TNIL;
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___n0;
|
|
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.LuaStatePtr::lua_isboolean(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_lua_isboolean_m7D1380F7A261C031DDEA6E59BEA032FEEFAB35A6 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___n0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_lua_isboolean_m7D1380F7A261C031DDEA6E59BEA032FEEFAB35A6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// LuaTypes type = LuaDLL.lua_type(L, n);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___n0;
|
|
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_0016;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
return (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaStatePtr::lua_isthread(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_lua_isthread_m973088638C66B45F912F6F25DAB1039DCA37F99B (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___n0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_lua_isthread_m973088638C66B45F912F6F25DAB1039DCA37F99B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_type(L, n) == LuaTypes.LUA_TTHREAD;
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___n0;
|
|
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.LuaStatePtr::lua_isnone(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_lua_isnone_m4D41113B9E943E9CB31D7F07D3822AA68D1F9DF2 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___n0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_lua_isnone_m4D41113B9E943E9CB31D7F07D3822AA68D1F9DF2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_type(L, n) == LuaTypes.LUA_TNONE;
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___n0;
|
|
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.LuaStatePtr::lua_isnoneornil(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_lua_isnoneornil_mAA6E47CCBF64B77B0FD4B7EF46243541B60F151E (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___n0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_lua_isnoneornil_mAA6E47CCBF64B77B0FD4B7EF46243541B60F151E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_type(L, n) <= LuaTypes.LUA_TNIL;
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___n0;
|
|
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.LuaStatePtr::LuaRawGlobal(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaRawGlobal_m3F72E3CCF03717E8338E4CC445C68CC1E9117126 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaRawGlobal_m3F72E3CCF03717E8338E4CC445C68CC1E9117126_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushstring(L, name);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
String_t* L_1 = ___name0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_rawget(L, LuaIndexes.LUA_GLOBALSINDEX);
|
|
intptr_t L_2 = __this->get_L_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = ((LuaIndexes_tF348135B20344877D87814738804385680AC4A86_StaticFields*)il2cpp_codegen_static_fields_for(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var))->get_LUA_GLOBALSINDEX_2();
|
|
LuaDLL_lua_rawget_mE0ABC6489297AADDE0A2893D0E840A8039DFCFB9((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaSetGlobal(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaSetGlobal_m04BD4E43B1DD7E5940346675D2773998AF76F1F0 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaSetGlobal_m04BD4E43B1DD7E5940346675D2773998AF76F1F0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_setglobal(L, name);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
String_t* L_1 = ___name0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_setglobal_m11056E522FF3DED43DE36D76DCEFF14F02E7D9FE((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaGetGlobal(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaGetGlobal_m7ABC9446E710F4180A37E51810187CFD7818EB12 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaGetGlobal_m7ABC9446E710F4180A37E51810187CFD7818EB12_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_getglobal(L, name);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
String_t* L_1 = ___name0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_getglobal_m45BBC89C9AA2DAB6E3B83527FB5E4FFBACCB8850((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaOpenLibs()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaOpenLibs_m33FECC8E4FA22963B773D165D128AA1F25D6DB41 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaOpenLibs_m33FECC8E4FA22963B773D165D128AA1F25D6DB41_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.luaL_openlibs(L);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_openlibs_m10998B640762023E356C651280B3488C2B0F5B7F((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::AbsIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_AbsIndex_m2BC73BBF3694E7645DCFBF24FA2CE90393976AC4 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___i0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_AbsIndex_m2BC73BBF3694E7645DCFBF24FA2CE90393976AC4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (i > 0 || i <= LuaIndexes.LUA_REGISTRYINDEX) ? i : LuaDLL.lua_gettop(L) + i + 1;
|
|
int32_t L_0 = ___i0;
|
|
if ((((int32_t)L_0) > ((int32_t)0)))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___i0;
|
|
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_001c;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_3 = __this->get_L_0();
|
|
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 = ___i0;
|
|
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_001c:
|
|
{
|
|
int32_t L_6 = ___i0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaGetN(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaGetN_mF7B73AF4E8322F5CC96B47D480CD2D0ED03E4AE9 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___i0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaGetN_mF7B73AF4E8322F5CC96B47D480CD2D0ED03E4AE9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.luaL_getn(L, i);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___i0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_luaL_getn_m594D815D8001C646C4D9DA889F07B72C2B2D1FCB((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Double LuaInterface.LuaStatePtr::LuaCheckNumber(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double LuaStatePtr_LuaCheckNumber_mC860C0FB142A0B8D64B3C036F4EAA6659D4C9C43 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___stackPos0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaCheckNumber_mC860C0FB142A0B8D64B3C036F4EAA6659D4C9C43_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.luaL_checknumber(L, stackPos);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___stackPos0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_2 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaCheckInteger(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaCheckInteger_m9D624A441B8C85AA0A027223D0E7BD035E3DB656 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaCheckInteger_m9D624A441B8C85AA0A027223D0E7BD035E3DB656_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.luaL_checkinteger(L, idx);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_luaL_checkinteger_m9947DD26585D733AF7155DDFAAB7FCD4C57531B4((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaStatePtr::LuaCheckBoolean(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_LuaCheckBoolean_mFF636AEF505E3F01719E15BE18B7F7BBB6AE2211 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___stackPos0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaCheckBoolean_mFF636AEF505E3F01719E15BE18B7F7BBB6AE2211_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.luaL_checkboolean(L, stackPos);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___stackPos0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_2 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String LuaInterface.LuaStatePtr::LuaCheckLString(System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaStatePtr_LuaCheckLString_m04F20C514EB7C1B2870FF7D718E1E2E9C93BB601 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___numArg0, int32_t* ___len1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaCheckLString_m04F20C514EB7C1B2870FF7D718E1E2E9C93BB601_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.luaL_checklstring(L, numArg, out len);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___numArg0;
|
|
int32_t* L_2 = ___len1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = LuaDLL_luaL_checklstring_mC45D5CA85AA1B6D674FE50D726935D7247FE1467((intptr_t)L_0, L_1, (int32_t*)L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaLoadBuffer(System.Byte[],System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaLoadBuffer_mB2BDB3F58E616805E3A65CB2D837ED315103BE96 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buff0, int32_t ___size1, String_t* ___name2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaLoadBuffer_mB2BDB3F58E616805E3A65CB2D837ED315103BE96_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.luaL_loadbuffer(L, buff, size, name);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buff0;
|
|
int32_t L_2 = ___size1;
|
|
String_t* L_3 = ___name2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_luaL_loadbuffer_mACDD259C6B59B722CE8896F7ABB89B9E817246B4((intptr_t)L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.IntPtr LuaInterface.LuaStatePtr::LuaFindTable(System.Int32,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t LuaStatePtr_LuaFindTable_m5525E64A94377C79D2F9C6B811B9634036657444 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, String_t* ___fname1, int32_t ___szhint2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaFindTable_m5525E64A94377C79D2F9C6B811B9634036657444_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.luaL_findtable(L, idx, fname, szhint);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___idx0;
|
|
String_t* L_2 = ___fname1;
|
|
int32_t L_3 = ___szhint2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
intptr_t L_4 = LuaDLL_luaL_findtable_mCE690174FA2C874DF17DDA8F7639B924E6A7E086((intptr_t)L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
return (intptr_t)L_4;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaTypeError(System.Int32,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaTypeError_m43EAA483D0F6764C08C36CAB9DF941F571C718E8 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___stackPos0, String_t* ___tname1, String_t* ___t22, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaTypeError_m43EAA483D0F6764C08C36CAB9DF941F571C718E8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.luaL_typerror(L, stackPos, tname, t2);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___stackPos0;
|
|
String_t* L_2 = ___tname1;
|
|
String_t* L_3 = ___t22;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaDoString_m19745A6304E943393DBE78E3E53654B608F0EDFD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
{
|
|
// byte[] buffer = Encoding.UTF8.GetBytes(chunk);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
|
|
String_t* L_1 = ___chunk0;
|
|
NullCheck(L_0);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_0, L_1);
|
|
V_0 = L_2;
|
|
// int status = LuaDLL.luaL_loadbuffer(L, buffer, buffer.Length, chunkName);
|
|
intptr_t L_3 = __this->get_L_0();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
String_t* L_6 = ___chunkName1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = LuaDLL_luaL_loadbuffer_mACDD259C6B59B722CE8896F7ABB89B9E817246B4((intptr_t)L_3, L_4, (((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))), L_6, /*hidden argument*/NULL);
|
|
// if (status != 0)
|
|
if (!L_7)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// return LuaDLL.lua_pcall(L, 0, LuaDLL.LUA_MULTRET, 0) == 0;
|
|
intptr_t L_8 = __this->get_L_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = ((LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_StaticFields*)il2cpp_codegen_static_fields_for(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var))->get_LUA_MULTRET_1();
|
|
int32_t L_10 = LuaDLL_lua_pcall_m1B708F9BA6605F17B0F2395FA92920C2A3B342EB((intptr_t)L_8, 0, L_9, 0, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaStatePtr::LuaDoFile(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_LuaDoFile_mBB34EBFBC9C72E4DB681EEAED2F3B380D446313C (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, String_t* ___fileName0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaDoFile_mBB34EBFBC9C72E4DB681EEAED2F3B380D446313C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// int top = LuaGetTop();
|
|
int32_t L_0 = LuaStatePtr_LuaGetTop_m2317E7B1B18275AB559943BC22E4BBEED73387AC(__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
// if (LuaDLL.luaL_dofile(L, fileName))
|
|
intptr_t L_1 = __this->get_L_0();
|
|
String_t* L_2 = ___fileName0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_3 = LuaDLL_luaL_dofile_m37B4BB6EA2518D7EA6528D32EDADD11645159DAF((intptr_t)L_1, L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// string err = LuaToString(-1);
|
|
String_t* L_4 = LuaStatePtr_LuaToString_mA5D0802A0FBB010479E2C436480E6A6D660C4A86(__this, (-1), /*hidden argument*/NULL);
|
|
// LuaSetTop(top);
|
|
int32_t L_5 = V_0;
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(__this, L_5, /*hidden argument*/NULL);
|
|
// throw new LuaException(err, LuaException.GetLastError());
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
Exception_t * L_6 = LuaException_GetLastError_m7A7041AF600E06731A8C27888C9D1F2CE4BF0857(/*hidden argument*/NULL);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_7 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_7, L_4, L_6, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, LuaStatePtr_LuaDoFile_mBB34EBFBC9C72E4DB681EEAED2F3B380D446313C_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaGetMetaTable(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaGetMetaTable_m279A3CAEDCB3EED1615A14005A75A724C72A94E6 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, String_t* ___meta0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaGetMetaTable_m279A3CAEDCB3EED1615A14005A75A724C72A94E6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.luaL_getmetatable(L, meta);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
String_t* L_1 = ___meta0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_getmetatable_m04DBD3F1C37343E435C88657F90D89CF56CD307F((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaRef(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaRef_mD7A4F5C9536E835327AE85F50C015BB48397FEA6 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___t0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaRef_mD7A4F5C9536E835327AE85F50C015BB48397FEA6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.luaL_ref(L, t);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___t0;
|
|
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.LuaStatePtr::LuaGetRef(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaGetRef_m80E1593A7D059BFF163366214DD209FA8B0CECDD (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___reference0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaGetRef_m80E1593A7D059BFF163366214DD209FA8B0CECDD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_getref(L, reference);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___reference0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_getref_mEF465F7C2A6A66FA8450295971DCEEE532BEF060((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::LuaUnRef(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaUnRef_mB2B23AFC613CC3331160B68CDC3A4A8D942FE132 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___reference0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaUnRef_mB2B23AFC613CC3331160B68CDC3A4A8D942FE132_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_unref(L, reference);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___reference0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_unref_mB4E829A5488003EB7A42D3E403B8C2BC5E2FAC2E((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaRequire(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaRequire_mE469AC48BB6B0C69922E13976EBAB4B9015883AE (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, String_t* ___fileName0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaRequire_mE469AC48BB6B0C69922E13976EBAB4B9015883AE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.tolua_require(L, fileName);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
String_t* L_1 = ___fileName0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_tolua_require_mC5533F0EE5C504721922A9828EC01A2436531F48((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::ThrowLuaException(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_ThrowLuaException_mCEFBF7BEFA8BB6654AC6E461FE5692954B249585 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, Exception_t * ___e0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_ThrowLuaException_mCEFBF7BEFA8BB6654AC6E461FE5692954B249585_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (LuaException.InstantiateCount > 0 || LuaException.SendMsgCount > 0)
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields*)il2cpp_codegen_static_fields_for(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var))->get_InstantiateCount_19();
|
|
if ((((int32_t)L_0) > ((int32_t)0)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = ((LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields*)il2cpp_codegen_static_fields_for(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var))->get_SendMsgCount_20();
|
|
if ((((int32_t)L_1) <= ((int32_t)0)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// LuaDLL.toluaL_exception(LuaException.L, e);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
intptr_t L_2 = ((LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields*)il2cpp_codegen_static_fields_for(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var))->get_L_21();
|
|
Exception_t * L_3 = ___e0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// throw e;
|
|
Exception_t * L_4 = ___e0;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, LuaStatePtr_ThrowLuaException_mCEFBF7BEFA8BB6654AC6E461FE5692954B249585_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::ToLuaRef()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_ToLuaRef_mE99053A7863060E83C20E698BFD1B9732271BA28 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_ToLuaRef_mE99053A7863060E83C20E698BFD1B9732271BA28_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.toluaL_ref(L);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_toluaL_ref_m4AA2B48FF1F78646801A32C0A94BC2CFEB8643C8((intptr_t)L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaUpdate(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaUpdate_mA94155E95C8B2C3A23AA8480280D7001DE09F3CE (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, float ___delta0, float ___unscaled1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaUpdate_mA94155E95C8B2C3A23AA8480280D7001DE09F3CE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.tolua_update(L, delta, unscaled);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
float L_1 = ___delta0;
|
|
float L_2 = ___unscaled1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = LuaDLL_tolua_update_m8652D8812F54290FE2CCEB611106A13F6D3B5168((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaLateUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaLateUpdate_mF7DB10ABB4C052B5AA8B08F51323DDB7D320D148 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaLateUpdate_mF7DB10ABB4C052B5AA8B08F51323DDB7D320D148_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.tolua_lateupdate(L);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_tolua_lateupdate_mB9119C6FC16F0A0EE60A934FD5E5C2F5B2BF6AEA((intptr_t)L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaFixedUpdate(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaFixedUpdate_m156D97CA0B7267EC97508D217F5E42E5CA08E542 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, float ___fixedTime0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaFixedUpdate_m156D97CA0B7267EC97508D217F5E42E5CA08E542_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.tolua_fixedupdate(L, fixedTime);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
float L_1 = ___fixedTime0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_tolua_fixedupdate_m85042EE106792AA51ABA3728A5351954720105F1((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::OpenToLuaLibs()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_OpenToLuaLibs_m1A5D9B252AE6C85EBEA4EF78A084CB9FB1EEF3E5 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_OpenToLuaLibs_m1A5D9B252AE6C85EBEA4EF78A084CB9FB1EEF3E5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.tolua_openlibs(L);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_openlibs_mD501A189DDA39E2F9B0EC577A0F4FA7DF83D7D1E((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaOpenJit();
|
|
LuaStatePtr_LuaOpenJit_m903F78C24F7CCDF098A631CB8496DD1DBD7377AF(__this, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::ToLuaPushTraceback()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_ToLuaPushTraceback_m325FE024A07572CEEF69C700DAB2C4ABDD8B2850 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_ToLuaPushTraceback_m325FE024A07572CEEF69C700DAB2C4ABDD8B2850_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.tolua_pushtraceback(L);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushtraceback_m536BF4094B475D3611D5609D3C7C9AEA42CE51C6((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::ToLuaUnRef(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_ToLuaUnRef_m6B607D2C00F33EEB0EC5D901E9E6C341928EF77F (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___reference0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_ToLuaUnRef_m6B607D2C00F33EEB0EC5D901E9E6C341928EF77F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.toluaL_unref(L, reference);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___reference0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_toluaL_unref_mE2377740623BA230EC76B1367CC2C648E143096C((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaGetStack(System.Int32,LuaInterface.Lua_Debug&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaGetStack_mE79DAE9DB43DE16DB8FB7E3C2C4CF89153532D76 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___level0, Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * ___ar1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaGetStack_mE79DAE9DB43DE16DB8FB7E3C2C4CF89153532D76_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_getstack(L, level, ref ar);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___level0;
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * L_2 = ___ar1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = LuaDLL_lua_getstack_m562E331F226C6F14A5BF4518517AC5B74C494702((intptr_t)L_0, L_1, (Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 *)L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaGetInfo(System.String,LuaInterface.Lua_Debug&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaGetInfo_m01790A18A552303B8E886F1B18478A25AD793B59 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, String_t* ___what0, Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * ___ar1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaGetInfo_m01790A18A552303B8E886F1B18478A25AD793B59_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_getinfo(L, what, ref ar);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
String_t* L_1 = ___what0;
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * L_2 = ___ar1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = LuaDLL_lua_getinfo_mE198D9119EAF90E8FD592CB79018B22C428EC3DD((intptr_t)L_0, L_1, (Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 *)L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.String LuaInterface.LuaStatePtr::LuaGetLocal(LuaInterface.Lua_Debug&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaStatePtr_LuaGetLocal_m95E982C73260502B63BEF172EB52E47E56EA1CD4 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * ___ar0, int32_t ___n1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaGetLocal_m95E982C73260502B63BEF172EB52E47E56EA1CD4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_getlocal(L, ref ar, n);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * L_1 = ___ar0;
|
|
int32_t L_2 = ___n1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = LuaDLL_lua_getlocal_mF46FC79CF1EFCD151EA34386113AC810B4512226((intptr_t)L_0, (Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 *)L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.String LuaInterface.LuaStatePtr::LuaSetLocal(LuaInterface.Lua_Debug&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaStatePtr_LuaSetLocal_m39CB10B6F35E3EF6B172093E84D08678B8BEBA02 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * ___ar0, int32_t ___n1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaSetLocal_m39CB10B6F35E3EF6B172093E84D08678B8BEBA02_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_setlocal(L, ref ar, n);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * L_1 = ___ar0;
|
|
int32_t L_2 = ___n1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = LuaDLL_lua_setlocal_mBB25598CF1892870B38B1D3D4485280CCC695FE5((intptr_t)L_0, (Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 *)L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.String LuaInterface.LuaStatePtr::LuaGetUpvalue(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaStatePtr_LuaGetUpvalue_m04BE64AFAC4C6077B72F19CCDDD7BB4ACAFD5811 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___funcindex0, int32_t ___n1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaGetUpvalue_m04BE64AFAC4C6077B72F19CCDDD7BB4ACAFD5811_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_getupvalue(L, funcindex, n);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___funcindex0;
|
|
int32_t L_2 = ___n1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = LuaDLL_lua_getupvalue_m75CB0F00BDA8555ECE1E51C5E1C21BDF61F37567((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.String LuaInterface.LuaStatePtr::LuaSetUpvalue(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaStatePtr_LuaSetUpvalue_m71C09FE2B8E90161696CD15D35DC7430120DCF7C (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___funcindex0, int32_t ___n1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaSetUpvalue_m71C09FE2B8E90161696CD15D35DC7430120DCF7C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_setupvalue(L, funcindex, n);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
int32_t L_1 = ___funcindex0;
|
|
int32_t L_2 = ___n1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = LuaDLL_lua_setupvalue_mCB5340299F74607E52A14A2A03AC0939774EB22B((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaSetHook(LuaInterface.LuaHookFunc,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaSetHook_m9185CF4075924B215FB9C6986A794152F1EC8567 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, LuaHookFunc_tC30C669CB2AC6BFBAD9DC3B0CB1303E85204CB1E * ___func0, int32_t ___mask1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaSetHook_m9185CF4075924B215FB9C6986A794152F1EC8567_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_sethook(L, func, mask, count);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
LuaHookFunc_tC30C669CB2AC6BFBAD9DC3B0CB1303E85204CB1E * L_1 = ___func0;
|
|
int32_t L_2 = ___mask1;
|
|
int32_t L_3 = ___count2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_lua_sethook_mA946D1679270140E3885E4828DD53A0EDB9B0FF5((intptr_t)L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// LuaInterface.LuaHookFunc LuaInterface.LuaStatePtr::LuaGetHook()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaHookFunc_tC30C669CB2AC6BFBAD9DC3B0CB1303E85204CB1E * LuaStatePtr_LuaGetHook_mE88AC05715ADDF9983E41B48AE7FE960F6908755 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaGetHook_mE88AC05715ADDF9983E41B48AE7FE960F6908755_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_gethook(L);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaHookFunc_tC30C669CB2AC6BFBAD9DC3B0CB1303E85204CB1E * L_1 = LuaDLL_lua_gethook_mB7F3B081AABA618186C163403B500452F7F16477((intptr_t)L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaGetHookMask()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaGetHookMask_mC19151333D1D22BF6F1FEADD73F34F88C8A1BB8C (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaGetHookMask_mC19151333D1D22BF6F1FEADD73F34F88C8A1BB8C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_gethookmask(L);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gethookmask_m1A760F38ADDA2442A00A94FCF35E51FE450340DE((intptr_t)L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaGetHookCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaGetHookCount_mFB17B50349DC6B3781E69F3C2ED22F2857EDD808 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr_LuaGetHookCount_mFB17B50349DC6B3781E69F3C2ED22F2857EDD808_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.lua_gethookcount(L);
|
|
intptr_t L_0 = __this->get_L_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gethookcount_m39AF95DD13B0367363CECFEED7B7535933D9C296((intptr_t)L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatePtr::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr__ctor_m1AA28E0655CF0F9DE5A752AD3CB2CF9C382511BA (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatePtr__ctor_m1AA28E0655CF0F9DE5A752AD3CB2CF9C382511BA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// string jit = @"
|
|
// function Euler(x, y, z)
|
|
// x = x * 0.0087266462599716
|
|
// y = y * 0.0087266462599716
|
|
// z = z * 0.0087266462599716
|
|
//
|
|
// local sinX = math.sin(x)
|
|
// local cosX = math.cos(x)
|
|
// local sinY = math.sin(y)
|
|
// local cosY = math.cos(y)
|
|
// local sinZ = math.sin(z)
|
|
// local cosZ = math.cos(z)
|
|
//
|
|
// local w = cosY * cosX * cosZ + sinY * sinX * sinZ
|
|
// x = cosY* sinX * cosZ + sinY* cosX * sinZ
|
|
// y = sinY * cosX * cosZ - cosY * sinX * sinZ
|
|
// z = cosY* cosX * sinZ - sinY* sinX * cosZ
|
|
//
|
|
// return {x = x, y = y, z= z, w = w}
|
|
// end
|
|
//
|
|
// function Slerp(q1, q2, t)
|
|
// local x1, y1, z1, w1 = q1.x, q1.y, q1.z, q1.w
|
|
// local x2,y2,z2,w2 = q2.x, q2.y, q2.z, q2.w
|
|
// local dot = x1* x2 + y1* y2 + z1* z2 + w1* w2
|
|
//
|
|
// if dot< 0 then
|
|
// dot = -dot
|
|
// x2, y2, z2, w2 = -x2, -y2, -z2, -w2
|
|
// end
|
|
//
|
|
// if dot< 0.95 then
|
|
// local sin = math.sin
|
|
// local angle = math.acos(dot)
|
|
// local invSinAngle = 1 / sin(angle)
|
|
// local t1 = sin((1 - t) * angle) * invSinAngle
|
|
// local t2 = sin(t * angle) * invSinAngle
|
|
// return {x = x1* t1 + x2* t2, y = y1 * t1 + y2 * t2, z = z1 * t1 + z2 * t2, w = w1 * t1 + w2 * t2}
|
|
// else
|
|
// x1 = x1 + t* (x2 - x1)
|
|
// y1 = y1 + t* (y2 - y1)
|
|
// z1 = z1 + t* (z2 - z1)
|
|
// w1 = w1 + t* (w2 - w1)
|
|
// dot = x1* x1 + y1* y1 + z1* z1 + w1* w1
|
|
//
|
|
// return {x = x1 / dot, y = y1 / dot, z = z1 / dot, w = w1 / dot}
|
|
// end
|
|
// end
|
|
//
|
|
// if jit then
|
|
// if jit.status() then
|
|
// for i=1,10000 do
|
|
// local q1 = Euler(i, i, i)
|
|
// Slerp({ x = 0, y = 0, z = 0, w = 1}, q1, 0.5)
|
|
// end
|
|
// end
|
|
// end";
|
|
__this->set_jit_1(_stringLiteralE1F3EFC60A3352268B71FAFE591F38AA985A5DB2);
|
|
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.Int32 LuaInterface.LuaStatic::GetMetaReference(System.IntPtr,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatic_GetMetaReference_mC82EDE3DE44654FAC43DFE3AA8945FAC95ABAF0D (intptr_t ___L0, Type_t * ___t1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatic_GetMetaReference_mC82EDE3DE44654FAC43DFE3AA8945FAC95ABAF0D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// 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);
|
|
// return state.GetMetaReference(t);
|
|
Type_t * L_2 = ___t1;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = LuaState_GetMetaReference_m0ECB7BA7FE9C1A77019A1AB7E0283495F8457E98(L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatic::GetMissMetaReference(System.IntPtr,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatic_GetMissMetaReference_m0E5CEAB422D3B0F98843B795A183443C5D826D5F (intptr_t ___L0, Type_t * ___t1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatic_GetMissMetaReference_m0E5CEAB422D3B0F98843B795A183443C5D826D5F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// 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);
|
|
// return state.GetMissMetaReference(t);
|
|
Type_t * L_2 = ___t1;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = LuaState_GetMissMetaReference_mD8CC1228FD47B57A64A3844712C18F55A49063DC(L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Type LuaInterface.LuaStatic::GetClassType(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * LuaStatic_GetClassType_m532CC4199DC4F6E2ACE8465205DC4A0BEBA744D1 (intptr_t ___L0, int32_t ___reference1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatic_GetClassType_m532CC4199DC4F6E2ACE8465205DC4A0BEBA744D1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// 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);
|
|
// return state.GetClassType(reference);
|
|
int32_t L_2 = ___reference1;
|
|
NullCheck(L_1);
|
|
Type_t * L_3 = LuaState_GetClassType_mBEF6C1C799383DC1FD1AF6566815730BB57E4C45(L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// LuaInterface.LuaFunction LuaInterface.LuaStatic::GetFunction(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * LuaStatic_GetFunction_mE2F8F74ADCE422676AF6B1B49735B53B4E897FCE (intptr_t ___L0, int32_t ___reference1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatic_GetFunction_mE2F8F74ADCE422676AF6B1B49735B53B4E897FCE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// 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);
|
|
// return state.GetFunction(reference);
|
|
int32_t L_2 = ___reference1;
|
|
NullCheck(L_1);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = LuaState_GetFunction_m875D3C5268C014C58C5E395B5FC7A02EB12105DC(L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// LuaInterface.LuaTable LuaInterface.LuaStatic::GetTable(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * LuaStatic_GetTable_mD5D3B04BBC530755F3288AD0E6F590ED5A7B2AAA (intptr_t ___L0, int32_t ___reference1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatic_GetTable_mD5D3B04BBC530755F3288AD0E6F590ED5A7B2AAA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// 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);
|
|
// return state.GetTable(reference);
|
|
int32_t L_2 = ___reference1;
|
|
NullCheck(L_1);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_3 = LuaState_GetTable_mE4DB3AF53C13F905B56D85BBC342A071B0E39048(L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// LuaInterface.LuaThread LuaInterface.LuaStatic::GetLuaThread(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaThread_tE3CD20787632CE8A9ACACDD031EB48E821A20D10 * LuaStatic_GetLuaThread_mE5055B3AE256389967DC24A769EF6C9EAA2C37A1 (intptr_t ___L0, int32_t ___reference1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatic_GetLuaThread_mE5055B3AE256389967DC24A769EF6C9EAA2C37A1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// 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);
|
|
// return state.GetLuaThread(reference);
|
|
int32_t L_2 = ___reference1;
|
|
NullCheck(L_1);
|
|
LuaThread_tE3CD20787632CE8A9ACACDD031EB48E821A20D10 * L_3 = LuaState_GetLuaThread_m0BAC10C4F4686E38326032E6A765D1814B457BFD(L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatic::GetUnpackRayRef(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatic_GetUnpackRayRef_m7A80FED8ED6A328E4B8A480CC76B493F3CEC5902 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatic_GetUnpackRayRef_m7A80FED8ED6A328E4B8A480CC76B493F3CEC5902_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * V_0 = NULL;
|
|
{
|
|
// 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);
|
|
V_0 = L_1;
|
|
// LuaDLL.lua_getref(L, state.UnpackRay);
|
|
intptr_t L_2 = ___L0;
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = V_0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = LuaState_get_UnpackRay_m320244FD386B0039D0F34FD728872D0945566C5C_inline(L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_getref_mEF465F7C2A6A66FA8450295971DCEEE532BEF060((intptr_t)L_2, L_4, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatic::GetUnpackBounds(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatic_GetUnpackBounds_m12780EFC2A49B0DFFB191A8F2A1092378BD1C1EC (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatic_GetUnpackBounds_m12780EFC2A49B0DFFB191A8F2A1092378BD1C1EC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * V_0 = NULL;
|
|
{
|
|
// 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);
|
|
V_0 = L_1;
|
|
// LuaDLL.lua_getref(L, state.UnpackBounds);
|
|
intptr_t L_2 = ___L0;
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = V_0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = LuaState_get_UnpackBounds_m0705F03A8BC5D8CE79DD9C69E021384A12E1F393_inline(L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_getref_mEF465F7C2A6A66FA8450295971DCEEE532BEF060((intptr_t)L_2, L_4, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatic::GetPackRay(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatic_GetPackRay_mD556E9F4E621B27AB6DA4957F516D867509E6915 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatic_GetPackRay_mD556E9F4E621B27AB6DA4957F516D867509E6915_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * V_0 = NULL;
|
|
{
|
|
// 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);
|
|
V_0 = L_1;
|
|
// LuaDLL.lua_getref(L, state.PackRay);
|
|
intptr_t L_2 = ___L0;
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = V_0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = LuaState_get_PackRay_mBF8C680B78BEE2035DA509AD8D1E3B34003D0D82_inline(L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_getref_mEF465F7C2A6A66FA8450295971DCEEE532BEF060((intptr_t)L_2, L_4, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatic::GetPackRaycastHit(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatic_GetPackRaycastHit_m8460C3C6B0D93FA3575C802C7FA7E2247D25761C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatic_GetPackRaycastHit_m8460C3C6B0D93FA3575C802C7FA7E2247D25761C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * V_0 = NULL;
|
|
{
|
|
// 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);
|
|
V_0 = L_1;
|
|
// LuaDLL.lua_getref(L, state.PackRaycastHit);
|
|
intptr_t L_2 = ___L0;
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = V_0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = LuaState_get_PackRaycastHit_m3ACC2FADC258898896F13D76BD5454CF8DFFCC14_inline(L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_getref_mEF465F7C2A6A66FA8450295971DCEEE532BEF060((intptr_t)L_2, L_4, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatic::GetPackTouch(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatic_GetPackTouch_mAFC61F370AB2FB7FC2AF8ECD8C5DD469786C91E0 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatic_GetPackTouch_mAFC61F370AB2FB7FC2AF8ECD8C5DD469786C91E0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * V_0 = NULL;
|
|
{
|
|
// 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);
|
|
V_0 = L_1;
|
|
// LuaDLL.lua_getref(L, state.PackTouch);
|
|
intptr_t L_2 = ___L0;
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = V_0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = LuaState_get_PackTouch_mBAEA2B653E40B097C2436EE96064082BF84E59B7_inline(L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_getref_mEF465F7C2A6A66FA8450295971DCEEE532BEF060((intptr_t)L_2, L_4, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaStatic::GetPackBounds(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatic_GetPackBounds_m396A17737680870474A615DC88BBC9DF21D28FCA (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatic_GetPackBounds_m396A17737680870474A615DC88BBC9DF21D28FCA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * V_0 = NULL;
|
|
{
|
|
// 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);
|
|
V_0 = L_1;
|
|
// LuaDLL.lua_getref(L, state.PackBounds);
|
|
intptr_t L_2 = ___L0;
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = V_0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = LuaState_get_PackBounds_m95A264077ADE80E3F41B3BF04BA456DFF3AE6D00_inline(L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_getref_mEF465F7C2A6A66FA8450295971DCEEE532BEF060((intptr_t)L_2, L_4, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatic::GetArrayMetatable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatic_GetArrayMetatable_m9549A2A425BB14A2B32A435C71272BD264F81DDE (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatic_GetArrayMetatable_m9549A2A425BB14A2B32A435C71272BD264F81DDE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// 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);
|
|
// return state.ArrayMetatable;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = LuaState_get_ArrayMetatable_mE7F73EFBB66FBE9382A43498FBFA19EDD7011394_inline(L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatic::GetTypeMetatable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatic_GetTypeMetatable_mB074280D41949F0CF445EFAA8A9E745290738DBE (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatic_GetTypeMetatable_mB074280D41949F0CF445EFAA8A9E745290738DBE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// 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);
|
|
// return state.TypeMetatable;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = LuaState_get_TypeMetatable_m9D58B962AAD2449D218DC7F0BA70CFB13CD5A9E9_inline(L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatic::GetDelegateMetatable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatic_GetDelegateMetatable_m1427C04F57F147B017D7F680ACDCC020D0ECDA7D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatic_GetDelegateMetatable_m1427C04F57F147B017D7F680ACDCC020D0ECDA7D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// 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);
|
|
// return state.DelegateMetatable;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = LuaState_get_DelegateMetatable_m72251A94A1DDCD06677B5809E63B85D62204BC24_inline(L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatic::GetEventMetatable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatic_GetEventMetatable_m4E17B861160F2CF22B97D4E28B62108310CE174E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatic_GetEventMetatable_m4E17B861160F2CF22B97D4E28B62108310CE174E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// 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);
|
|
// return state.EventMetatable;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = LuaState_get_EventMetatable_m0B856762D6578D961986412F24CAD02A54CDA4A2_inline(L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatic::GetIterMetatable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatic_GetIterMetatable_m428D596D5B157FC246F40A0C16B1BFABC74FD013 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatic_GetIterMetatable_m428D596D5B157FC246F40A0C16B1BFABC74FD013_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// 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);
|
|
// return state.IterMetatable;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = LuaState_get_IterMetatable_mD0F3AA5FDDA000EF10C2C0C11FB5C883E49E6F0B_inline(L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaStatic::GetEnumObject(System.IntPtr,System.Enum,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatic_GetEnumObject_m989BFD8E685C4C036EE4A4ABF4A805696B7D8D43 (intptr_t ___L0, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 * ___e1, RuntimeObject ** ___obj2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatic_GetEnumObject_m989BFD8E685C4C036EE4A4ABF4A805696B7D8D43_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * V_0 = NULL;
|
|
{
|
|
// 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);
|
|
V_0 = L_1;
|
|
// obj = state.GetEnumObj(e);
|
|
RuntimeObject ** L_2 = ___obj2;
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = V_0;
|
|
Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 * L_4 = ___e1;
|
|
NullCheck(L_3);
|
|
RuntimeObject * L_5 = LuaState_GetEnumObj_mA6F2D102625581827A71890158649B83F000F654(L_3, L_4, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_2) = (RuntimeObject *)L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_5);
|
|
// return state.EnumMetatable;
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_6 = V_0;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = LuaState_get_EnumMetatable_m1A2076699BE149D602BEB3F87C079658949423AC_inline(L_6, /*hidden argument*/NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// LuaInterface.LuaCSFunction LuaInterface.LuaStatic::GetPreModule(System.IntPtr,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * LuaStatic_GetPreModule_m965C1055A6BF3649F43701E4D8A6ACA7A6984887 (intptr_t ___L0, Type_t * ___t1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaStatic_GetPreModule_m965C1055A6BF3649F43701E4D8A6ACA7A6984887_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// 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);
|
|
// return state.GetPreModule(t);
|
|
Type_t * L_2 = ___t1;
|
|
NullCheck(L_1);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_3 = LuaState_GetPreModule_mC9D46E4B253E92F67660EA84F6613A7DC290AE28(L_1, L_2, /*hidden argument*/NULL);
|
|
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
|
|
// System.Void LuaInterface.LuaTable::.ctor(System.Int32,LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaTable__ctor_m16D6F4B479B50AA914A4543381C62C5F7158D8F5 (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, int32_t ___reference0, LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___state1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public LuaTable(int reference, LuaState state)
|
|
LuaBaseRef__ctor_mB7071A051A3F44FFE31BB5FF5BF986E9A2D6398F(__this, /*hidden argument*/NULL);
|
|
// this.reference = reference;
|
|
int32_t L_0 = ___reference0;
|
|
((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->set_reference_1(L_0);
|
|
// this.luaState = state;
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = ___state1;
|
|
((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->set_luaState_2(L_1);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaTable_get_Item_m2A972E8297994F5D4CA69C9092AD3BA8F3D8A50E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RuntimeObject * 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) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// int top = luaState.LuaGetTop();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = LuaStatePtr_LuaGetTop_m2317E7B1B18275AB559943BC22E4BBEED73387AC(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_000c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// luaState.Push(this);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_2);
|
|
LuaState_Push_mCBECF34F0AE0D92AEA0D6B7FD1C27AEED58F2684(L_2, __this, /*hidden argument*/NULL);
|
|
// luaState.Push(key);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
String_t* L_4 = ___key0;
|
|
NullCheck(L_3);
|
|
LuaState_Push_m230F5E6DD013194350BA3741E2A2FFDB49FC77B8(L_3, L_4, /*hidden argument*/NULL);
|
|
// luaState.LuaGetTable(top + 1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_6 = V_0;
|
|
NullCheck(L_5);
|
|
LuaStatePtr_LuaGetTable_m9B829C35CDB66BAC20FB3BEA7F7D0E809BF0ADD3(L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL);
|
|
// object ret = luaState.ToVariant(top + 2);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_8 = V_0;
|
|
NullCheck(L_7);
|
|
RuntimeObject * L_9 = LuaState_ToVariant_m4F2AE5817B28FCD03C41801E377A431C39F54CC0(L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)2)), /*hidden argument*/NULL);
|
|
// luaState.LuaSetTop(top);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_10 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_11 = V_0;
|
|
NullCheck(L_10);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_10, L_11, /*hidden argument*/NULL);
|
|
// return ret;
|
|
V_1 = L_9;
|
|
goto IL_005c;
|
|
} // 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_004f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_004f:
|
|
{ // begin catch(System.Exception)
|
|
// luaState.LuaSetTop(top);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_12 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_13 = V_0;
|
|
NullCheck(L_12);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_12, L_13, /*hidden argument*/NULL);
|
|
// throw e;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t *)__exception_local), LuaTable_get_Item_m2A972E8297994F5D4CA69C9092AD3BA8F3D8A50E_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_005c:
|
|
{
|
|
// }
|
|
RuntimeObject * L_14 = V_1;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaTable::set_Item(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaTable_set_Item_m5E082E09E4BC9646B13BD1445F50899C0B616A53 (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, String_t* ___key0, RuntimeObject * ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaTable_set_Item_m5E082E09E4BC9646B13BD1445F50899C0B616A53_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
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);
|
|
{
|
|
// int top = luaState.LuaGetTop();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = LuaStatePtr_LuaGetTop_m2317E7B1B18275AB559943BC22E4BBEED73387AC(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_000c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// luaState.Push(this);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_2);
|
|
LuaState_Push_mCBECF34F0AE0D92AEA0D6B7FD1C27AEED58F2684(L_2, __this, /*hidden argument*/NULL);
|
|
// luaState.Push(key);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
String_t* L_4 = ___key0;
|
|
NullCheck(L_3);
|
|
LuaState_Push_m230F5E6DD013194350BA3741E2A2FFDB49FC77B8(L_3, L_4, /*hidden argument*/NULL);
|
|
// luaState.PushVariant(value);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
RuntimeObject * L_6 = ___value1;
|
|
NullCheck(L_5);
|
|
LuaState_PushVariant_m1B3AD7D33CDCCF14E386CB632970C509C2E4054D(L_5, L_6, /*hidden argument*/NULL);
|
|
// luaState.LuaSetTable(top + 1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_8 = V_0;
|
|
NullCheck(L_7);
|
|
LuaStatePtr_LuaSetTable_mE06B6DB1B528E21152FBBA19BE93B3A5CD76AC96(L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)), /*hidden argument*/NULL);
|
|
// luaState.LuaSetTop(top);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_9 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_10 = V_0;
|
|
NullCheck(L_9);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_9, L_10, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0059;
|
|
} // 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)
|
|
// luaState.LuaSetTop(top);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_12 = V_0;
|
|
NullCheck(L_11);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_11, L_12, /*hidden argument*/NULL);
|
|
// throw e;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t *)__exception_local), LuaTable_set_Item_m5E082E09E4BC9646B13BD1445F50899C0B616A53_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0059:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaTable_get_Item_mB627B6098B8E5AEAB1D4D830CDC9A8AEBC84BC58_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RuntimeObject * 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) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// int oldTop = luaState.LuaGetTop();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = LuaStatePtr_LuaGetTop_m2317E7B1B18275AB559943BC22E4BBEED73387AC(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_000c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// luaState.Push(this);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_2);
|
|
LuaState_Push_mCBECF34F0AE0D92AEA0D6B7FD1C27AEED58F2684(L_2, __this, /*hidden argument*/NULL);
|
|
// luaState.LuaRawGetI(oldTop + 1, key);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_4 = V_0;
|
|
int32_t L_5 = ___key0;
|
|
NullCheck(L_3);
|
|
LuaStatePtr_LuaRawGetI_mDC27F64E1DDCB36B6AF0CE4121E857FCEA0759C3(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), L_5, /*hidden argument*/NULL);
|
|
// object obj = luaState.ToVariant(oldTop + 2);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_6 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_7 = V_0;
|
|
NullCheck(L_6);
|
|
RuntimeObject * L_8 = LuaState_ToVariant_m4F2AE5817B28FCD03C41801E377A431C39F54CC0(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2)), /*hidden argument*/NULL);
|
|
// luaState.LuaSetTop(oldTop);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_9 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_10 = V_0;
|
|
NullCheck(L_9);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_9, L_10, /*hidden argument*/NULL);
|
|
// return obj;
|
|
V_1 = L_8;
|
|
goto IL_0051;
|
|
} // 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_0044;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0044:
|
|
{ // begin catch(System.Exception)
|
|
// luaState.LuaSetTop(oldTop);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_12 = V_0;
|
|
NullCheck(L_11);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_11, L_12, /*hidden argument*/NULL);
|
|
// throw e;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t *)__exception_local), LuaTable_get_Item_mB627B6098B8E5AEAB1D4D830CDC9A8AEBC84BC58_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0051:
|
|
{
|
|
// }
|
|
RuntimeObject * L_13 = V_1;
|
|
return L_13;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaTable_set_Item_m2F58D116F3013ABF3BFB64EB6760E2A19765E5CA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
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);
|
|
{
|
|
// int oldTop = luaState.LuaGetTop();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = LuaStatePtr_LuaGetTop_m2317E7B1B18275AB559943BC22E4BBEED73387AC(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_000c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// luaState.Push(this);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_2);
|
|
LuaState_Push_mCBECF34F0AE0D92AEA0D6B7FD1C27AEED58F2684(L_2, __this, /*hidden argument*/NULL);
|
|
// luaState.PushVariant(value);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
RuntimeObject * L_4 = ___value1;
|
|
NullCheck(L_3);
|
|
LuaState_PushVariant_m1B3AD7D33CDCCF14E386CB632970C509C2E4054D(L_3, L_4, /*hidden argument*/NULL);
|
|
// luaState.LuaRawSetI(oldTop + 1, key);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_6 = V_0;
|
|
int32_t L_7 = ___key0;
|
|
NullCheck(L_5);
|
|
LuaStatePtr_LuaRawSetI_m3BB665BB71100090D0C4BEB75D815C15084DD334(L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), L_7, /*hidden argument*/NULL);
|
|
// luaState.LuaSetTop(oldTop);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_8 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_8);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_8, L_9, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_004e;
|
|
} // 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_0041;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0041:
|
|
{ // begin catch(System.Exception)
|
|
// luaState.LuaSetTop(oldTop);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_10 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_11 = V_0;
|
|
NullCheck(L_10);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_10, L_11, /*hidden argument*/NULL);
|
|
// throw e;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t *)__exception_local), LuaTable_set_Item_m2F58D116F3013ABF3BFB64EB6760E2A19765E5CA_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004e:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaTable::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaTable_get_Length_mE20FB028478F61CAF0FEFF390A1343C7FB2CA524 (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// luaState.Push(this);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_0);
|
|
LuaState_Push_mCBECF34F0AE0D92AEA0D6B7FD1C27AEED58F2684(L_0, __this, /*hidden argument*/NULL);
|
|
// int n = luaState.LuaObjLen(-1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_1);
|
|
int32_t L_2 = LuaStatePtr_LuaObjLen_mDAFD26D2FBDB806DEA813DC5D56F64DC0DE5CC84(L_1, (-1), /*hidden argument*/NULL);
|
|
// luaState.LuaPop(1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_3);
|
|
LuaStatePtr_LuaPop_m6CC814869A69A9A3590E6026DA62D8CF1DA6CBA3(L_3, 1, /*hidden argument*/NULL);
|
|
// return n;
|
|
return L_2;
|
|
}
|
|
}
|
|
// LuaInterface.LuaFunction LuaInterface.LuaTable::RawGetLuaFunction(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * LuaTable_RawGetLuaFunction_mBCADFE4B539A3031F47172DF74DDA1153F529B3C (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaTable_RawGetLuaFunction_mBCADFE4B539A3031F47172DF74DDA1153F529B3C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * 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) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// int top = luaState.LuaGetTop();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = LuaStatePtr_LuaGetTop_m2317E7B1B18275AB559943BC22E4BBEED73387AC(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_000c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// luaState.Push(this);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_2);
|
|
LuaState_Push_mCBECF34F0AE0D92AEA0D6B7FD1C27AEED58F2684(L_2, __this, /*hidden argument*/NULL);
|
|
// luaState.Push(key);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
String_t* L_4 = ___key0;
|
|
NullCheck(L_3);
|
|
LuaState_Push_m230F5E6DD013194350BA3741E2A2FFDB49FC77B8(L_3, L_4, /*hidden argument*/NULL);
|
|
// luaState.LuaRawGet(top + 1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_6 = V_0;
|
|
NullCheck(L_5);
|
|
LuaStatePtr_LuaRawGet_m5B8F58AD8A78BA405F993F6CCEB54EC137112112(L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL);
|
|
// LuaFunction func = luaState.CheckLuaFunction(top + 2);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_8 = V_0;
|
|
NullCheck(L_7);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_9 = LuaState_CheckLuaFunction_m601D6B3146AC99FBA5CF022642F6D5156400035B(L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)2)), /*hidden argument*/NULL);
|
|
// luaState.LuaSetTop(top);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_10 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_11 = V_0;
|
|
NullCheck(L_10);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_10, L_11, /*hidden argument*/NULL);
|
|
// return func;
|
|
V_1 = L_9;
|
|
goto IL_005c;
|
|
} // 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_004f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_004f:
|
|
{ // begin catch(System.Exception)
|
|
// luaState.LuaSetTop(top);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_12 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_13 = V_0;
|
|
NullCheck(L_12);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_12, L_13, /*hidden argument*/NULL);
|
|
// throw e;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t *)__exception_local), LuaTable_RawGetLuaFunction_mBCADFE4B539A3031F47172DF74DDA1153F529B3C_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_005c:
|
|
{
|
|
// }
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_14 = V_1;
|
|
return L_14;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaTable_GetLuaFunction_m1406C486FF1D456F7F4D61CE4C657F75006A9AB8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * 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) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// int top = luaState.LuaGetTop();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = LuaStatePtr_LuaGetTop_m2317E7B1B18275AB559943BC22E4BBEED73387AC(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_000c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// luaState.Push(this);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_2);
|
|
LuaState_Push_mCBECF34F0AE0D92AEA0D6B7FD1C27AEED58F2684(L_2, __this, /*hidden argument*/NULL);
|
|
// luaState.Push(key);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
String_t* L_4 = ___key0;
|
|
NullCheck(L_3);
|
|
LuaState_Push_m230F5E6DD013194350BA3741E2A2FFDB49FC77B8(L_3, L_4, /*hidden argument*/NULL);
|
|
// luaState.LuaGetTable(top + 1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_6 = V_0;
|
|
NullCheck(L_5);
|
|
LuaStatePtr_LuaGetTable_m9B829C35CDB66BAC20FB3BEA7F7D0E809BF0ADD3(L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL);
|
|
// LuaFunction func = luaState.CheckLuaFunction(top + 2);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_8 = V_0;
|
|
NullCheck(L_7);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_9 = LuaState_CheckLuaFunction_m601D6B3146AC99FBA5CF022642F6D5156400035B(L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)2)), /*hidden argument*/NULL);
|
|
// luaState.LuaSetTop(top);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_10 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_11 = V_0;
|
|
NullCheck(L_10);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_10, L_11, /*hidden argument*/NULL);
|
|
// return func;
|
|
V_1 = L_9;
|
|
goto IL_005c;
|
|
} // 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_004f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_004f:
|
|
{ // begin catch(System.Exception)
|
|
// luaState.LuaSetTop(top);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_12 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_13 = V_0;
|
|
NullCheck(L_12);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_12, L_13, /*hidden argument*/NULL);
|
|
// throw e;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t *)__exception_local), LuaTable_GetLuaFunction_m1406C486FF1D456F7F4D61CE4C657F75006A9AB8_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_005c:
|
|
{
|
|
// }
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_14 = V_1;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.LuaTable::BeginCall(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaTable_BeginCall_m3299C11171C652DA71212CD8FF5742482C39760B (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, String_t* ___name0, int32_t ___top1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// luaState.Push(this);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_0);
|
|
LuaState_Push_mCBECF34F0AE0D92AEA0D6B7FD1C27AEED58F2684(L_0, __this, /*hidden argument*/NULL);
|
|
// luaState.ToLuaPushTraceback();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_1);
|
|
LuaStatePtr_ToLuaPushTraceback_m325FE024A07572CEEF69C700DAB2C4ABDD8B2850(L_1, /*hidden argument*/NULL);
|
|
// luaState.Push(name);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
String_t* L_3 = ___name0;
|
|
NullCheck(L_2);
|
|
LuaState_Push_m230F5E6DD013194350BA3741E2A2FFDB49FC77B8(L_2, L_3, /*hidden argument*/NULL);
|
|
// luaState.LuaGetTable(top + 1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_4 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_5 = ___top1;
|
|
NullCheck(L_4);
|
|
LuaStatePtr_LuaGetTable_m9B829C35CDB66BAC20FB3BEA7F7D0E809BF0ADD3(L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL);
|
|
// return luaState.LuaType(top + 3) == LuaTypes.LUA_TFUNCTION;
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_6 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_7 = ___top1;
|
|
NullCheck(L_6);
|
|
int32_t L_8 = LuaStatePtr_LuaType_m99123D4725022095F4F73B4F9078BA2C684236B5(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)3)), /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_8) == ((int32_t)6))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaTable::Call(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaTable_Call_m9DD910ECBF4F2FDE98D11C9C1469A79A7FB3262F (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaTable_Call_m9DD910ECBF4F2FDE98D11C9C1469A79A7FB3262F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
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);
|
|
{
|
|
// int top = luaState.LuaGetTop();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = LuaStatePtr_LuaGetTop_m2317E7B1B18275AB559943BC22E4BBEED73387AC(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_000c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// if (BeginCall(name, top))
|
|
String_t* L_2 = ___name0;
|
|
int32_t L_3 = V_0;
|
|
bool L_4 = LuaTable_BeginCall_m3299C11171C652DA71212CD8FF5742482C39760B(__this, L_2, L_3, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// luaState.Call(0, top + 2, top);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_6 = V_0;
|
|
int32_t L_7 = V_0;
|
|
NullCheck(L_5);
|
|
LuaState_Call_m514A3663B72DA9CE122F561B306DF59722F5E919(L_5, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)2)), L_7, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// luaState.LuaSetTop(top);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_8 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_8);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_8, L_9, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0041;
|
|
}
|
|
} // 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)
|
|
// luaState.LuaSetTop(top);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_10 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_11 = V_0;
|
|
NullCheck(L_10);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_10, L_11, /*hidden argument*/NULL);
|
|
// throw e;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t *)__exception_local), LuaTable_Call_m9DD910ECBF4F2FDE98D11C9C1469A79A7FB3262F_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0041:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.String LuaInterface.LuaTable::GetStringField(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaTable_GetStringField_m3D38587A44D7E9125ACAEC914B8C165F1CA0A884 (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaTable_GetStringField_m3D38587A44D7E9125ACAEC914B8C165F1CA0A884_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_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) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// int oldTop = luaState.LuaGetTop();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = LuaStatePtr_LuaGetTop_m2317E7B1B18275AB559943BC22E4BBEED73387AC(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_000c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// luaState.Push(this);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_2);
|
|
LuaState_Push_mCBECF34F0AE0D92AEA0D6B7FD1C27AEED58F2684(L_2, __this, /*hidden argument*/NULL);
|
|
// luaState.LuaGetField(oldTop + 1, name);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_4 = V_0;
|
|
String_t* L_5 = ___name0;
|
|
NullCheck(L_3);
|
|
LuaStatePtr_LuaGetField_m8C7442FD94C2BF9F81CEE7E38AC3AE5579E14647(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), L_5, /*hidden argument*/NULL);
|
|
// string str = luaState.CheckString(-1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_6 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_6);
|
|
String_t* L_7 = LuaState_CheckString_m9FD804B9CAE7648CC6BC46770671F7BB790B9E93(L_6, (-1), /*hidden argument*/NULL);
|
|
// luaState.LuaSetTop(oldTop);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_8 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_8);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_8, L_9, /*hidden argument*/NULL);
|
|
// return str;
|
|
V_1 = L_7;
|
|
goto IL_004f;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0042;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0042:
|
|
{ // begin catch(LuaInterface.LuaException)
|
|
// luaState.LuaSetTop(oldTop);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_10 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_11 = V_0;
|
|
NullCheck(L_10);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_10, L_11, /*hidden argument*/NULL);
|
|
// throw e;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(((LuaException_t362D5A575564491633FB3233987012974B1564C4 *)__exception_local), LuaTable_GetStringField_m3D38587A44D7E9125ACAEC914B8C165F1CA0A884_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004f:
|
|
{
|
|
// }
|
|
String_t* L_12 = V_1;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaTable::AddTable(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaTable_AddTable_m567D20EE7293553B337A9ED6FE9A58CFD0510E8B (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaTable_AddTable_m567D20EE7293553B337A9ED6FE9A58CFD0510E8B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
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);
|
|
{
|
|
// int oldTop = luaState.LuaGetTop();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = LuaStatePtr_LuaGetTop_m2317E7B1B18275AB559943BC22E4BBEED73387AC(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_000c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// luaState.Push(this);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_2);
|
|
LuaState_Push_mCBECF34F0AE0D92AEA0D6B7FD1C27AEED58F2684(L_2, __this, /*hidden argument*/NULL);
|
|
// luaState.Push(name);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
String_t* L_4 = ___name0;
|
|
NullCheck(L_3);
|
|
LuaState_Push_m230F5E6DD013194350BA3741E2A2FFDB49FC77B8(L_3, L_4, /*hidden argument*/NULL);
|
|
// luaState.LuaCreateTable();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_5);
|
|
LuaStatePtr_LuaCreateTable_mBA991E48FA9254F96CE0D4345EDFC664B2EFA661(L_5, 0, 0, /*hidden argument*/NULL);
|
|
// luaState.LuaRawSet(oldTop + 1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_6 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_7 = V_0;
|
|
NullCheck(L_6);
|
|
LuaStatePtr_LuaRawSet_m8A10110C7E36EEB16D82BEEBE0E4AEB05E76A40A(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL);
|
|
// luaState.LuaSetTop(oldTop);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_8 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_8);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_8, L_9, /*hidden argument*/NULL);
|
|
// }
|
|
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_004d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_004d:
|
|
{ // begin catch(System.Exception)
|
|
// luaState.LuaSetTop(oldTop);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_10 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_11 = V_0;
|
|
NullCheck(L_10);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_10, L_11, /*hidden argument*/NULL);
|
|
// throw e;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t *)__exception_local), LuaTable_AddTable_m567D20EE7293553B337A9ED6FE9A58CFD0510E8B_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_005a:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Object[] LuaInterface.LuaTable::ToArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* LuaTable_ToArray_mB309ED29E0A7CD5A5067BEF9A78280EA57FA7C5E (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaTable_ToArray_mB309ED29E0A7CD5A5067BEF9A78280EA57FA7C5E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
RuntimeObject * V_4 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* 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) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// int oldTop = luaState.LuaGetTop();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = LuaStatePtr_LuaGetTop_m2317E7B1B18275AB559943BC22E4BBEED73387AC(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_000c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// luaState.Push(this);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_2);
|
|
LuaState_Push_mCBECF34F0AE0D92AEA0D6B7FD1C27AEED58F2684(L_2, __this, /*hidden argument*/NULL);
|
|
// int len = luaState.LuaObjLen(-1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = LuaStatePtr_LuaObjLen_mDAFD26D2FBDB806DEA813DC5D56F64DC0DE5CC84(L_3, (-1), /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// List<object> list = new List<object>(len + 1);
|
|
int32_t L_5 = V_1;
|
|
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_6 = (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)il2cpp_codegen_object_new(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_il2cpp_TypeInfo_var);
|
|
List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), /*hidden argument*/List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
// int index = 1;
|
|
V_3 = 1;
|
|
// object obj = null;
|
|
V_4 = NULL;
|
|
goto IL_0068;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// luaState.LuaRawGetI(-1, index++);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_8 = V_3;
|
|
int32_t L_9 = L_8;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
|
|
NullCheck(L_7);
|
|
LuaStatePtr_LuaRawGetI_mDC27F64E1DDCB36B6AF0CE4121E857FCEA0759C3(L_7, (-1), L_9, /*hidden argument*/NULL);
|
|
// obj = luaState.ToVariant(-1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_10 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_10);
|
|
RuntimeObject * L_11 = LuaState_ToVariant_m4F2AE5817B28FCD03C41801E377A431C39F54CC0(L_10, (-1), /*hidden argument*/NULL);
|
|
V_4 = L_11;
|
|
// luaState.LuaPop(1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_12 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_12);
|
|
LuaStatePtr_LuaPop_m6CC814869A69A9A3590E6026DA62D8CF1DA6CBA3(L_12, 1, /*hidden argument*/NULL);
|
|
// list.Add(obj);
|
|
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_13 = V_2;
|
|
RuntimeObject * L_14 = V_4;
|
|
NullCheck(L_13);
|
|
List_1_Add_m6930161974C7504C80F52EC379EF012387D43138(L_13, L_14, /*hidden argument*/List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
// while(index <= len)
|
|
int32_t L_15 = V_3;
|
|
int32_t L_16 = V_1;
|
|
if ((((int32_t)L_15) <= ((int32_t)L_16)))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
// luaState.LuaSetTop(oldTop);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_17 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_18 = V_0;
|
|
NullCheck(L_17);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_17, L_18, /*hidden argument*/NULL);
|
|
// return list.ToArray();
|
|
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_19 = V_2;
|
|
NullCheck(L_19);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612(L_19, /*hidden argument*/List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_RuntimeMethod_var);
|
|
V_5 = L_20;
|
|
goto IL_008f;
|
|
}
|
|
} // 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_0082;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0082:
|
|
{ // begin catch(System.Exception)
|
|
// luaState.LuaSetTop(oldTop);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_21 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_22 = V_0;
|
|
NullCheck(L_21);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_21, L_22, /*hidden argument*/NULL);
|
|
// throw e;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t *)__exception_local), LuaTable_ToArray_mB309ED29E0A7CD5A5067BEF9A78280EA57FA7C5E_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_008f:
|
|
{
|
|
// }
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = V_5;
|
|
return L_23;
|
|
}
|
|
}
|
|
// System.String LuaInterface.LuaTable::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaTable_ToString_m7C8DB1A67091A3CF20064851541A92695750EA07 (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaTable_ToString_m7C8DB1A67091A3CF20064851541A92695750EA07_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// luaState.Push(this);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_0);
|
|
LuaState_Push_mCBECF34F0AE0D92AEA0D6B7FD1C27AEED58F2684(L_0, __this, /*hidden argument*/NULL);
|
|
// IntPtr p = luaState.LuaToPointer(-1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_1);
|
|
intptr_t L_2 = LuaStatePtr_LuaToPointer_mB9DFDA0D217AB9594B6E67A42CF626F82D5CABD0(L_1, (-1), /*hidden argument*/NULL);
|
|
V_0 = (intptr_t)L_2;
|
|
// luaState.LuaPop(1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_3);
|
|
LuaStatePtr_LuaPop_m6CC814869A69A9A3590E6026DA62D8CF1DA6CBA3(L_3, 1, /*hidden argument*/NULL);
|
|
// return string.Format("table:0x{0}", p.ToString("X"));
|
|
String_t* L_4 = IntPtr_ToString_m6ADB8DBD989D878D694B4031CC08461B1E2C51FF((intptr_t*)(&V_0), _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B, /*hidden argument*/NULL);
|
|
String_t* L_5 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral40672C0CC91BDD3A2C2B715AF2CCFF29D783CF4F, L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// LuaInterface.LuaArrayTable LuaInterface.LuaTable::ToArrayTable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727 * LuaTable_ToArrayTable_mC2E5E4B77BF694F71E14078E470FDF711538E95F (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaTable_ToArrayTable_mC2E5E4B77BF694F71E14078E470FDF711538E95F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return new LuaArrayTable(this);
|
|
LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727 * L_0 = (LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727 *)il2cpp_codegen_object_new(LuaArrayTable_tB03B9CDE20027C8DBC9E5DDDE73C8702BA5C3727_il2cpp_TypeInfo_var);
|
|
LuaArrayTable__ctor_m128D9DED9949EBF52A95FEC3478C7725545F9FF6(L_0, __this, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// LuaInterface.LuaDictTable LuaInterface.LuaTable::ToDictTable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaDictTable_tBD3685E00B4FE4B5D6672687AA140BEC39A27356 * LuaTable_ToDictTable_mEE522760E0DC542D58D07FA6FB0C2E1AA3584CCC (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaTable_ToDictTable_mEE522760E0DC542D58D07FA6FB0C2E1AA3584CCC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return new LuaDictTable(this);
|
|
LuaDictTable_tBD3685E00B4FE4B5D6672687AA140BEC39A27356 * L_0 = (LuaDictTable_tBD3685E00B4FE4B5D6672687AA140BEC39A27356 *)il2cpp_codegen_object_new(LuaDictTable_tBD3685E00B4FE4B5D6672687AA140BEC39A27356_il2cpp_TypeInfo_var);
|
|
LuaDictTable__ctor_m4077FBFFC3618DD687C8E2E29A8F39846AF966EE(L_0, __this, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// LuaInterface.LuaTable LuaInterface.LuaTable::GetMetaTable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * LuaTable_GetMetaTable_mFA21044BB83D28F6050C418017D76EFB3807CD25 (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaTable_GetMetaTable_mFA21044BB83D28F6050C418017D76EFB3807CD25_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * V_1 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * 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) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// int oldTop = luaState.LuaGetTop();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = LuaStatePtr_LuaGetTop_m2317E7B1B18275AB559943BC22E4BBEED73387AC(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_000c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// LuaTable t = null;
|
|
V_1 = (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *)NULL;
|
|
// luaState.Push(this);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_2);
|
|
LuaState_Push_mCBECF34F0AE0D92AEA0D6B7FD1C27AEED58F2684(L_2, __this, /*hidden argument*/NULL);
|
|
// if (luaState.LuaGetMetaTable(-1) != 0)
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = LuaStatePtr_LuaGetMetaTable_mEFC5E6D750D765D4A3941AB1701ACF25115CE36B(L_3, (-1), /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// t = luaState.CheckLuaTable(-1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_5);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_6 = LuaState_CheckLuaTable_m941EF173E5B7358EE9B65FE40A2802742474E72D(L_5, (-1), /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// luaState.LuaSetTop(oldTop);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_8 = V_0;
|
|
NullCheck(L_7);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_7, L_8, /*hidden argument*/NULL);
|
|
// return t;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_9 = V_1;
|
|
V_2 = L_9;
|
|
goto IL_0052;
|
|
}
|
|
} // 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_0045;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0045:
|
|
{ // begin catch(System.Exception)
|
|
// luaState.LuaSetTop(oldTop);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_10 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_11 = V_0;
|
|
NullCheck(L_10);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_10, L_11, /*hidden argument*/NULL);
|
|
// throw e;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t *)__exception_local), LuaTable_GetMetaTable_mFA21044BB83D28F6050C418017D76EFB3807CD25_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0052:
|
|
{
|
|
// }
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
#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.LuaThread::.ctor(System.Int32,LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaThread__ctor_m5C134376EAA727C1634F5D547F0A4125AFD454CD (LuaThread_tE3CD20787632CE8A9ACACDD031EB48E821A20D10 * __this, int32_t ___reference0, LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___state1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public LuaThread(int reference, LuaState state)
|
|
LuaBaseRef__ctor_mB7071A051A3F44FFE31BB5FF5BF986E9A2D6398F(__this, /*hidden argument*/NULL);
|
|
// this.luaState = state;
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___state1;
|
|
((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->set_luaState_2(L_0);
|
|
// this.reference = reference;
|
|
int32_t L_1 = ___reference0;
|
|
((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->set_reference_1(L_1);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaThread::Resume(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaThread_Resume_mC87571A2E646B1ED24156D6C610815B0AC75794D (LuaThread_tE3CD20787632CE8A9ACACDD031EB48E821A20D10 * __this, intptr_t ___L0, int32_t ___nArgs1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaThread_Resume_mC87571A2E646B1ED24156D6C610815B0AC75794D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B1_0 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B2_0 = 0;
|
|
{
|
|
// int ret = LuaDLL.lua_resume(L, nArgs);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___nArgs1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_resume_m07820DCBAA879C05FEBE04B429722EECAC4B115B((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// if (ret > (int)LuaThreadStatus.LUA_YIELD)
|
|
int32_t L_3 = L_2;
|
|
G_B1_0 = L_3;
|
|
if ((((int32_t)L_3) <= ((int32_t)1)))
|
|
{
|
|
G_B4_0 = L_3;
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
// int top = LuaDLL.lua_gettop(L);
|
|
intptr_t L_4 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_5 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
// LuaDLL.tolua_pushtraceback(L);
|
|
intptr_t L_6 = ___L0;
|
|
LuaDLL_tolua_pushtraceback_m536BF4094B475D3611D5609D3C7C9AEA42CE51C6((intptr_t)L_6, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_pushthread(L);
|
|
intptr_t L_7 = ___L0;
|
|
LuaDLL_lua_pushthread_mD713F98C1C074993841CDDC395D7A5D0EC01A7E6((intptr_t)L_7, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_pushvalue(L, top);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = V_0;
|
|
LuaDLL_lua_pushvalue_m713DDDB9414ED15F1F823B50C1B5C58E56A82498((intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
// if (LuaDLL.lua_pcall(L, 2, -1, 0) != 0)
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = LuaDLL_lua_pcall_m1B708F9BA6605F17B0F2395FA92920C2A3B342EB((intptr_t)L_10, 2, (-1), 0, /*hidden argument*/NULL);
|
|
G_B2_0 = G_B1_0;
|
|
if (!L_11)
|
|
{
|
|
G_B3_0 = G_B1_0;
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_settop(L, top);
|
|
intptr_t L_12 = ___L0;
|
|
int32_t L_13 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_settop_m4BCB928D2559342AADC033F7EDFF34193E5FE76E((intptr_t)L_12, L_13, /*hidden argument*/NULL);
|
|
G_B3_0 = G_B2_0;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// error = LuaDLL.lua_tostring(L, -1);
|
|
intptr_t L_14 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_15 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_14, (-1), /*hidden argument*/NULL);
|
|
// luaState.LuaSetTop(0);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_16 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_16);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F(L_16, 0, /*hidden argument*/NULL);
|
|
// throw new LuaException(error);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_17 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_17, L_15, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, LuaThread_Resume_mC87571A2E646B1ED24156D6C610815B0AC75794D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
// return ret;
|
|
return G_B4_0;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaThread::Resume()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaThread_Resume_m2B2A3B58FF344933B3FE796EB124DFCB159C9922 (LuaThread_tE3CD20787632CE8A9ACACDD031EB48E821A20D10 * __this, const RuntimeMethod* method)
|
|
{
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t G_B2_0 = 0;
|
|
int32_t G_B1_0 = 0;
|
|
{
|
|
// luaState.Push(this);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_0);
|
|
LuaState_Push_mCBECF34F0AE0D92AEA0D6B7FD1C27AEED58F2684(L_0, __this, /*hidden argument*/NULL);
|
|
// IntPtr L = luaState.LuaToThread(-1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_1);
|
|
intptr_t L_2 = LuaStatePtr_LuaToThread_m7949D2B2166E6EE334D685C849D8DEE786C8F00A(L_1, (-1), /*hidden argument*/NULL);
|
|
V_0 = (intptr_t)L_2;
|
|
// luaState.LuaPop(1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck(L_3);
|
|
LuaStatePtr_LuaPop_m6CC814869A69A9A3590E6026DA62D8CF1DA6CBA3(L_3, 1, /*hidden argument*/NULL);
|
|
// int ret = Resume(L, 0);
|
|
intptr_t L_4 = V_0;
|
|
int32_t L_5 = LuaThread_Resume_mC87571A2E646B1ED24156D6C610815B0AC75794D(__this, (intptr_t)L_4, 0, /*hidden argument*/NULL);
|
|
// if (ret == 0)
|
|
int32_t L_6 = L_5;
|
|
G_B1_0 = L_6;
|
|
if (L_6)
|
|
{
|
|
G_B2_0 = L_6;
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
// Dispose();
|
|
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, __this);
|
|
G_B2_0 = G_B1_0;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// return ret;
|
|
return G_B2_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
|
|
#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_LuaUnityLibs_PerlinNoise_mCC6755C8ED59000B837A4D8D067E121EFA268658(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaUnityLibs_PerlinNoise_mCC6755C8ED59000B837A4D8D067E121EFA268658(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaUnityLibs_GetOutVector3_m76E1326E6FBC9984A70BC65A59A35B137CDB4C1D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaUnityLibs_GetOutVector3_m76E1326E6FBC9984A70BC65A59A35B137CDB4C1D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaUnityLibs_GetOutVector2_m21FB21BD9126D69B3B54FE62B538258E39D7FFE6(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaUnityLibs_GetOutVector2_m21FB21BD9126D69B3B54FE62B538258E39D7FFE6(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaUnityLibs_GetOutVector4_mC0CCCA76BE0070FFED83B9C9E830A646C7443857(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaUnityLibs_GetOutVector4_mC0CCCA76BE0070FFED83B9C9E830A646C7443857(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaUnityLibs_GetOutColor_mDD21CA4612609634B688FF3621C06903EF70D511(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaUnityLibs_GetOutColor_mDD21CA4612609634B688FF3621C06903EF70D511(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaUnityLibs_GetOutQuaternion_m0B9A53FCB979CA52862824F1030FF8C8460B0676(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaUnityLibs_GetOutQuaternion_m0B9A53FCB979CA52862824F1030FF8C8460B0676(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaUnityLibs_GetOutRay_m92C13C83B6308FADD92AB521FD7866887499EE6C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaUnityLibs_GetOutRay_m92C13C83B6308FADD92AB521FD7866887499EE6C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaUnityLibs_GetOutBounds_m5DB8DF90BD1FDF8779F7D920E93DA2EF3B2F5289(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaUnityLibs_GetOutBounds_m5DB8DF90BD1FDF8779F7D920E93DA2EF3B2F5289(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaUnityLibs_GetOutRaycastHit_m63B0B4547CA7D2369EE1451C07951589D53ADF18(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaUnityLibs_GetOutRaycastHit_m63B0B4547CA7D2369EE1451C07951589D53ADF18(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaUnityLibs_GetOutTouch_m86DEC6E04EB56B486D8A65C45F0C9C217ECF39F6(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaUnityLibs_GetOutTouch_m86DEC6E04EB56B486D8A65C45F0C9C217ECF39F6(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaUnityLibs_GetOutLayerMask_m2A1255615DD6B81C842B3EB09B5DA3BF9EE11833(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaUnityLibs_GetOutLayerMask_m2A1255615DD6B81C842B3EB09B5DA3BF9EE11833(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void LuaInterface.LuaUnityLibs::OpenLibs(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaUnityLibs_OpenLibs_mA62B07B081335C615D80CC3DC7325D6F179715D0 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// InitMathf(L);
|
|
intptr_t L_0 = ___L0;
|
|
LuaUnityLibs_InitMathf_m9F55FCE103363041FBED11F6EE450C0B8131E29C((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// InitLayer(L);
|
|
intptr_t L_1 = ___L0;
|
|
LuaUnityLibs_InitLayer_m3A2B09A8494654E7FCB880654BE7A072C5547A81((intptr_t)L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaUnityLibs::OpenLuaLibs(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaUnityLibs_OpenLuaLibs_m0D4A2D17E27D0E2DCDCF75A2F1E844E1492F93EF (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaUnityLibs_OpenLuaLibs_m0D4A2D17E27D0E2DCDCF75A2F1E844E1492F93EF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (LuaDLL.tolua_openlualibs(L) != 0)
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_tolua_openlualibs_mDAD36F62CA05DA4ACE2629EB38293294DFB88909((intptr_t)L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
// string error = LuaDLL.lua_tostring(L, -1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_2, (-1), /*hidden argument*/NULL);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_4 = ___L0;
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_4, 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_3, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, LuaUnityLibs_OpenLuaLibs_m0D4A2D17E27D0E2DCDCF75A2F1E844E1492F93EF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// SetOutMethods(L, "Vector3", GetOutVector3);
|
|
intptr_t L_6 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_7 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_7, NULL, (intptr_t)((intptr_t)LuaUnityLibs_GetOutVector3_m76E1326E6FBC9984A70BC65A59A35B137CDB4C1D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaUnityLibs_SetOutMethods_mABE4927ECFD629F74E02DC5C434753D9BB8E80CE((intptr_t)L_6, _stringLiteral7CFE65A1B11B9CEEBE65FE095DDF9C08B4D8C723, L_7, /*hidden argument*/NULL);
|
|
// SetOutMethods(L, "Vector2", GetOutVector2);
|
|
intptr_t L_8 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_9 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_9, NULL, (intptr_t)((intptr_t)LuaUnityLibs_GetOutVector2_m21FB21BD9126D69B3B54FE62B538258E39D7FFE6_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaUnityLibs_SetOutMethods_mABE4927ECFD629F74E02DC5C434753D9BB8E80CE((intptr_t)L_8, _stringLiteralC476FD00CCF30C5701DE9368C551434D10BB9289, L_9, /*hidden argument*/NULL);
|
|
// SetOutMethods(L, "Vector4", GetOutVector4);
|
|
intptr_t L_10 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_11 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_11, NULL, (intptr_t)((intptr_t)LuaUnityLibs_GetOutVector4_mC0CCCA76BE0070FFED83B9C9E830A646C7443857_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaUnityLibs_SetOutMethods_mABE4927ECFD629F74E02DC5C434753D9BB8E80CE((intptr_t)L_10, _stringLiteral134F2C5A8EFE6B2B246EADA810862AAAB6969E63, L_11, /*hidden argument*/NULL);
|
|
// SetOutMethods(L, "Color", GetOutColor);
|
|
intptr_t L_12 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_13 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_13, NULL, (intptr_t)((intptr_t)LuaUnityLibs_GetOutColor_mDD21CA4612609634B688FF3621C06903EF70D511_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaUnityLibs_SetOutMethods_mABE4927ECFD629F74E02DC5C434753D9BB8E80CE((intptr_t)L_12, _stringLiteral1D0C8304BAEDCF8E3A78982C2E7C0B04622BF2A0, L_13, /*hidden argument*/NULL);
|
|
// SetOutMethods(L, "Quaternion", GetOutQuaternion);
|
|
intptr_t L_14 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_15 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_15, NULL, (intptr_t)((intptr_t)LuaUnityLibs_GetOutQuaternion_m0B9A53FCB979CA52862824F1030FF8C8460B0676_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaUnityLibs_SetOutMethods_mABE4927ECFD629F74E02DC5C434753D9BB8E80CE((intptr_t)L_14, _stringLiteral0AFC0462BFDDB5C3B1B5BB1CD0B68F99FE97579E, L_15, /*hidden argument*/NULL);
|
|
// SetOutMethods(L, "Ray", GetOutRay);
|
|
intptr_t L_16 = ___L0;
|
|
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)LuaUnityLibs_GetOutRay_m92C13C83B6308FADD92AB521FD7866887499EE6C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaUnityLibs_SetOutMethods_mABE4927ECFD629F74E02DC5C434753D9BB8E80CE((intptr_t)L_16, _stringLiteralEB23EFBB267893B699389AE74854547979D265BD, L_17, /*hidden argument*/NULL);
|
|
// SetOutMethods(L, "Bounds", GetOutBounds);
|
|
intptr_t 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)LuaUnityLibs_GetOutBounds_m5DB8DF90BD1FDF8779F7D920E93DA2EF3B2F5289_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaUnityLibs_SetOutMethods_mABE4927ECFD629F74E02DC5C434753D9BB8E80CE((intptr_t)L_18, _stringLiteralB95A97052E20A036C292B97A8EF02A42631BE78D, L_19, /*hidden argument*/NULL);
|
|
// SetOutMethods(L, "Touch", GetOutTouch);
|
|
intptr_t L_20 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_21 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_21, NULL, (intptr_t)((intptr_t)LuaUnityLibs_GetOutTouch_m86DEC6E04EB56B486D8A65C45F0C9C217ECF39F6_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaUnityLibs_SetOutMethods_mABE4927ECFD629F74E02DC5C434753D9BB8E80CE((intptr_t)L_20, _stringLiteralE3F139ABB7A549A1210B36F7DBF89215AD6C9902, L_21, /*hidden argument*/NULL);
|
|
// SetOutMethods(L, "RaycastHit", GetOutRaycastHit);
|
|
intptr_t L_22 = ___L0;
|
|
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)LuaUnityLibs_GetOutRaycastHit_m63B0B4547CA7D2369EE1451C07951589D53ADF18_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaUnityLibs_SetOutMethods_mABE4927ECFD629F74E02DC5C434753D9BB8E80CE((intptr_t)L_22, _stringLiteralD7492F9C2372D9EE271C0407541C3D2E3CAF1307, L_23, /*hidden argument*/NULL);
|
|
// SetOutMethods(L, "LayerMask", GetOutLayerMask);
|
|
intptr_t 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)LuaUnityLibs_GetOutLayerMask_m2A1255615DD6B81C842B3EB09B5DA3BF9EE11833_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaUnityLibs_SetOutMethods_mABE4927ECFD629F74E02DC5C434753D9BB8E80CE((intptr_t)L_24, _stringLiteral7B006C1ED0B939994608B39602107BD4CC78E3B6, L_25, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaUnityLibs::InitMathf(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaUnityLibs_InitMathf_m9F55FCE103363041FBED11F6EE450C0B8131E29C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaUnityLibs_InitMathf_m9F55FCE103363041FBED11F6EE450C0B8131E29C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_getglobal(L, "Mathf");
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_getglobal_m45BBC89C9AA2DAB6E3B83527FB5E4FFBACCB8850((intptr_t)L_0, _stringLiteral758D62C965112976A480AB064EB0C1B87301F483, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_pushstring(L, "PerlinNoise");
|
|
intptr_t L_1 = ___L0;
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_1, _stringLiteral83C35BBFC5281AE9DF49DB03F062438FC82226B0, /*hidden argument*/NULL);
|
|
// LuaDLL.tolua_pushcfunction(L, PerlinNoise);
|
|
intptr_t L_2 = ___L0;
|
|
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)LuaUnityLibs_PerlinNoise_mCC6755C8ED59000B837A4D8D067E121EFA268658_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaDLL_tolua_pushcfunction_m29E7A4D931ADB073DCE412CB64BF4F169BAB0FB9((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_rawset(L, -3);
|
|
intptr_t L_4 = ___L0;
|
|
LuaDLL_lua_rawset_mA943B18C491C241BD2724FE6DAA2EA850D73C4CA((intptr_t)L_4, ((int32_t)-3), /*hidden argument*/NULL);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_5 = ___L0;
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_5, 1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaUnityLibs::InitLayer(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaUnityLibs_InitLayer_m3A2B09A8494654E7FCB880654BE7A072C5547A81 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaUnityLibs_InitLayer_m3A2B09A8494654E7FCB880654BE7A072C5547A81_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
// LuaDLL.tolua_createtable(L, "Layer");
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_createtable_m0950666F022DE76CFBC8BF92B4FAED4508FCACF7((intptr_t)L_0, _stringLiteral4343635CF237BAEF50D7A63F4E27D30059EBD2DF, 0, /*hidden argument*/NULL);
|
|
// for (int i = 0; i < 32; i++)
|
|
V_0 = 0;
|
|
goto IL_003a;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// string str = LayerMask.LayerToName(i);
|
|
int32_t L_1 = V_0;
|
|
String_t* L_2 = LayerMask_LayerToName_m89F085329FF3D676590CB1A1EDF9B0D24230441B(L_1, /*hidden argument*/NULL);
|
|
V_1 = L_2;
|
|
// if (!string.IsNullOrEmpty(str))
|
|
String_t* L_3 = V_1;
|
|
bool L_4 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_3, /*hidden argument*/NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushstring(L, str);
|
|
intptr_t L_5 = ___L0;
|
|
String_t* L_6 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_5, L_6, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_pushinteger(L, i);
|
|
intptr_t L_7 = ___L0;
|
|
int32_t L_8 = V_0;
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_7, L_8, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_rawset(L, -3);
|
|
intptr_t L_9 = ___L0;
|
|
LuaDLL_lua_rawset_mA943B18C491C241BD2724FE6DAA2EA850D73C4CA((intptr_t)L_9, ((int32_t)-3), /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// for (int i = 0; i < 32; i++)
|
|
int32_t L_10 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// for (int i = 0; i < 32; i++)
|
|
int32_t L_11 = V_0;
|
|
if ((((int32_t)L_11) < ((int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_12 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_12, 1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaUnityLibs::PerlinNoise(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaUnityLibs_PerlinNoise_mCC6755C8ED59000B837A4D8D067E121EFA268658 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaUnityLibs_PerlinNoise_mCC6755C8ED59000B837A4D8D067E121EFA268658_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
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);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// float x = (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);
|
|
// float y = (float)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_2 = ___L0;
|
|
double L_3 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_2, 2, /*hidden argument*/NULL);
|
|
V_0 = (((float)((float)L_3)));
|
|
// float ret = Mathf.PerlinNoise(x, y);
|
|
float L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_5 = Mathf_PerlinNoise_mA36E513B2931F17ACBF26D928674D3DDEDF5C810((((float)((float)L_1))), L_4, /*hidden argument*/NULL);
|
|
V_1 = L_5;
|
|
// LuaDLL.lua_pushnumber(L, ret);
|
|
intptr_t L_6 = ___L0;
|
|
float L_7 = V_1;
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_6, (((double)((double)L_7))), /*hidden argument*/NULL);
|
|
// 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.Void LuaInterface.LuaUnityLibs::SetOutMethods(System.IntPtr,System.String,LuaInterface.LuaCSFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaUnityLibs_SetOutMethods_mABE4927ECFD629F74E02DC5C434753D9BB8E80CE (intptr_t ___L0, String_t* ___table1, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___getOutFunc2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaUnityLibs_SetOutMethods_mABE4927ECFD629F74E02DC5C434753D9BB8E80CE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// LuaDLL.lua_getglobal(L, table);
|
|
intptr_t L_0 = ___L0;
|
|
String_t* L_1 = ___table1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_getglobal_m45BBC89C9AA2DAB6E3B83527FB5E4FFBACCB8850((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// IntPtr get = Marshal.GetFunctionPointerForDelegate(getOutFunc);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_2 = ___getOutFunc2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
|
|
intptr_t L_3 = Marshal_GetFunctionPointerForDelegate_TisLuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_mC47D09AD0344D2CA3D17A63D4BBF5A0A06C74FF8(L_2, /*hidden argument*/Marshal_GetFunctionPointerForDelegate_TisLuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_mC47D09AD0344D2CA3D17A63D4BBF5A0A06C74FF8_RuntimeMethod_var);
|
|
V_0 = (intptr_t)L_3;
|
|
// LuaDLL.tolua_variable(L, "out", get, IntPtr.Zero);
|
|
intptr_t L_4 = ___L0;
|
|
intptr_t L_5 = V_0;
|
|
LuaDLL_tolua_variable_mC0C7C885C1CD0D84C1F467BD31AD69FBA6FE4E80((intptr_t)L_4, _stringLiteralF4800DF8D1BC61FC95220645938CD65532A64067, (intptr_t)L_5, (intptr_t)(0), /*hidden argument*/NULL);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_6 = ___L0;
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_6, 1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaUnityLibs::GetOutVector3(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaUnityLibs_GetOutVector3_m76E1326E6FBC9984A70BC65A59A35B137CDB4C1D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaUnityLibs_GetOutVector3_m76E1326E6FBC9984A70BC65A59A35B137CDB4C1D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ToLua.PushOut<Vector3>(L, new LuaOut<Vector3>());
|
|
intptr_t L_0 = ___L0;
|
|
LuaOut_1_tCE5E1432A7151A363603F1FFE08AE081D40651BC * L_1 = (LuaOut_1_tCE5E1432A7151A363603F1FFE08AE081D40651BC *)il2cpp_codegen_object_new(LuaOut_1_tCE5E1432A7151A363603F1FFE08AE081D40651BC_il2cpp_TypeInfo_var);
|
|
LuaOut_1__ctor_mC0366ACDD98015BB12C40D2E51EB0161068F30A9(L_1, /*hidden argument*/LuaOut_1__ctor_mC0366ACDD98015BB12C40D2E51EB0161068F30A9_RuntimeMethod_var);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushOut_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m76EC89BD877917495FB6F0671FE451B921AFD2BE((intptr_t)L_0, L_1, /*hidden argument*/ToLua_PushOut_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m76EC89BD877917495FB6F0671FE451B921AFD2BE_RuntimeMethod_var);
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaUnityLibs::GetOutVector2(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaUnityLibs_GetOutVector2_m21FB21BD9126D69B3B54FE62B538258E39D7FFE6 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaUnityLibs_GetOutVector2_m21FB21BD9126D69B3B54FE62B538258E39D7FFE6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ToLua.PushOut<Vector2>(L, new LuaOut<Vector2>());
|
|
intptr_t L_0 = ___L0;
|
|
LuaOut_1_t7EB8EF935FF8C77ED88206C9141E80AD25C98A86 * L_1 = (LuaOut_1_t7EB8EF935FF8C77ED88206C9141E80AD25C98A86 *)il2cpp_codegen_object_new(LuaOut_1_t7EB8EF935FF8C77ED88206C9141E80AD25C98A86_il2cpp_TypeInfo_var);
|
|
LuaOut_1__ctor_mD203909159ABDBCC57896AF03D22419922B19066(L_1, /*hidden argument*/LuaOut_1__ctor_mD203909159ABDBCC57896AF03D22419922B19066_RuntimeMethod_var);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushOut_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m9043DE0512D9B1061033E552DACE485299315CDA((intptr_t)L_0, L_1, /*hidden argument*/ToLua_PushOut_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m9043DE0512D9B1061033E552DACE485299315CDA_RuntimeMethod_var);
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaUnityLibs::GetOutVector4(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaUnityLibs_GetOutVector4_mC0CCCA76BE0070FFED83B9C9E830A646C7443857 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaUnityLibs_GetOutVector4_mC0CCCA76BE0070FFED83B9C9E830A646C7443857_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ToLua.PushOut<Vector4>(L, new LuaOut<Vector4>());
|
|
intptr_t L_0 = ___L0;
|
|
LuaOut_1_tDEA1890418133991120595095C39121967E1FA45 * L_1 = (LuaOut_1_tDEA1890418133991120595095C39121967E1FA45 *)il2cpp_codegen_object_new(LuaOut_1_tDEA1890418133991120595095C39121967E1FA45_il2cpp_TypeInfo_var);
|
|
LuaOut_1__ctor_mEAFF1E63C0E76CF97CF0A8FF1920AEFA13044817(L_1, /*hidden argument*/LuaOut_1__ctor_mEAFF1E63C0E76CF97CF0A8FF1920AEFA13044817_RuntimeMethod_var);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushOut_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mA5958FE06E5816796098E6445D66AF6BF6040985((intptr_t)L_0, L_1, /*hidden argument*/ToLua_PushOut_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mA5958FE06E5816796098E6445D66AF6BF6040985_RuntimeMethod_var);
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaUnityLibs::GetOutColor(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaUnityLibs_GetOutColor_mDD21CA4612609634B688FF3621C06903EF70D511 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaUnityLibs_GetOutColor_mDD21CA4612609634B688FF3621C06903EF70D511_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ToLua.PushOut<Color>(L, new LuaOut<Color>());
|
|
intptr_t L_0 = ___L0;
|
|
LuaOut_1_t9392169A91D49385D53392069F969BF42469EFE4 * L_1 = (LuaOut_1_t9392169A91D49385D53392069F969BF42469EFE4 *)il2cpp_codegen_object_new(LuaOut_1_t9392169A91D49385D53392069F969BF42469EFE4_il2cpp_TypeInfo_var);
|
|
LuaOut_1__ctor_m6DF674F88F996BB6A8E9202D34C1E48AE2839DAB(L_1, /*hidden argument*/LuaOut_1__ctor_m6DF674F88F996BB6A8E9202D34C1E48AE2839DAB_RuntimeMethod_var);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushOut_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m2D3CE302512A933AAB132906B7C9BB3E1CDBD8E7((intptr_t)L_0, L_1, /*hidden argument*/ToLua_PushOut_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m2D3CE302512A933AAB132906B7C9BB3E1CDBD8E7_RuntimeMethod_var);
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaUnityLibs::GetOutQuaternion(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaUnityLibs_GetOutQuaternion_m0B9A53FCB979CA52862824F1030FF8C8460B0676 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaUnityLibs_GetOutQuaternion_m0B9A53FCB979CA52862824F1030FF8C8460B0676_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ToLua.PushOut<Quaternion>(L, new LuaOut<Quaternion>());
|
|
intptr_t L_0 = ___L0;
|
|
LuaOut_1_tB3FB62AB0182E8457C6F03E8D18B8293A8C8D950 * L_1 = (LuaOut_1_tB3FB62AB0182E8457C6F03E8D18B8293A8C8D950 *)il2cpp_codegen_object_new(LuaOut_1_tB3FB62AB0182E8457C6F03E8D18B8293A8C8D950_il2cpp_TypeInfo_var);
|
|
LuaOut_1__ctor_mE0A221F93070F1D3922DC44170752B2CAE3EC240(L_1, /*hidden argument*/LuaOut_1__ctor_mE0A221F93070F1D3922DC44170752B2CAE3EC240_RuntimeMethod_var);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushOut_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_mDBB0FCAD3EC32A72CEF0473D07DED5FDAF2AB6B3((intptr_t)L_0, L_1, /*hidden argument*/ToLua_PushOut_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_mDBB0FCAD3EC32A72CEF0473D07DED5FDAF2AB6B3_RuntimeMethod_var);
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaUnityLibs::GetOutRay(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaUnityLibs_GetOutRay_m92C13C83B6308FADD92AB521FD7866887499EE6C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaUnityLibs_GetOutRay_m92C13C83B6308FADD92AB521FD7866887499EE6C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ToLua.PushOut<Ray>(L, new LuaOut<Ray>());
|
|
intptr_t L_0 = ___L0;
|
|
LuaOut_1_t26B879DF301B69AE2F0DF84E59A3BF0D7B547C1D * L_1 = (LuaOut_1_t26B879DF301B69AE2F0DF84E59A3BF0D7B547C1D *)il2cpp_codegen_object_new(LuaOut_1_t26B879DF301B69AE2F0DF84E59A3BF0D7B547C1D_il2cpp_TypeInfo_var);
|
|
LuaOut_1__ctor_mA8D1267FFE639FC051E8E89C6672F61BB9579F12(L_1, /*hidden argument*/LuaOut_1__ctor_mA8D1267FFE639FC051E8E89C6672F61BB9579F12_RuntimeMethod_var);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushOut_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_mE27E9545CE2A59621D4256801BB03FA67783974C((intptr_t)L_0, L_1, /*hidden argument*/ToLua_PushOut_TisRay_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_mE27E9545CE2A59621D4256801BB03FA67783974C_RuntimeMethod_var);
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaUnityLibs::GetOutBounds(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaUnityLibs_GetOutBounds_m5DB8DF90BD1FDF8779F7D920E93DA2EF3B2F5289 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaUnityLibs_GetOutBounds_m5DB8DF90BD1FDF8779F7D920E93DA2EF3B2F5289_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ToLua.PushOut<Bounds>(L, new LuaOut<Bounds>());
|
|
intptr_t L_0 = ___L0;
|
|
LuaOut_1_tBAD8FA23A2875FBBED5D6BCFC169B5E5F7000A5C * L_1 = (LuaOut_1_tBAD8FA23A2875FBBED5D6BCFC169B5E5F7000A5C *)il2cpp_codegen_object_new(LuaOut_1_tBAD8FA23A2875FBBED5D6BCFC169B5E5F7000A5C_il2cpp_TypeInfo_var);
|
|
LuaOut_1__ctor_mA1FA11453729F3440999AFAC6C5CEB528D38C9B5(L_1, /*hidden argument*/LuaOut_1__ctor_mA1FA11453729F3440999AFAC6C5CEB528D38C9B5_RuntimeMethod_var);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushOut_TisBounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890_m8B06D32884ACDB23CA537AE00890CEB2D19AEA13((intptr_t)L_0, L_1, /*hidden argument*/ToLua_PushOut_TisBounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890_m8B06D32884ACDB23CA537AE00890CEB2D19AEA13_RuntimeMethod_var);
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaUnityLibs::GetOutRaycastHit(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaUnityLibs_GetOutRaycastHit_m63B0B4547CA7D2369EE1451C07951589D53ADF18 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaUnityLibs_GetOutRaycastHit_m63B0B4547CA7D2369EE1451C07951589D53ADF18_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ToLua.PushOut<RaycastHit>(L, new LuaOut<RaycastHit>());
|
|
intptr_t L_0 = ___L0;
|
|
LuaOut_1_tCE40C0B4886FC05F89C3E2FC8BD18BB58DB9715F * L_1 = (LuaOut_1_tCE40C0B4886FC05F89C3E2FC8BD18BB58DB9715F *)il2cpp_codegen_object_new(LuaOut_1_tCE40C0B4886FC05F89C3E2FC8BD18BB58DB9715F_il2cpp_TypeInfo_var);
|
|
LuaOut_1__ctor_mD1E03FEEE0FF26CA508E22D22253F25FE1F0CA25(L_1, /*hidden argument*/LuaOut_1__ctor_mD1E03FEEE0FF26CA508E22D22253F25FE1F0CA25_RuntimeMethod_var);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushOut_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m71F2D1C7CC0CEF050D412ADCEC322BD386F990A4((intptr_t)L_0, L_1, /*hidden argument*/ToLua_PushOut_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m71F2D1C7CC0CEF050D412ADCEC322BD386F990A4_RuntimeMethod_var);
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaUnityLibs::GetOutTouch(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaUnityLibs_GetOutTouch_m86DEC6E04EB56B486D8A65C45F0C9C217ECF39F6 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaUnityLibs_GetOutTouch_m86DEC6E04EB56B486D8A65C45F0C9C217ECF39F6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ToLua.PushOut<Touch>(L, new LuaOut<Touch>());
|
|
intptr_t L_0 = ___L0;
|
|
LuaOut_1_t8356830053EE5EF6CF3D7182E90A7E9DBE82B9C1 * L_1 = (LuaOut_1_t8356830053EE5EF6CF3D7182E90A7E9DBE82B9C1 *)il2cpp_codegen_object_new(LuaOut_1_t8356830053EE5EF6CF3D7182E90A7E9DBE82B9C1_il2cpp_TypeInfo_var);
|
|
LuaOut_1__ctor_mA82447F122C10C933E18268BAEF4BD1826B481B3(L_1, /*hidden argument*/LuaOut_1__ctor_mA82447F122C10C933E18268BAEF4BD1826B481B3_RuntimeMethod_var);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushOut_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_m0BFFABAAE02594C8D3801A95B2C60F922E866DA4((intptr_t)L_0, L_1, /*hidden argument*/ToLua_PushOut_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_m0BFFABAAE02594C8D3801A95B2C60F922E866DA4_RuntimeMethod_var);
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.LuaUnityLibs::GetOutLayerMask(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaUnityLibs_GetOutLayerMask_m2A1255615DD6B81C842B3EB09B5DA3BF9EE11833 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaUnityLibs_GetOutLayerMask_m2A1255615DD6B81C842B3EB09B5DA3BF9EE11833_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ToLua.PushOut<LayerMask>(L, new LuaOut<LayerMask>());
|
|
intptr_t L_0 = ___L0;
|
|
LuaOut_1_t4F92453B34CDEFFD687A14A61A1B9A2750F5981B * L_1 = (LuaOut_1_t4F92453B34CDEFFD687A14A61A1B9A2750F5981B *)il2cpp_codegen_object_new(LuaOut_1_t4F92453B34CDEFFD687A14A61A1B9A2750F5981B_il2cpp_TypeInfo_var);
|
|
LuaOut_1__ctor_mA0A08AA4A09F98A427FE7D1A9466D70872FFC4AE(L_1, /*hidden argument*/LuaOut_1__ctor_mA0A08AA4A09F98A427FE7D1A9466D70872FFC4AE_RuntimeMethod_var);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushOut_TisLayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0_mA426092C52139BD02D53E824A4A199537340084C((intptr_t)L_0, L_1, /*hidden argument*/ToLua_PushOut_TisLayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0_mA426092C52139BD02D53E824A4A199537340084C_RuntimeMethod_var);
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.LuaUnityLibs::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaUnityLibs__ctor_mFDA00D33241927A701AF2DEAFC9D41EC99D0DA8F (LuaUnityLibs_tE4B937F19FF47E6B9FB42F1E3A9A9DCC6F88DB44 * __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 LuaInterface.LuaValueType::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaValueType__ctor_m2F99F0C688E591B292C8E4DBD7CC47EBB2AF0C8A (LuaValueType_t25756BF423E79830D055A1AE47C3C8E1905AC1DB * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// type = value;
|
|
int32_t L_0 = ___value0;
|
|
__this->set_type_14(L_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void LuaValueType__ctor_m2F99F0C688E591B292C8E4DBD7CC47EBB2AF0C8A_AdjustorThunk (RuntimeObject * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
LuaValueType_t25756BF423E79830D055A1AE47C3C8E1905AC1DB * _thisAdjusted = reinterpret_cast<LuaValueType_t25756BF423E79830D055A1AE47C3C8E1905AC1DB *>(__this + _offset);
|
|
LuaValueType__ctor_m2F99F0C688E591B292C8E4DBD7CC47EBB2AF0C8A_inline(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.Int32 LuaInterface.LuaValueType::op_Implicit(LuaInterface.LuaValueType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaValueType_op_Implicit_m55E9299C7E2C2F64FCDCE0FFB66443D2D02941C6 (LuaValueType_t25756BF423E79830D055A1AE47C3C8E1905AC1DB ___mask0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return mask.type;
|
|
LuaValueType_t25756BF423E79830D055A1AE47C3C8E1905AC1DB L_0 = ___mask0;
|
|
int32_t L_1 = L_0.get_type_14();
|
|
return L_1;
|
|
}
|
|
}
|
|
// LuaInterface.LuaValueType LuaInterface.LuaValueType::op_Implicit(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaValueType_t25756BF423E79830D055A1AE47C3C8E1905AC1DB LuaValueType_op_Implicit_m023DC32B85BE1BB6068C88DD8A5D0F64E32DCA95 (int32_t ___intVal0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new LuaValueType(intVal);
|
|
int32_t L_0 = ___intVal0;
|
|
LuaValueType_t25756BF423E79830D055A1AE47C3C8E1905AC1DB L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
LuaValueType__ctor_m2F99F0C688E591B292C8E4DBD7CC47EBB2AF0C8A_inline((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String LuaInterface.LuaValueType::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaValueType_ToString_m6206FA8C42242A2BF97EE57FEA6EFC904A44451C (LuaValueType_t25756BF423E79830D055A1AE47C3C8E1905AC1DB * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaValueType_ToString_m6206FA8C42242A2BF97EE57FEA6EFC904A44451C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaValueTypeName.Get(type);
|
|
int32_t L_0 = __this->get_type_14();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var);
|
|
String_t* L_1 = LuaValueTypeName_Get_m8667333573E678956FFEFB4DEB9E06AB004C2E70(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* LuaValueType_ToString_m6206FA8C42242A2BF97EE57FEA6EFC904A44451C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
LuaValueType_t25756BF423E79830D055A1AE47C3C8E1905AC1DB * _thisAdjusted = reinterpret_cast<LuaValueType_t25756BF423E79830D055A1AE47C3C8E1905AC1DB *>(__this + _offset);
|
|
return LuaValueType_ToString_m6206FA8C42242A2BF97EE57FEA6EFC904A44451C(_thisAdjusted, 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.LuaValueTypeName::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaValueTypeName__cctor_mF4EB0E273707228912A8A820E2C50F40D9A20A6D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaValueTypeName__cctor_mF4EB0E273707228912A8A820E2C50F40D9A20A6D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static string[] names = new string[LuaValueType.Max];
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64));
|
|
((LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_StaticFields*)il2cpp_codegen_static_fields_for(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var))->set_names_0(L_0);
|
|
// names[LuaValueType.None] = "None";
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ((LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_StaticFields*)il2cpp_codegen_static_fields_for(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var))->get_names_0();
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteral6EEF6648406C333A4035CD5E60D0BF2ECF2606D7);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral6EEF6648406C333A4035CD5E60D0BF2ECF2606D7);
|
|
// names[LuaValueType.Vector3] = "Vector3";
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = ((LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_StaticFields*)il2cpp_codegen_static_fields_for(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var))->get_names_0();
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteral7CFE65A1B11B9CEEBE65FE095DDF9C08B4D8C723);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral7CFE65A1B11B9CEEBE65FE095DDF9C08B4D8C723);
|
|
// names[LuaValueType.Quaternion] = "Quaternion";
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = ((LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_StaticFields*)il2cpp_codegen_static_fields_for(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var))->get_names_0();
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, _stringLiteral0AFC0462BFDDB5C3B1B5BB1CD0B68F99FE97579E);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral0AFC0462BFDDB5C3B1B5BB1CD0B68F99FE97579E);
|
|
// names[LuaValueType.Vector2] = "Vector2";
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = ((LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_StaticFields*)il2cpp_codegen_static_fields_for(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var))->get_names_0();
|
|
NullCheck(L_4);
|
|
ArrayElementTypeCheck (L_4, _stringLiteralC476FD00CCF30C5701DE9368C551434D10BB9289);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteralC476FD00CCF30C5701DE9368C551434D10BB9289);
|
|
// names[LuaValueType.Color] = "Color";
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = ((LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_StaticFields*)il2cpp_codegen_static_fields_for(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var))->get_names_0();
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, _stringLiteral1D0C8304BAEDCF8E3A78982C2E7C0B04622BF2A0);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral1D0C8304BAEDCF8E3A78982C2E7C0B04622BF2A0);
|
|
// names[LuaValueType.Vector4] = "Vector4";
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = ((LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_StaticFields*)il2cpp_codegen_static_fields_for(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var))->get_names_0();
|
|
NullCheck(L_6);
|
|
ArrayElementTypeCheck (L_6, _stringLiteral134F2C5A8EFE6B2B246EADA810862AAAB6969E63);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteral134F2C5A8EFE6B2B246EADA810862AAAB6969E63);
|
|
// names[LuaValueType.Ray] = "Ray";
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = ((LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_StaticFields*)il2cpp_codegen_static_fields_for(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var))->get_names_0();
|
|
NullCheck(L_7);
|
|
ArrayElementTypeCheck (L_7, _stringLiteralEB23EFBB267893B699389AE74854547979D265BD);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteralEB23EFBB267893B699389AE74854547979D265BD);
|
|
// names[LuaValueType.Bounds] = "Bounds";
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = ((LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_StaticFields*)il2cpp_codegen_static_fields_for(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var))->get_names_0();
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, _stringLiteralB95A97052E20A036C292B97A8EF02A42631BE78D);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(7), (String_t*)_stringLiteralB95A97052E20A036C292B97A8EF02A42631BE78D);
|
|
// names[LuaValueType.Touch] = "Touch";
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = ((LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_StaticFields*)il2cpp_codegen_static_fields_for(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var))->get_names_0();
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, _stringLiteralE3F139ABB7A549A1210B36F7DBF89215AD6C9902);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(8), (String_t*)_stringLiteralE3F139ABB7A549A1210B36F7DBF89215AD6C9902);
|
|
// names[LuaValueType.LayerMask] = "LayerMask";
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = ((LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_StaticFields*)il2cpp_codegen_static_fields_for(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var))->get_names_0();
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, _stringLiteral7B006C1ED0B939994608B39602107BD4CC78E3B6);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (String_t*)_stringLiteral7B006C1ED0B939994608B39602107BD4CC78E3B6);
|
|
// names[LuaValueType.RaycastHit] = "RaycastHit";
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = ((LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_StaticFields*)il2cpp_codegen_static_fields_for(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var))->get_names_0();
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, _stringLiteralD7492F9C2372D9EE271C0407541C3D2E3CAF1307);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (String_t*)_stringLiteralD7492F9C2372D9EE271C0407541C3D2E3CAF1307);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.String LuaInterface.LuaValueTypeName::Get(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaValueTypeName_Get_m8667333573E678956FFEFB4DEB9E06AB004C2E70 (int32_t ___type0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaValueTypeName_Get_m8667333573E678956FFEFB4DEB9E06AB004C2E70_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (type >= 0 && type < LuaValueType.Max)
|
|
int32_t L_0 = ___type0;
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___type0;
|
|
if ((((int32_t)L_1) >= ((int32_t)((int32_t)64))))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// return names[type];
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = ((LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_StaticFields*)il2cpp_codegen_static_fields_for(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var))->get_names_0();
|
|
int32_t L_3 = ___type0;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
String_t* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
return L_5;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// return "UnKnownType:" + ConstStringTable.GetNumIntern(type);
|
|
int32_t L_6 = ___type0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ConstStringTable_tA3D91A3B2781B23A6F40A925C6A0A968A103EDA3_il2cpp_TypeInfo_var);
|
|
String_t* L_7 = ConstStringTable_GetNumIntern_m3A79E053ABE1B51F1619D0A658C1049FB9A0B222(L_6, /*hidden argument*/NULL);
|
|
String_t* L_8 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralA6E23F07C295C026EC182C1EA086781B2AAD29E0, L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
#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.Lua_Debug
|
|
IL2CPP_EXTERN_C void Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshal_pinvoke(const Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4& unmarshaled, Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___eventcode_0 = unmarshaled.get_eventcode_0();
|
|
marshaled.____name_1 = unmarshaled.get__name_1();
|
|
marshaled.____namewhat_2 = unmarshaled.get__namewhat_2();
|
|
marshaled.____what_3 = unmarshaled.get__what_3();
|
|
marshaled.____source_4 = unmarshaled.get__source_4();
|
|
marshaled.___currentline_5 = unmarshaled.get_currentline_5();
|
|
marshaled.___nups_6 = unmarshaled.get_nups_6();
|
|
marshaled.___linedefined_7 = unmarshaled.get_linedefined_7();
|
|
marshaled.___lastlinedefined_8 = unmarshaled.get_lastlinedefined_8();
|
|
if (unmarshaled.get__short_src_9() != NULL)
|
|
{
|
|
if (128 > (unmarshaled.get__short_src_9())->max_length)
|
|
{
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL);
|
|
}
|
|
|
|
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(128); i++)
|
|
{
|
|
(marshaled.____short_src_9)[i] = (unmarshaled.get__short_src_9())->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
|
|
}
|
|
}
|
|
marshaled.___i_ci_10 = unmarshaled.get_i_ci_10();
|
|
}
|
|
IL2CPP_EXTERN_C void Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshal_pinvoke_back(const Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke& marshaled, Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_pinvoke_FromNativeMethodDefinition_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t unmarshaled_eventcode_temp_0 = 0;
|
|
unmarshaled_eventcode_temp_0 = marshaled.___eventcode_0;
|
|
unmarshaled.set_eventcode_0(unmarshaled_eventcode_temp_0);
|
|
intptr_t unmarshaled__name_temp_1;
|
|
memset((&unmarshaled__name_temp_1), 0, sizeof(unmarshaled__name_temp_1));
|
|
unmarshaled__name_temp_1 = marshaled.____name_1;
|
|
unmarshaled.set__name_1(unmarshaled__name_temp_1);
|
|
intptr_t unmarshaled__namewhat_temp_2;
|
|
memset((&unmarshaled__namewhat_temp_2), 0, sizeof(unmarshaled__namewhat_temp_2));
|
|
unmarshaled__namewhat_temp_2 = marshaled.____namewhat_2;
|
|
unmarshaled.set__namewhat_2(unmarshaled__namewhat_temp_2);
|
|
intptr_t unmarshaled__what_temp_3;
|
|
memset((&unmarshaled__what_temp_3), 0, sizeof(unmarshaled__what_temp_3));
|
|
unmarshaled__what_temp_3 = marshaled.____what_3;
|
|
unmarshaled.set__what_3(unmarshaled__what_temp_3);
|
|
intptr_t unmarshaled__source_temp_4;
|
|
memset((&unmarshaled__source_temp_4), 0, sizeof(unmarshaled__source_temp_4));
|
|
unmarshaled__source_temp_4 = marshaled.____source_4;
|
|
unmarshaled.set__source_4(unmarshaled__source_temp_4);
|
|
int32_t unmarshaled_currentline_temp_5 = 0;
|
|
unmarshaled_currentline_temp_5 = marshaled.___currentline_5;
|
|
unmarshaled.set_currentline_5(unmarshaled_currentline_temp_5);
|
|
int32_t unmarshaled_nups_temp_6 = 0;
|
|
unmarshaled_nups_temp_6 = marshaled.___nups_6;
|
|
unmarshaled.set_nups_6(unmarshaled_nups_temp_6);
|
|
int32_t unmarshaled_linedefined_temp_7 = 0;
|
|
unmarshaled_linedefined_temp_7 = marshaled.___linedefined_7;
|
|
unmarshaled.set_linedefined_7(unmarshaled_linedefined_temp_7);
|
|
int32_t unmarshaled_lastlinedefined_temp_8 = 0;
|
|
unmarshaled_lastlinedefined_temp_8 = marshaled.___lastlinedefined_8;
|
|
unmarshaled.set_lastlinedefined_8(unmarshaled_lastlinedefined_temp_8);
|
|
unmarshaled.set__short_src_9(reinterpret_cast<ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*>((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, 128)));
|
|
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(128); i++)
|
|
{
|
|
(unmarshaled.get__short_src_9())->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.____short_src_9)[i]);
|
|
}
|
|
int32_t unmarshaled_i_ci_temp_10 = 0;
|
|
unmarshaled_i_ci_temp_10 = marshaled.___i_ci_10;
|
|
unmarshaled.set_i_ci_10(unmarshaled_i_ci_temp_10);
|
|
}
|
|
// Conversion method for clean up from marshalling of: LuaInterface.Lua_Debug
|
|
IL2CPP_EXTERN_C void Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshal_pinvoke_cleanup(Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: LuaInterface.Lua_Debug
|
|
IL2CPP_EXTERN_C void Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshal_com(const Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4& unmarshaled, Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___eventcode_0 = unmarshaled.get_eventcode_0();
|
|
marshaled.____name_1 = unmarshaled.get__name_1();
|
|
marshaled.____namewhat_2 = unmarshaled.get__namewhat_2();
|
|
marshaled.____what_3 = unmarshaled.get__what_3();
|
|
marshaled.____source_4 = unmarshaled.get__source_4();
|
|
marshaled.___currentline_5 = unmarshaled.get_currentline_5();
|
|
marshaled.___nups_6 = unmarshaled.get_nups_6();
|
|
marshaled.___linedefined_7 = unmarshaled.get_linedefined_7();
|
|
marshaled.___lastlinedefined_8 = unmarshaled.get_lastlinedefined_8();
|
|
if (unmarshaled.get__short_src_9() != NULL)
|
|
{
|
|
if (128 > (unmarshaled.get__short_src_9())->max_length)
|
|
{
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL);
|
|
}
|
|
|
|
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(128); i++)
|
|
{
|
|
(marshaled.____short_src_9)[i] = (unmarshaled.get__short_src_9())->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
|
|
}
|
|
}
|
|
marshaled.___i_ci_10 = unmarshaled.get_i_ci_10();
|
|
}
|
|
IL2CPP_EXTERN_C void Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshal_com_back(const Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_com& marshaled, Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_com_FromNativeMethodDefinition_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t unmarshaled_eventcode_temp_0 = 0;
|
|
unmarshaled_eventcode_temp_0 = marshaled.___eventcode_0;
|
|
unmarshaled.set_eventcode_0(unmarshaled_eventcode_temp_0);
|
|
intptr_t unmarshaled__name_temp_1;
|
|
memset((&unmarshaled__name_temp_1), 0, sizeof(unmarshaled__name_temp_1));
|
|
unmarshaled__name_temp_1 = marshaled.____name_1;
|
|
unmarshaled.set__name_1(unmarshaled__name_temp_1);
|
|
intptr_t unmarshaled__namewhat_temp_2;
|
|
memset((&unmarshaled__namewhat_temp_2), 0, sizeof(unmarshaled__namewhat_temp_2));
|
|
unmarshaled__namewhat_temp_2 = marshaled.____namewhat_2;
|
|
unmarshaled.set__namewhat_2(unmarshaled__namewhat_temp_2);
|
|
intptr_t unmarshaled__what_temp_3;
|
|
memset((&unmarshaled__what_temp_3), 0, sizeof(unmarshaled__what_temp_3));
|
|
unmarshaled__what_temp_3 = marshaled.____what_3;
|
|
unmarshaled.set__what_3(unmarshaled__what_temp_3);
|
|
intptr_t unmarshaled__source_temp_4;
|
|
memset((&unmarshaled__source_temp_4), 0, sizeof(unmarshaled__source_temp_4));
|
|
unmarshaled__source_temp_4 = marshaled.____source_4;
|
|
unmarshaled.set__source_4(unmarshaled__source_temp_4);
|
|
int32_t unmarshaled_currentline_temp_5 = 0;
|
|
unmarshaled_currentline_temp_5 = marshaled.___currentline_5;
|
|
unmarshaled.set_currentline_5(unmarshaled_currentline_temp_5);
|
|
int32_t unmarshaled_nups_temp_6 = 0;
|
|
unmarshaled_nups_temp_6 = marshaled.___nups_6;
|
|
unmarshaled.set_nups_6(unmarshaled_nups_temp_6);
|
|
int32_t unmarshaled_linedefined_temp_7 = 0;
|
|
unmarshaled_linedefined_temp_7 = marshaled.___linedefined_7;
|
|
unmarshaled.set_linedefined_7(unmarshaled_linedefined_temp_7);
|
|
int32_t unmarshaled_lastlinedefined_temp_8 = 0;
|
|
unmarshaled_lastlinedefined_temp_8 = marshaled.___lastlinedefined_8;
|
|
unmarshaled.set_lastlinedefined_8(unmarshaled_lastlinedefined_temp_8);
|
|
unmarshaled.set__short_src_9(reinterpret_cast<ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*>((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, 128)));
|
|
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(128); i++)
|
|
{
|
|
(unmarshaled.get__short_src_9())->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.____short_src_9)[i]);
|
|
}
|
|
int32_t unmarshaled_i_ci_temp_10 = 0;
|
|
unmarshaled_i_ci_temp_10 = marshaled.___i_ci_10;
|
|
unmarshaled.set_i_ci_10(unmarshaled_i_ci_temp_10);
|
|
}
|
|
// Conversion method for clean up from marshalling of: LuaInterface.Lua_Debug
|
|
IL2CPP_EXTERN_C void Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshal_com_cleanup(Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.String LuaInterface.Lua_Debug::tostring(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Lua_Debug_tostring_mB26D13526DBBE2F4D19668ABFAEBC76011351BB3 (Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * __this, intptr_t ___p0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Lua_Debug_tostring_mB26D13526DBBE2F4D19668ABFAEBC76011351BB3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (p != IntPtr.Zero)
|
|
intptr_t L_0 = ___p0;
|
|
bool L_1 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
// int len = LuaDLL.tolua_strlen(p);
|
|
intptr_t L_2 = ___p0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = LuaDLL_tolua_strlen_m6D9801899F5D51296C403A28DC81D42BA5C8AF89((intptr_t)L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// return LuaDLL.lua_ptrtostring(p, len);
|
|
intptr_t L_4 = ___p0;
|
|
int32_t L_5 = V_0;
|
|
String_t* L_6 = LuaDLL_lua_ptrtostring_mA59883E99CB26816804DCD7DC19F4A15BA3F039D((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// return string.Empty;
|
|
String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Lua_Debug_tostring_mB26D13526DBBE2F4D19668ABFAEBC76011351BB3_AdjustorThunk (RuntimeObject * __this, intptr_t ___p0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * _thisAdjusted = reinterpret_cast<Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 *>(__this + _offset);
|
|
return Lua_Debug_tostring_mB26D13526DBBE2F4D19668ABFAEBC76011351BB3(_thisAdjusted, ___p0, method);
|
|
}
|
|
// System.String LuaInterface.Lua_Debug::get_namewhat()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Lua_Debug_get_namewhat_m090A52E4C75F2B3E77482542DA4C332C1F1A5173 (Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return tostring(_namewhat);
|
|
intptr_t L_0 = __this->get__namewhat_2();
|
|
String_t* L_1 = Lua_Debug_tostring_mB26D13526DBBE2F4D19668ABFAEBC76011351BB3((Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 *)__this, (intptr_t)L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Lua_Debug_get_namewhat_m090A52E4C75F2B3E77482542DA4C332C1F1A5173_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * _thisAdjusted = reinterpret_cast<Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 *>(__this + _offset);
|
|
return Lua_Debug_get_namewhat_m090A52E4C75F2B3E77482542DA4C332C1F1A5173(_thisAdjusted, method);
|
|
}
|
|
// System.String LuaInterface.Lua_Debug::get_name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Lua_Debug_get_name_mC1AB2C0FFA6D047BF83A5C4F447824C85C637201 (Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return tostring(_name);
|
|
intptr_t L_0 = __this->get__name_1();
|
|
String_t* L_1 = Lua_Debug_tostring_mB26D13526DBBE2F4D19668ABFAEBC76011351BB3((Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 *)__this, (intptr_t)L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Lua_Debug_get_name_mC1AB2C0FFA6D047BF83A5C4F447824C85C637201_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * _thisAdjusted = reinterpret_cast<Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 *>(__this + _offset);
|
|
return Lua_Debug_get_name_mC1AB2C0FFA6D047BF83A5C4F447824C85C637201(_thisAdjusted, method);
|
|
}
|
|
// System.String LuaInterface.Lua_Debug::get_what()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Lua_Debug_get_what_m694BD2FF39FBA5EEA6BDF2CF8278AE6F4FB1D7E5 (Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return tostring(_what);
|
|
intptr_t L_0 = __this->get__what_3();
|
|
String_t* L_1 = Lua_Debug_tostring_mB26D13526DBBE2F4D19668ABFAEBC76011351BB3((Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 *)__this, (intptr_t)L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Lua_Debug_get_what_m694BD2FF39FBA5EEA6BDF2CF8278AE6F4FB1D7E5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * _thisAdjusted = reinterpret_cast<Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 *>(__this + _offset);
|
|
return Lua_Debug_get_what_m694BD2FF39FBA5EEA6BDF2CF8278AE6F4FB1D7E5(_thisAdjusted, method);
|
|
}
|
|
// System.String LuaInterface.Lua_Debug::get_source()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Lua_Debug_get_source_mBD60056082BA82837E07665095126FF18DE487FF (Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return tostring(_source);
|
|
intptr_t L_0 = __this->get__source_4();
|
|
String_t* L_1 = Lua_Debug_tostring_mB26D13526DBBE2F4D19668ABFAEBC76011351BB3((Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 *)__this, (intptr_t)L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Lua_Debug_get_source_mBD60056082BA82837E07665095126FF18DE487FF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * _thisAdjusted = reinterpret_cast<Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 *>(__this + _offset);
|
|
return Lua_Debug_get_source_mBD60056082BA82837E07665095126FF18DE487FF(_thisAdjusted, method);
|
|
}
|
|
// System.Int32 LuaInterface.Lua_Debug::GetShortSrcLen(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Lua_Debug_GetShortSrcLen_mA7B45B4983658CE4168763B7FC661AD4BD28DDC4 (Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___str0, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// int i = 0;
|
|
V_0 = 0;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
// if (str[i] == '\0')
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___str0;
|
|
int32_t L_1 = V_0;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
if (L_3)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
// return i;
|
|
int32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// for (; i < 128; i++)
|
|
int32_t L_5 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// for (; i < 128; i++)
|
|
int32_t L_6 = V_0;
|
|
if ((((int32_t)L_6) < ((int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
// return i;
|
|
int32_t L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Lua_Debug_GetShortSrcLen_mA7B45B4983658CE4168763B7FC661AD4BD28DDC4_AdjustorThunk (RuntimeObject * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___str0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * _thisAdjusted = reinterpret_cast<Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 *>(__this + _offset);
|
|
return Lua_Debug_GetShortSrcLen_mA7B45B4983658CE4168763B7FC661AD4BD28DDC4(_thisAdjusted, ___str0, method);
|
|
}
|
|
// System.String LuaInterface.Lua_Debug::get_short_src()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Lua_Debug_get_short_src_m4A7F3FF4225F2C92AC3AE4EDEC1F3FA0BC4A81E7 (Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Lua_Debug_get_short_src_m4A7F3FF4225F2C92AC3AE4EDEC1F3FA0BC4A81E7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (_short_src == null)
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__short_src_9();
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// return string.Empty;
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// int count = GetShortSrcLen(_short_src);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__short_src_9();
|
|
int32_t L_3 = Lua_Debug_GetShortSrcLen_mA7B45B4983658CE4168763B7FC661AD4BD28DDC4((Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 *)__this, L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// return Encoding.UTF8.GetString(_short_src, 0, count);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_4 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get__short_src_9();
|
|
int32_t L_6 = V_0;
|
|
NullCheck(L_4);
|
|
String_t* L_7 = VirtFuncInvoker3< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(35 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_4, L_5, 0, L_6);
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Lua_Debug_get_short_src_m4A7F3FF4225F2C92AC3AE4EDEC1F3FA0BC4A81E7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 * _thisAdjusted = reinterpret_cast<Lua_Debug_tB2B9467892421E2CC79E6896FFE4829FE90B68F4 *>(__this + _offset);
|
|
return Lua_Debug_get_short_src_m4A7F3FF4225F2C92AC3AE4EDEC1F3FA0BC4A81E7(_thisAdjusted, 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.MonoPInvokeCallbackAttribute::.ctor(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoPInvokeCallbackAttribute__ctor_mFFECB96EA149978610120DFA476444591877BA40 (MonoPInvokeCallbackAttribute_t6F873AE8CBB61A49CEAA8A92874D8719F9B07227 * __this, Type_t * ___type0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public MonoPInvokeCallbackAttribute(Type type)
|
|
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
|
|
// System.Void LuaInterface.NoToLuaAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoToLuaAttribute__ctor_mA4DCB846F189E71A1D56B1074F307B7DE66E6832 (NoToLuaAttribute_t7012DEC948E5B7BEF68B4DD7501EE5528523BF1E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public NoToLuaAttribute()
|
|
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
|
|
// System.Void LuaInterface.NullObject::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullObject__ctor_mB9567B7A62EE48B2C277821AF00854E5ACE7B68A (NullObject_t13A086A1C0162EF77A36B767C9C86D32E22816A8 * __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.Boolean LuaInterface.ObjectTranslator::get_LogGC()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectTranslator_get_LogGC_m0AC67D9FBF84D167DFEAC99B72948A89CD903584 (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool LogGC { get; set; }
|
|
bool L_0 = __this->get_U3CLogGCU3Ek__BackingField_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ObjectTranslator::set_LogGC(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTranslator_set_LogGC_m53709D9D37131485EB9C62A72E7BD037D799F432 (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool LogGC { get; set; }
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CLogGCU3Ek__BackingField_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ObjectTranslator::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTranslator__ctor_mC8F57EDCA8281C52720723E12119C591949B682A (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ObjectTranslator__ctor_mC8F57EDCA8281C52720723E12119C591949B682A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public readonly Dictionary<object, int> objectsBackMap = new Dictionary<object, int>(257, new CompareObject());
|
|
CompareObject_t68C895AE10CEE6EDA77DC4902BB96515237F623E * L_0 = (CompareObject_t68C895AE10CEE6EDA77DC4902BB96515237F623E *)il2cpp_codegen_object_new(CompareObject_t68C895AE10CEE6EDA77DC4902BB96515237F623E_il2cpp_TypeInfo_var);
|
|
CompareObject__ctor_mE16D8702F7B5660D6E3DF4CE9566A19E141D97F8(L_0, /*hidden argument*/NULL);
|
|
Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * L_1 = (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A *)il2cpp_codegen_object_new(Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_mAED6AA22D9A0ACBD19E2634A4FCE7CCC40DE3E0C(L_1, ((int32_t)257), L_0, /*hidden argument*/Dictionary_2__ctor_mAED6AA22D9A0ACBD19E2634A4FCE7CCC40DE3E0C_RuntimeMethod_var);
|
|
__this->set_objectsBackMap_1(L_1);
|
|
// public readonly LuaObjectPool objects = new LuaObjectPool();
|
|
LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A * L_2 = (LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A *)il2cpp_codegen_object_new(LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A_il2cpp_TypeInfo_var);
|
|
LuaObjectPool__ctor_m494EE93240BFDDAE7FC41F9EE2E61C23C7746323(L_2, /*hidden argument*/NULL);
|
|
__this->set_objects_2(L_2);
|
|
// private List<DelayGC> gcList = new List<DelayGC>();
|
|
List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC * L_3 = (List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC *)il2cpp_codegen_object_new(List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m90DA1FA9B27AA2BB0385DD12C9F97AA4F3D3F3D9(L_3, /*hidden argument*/List_1__ctor_m90DA1FA9B27AA2BB0385DD12C9F97AA4F3D3F3D9_RuntimeMethod_var);
|
|
__this->set_gcList_3(L_3);
|
|
// public ObjectTranslator()
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
// LogGC = false;
|
|
ObjectTranslator_set_LogGC_m53709D9D37131485EB9C62A72E7BD037D799F432_inline(__this, (bool)0, /*hidden argument*/NULL);
|
|
// _translator = this;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var);
|
|
((ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var))->set__translator_5(__this);
|
|
// removeInvalidObject = RemoveObject;
|
|
Action_2_t88A472856F183AE803521FC39DAC3AE446810479 * L_4 = (Action_2_t88A472856F183AE803521FC39DAC3AE446810479 *)il2cpp_codegen_object_new(Action_2_t88A472856F183AE803521FC39DAC3AE446810479_il2cpp_TypeInfo_var);
|
|
Action_2__ctor_mC76514884285DE0D69904E32FB9EC320E8F51D49(L_4, __this, (intptr_t)((intptr_t)ObjectTranslator_RemoveObject_m28955E3C8C8B2506696D9A2E58885249068822FE_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mC76514884285DE0D69904E32FB9EC320E8F51D49_RuntimeMethod_var);
|
|
__this->set_removeInvalidObject_4(L_4);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.ObjectTranslator::AddObject(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ObjectTranslator_AddObject_m5AD9A5B533079B17182C3D9D5F10C598FEDB5800 (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ObjectTranslator_AddObject_m5AD9A5B533079B17182C3D9D5F10C598FEDB5800_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// int index = objects.Add(obj);
|
|
LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A * L_0 = __this->get_objects_2();
|
|
RuntimeObject * L_1 = ___obj0;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = LuaObjectPool_Add_mA9A3E4756AED9204B33CB5BCA472391F0259360D(L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (!TypeChecker.IsValueType(obj.GetType()))
|
|
RuntimeObject * L_3 = ___obj0;
|
|
NullCheck(L_3);
|
|
Type_t * L_4 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_5 = TypeChecker_IsValueType_m06C457739F7D06D312671C71F031A71CDD93C7E4(L_4, /*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// objectsBackMap[obj] = index;
|
|
Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * L_6 = __this->get_objectsBackMap_1();
|
|
RuntimeObject * L_7 = ___obj0;
|
|
int32_t L_8 = V_0;
|
|
NullCheck(L_6);
|
|
Dictionary_2_set_Item_mC87D8EECD8406043786CC95870458389CEF82CDF(L_6, L_7, L_8, /*hidden argument*/Dictionary_2_set_Item_mC87D8EECD8406043786CC95870458389CEF82CDF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// return index;
|
|
int32_t L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// LuaInterface.ObjectTranslator LuaInterface.ObjectTranslator::Get(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * ObjectTranslator_Get_m7C75E407D306192C2E32ADBAC333DF3896189BD5 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ObjectTranslator_Get_m7C75E407D306192C2E32ADBAC333DF3896189BD5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return _translator;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var);
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * L_0 = ((ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var))->get__translator_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ObjectTranslator::RemoveObject(System.Object,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTranslator_RemoveObject_m28955E3C8C8B2506696D9A2E58885249068822FE (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, RuntimeObject * ___o0, int32_t ___udata1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ObjectTranslator_RemoveObject_m28955E3C8C8B2506696D9A2E58885249068822FE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// int index = -1;
|
|
V_0 = (-1);
|
|
// if (objectsBackMap.TryGetValue(o, out index) && index == udata)
|
|
Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * L_0 = __this->get_objectsBackMap_1();
|
|
RuntimeObject * L_1 = ___o0;
|
|
NullCheck(L_0);
|
|
bool L_2 = Dictionary_2_TryGetValue_mE7571EF8ACAF5941AF78909A00CD9CE5FB07C69C(L_0, L_1, (int32_t*)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mE7571EF8ACAF5941AF78909A00CD9CE5FB07C69C_RuntimeMethod_var);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
int32_t L_4 = ___udata1;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)L_4))))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
// objectsBackMap.Remove(o);
|
|
Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * L_5 = __this->get_objectsBackMap_1();
|
|
RuntimeObject * L_6 = ___o0;
|
|
NullCheck(L_5);
|
|
Dictionary_2_Remove_m53A3271E51DB23EFC5BD1A0A2E26154B4C41AB1E(L_5, L_6, /*hidden argument*/Dictionary_2_Remove_m53A3271E51DB23EFC5BD1A0A2E26154B4C41AB1E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ObjectTranslator::RemoveObject(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTranslator_RemoveObject_mA05406CCFDD534A3C43500FC6F2B86E5F1E85B51 (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, int32_t ___udata0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ObjectTranslator_RemoveObject_mA05406CCFDD534A3C43500FC6F2B86E5F1E85B51_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
{
|
|
// object o = objects.Remove(udata);
|
|
LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A * L_0 = __this->get_objects_2();
|
|
int32_t L_1 = ___udata0;
|
|
NullCheck(L_0);
|
|
RuntimeObject * L_2 = LuaObjectPool_Remove_mAA9AD94F5DF761DB20EE0049D41111A0238D89E5(L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (o != null)
|
|
RuntimeObject * L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
// if (!TypeChecker.IsValueType(o.GetType()))
|
|
RuntimeObject * L_4 = V_0;
|
|
NullCheck(L_4);
|
|
Type_t * L_5 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_4, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_6 = TypeChecker_IsValueType_m06C457739F7D06D312671C71F031A71CDD93C7E4(L_5, /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// RemoveObject(o, udata);
|
|
RuntimeObject * L_7 = V_0;
|
|
int32_t L_8 = ___udata0;
|
|
ObjectTranslator_RemoveObject_m28955E3C8C8B2506696D9A2E58885249068822FE(__this, L_7, L_8, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// if (LogGC)
|
|
bool L_9 = ObjectTranslator_get_LogGC_m0AC67D9FBF84D167DFEAC99B72948A89CD903584_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
// Debugger.Log("gc object {0}, id {1}", o, udata);
|
|
RuntimeObject * L_10 = V_0;
|
|
int32_t L_11 = ___udata0;
|
|
int32_t L_12 = L_11;
|
|
RuntimeObject * L_13 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_12);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debugger_tF25B3752569516B8F625720AF3018F00F540BD0C_il2cpp_TypeInfo_var);
|
|
Debugger_Log_m301AF5A498B3D681ACB39661FB8F85B17D22AA5A(_stringLiteral37D38C276FE2E0CDC16C379F7F818E79839B9EE3, L_10, L_13, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Object LuaInterface.ObjectTranslator::GetObject(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ObjectTranslator_GetObject_m83FC049E289E671077D7852DA2188EB90DC75F6F (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, int32_t ___udata0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return objects.TryGetValue(udata);
|
|
LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A * L_0 = __this->get_objects_2();
|
|
int32_t L_1 = ___udata0;
|
|
NullCheck(L_0);
|
|
RuntimeObject * L_2 = LuaObjectPool_TryGetValue_mAFCCC1A8AD27BE598BE5126CA78CC2383320583A(L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ObjectTranslator::Destroy(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTranslator_Destroy_m5AB346A4C267500FCA494770A838AEA351E08B5E (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, int32_t ___udata0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ObjectTranslator_Destroy_m5AB346A4C267500FCA494770A838AEA351E08B5E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
{
|
|
// object o = objects.Destroy(udata);
|
|
LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A * L_0 = __this->get_objects_2();
|
|
int32_t L_1 = ___udata0;
|
|
NullCheck(L_0);
|
|
RuntimeObject * L_2 = LuaObjectPool_Destroy_mD2439AFBEC80EC3B4D639354C874EAB3FE3795DA(L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (o != null)
|
|
RuntimeObject * L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
// if (!TypeChecker.IsValueType(o.GetType()))
|
|
RuntimeObject * L_4 = V_0;
|
|
NullCheck(L_4);
|
|
Type_t * L_5 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_4, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_6 = TypeChecker_IsValueType_m06C457739F7D06D312671C71F031A71CDD93C7E4(L_5, /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// RemoveObject(o, udata);
|
|
RuntimeObject * L_7 = V_0;
|
|
int32_t L_8 = ___udata0;
|
|
ObjectTranslator_RemoveObject_m28955E3C8C8B2506696D9A2E58885249068822FE(__this, L_7, L_8, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// if (LogGC)
|
|
bool L_9 = ObjectTranslator_get_LogGC_m0AC67D9FBF84D167DFEAC99B72948A89CD903584_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
// Debugger.Log("destroy object {0}, id {1}", o, udata);
|
|
RuntimeObject * L_10 = V_0;
|
|
int32_t L_11 = ___udata0;
|
|
int32_t L_12 = L_11;
|
|
RuntimeObject * L_13 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_12);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debugger_tF25B3752569516B8F625720AF3018F00F540BD0C_il2cpp_TypeInfo_var);
|
|
Debugger_Log_m301AF5A498B3D681ACB39661FB8F85B17D22AA5A(_stringLiteral94412E1D85DB6B5C2428BE7AEC996FE4F39FA62D, L_10, L_13, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ObjectTranslator::DelayDestroy(System.Int32,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTranslator_DelayDestroy_mC130728F469263BB5B6021F73C7D8153F61C73F3 (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, int32_t ___id0, float ___time1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ObjectTranslator_DelayDestroy_mC130728F469263BB5B6021F73C7D8153F61C73F3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * V_0 = NULL;
|
|
{
|
|
// UnityEngine.Object obj = (UnityEngine.Object)GetObject(id);
|
|
int32_t L_0 = ___id0;
|
|
RuntimeObject * L_1 = ObjectTranslator_GetObject_m83FC049E289E671077D7852DA2188EB90DC75F6F(__this, L_0, /*hidden argument*/NULL);
|
|
V_0 = ((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)CastclassClass((RuntimeObject*)L_1, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var));
|
|
// if (obj != null)
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_2 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
bool L_3 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_2, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// gcList.Add(new DelayGC(id, obj, time));
|
|
List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC * L_4 = __this->get_gcList_3();
|
|
int32_t L_5 = ___id0;
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_6 = V_0;
|
|
float L_7 = ___time1;
|
|
DelayGC_t608BA9FF5A937D664222123D00669DB01563D7EA * L_8 = (DelayGC_t608BA9FF5A937D664222123D00669DB01563D7EA *)il2cpp_codegen_object_new(DelayGC_t608BA9FF5A937D664222123D00669DB01563D7EA_il2cpp_TypeInfo_var);
|
|
DelayGC__ctor_m03E187C5645E26503A85AB52A311C9061656788B(L_8, L_5, L_6, L_7, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
List_1_Add_mF75B876CD03DF3D14DBAE20741F36DD989EBCEC5(L_4, L_8, /*hidden argument*/List_1_Add_mF75B876CD03DF3D14DBAE20741F36DD989EBCEC5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.ObjectTranslator::Getudata(System.Object,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectTranslator_Getudata_m348CF656EFA372E1149E9B4DA6CFFCEE76A78519 (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, RuntimeObject * ___o0, int32_t* ___index1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ObjectTranslator_Getudata_m348CF656EFA372E1149E9B4DA6CFFCEE76A78519_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// index = -1;
|
|
int32_t* L_0 = ___index1;
|
|
*((int32_t*)L_0) = (int32_t)(-1);
|
|
// return objectsBackMap.TryGetValue(o, out index);
|
|
Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * L_1 = __this->get_objectsBackMap_1();
|
|
RuntimeObject * L_2 = ___o0;
|
|
int32_t* L_3 = ___index1;
|
|
NullCheck(L_1);
|
|
bool L_4 = Dictionary_2_TryGetValue_mE7571EF8ACAF5941AF78909A00CD9CE5FB07C69C(L_1, L_2, (int32_t*)L_3, /*hidden argument*/Dictionary_2_TryGetValue_mE7571EF8ACAF5941AF78909A00CD9CE5FB07C69C_RuntimeMethod_var);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ObjectTranslator::Destroyudata(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTranslator_Destroyudata_m7038A131E9CC238D54F0D2E02AB71DFC3328BEEC (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, int32_t ___udata0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// objects.Destroy(udata);
|
|
LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A * L_0 = __this->get_objects_2();
|
|
int32_t L_1 = ___udata0;
|
|
NullCheck(L_0);
|
|
LuaObjectPool_Destroy_mD2439AFBEC80EC3B4D639354C874EAB3FE3795DA(L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ObjectTranslator::SetBack(System.Int32,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTranslator_SetBack_m6242DF84D7B646460D106E84DB5F6321BA6B0A5D (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, int32_t ___index0, RuntimeObject * ___o1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// objects.Replace(index, o);
|
|
LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A * L_0 = __this->get_objects_2();
|
|
int32_t L_1 = ___index0;
|
|
RuntimeObject * L_2 = ___o1;
|
|
NullCheck(L_0);
|
|
LuaObjectPool_Replace_m68C0C1DD2A0396EC2973C5BDC6A8DF673605FFEA(L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.ObjectTranslator::RemoveFromGCList(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectTranslator_RemoveFromGCList_m4CD4B777D7D45D9032D2274334E1DBEC4C789735 (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, int32_t ___id0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ObjectTranslator_RemoveFromGCList_m4CD4B777D7D45D9032D2274334E1DBEC4C789735_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass22_0_t876890255486C29DB2AE3C31666DDE27584E99A4 * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
U3CU3Ec__DisplayClass22_0_t876890255486C29DB2AE3C31666DDE27584E99A4 * L_0 = (U3CU3Ec__DisplayClass22_0_t876890255486C29DB2AE3C31666DDE27584E99A4 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass22_0_t876890255486C29DB2AE3C31666DDE27584E99A4_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass22_0__ctor_m1C96756D5D8AA504FFC5278D4CC7F1AE943A96D1(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass22_0_t876890255486C29DB2AE3C31666DDE27584E99A4 * L_1 = V_0;
|
|
int32_t L_2 = ___id0;
|
|
NullCheck(L_1);
|
|
L_1->set_id_0(L_2);
|
|
// int index = gcList.FindIndex((p) => { return p.id == id; });
|
|
List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC * L_3 = __this->get_gcList_3();
|
|
U3CU3Ec__DisplayClass22_0_t876890255486C29DB2AE3C31666DDE27584E99A4 * L_4 = V_0;
|
|
Predicate_1_t0E38A1E9CF3C1155CAD11B76D8B4FC3A180D2CF3 * L_5 = (Predicate_1_t0E38A1E9CF3C1155CAD11B76D8B4FC3A180D2CF3 *)il2cpp_codegen_object_new(Predicate_1_t0E38A1E9CF3C1155CAD11B76D8B4FC3A180D2CF3_il2cpp_TypeInfo_var);
|
|
Predicate_1__ctor_mEBBD0C33C438B0AA87E3D0816FDFBA85267510F6(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass22_0_U3CRemoveFromGCListU3Eb__0_m5946015C2E78BD80318E87070518627E0A5A1FCD_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_mEBBD0C33C438B0AA87E3D0816FDFBA85267510F6_RuntimeMethod_var);
|
|
NullCheck(L_3);
|
|
int32_t L_6 = List_1_FindIndex_m75D5EBAB2846CF4E37217A23FD13A7ACFB4A7957(L_3, L_5, /*hidden argument*/List_1_FindIndex_m75D5EBAB2846CF4E37217A23FD13A7ACFB4A7957_RuntimeMethod_var);
|
|
V_1 = L_6;
|
|
// if (index >= 0)
|
|
int32_t L_7 = V_1;
|
|
if ((((int32_t)L_7) < ((int32_t)0)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// gcList.RemoveAt(index);
|
|
List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC * L_8 = __this->get_gcList_3();
|
|
int32_t L_9 = V_1;
|
|
NullCheck(L_8);
|
|
List_1_RemoveAt_mC08CAFE8CA8BD68E29E8FFB23066262053469E18(L_8, L_9, /*hidden argument*/List_1_RemoveAt_mC08CAFE8CA8BD68E29E8FFB23066262053469E18_RuntimeMethod_var);
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ObjectTranslator::DestroyUnityObject(System.Int32,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTranslator_DestroyUnityObject_m93794AF9D862D6A9D533AD29C99B7FCC69759A99 (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, int32_t ___udata0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ObjectTranslator_DestroyUnityObject_m93794AF9D862D6A9D533AD29C99B7FCC69759A99_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
{
|
|
// object o = objects.TryGetValue(udata);
|
|
LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A * L_0 = __this->get_objects_2();
|
|
int32_t L_1 = ___udata0;
|
|
NullCheck(L_0);
|
|
RuntimeObject * L_2 = LuaObjectPool_TryGetValue_mAFCCC1A8AD27BE598BE5126CA78CC2383320583A(L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (object.ReferenceEquals(o, obj))
|
|
RuntimeObject * L_3 = V_0;
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_4 = ___obj1;
|
|
if ((!(((RuntimeObject*)(RuntimeObject *)L_3) == ((RuntimeObject*)(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_4))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
// RemoveObject(o, udata);
|
|
RuntimeObject * L_5 = V_0;
|
|
int32_t L_6 = ___udata0;
|
|
ObjectTranslator_RemoveObject_m28955E3C8C8B2506696D9A2E58885249068822FE(__this, L_5, L_6, /*hidden argument*/NULL);
|
|
// objects.Destroy(udata);
|
|
LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A * L_7 = __this->get_objects_2();
|
|
int32_t L_8 = ___udata0;
|
|
NullCheck(L_7);
|
|
LuaObjectPool_Destroy_mD2439AFBEC80EC3B4D639354C874EAB3FE3795DA(L_7, L_8, /*hidden argument*/NULL);
|
|
// if (LogGC)
|
|
bool L_9 = ObjectTranslator_get_LogGC_m0AC67D9FBF84D167DFEAC99B72948A89CD903584_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
// Debugger.Log("destroy object {0}, id {1}", o, udata);
|
|
RuntimeObject * L_10 = V_0;
|
|
int32_t L_11 = ___udata0;
|
|
int32_t L_12 = L_11;
|
|
RuntimeObject * L_13 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_12);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debugger_tF25B3752569516B8F625720AF3018F00F540BD0C_il2cpp_TypeInfo_var);
|
|
Debugger_Log_m301AF5A498B3D681ACB39661FB8F85B17D22AA5A(_stringLiteral94412E1D85DB6B5C2428BE7AEC996FE4F39FA62D, L_10, L_13, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
// UnityEngine.Object.Destroy(obj);
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_14 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A(L_14, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ObjectTranslator::Collect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTranslator_Collect_m537B91E6BD9AC57DCCE345D186E0EC1568769AF8 (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ObjectTranslator_Collect_m537B91E6BD9AC57DCCE345D186E0EC1568769AF8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
int32_t V_1 = 0;
|
|
float V_2 = 0.0f;
|
|
{
|
|
// if (gcList.Count == 0)
|
|
List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC * L_0 = __this->get_gcList_3();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = List_1_get_Count_m6048FB4D8B5ACFFD3BF1F8D015C1FBB6F932245E_inline(L_0, /*hidden argument*/List_1_get_Count_m6048FB4D8B5ACFFD3BF1F8D015C1FBB6F932245E_RuntimeMethod_var);
|
|
if (L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// float delta = Time.deltaTime;
|
|
float L_2 = Time_get_deltaTime_m16F98FC9BA931581236008C288E3B25CBCB7C81E(/*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// for (int i = gcList.Count - 1; i >= 0; i--)
|
|
List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC * L_3 = __this->get_gcList_3();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = List_1_get_Count_m6048FB4D8B5ACFFD3BF1F8D015C1FBB6F932245E_inline(L_3, /*hidden argument*/List_1_get_Count_m6048FB4D8B5ACFFD3BF1F8D015C1FBB6F932245E_RuntimeMethod_var);
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1));
|
|
goto IL_008c;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// float time = gcList[i].time - delta;
|
|
List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC * L_5 = __this->get_gcList_3();
|
|
int32_t L_6 = V_1;
|
|
NullCheck(L_5);
|
|
DelayGC_t608BA9FF5A937D664222123D00669DB01563D7EA * L_7 = List_1_get_Item_mB9E939DF3A9C85724707DFA5BAC50B6FD7F187D0_inline(L_5, L_6, /*hidden argument*/List_1_get_Item_mB9E939DF3A9C85724707DFA5BAC50B6FD7F187D0_RuntimeMethod_var);
|
|
NullCheck(L_7);
|
|
float L_8 = L_7->get_time_2();
|
|
float L_9 = V_0;
|
|
V_2 = ((float)il2cpp_codegen_subtract((float)L_8, (float)L_9));
|
|
// if (time <= 0)
|
|
float L_10 = V_2;
|
|
if ((!(((float)L_10) <= ((float)(0.0f)))))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
// DestroyUnityObject(gcList[i].id, gcList[i].obj);
|
|
List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC * L_11 = __this->get_gcList_3();
|
|
int32_t L_12 = V_1;
|
|
NullCheck(L_11);
|
|
DelayGC_t608BA9FF5A937D664222123D00669DB01563D7EA * L_13 = List_1_get_Item_mB9E939DF3A9C85724707DFA5BAC50B6FD7F187D0_inline(L_11, L_12, /*hidden argument*/List_1_get_Item_mB9E939DF3A9C85724707DFA5BAC50B6FD7F187D0_RuntimeMethod_var);
|
|
NullCheck(L_13);
|
|
int32_t L_14 = L_13->get_id_0();
|
|
List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC * L_15 = __this->get_gcList_3();
|
|
int32_t L_16 = V_1;
|
|
NullCheck(L_15);
|
|
DelayGC_t608BA9FF5A937D664222123D00669DB01563D7EA * L_17 = List_1_get_Item_mB9E939DF3A9C85724707DFA5BAC50B6FD7F187D0_inline(L_15, L_16, /*hidden argument*/List_1_get_Item_mB9E939DF3A9C85724707DFA5BAC50B6FD7F187D0_RuntimeMethod_var);
|
|
NullCheck(L_17);
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_18 = L_17->get_obj_1();
|
|
ObjectTranslator_DestroyUnityObject_m93794AF9D862D6A9D533AD29C99B7FCC69759A99(__this, L_14, L_18, /*hidden argument*/NULL);
|
|
// gcList.RemoveAt(i);
|
|
List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC * L_19 = __this->get_gcList_3();
|
|
int32_t L_20 = V_1;
|
|
NullCheck(L_19);
|
|
List_1_RemoveAt_mC08CAFE8CA8BD68E29E8FFB23066262053469E18(L_19, L_20, /*hidden argument*/List_1_RemoveAt_mC08CAFE8CA8BD68E29E8FFB23066262053469E18_RuntimeMethod_var);
|
|
// }
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
// gcList[i].time = time;
|
|
List_1_t60727373C5D2D2A0DBC01F4A305CED07497791FC * L_21 = __this->get_gcList_3();
|
|
int32_t L_22 = V_1;
|
|
NullCheck(L_21);
|
|
DelayGC_t608BA9FF5A937D664222123D00669DB01563D7EA * L_23 = List_1_get_Item_mB9E939DF3A9C85724707DFA5BAC50B6FD7F187D0_inline(L_21, L_22, /*hidden argument*/List_1_get_Item_mB9E939DF3A9C85724707DFA5BAC50B6FD7F187D0_RuntimeMethod_var);
|
|
float L_24 = V_2;
|
|
NullCheck(L_23);
|
|
L_23->set_time_2(L_24);
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// for (int i = gcList.Count - 1; i >= 0; i--)
|
|
int32_t L_25 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1));
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
// for (int i = gcList.Count - 1; i >= 0; i--)
|
|
int32_t L_26 = V_1;
|
|
if ((((int32_t)L_26) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ObjectTranslator::StepCollect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTranslator_StepCollect_mAE2569D81C329DB6658E74D4BA4A58FB9E9346B4 (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// objects.StepCollect(removeInvalidObject);
|
|
LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A * L_0 = __this->get_objects_2();
|
|
Action_2_t88A472856F183AE803521FC39DAC3AE446810479 * L_1 = __this->get_removeInvalidObject_4();
|
|
NullCheck(L_0);
|
|
LuaObjectPool_StepCollect_mEF3F6849E4C880BA09D59774DD7F00FF68CDFDE6(L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ObjectTranslator::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTranslator_Dispose_mD254D15D6C4705BFBA353A711D29F432D05702F9 (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ObjectTranslator_Dispose_mD254D15D6C4705BFBA353A711D29F432D05702F9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// objectsBackMap.Clear();
|
|
Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * L_0 = __this->get_objectsBackMap_1();
|
|
NullCheck(L_0);
|
|
Dictionary_2_Clear_m5BF977C6A62D42CBAFD0B85BFE21694A9676E862(L_0, /*hidden argument*/Dictionary_2_Clear_m5BF977C6A62D42CBAFD0B85BFE21694A9676E862_RuntimeMethod_var);
|
|
// objects.Clear();
|
|
LuaObjectPool_t67461854DC97AAF3A8EAF065CAE6A8E1A713264A * L_1 = __this->get_objects_2();
|
|
NullCheck(L_1);
|
|
LuaObjectPool_Clear_m1EF4D60D88C3EFE97331A2E49D657D1BD9301082(L_1, /*hidden argument*/NULL);
|
|
// _translator = null;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var);
|
|
((ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var))->set__translator_5((ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF *)NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ObjectTranslator::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectTranslator__cctor_m32D92B28618FCA3E82BD5FDD1A0F78D63630C5F0 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
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.ObjectTranslator_<>c__DisplayClass22_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass22_0__ctor_m1C96756D5D8AA504FFC5278D4CC7F1AE943A96D1 (U3CU3Ec__DisplayClass22_0_t876890255486C29DB2AE3C31666DDE27584E99A4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.ObjectTranslator_<>c__DisplayClass22_0::<RemoveFromGCList>b__0(LuaInterface.ObjectTranslator_DelayGC)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass22_0_U3CRemoveFromGCListU3Eb__0_m5946015C2E78BD80318E87070518627E0A5A1FCD (U3CU3Ec__DisplayClass22_0_t876890255486C29DB2AE3C31666DDE27584E99A4 * __this, DelayGC_t608BA9FF5A937D664222123D00669DB01563D7EA * ___p0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// int index = gcList.FindIndex((p) => { return p.id == id; });
|
|
DelayGC_t608BA9FF5A937D664222123D00669DB01563D7EA * L_0 = ___p0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->get_id_0();
|
|
int32_t L_2 = __this->get_id_0();
|
|
return (bool)((((int32_t)L_1) == ((int32_t)L_2))? 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.Boolean LuaInterface.ObjectTranslator_CompareObject::Equals(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CompareObject_Equals_m523CEED34953AB43D8F2B0E0CF76245E95C7224E (CompareObject_t68C895AE10CEE6EDA77DC4902BB96515237F623E * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return object.ReferenceEquals(x, y);
|
|
RuntimeObject * L_0 = ___x0;
|
|
RuntimeObject * L_1 = ___y1;
|
|
return (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.ObjectTranslator_CompareObject::GetHashCode(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareObject_GetHashCode_m4E08F984F77331FA7054F23E428611D6F37D3D27 (CompareObject_t68C895AE10CEE6EDA77DC4902BB96515237F623E * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return RuntimeHelpers.GetHashCode(obj);
|
|
RuntimeObject * L_0 = ___obj0;
|
|
int32_t L_1 = RuntimeHelpers_GetHashCode_mB357C67BC7D5C014F6F51FE93E200F140DF7A40B(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ObjectTranslator_CompareObject::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompareObject__ctor_mE16D8702F7B5660D6E3DF4CE9566A19E141D97F8 (CompareObject_t68C895AE10CEE6EDA77DC4902BB96515237F623E * __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 LuaInterface.ObjectTranslator_DelayGC::.ctor(System.Int32,UnityEngine.Object,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelayGC__ctor_m03E187C5645E26503A85AB52A311C9061656788B (DelayGC_t608BA9FF5A937D664222123D00669DB01563D7EA * __this, int32_t ___id0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj1, float ___time2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public DelayGC(int id, UnityEngine.Object obj, float time)
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
// this.id = id;
|
|
int32_t L_0 = ___id0;
|
|
__this->set_id_0(L_0);
|
|
// this.time = time;
|
|
float L_1 = ___time2;
|
|
__this->set_time_2(L_1);
|
|
// this.obj = obj;
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_2 = ___obj1;
|
|
__this->set_obj_1(L_2);
|
|
// }
|
|
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.OverrideDefinedAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverrideDefinedAttribute__ctor_mB3E03E6C5D0F1AACDF3424359277C83A227C84AD (OverrideDefinedAttribute_t469AED0A11A64095A10245247F0B465C6AF0A888 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public OverrideDefinedAttribute()
|
|
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
|
|
// System.Void LuaInterface.RaycastBits::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RaycastBits__ctor_m18618BFC9450867FE44AC28A74F2E0366FE43EFF (RaycastBits_t30908F9B0CE25CADF248F62A7FDF62F462B95700 * __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_ToLua_Panic_mFFC28F9856FBE671DE40CF055EFD6B5987C18748(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = ToLua_Panic_mFFC28F9856FBE671DE40CF055EFD6B5987C18748(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_ToLua_Print_mADA571CBFAA95B5BE6246D92DAC72290940B9B81(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = ToLua_Print_mADA571CBFAA95B5BE6246D92DAC72290940B9B81(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_ToLua_Loader_mCD26C92A05369550FC3D89D11BF8DEFC3B5B22E4(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = ToLua_Loader_mCD26C92A05369550FC3D89D11BF8DEFC3B5B22E4(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_ToLua_DoFile_m42DCDDE64224081FCECC76C6283E2FD1EE54D542(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = ToLua_DoFile_m42DCDDE64224081FCECC76C6283E2FD1EE54D542(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_ToLua_LoadFile_mC733FE35F4BFF53E3D4DB0DE369F6BF2C70B8EF3(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = ToLua_LoadFile_mC733FE35F4BFF53E3D4DB0DE369F6BF2C70B8EF3(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_ToLua_IsNull_mDB4B2DF8DAD5690E1E57278687B8F9F1764C845F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = ToLua_IsNull_mDB4B2DF8DAD5690E1E57278687B8F9F1764C845F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_ToLua_BufferToString_mF5F3BB267BB88271EDAA1ACE430230CE8FA41005(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = ToLua_BufferToString_mF5F3BB267BB88271EDAA1ACE430230CE8FA41005(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_ToLua_GetClassType_m5AD51A973C64FB04335F8C052E8594156C0FE794(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = ToLua_GetClassType_m5AD51A973C64FB04335F8C052E8594156C0FE794(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_ToLua_TableToArray_m021031B52C4E2C4AEC32C21FDAD8991AF496F7E0(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = ToLua_TableToArray_m021031B52C4E2C4AEC32C21FDAD8991AF496F7E0(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void LuaInterface.ToLua::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua__cctor_m60A99823A3637900204C295AB8A5D3ECE4C42740 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua__cctor_m60A99823A3637900204C295AB8A5D3ECE4C42740_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// static Type monoType = typeof(Type).GetType();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Type_t_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
Type_t * L_2 = Type_GetType_m6C9E6D55EC53587A0851176DA1D27A165724773E(L_1, /*hidden argument*/NULL);
|
|
((ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields*)il2cpp_codegen_static_fields_for(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var))->set_monoType_0(L_2);
|
|
// static public LuaTableToVar[] ToVarMap = new LuaTableToVar[LuaValueType.Max];
|
|
LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6* L_3 = (LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6*)(LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6*)SZArrayNew(LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64));
|
|
((ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields*)il2cpp_codegen_static_fields_for(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var))->set_ToVarMap_1(L_3);
|
|
// static public Dictionary<Type, LuaPushVarObject> VarPushMap = new Dictionary<Type, LuaPushVarObject>();
|
|
Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA * L_4 = (Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA *)il2cpp_codegen_object_new(Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_mC59820EAA343972EA15AC1A26EC87353835D0E1F(L_4, /*hidden argument*/Dictionary_2__ctor_mC59820EAA343972EA15AC1A26EC87353835D0E1F_RuntimeMethod_var);
|
|
((ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields*)il2cpp_codegen_static_fields_for(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var))->set_VarPushMap_2(L_4);
|
|
// ToVarMap[LuaValueType.Vector3] = ToObjectVec3;
|
|
LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6* L_5 = ((ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields*)il2cpp_codegen_static_fields_for(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var))->get_ToVarMap_1();
|
|
LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * L_6 = (LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E *)il2cpp_codegen_object_new(LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E_il2cpp_TypeInfo_var);
|
|
LuaTableToVar__ctor_m0F482AAA3AE449E64F25B4812C6E95DA79F8F1AC(L_6, NULL, (intptr_t)((intptr_t)ToLua_ToObjectVec3_mD1B0494190F90C0E3A7915D3562234BF52E41F21_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, L_6);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E *)L_6);
|
|
// ToVarMap[LuaValueType.Quaternion] = ToObjectQuat;
|
|
LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6* L_7 = ((ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields*)il2cpp_codegen_static_fields_for(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var))->get_ToVarMap_1();
|
|
LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * L_8 = (LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E *)il2cpp_codegen_object_new(LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E_il2cpp_TypeInfo_var);
|
|
LuaTableToVar__ctor_m0F482AAA3AE449E64F25B4812C6E95DA79F8F1AC(L_8, NULL, (intptr_t)((intptr_t)ToLua_ToObjectQuat_m8ECD10ECDD15D405160E90D87069B57B07DFC94C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
ArrayElementTypeCheck (L_7, L_8);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(2), (LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E *)L_8);
|
|
// ToVarMap[LuaValueType.Vector2] = ToObjectVec2;
|
|
LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6* L_9 = ((ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields*)il2cpp_codegen_static_fields_for(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var))->get_ToVarMap_1();
|
|
LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * L_10 = (LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E *)il2cpp_codegen_object_new(LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E_il2cpp_TypeInfo_var);
|
|
LuaTableToVar__ctor_m0F482AAA3AE449E64F25B4812C6E95DA79F8F1AC(L_10, NULL, (intptr_t)((intptr_t)ToLua_ToObjectVec2_mF0B1FBEECE0E5D7533B26A6E350BDD7BCA467BE8_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, L_10);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(3), (LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E *)L_10);
|
|
// ToVarMap[LuaValueType.Color] = ToObjectColor;
|
|
LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6* L_11 = ((ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields*)il2cpp_codegen_static_fields_for(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var))->get_ToVarMap_1();
|
|
LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * L_12 = (LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E *)il2cpp_codegen_object_new(LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E_il2cpp_TypeInfo_var);
|
|
LuaTableToVar__ctor_m0F482AAA3AE449E64F25B4812C6E95DA79F8F1AC(L_12, NULL, (intptr_t)((intptr_t)ToLua_ToObjectColor_m3AF58465B7BFC3F3F92332AD5291608835DC0CAD_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, L_12);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(4), (LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E *)L_12);
|
|
// ToVarMap[LuaValueType.Vector4] = ToObjectVec4;
|
|
LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6* L_13 = ((ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields*)il2cpp_codegen_static_fields_for(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var))->get_ToVarMap_1();
|
|
LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * L_14 = (LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E *)il2cpp_codegen_object_new(LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E_il2cpp_TypeInfo_var);
|
|
LuaTableToVar__ctor_m0F482AAA3AE449E64F25B4812C6E95DA79F8F1AC(L_14, NULL, (intptr_t)((intptr_t)ToLua_ToObjectVec4_mC2D262DDD7E2F10DC32DAC22839EC5DD131A0341_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, L_14);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(5), (LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E *)L_14);
|
|
// ToVarMap[LuaValueType.Ray] = ToObjectRay;
|
|
LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6* L_15 = ((ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields*)il2cpp_codegen_static_fields_for(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var))->get_ToVarMap_1();
|
|
LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * L_16 = (LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E *)il2cpp_codegen_object_new(LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E_il2cpp_TypeInfo_var);
|
|
LuaTableToVar__ctor_m0F482AAA3AE449E64F25B4812C6E95DA79F8F1AC(L_16, NULL, (intptr_t)((intptr_t)ToLua_ToObjectRay_m6F47EC890322A8601DD5C059E11D4B7EFB1685AB_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
ArrayElementTypeCheck (L_15, L_16);
|
|
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(6), (LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E *)L_16);
|
|
// ToVarMap[LuaValueType.LayerMask] = ToObjectLayerMask;
|
|
LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6* L_17 = ((ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields*)il2cpp_codegen_static_fields_for(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var))->get_ToVarMap_1();
|
|
LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * L_18 = (LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E *)il2cpp_codegen_object_new(LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E_il2cpp_TypeInfo_var);
|
|
LuaTableToVar__ctor_m0F482AAA3AE449E64F25B4812C6E95DA79F8F1AC(L_18, NULL, (intptr_t)((intptr_t)ToLua_ToObjectLayerMask_mA0416B49E05C20394E346434AD33D6142A4B7886_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
ArrayElementTypeCheck (L_17, L_18);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E *)L_18);
|
|
// ToVarMap[LuaValueType.Bounds] = ToObjectBounds;
|
|
LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6* L_19 = ((ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields*)il2cpp_codegen_static_fields_for(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var))->get_ToVarMap_1();
|
|
LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * L_20 = (LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E *)il2cpp_codegen_object_new(LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E_il2cpp_TypeInfo_var);
|
|
LuaTableToVar__ctor_m0F482AAA3AE449E64F25B4812C6E95DA79F8F1AC(L_20, NULL, (intptr_t)((intptr_t)ToLua_ToObjectBounds_m0E1C592A37A5F0F5788C36140064B560EF51FF59_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
ArrayElementTypeCheck (L_19, L_20);
|
|
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(7), (LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E *)L_20);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::OpenLibs(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_OpenLibs_mD3F071C89B25846021892D45B83E238B09CD5EBE (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_OpenLibs_mD3F071C89B25846021892D45B83E238B09CD5EBE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// AddLuaLoader(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_AddLuaLoader_m56D9E447368074F7E2E9D000171781394F94FC87((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaDLL.tolua_atpanic(L, Panic);
|
|
intptr_t 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)ToLua_Panic_mFFC28F9856FBE671DE40CF055EFD6B5987C18748_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_atpanic_m10F64D7578A40CC63388EB0A67A061883CD22BD6((intptr_t)L_1, L_2, /*hidden argument*/NULL);
|
|
// LuaDLL.tolua_pushcfunction(L, Print);
|
|
intptr_t 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)ToLua_Print_mADA571CBFAA95B5BE6246D92DAC72290940B9B81_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaDLL_tolua_pushcfunction_m29E7A4D931ADB073DCE412CB64BF4F169BAB0FB9((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_setglobal(L, "print");
|
|
intptr_t L_5 = ___L0;
|
|
LuaDLL_lua_setglobal_m11056E522FF3DED43DE36D76DCEFF14F02E7D9FE((intptr_t)L_5, _stringLiteral6D0D5876E6710EBB4F309B5AF01090CB97381D06, /*hidden argument*/NULL);
|
|
// LuaDLL.tolua_pushcfunction(L, DoFile);
|
|
intptr_t L_6 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_7 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_7, NULL, (intptr_t)((intptr_t)ToLua_DoFile_m42DCDDE64224081FCECC76C6283E2FD1EE54D542_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaDLL_tolua_pushcfunction_m29E7A4D931ADB073DCE412CB64BF4F169BAB0FB9((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_setglobal(L, "dofile");
|
|
intptr_t L_8 = ___L0;
|
|
LuaDLL_lua_setglobal_m11056E522FF3DED43DE36D76DCEFF14F02E7D9FE((intptr_t)L_8, _stringLiteralB83B3134593095B465544087062CEF61A82724BD, /*hidden argument*/NULL);
|
|
// LuaDLL.tolua_pushcfunction(L, LoadFile);
|
|
intptr_t 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)ToLua_LoadFile_mC733FE35F4BFF53E3D4DB0DE369F6BF2C70B8EF3_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaDLL_tolua_pushcfunction_m29E7A4D931ADB073DCE412CB64BF4F169BAB0FB9((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_setglobal(L, "loadfile");
|
|
intptr_t L_11 = ___L0;
|
|
LuaDLL_lua_setglobal_m11056E522FF3DED43DE36D76DCEFF14F02E7D9FE((intptr_t)L_11, _stringLiteralD0C8E66B0AD56ED2C3220F1DC3C325C3C9606F96, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_getglobal(L, "tolua");
|
|
intptr_t L_12 = ___L0;
|
|
LuaDLL_lua_getglobal_m45BBC89C9AA2DAB6E3B83527FB5E4FFBACCB8850((intptr_t)L_12, _stringLiteral73EF2F90B3C036F8A51779717139D0B16A1395A6, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_pushstring(L, "isnull");
|
|
intptr_t L_13 = ___L0;
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_13, _stringLiteral36C616A25C4C71CFBB977C4555F87D61217A4295, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_pushcfunction(L, IsNull);
|
|
intptr_t L_14 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_15 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_15, NULL, (intptr_t)((intptr_t)ToLua_IsNull_mDB4B2DF8DAD5690E1E57278687B8F9F1764C845F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaDLL_lua_pushcfunction_m597D3DB7BDB0C04C60925BEA7C08F792911920D1((intptr_t)L_14, L_15, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_rawset(L, -3);
|
|
intptr_t L_16 = ___L0;
|
|
LuaDLL_lua_rawset_mA943B18C491C241BD2724FE6DAA2EA850D73C4CA((intptr_t)L_16, ((int32_t)-3), /*hidden argument*/NULL);
|
|
// LuaDLL.lua_pushstring(L, "typeof");
|
|
intptr_t L_17 = ___L0;
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_17, _stringLiteral1BCC59B324708CC856541522BD845C53A709D932, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_pushcfunction(L, GetClassType);
|
|
intptr_t 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)ToLua_GetClassType_m5AD51A973C64FB04335F8C052E8594156C0FE794_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaDLL_lua_pushcfunction_m597D3DB7BDB0C04C60925BEA7C08F792911920D1((intptr_t)L_18, L_19, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_rawset(L, -3);
|
|
intptr_t L_20 = ___L0;
|
|
LuaDLL_lua_rawset_mA943B18C491C241BD2724FE6DAA2EA850D73C4CA((intptr_t)L_20, ((int32_t)-3), /*hidden argument*/NULL);
|
|
// LuaDLL.lua_pushstring(L, "tolstring");
|
|
intptr_t L_21 = ___L0;
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_21, _stringLiteral4B0ABEDB4477CEB396FBB1692909A927657B8FDE, /*hidden argument*/NULL);
|
|
// LuaDLL.tolua_pushcfunction(L, BufferToString);
|
|
intptr_t L_22 = ___L0;
|
|
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)ToLua_BufferToString_mF5F3BB267BB88271EDAA1ACE430230CE8FA41005_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaDLL_tolua_pushcfunction_m29E7A4D931ADB073DCE412CB64BF4F169BAB0FB9((intptr_t)L_22, L_23, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_rawset(L, -3);
|
|
intptr_t L_24 = ___L0;
|
|
LuaDLL_lua_rawset_mA943B18C491C241BD2724FE6DAA2EA850D73C4CA((intptr_t)L_24, ((int32_t)-3), /*hidden argument*/NULL);
|
|
// LuaDLL.lua_pushstring(L, "toarray");
|
|
intptr_t L_25 = ___L0;
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_25, _stringLiteralF4E13519F847B4D370F27E68BF4D87938B805C9D, /*hidden argument*/NULL);
|
|
// LuaDLL.tolua_pushcfunction(L, TableToArray);
|
|
intptr_t L_26 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_27 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_27, NULL, (intptr_t)((intptr_t)ToLua_TableToArray_m021031B52C4E2C4AEC32C21FDAD8991AF496F7E0_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaDLL_tolua_pushcfunction_m29E7A4D931ADB073DCE412CB64BF4F169BAB0FB9((intptr_t)L_26, L_27, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_rawset(L, -3);
|
|
intptr_t L_28 = ___L0;
|
|
LuaDLL_lua_rawset_mA943B18C491C241BD2724FE6DAA2EA850D73C4CA((intptr_t)L_28, ((int32_t)-3), /*hidden argument*/NULL);
|
|
// int meta = LuaStatic.GetMetaReference(L, typeof(NullObject));
|
|
intptr_t L_29 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_30 = { reinterpret_cast<intptr_t> (NullObject_t13A086A1C0162EF77A36B767C9C86D32E22816A8_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_31 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_30, /*hidden argument*/NULL);
|
|
int32_t L_32 = LuaStatic_GetMetaReference_mC82EDE3DE44654FAC43DFE3AA8945FAC95ABAF0D((intptr_t)L_29, L_31, /*hidden argument*/NULL);
|
|
V_0 = L_32;
|
|
// LuaDLL.lua_pushstring(L, "null");
|
|
intptr_t L_33 = ___L0;
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_33, _stringLiteral2BE88CA4242C76E8253AC62474851065032D6833, /*hidden argument*/NULL);
|
|
// LuaDLL.tolua_pushnewudata(L, meta, 1);
|
|
intptr_t L_34 = ___L0;
|
|
int32_t L_35 = V_0;
|
|
LuaDLL_tolua_pushnewudata_m58AA53C37E4133597430AD420E033737E9ACEA8E((intptr_t)L_34, L_35, 1, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_rawset(L, -3);
|
|
intptr_t L_36 = ___L0;
|
|
LuaDLL_lua_rawset_mA943B18C491C241BD2724FE6DAA2EA850D73C4CA((intptr_t)L_36, ((int32_t)-3), /*hidden argument*/NULL);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_37 = ___L0;
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_37, 1, /*hidden argument*/NULL);
|
|
// LuaDLL.tolua_pushudata(L, 1);
|
|
intptr_t L_38 = ___L0;
|
|
LuaDLL_tolua_pushudata_m992A66FF7D124512B083390828E3D7BBC6A1143E((intptr_t)L_38, 1, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_setfield(L, LuaIndexes.LUA_GLOBALSINDEX, "null");
|
|
intptr_t L_39 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var);
|
|
int32_t L_40 = ((LuaIndexes_tF348135B20344877D87814738804385680AC4A86_StaticFields*)il2cpp_codegen_static_fields_for(LuaIndexes_tF348135B20344877D87814738804385680AC4A86_il2cpp_TypeInfo_var))->get_LUA_GLOBALSINDEX_2();
|
|
LuaDLL_lua_setfield_mDC1337BCC2F5CD5284201ECCE0830D84499EDD52((intptr_t)L_39, L_40, _stringLiteral2BE88CA4242C76E8253AC62474851065032D6833, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::AddLuaLoader(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_AddLuaLoader_m56D9E447368074F7E2E9D000171781394F94FC87 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_AddLuaLoader_m56D9E447368074F7E2E9D000171781394F94FC87_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// LuaDLL.lua_getglobal(L, "package");
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_getglobal_m45BBC89C9AA2DAB6E3B83527FB5E4FFBACCB8850((intptr_t)L_0, _stringLiteral582681C2EAE02B3F3D399C0C26D321560F6C567A, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_getfield(L, -1, "loaders");
|
|
intptr_t L_1 = ___L0;
|
|
LuaDLL_lua_getfield_mA13E1DD15570F1218801FF50A3A5FC0A22CFC933((intptr_t)L_1, (-1), _stringLiteralBD5E74866738B479114FA4A25EDC24B8A8F1709A, /*hidden argument*/NULL);
|
|
// LuaDLL.tolua_pushcfunction(L, Loader);
|
|
intptr_t L_2 = ___L0;
|
|
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)ToLua_Loader_mCD26C92A05369550FC3D89D11BF8DEFC3B5B22E4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaDLL_tolua_pushcfunction_m29E7A4D931ADB073DCE412CB64BF4F169BAB0FB9((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
// for (int i = LuaDLL.lua_objlen(L, -2) + 1; i > 2; i--)
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_4, ((int32_t)-2), /*hidden argument*/NULL);
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
|
|
goto IL_004e;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, -2, i - 1);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_6, ((int32_t)-2), ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL);
|
|
// LuaDLL.lua_rawseti(L, -3, i);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = V_0;
|
|
LuaDLL_lua_rawseti_m2F5EFAD9BFFE727B8444D9C80D2A2692A376806C((intptr_t)L_8, ((int32_t)-3), L_9, /*hidden argument*/NULL);
|
|
// for (int i = LuaDLL.lua_objlen(L, -2) + 1; i > 2; i--)
|
|
int32_t L_10 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1));
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
// for (int i = LuaDLL.lua_objlen(L, -2) + 1; i > 2; i--)
|
|
int32_t L_11 = V_0;
|
|
if ((((int32_t)L_11) > ((int32_t)2)))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_rawseti(L, -2, 2);
|
|
intptr_t L_12 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawseti_m2F5EFAD9BFFE727B8444D9C80D2A2692A376806C((intptr_t)L_12, ((int32_t)-2), 2, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_pop(L, 2);
|
|
intptr_t L_13 = ___L0;
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_13, 2, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.ToLua::Panic(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_Panic_mFFC28F9856FBE671DE40CF055EFD6B5987C18748 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Panic_mFFC28F9856FBE671DE40CF055EFD6B5987C18748_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// string reason = String.Format("PANIC: unprotected error in call to Lua API ({0})", LuaDLL.lua_tostring(L, -1));
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_1 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_0, (-1), /*hidden argument*/NULL);
|
|
String_t* L_2 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralBF512AF01965A1AE4520A2E65D48C167B944B2F1, L_1, /*hidden argument*/NULL);
|
|
// throw new LuaException(reason);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_3 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_3, L_2, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ToLua_Panic_mFFC28F9856FBE671DE40CF055EFD6B5987C18748_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.ToLua::Print(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_Print_mADA571CBFAA95B5BE6246D92DAC72290940B9B81 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Print_mADA571CBFAA95B5BE6246D92DAC72290940B9B81_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RuntimeObject* V_1 = NULL;
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
intptr_t V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
int32_t V_5 = 0;
|
|
Exception_t * V_6 = 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);
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * G_B11_0 = NULL;
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * G_B10_0 = NULL;
|
|
String_t* G_B12_0 = NULL;
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * G_B12_1 = NULL;
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int n = 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;
|
|
// using (CString.Block())
|
|
IL2CPP_RUNTIME_CLASS_INIT(CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_2 = CString_Block_m67588066EF5B6F8E7BA20F2D31A6F16A765B7567(/*hidden argument*/NULL);
|
|
V_1 = L_2;
|
|
}
|
|
|
|
IL_000d:
|
|
try
|
|
{ // begin try (depth: 2)
|
|
{
|
|
// CString sb = CString.Alloc(256);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8_il2cpp_TypeInfo_var);
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_3 = CString_Alloc_m6E1453BECBE1886ECE6FE5EBC5BDEC30A5850612(((int32_t)256), /*hidden argument*/NULL);
|
|
V_2 = L_3;
|
|
// for (int i = 1; i <= n; i++)
|
|
V_3 = 1;
|
|
goto IL_00dc;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// if (i > 1) sb.Append(" ");
|
|
int32_t L_4 = V_3;
|
|
if ((((int32_t)L_4) <= ((int32_t)1)))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// if (i > 1) sb.Append(" ");
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_5 = V_2;
|
|
NullCheck(L_5);
|
|
CString_Append_m9E0B64345A4ACB260B7B20A56DDCB42F5C2BBC34(L_5, _stringLiteral65AEA98C57DCD2A1FFB0D35CA20603CAAF7D9F03, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// if (LuaDLL.lua_isstring(L, i) == 1)
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_isstring_mBC0D3F1D126DF86A31B9C46FA8CFADC4A9CE5F9F((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)1))))
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// sb.Append(LuaDLL.lua_tostring(L, i));
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_9 = V_2;
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_12 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
CString_Append_m9E0B64345A4ACB260B7B20A56DDCB42F5C2BBC34(L_9, L_12, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_00d8;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
// else if (LuaDLL.lua_isnil(L, i))
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_15 = LuaDLL_lua_isnil_mB1EFB39078F9432C638D9EFD5DD4B03BF9DA8FAB((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
// sb.Append("nil");
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_16 = V_2;
|
|
NullCheck(L_16);
|
|
CString_Append_m9E0B64345A4ACB260B7B20A56DDCB42F5C2BBC34(L_16, _stringLiteralB5366A2D2AC98DAE978423083F8B09E5CDDC705D, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_00d8;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
// else if (LuaDLL.lua_isboolean(L, i))
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_19 = LuaDLL_lua_isboolean_m0047E4C818B55D8826F7AF6F3E90ECF2C32B2A56((intptr_t)L_17, L_18, /*hidden argument*/NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
// sb.Append(LuaDLL.lua_toboolean(L, i) ? "true" : "false");
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_20 = V_2;
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_23 = LuaDLL_lua_toboolean_mD1040BE41EBA160232137C0852698D2900B29872((intptr_t)L_21, L_22, /*hidden argument*/NULL);
|
|
G_B10_0 = L_20;
|
|
if (L_23)
|
|
{
|
|
G_B11_0 = L_20;
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
G_B12_0 = _stringLiteral7CB6EFB98BA5972A9B5090DC2E517FE14D12CB04;
|
|
G_B12_1 = G_B10_0;
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
G_B12_0 = _stringLiteral5FFE533B830F08A0326348A9160AFAFC8ADA44DB;
|
|
G_B12_1 = G_B11_0;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
NullCheck(G_B12_1);
|
|
CString_Append_m9E0B64345A4ACB260B7B20A56DDCB42F5C2BBC34(G_B12_1, G_B12_0, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_00d8;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
// IntPtr p = LuaDLL.lua_topointer(L, i);
|
|
intptr_t L_24 = ___L0;
|
|
int32_t L_25 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
intptr_t L_26 = LuaDLL_lua_topointer_mC65A2E2BFD02CE1C0A22D5AA1C2A16FE1729B243((intptr_t)L_24, L_25, /*hidden argument*/NULL);
|
|
V_4 = (intptr_t)L_26;
|
|
// if (p == IntPtr.Zero)
|
|
intptr_t L_27 = V_4;
|
|
bool L_28 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_27, (intptr_t)(0), /*hidden argument*/NULL);
|
|
if (!L_28)
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
// sb.Append("nil");
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_29 = V_2;
|
|
NullCheck(L_29);
|
|
CString_Append_m9E0B64345A4ACB260B7B20A56DDCB42F5C2BBC34(L_29, _stringLiteralB5366A2D2AC98DAE978423083F8B09E5CDDC705D, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_00d8;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
// sb.Append(LuaDLL.luaL_typename(L, i)).Append(":0x").Append(p.ToString("X"));
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_30 = V_2;
|
|
intptr_t L_31 = ___L0;
|
|
int32_t L_32 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_33 = LuaDLL_luaL_typename_m4F544C2D4E3AF60FC1D3C00E04F4F59BEBD8153F((intptr_t)L_31, L_32, /*hidden argument*/NULL);
|
|
NullCheck(L_30);
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_34 = CString_Append_m9E0B64345A4ACB260B7B20A56DDCB42F5C2BBC34(L_30, L_33, /*hidden argument*/NULL);
|
|
NullCheck(L_34);
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_35 = CString_Append_m9E0B64345A4ACB260B7B20A56DDCB42F5C2BBC34(L_34, _stringLiteralEA3610F5153972FE1438A0DEE074E27B6F98B1DD, /*hidden argument*/NULL);
|
|
String_t* L_36 = IntPtr_ToString_m6ADB8DBD989D878D694B4031CC08461B1E2C51FF((intptr_t*)(&V_4), _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B, /*hidden argument*/NULL);
|
|
NullCheck(L_35);
|
|
CString_Append_m9E0B64345A4ACB260B7B20A56DDCB42F5C2BBC34(L_35, L_36, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
// for (int i = 1; i <= n; i++)
|
|
int32_t L_37 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
|
|
}
|
|
|
|
IL_00dc:
|
|
{
|
|
// for (int i = 1; i <= n; i++)
|
|
int32_t L_38 = V_3;
|
|
int32_t L_39 = V_0;
|
|
if ((((int32_t)L_38) <= ((int32_t)L_39)))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
// Debugger.Log(sb.ToString()); //203??_line??
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_40 = V_2;
|
|
NullCheck(L_40);
|
|
String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_40);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debugger_tF25B3752569516B8F625720AF3018F00F540BD0C_il2cpp_TypeInfo_var);
|
|
Debugger_Log_m8E652B74CD56EAE875D36842689AB8C68ECD7506(L_41, /*hidden argument*/NULL);
|
|
// }
|
|
IL2CPP_LEAVE(0xFA, FINALLY_00f0);
|
|
}
|
|
} // end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_00f0;
|
|
}
|
|
|
|
FINALLY_00f0:
|
|
{ // begin finally (depth: 2)
|
|
{
|
|
RuntimeObject* L_42 = V_1;
|
|
if (!L_42)
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
|
|
IL_00f3:
|
|
{
|
|
RuntimeObject* L_43 = V_1;
|
|
NullCheck(L_43);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_43);
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
IL2CPP_END_FINALLY(240)
|
|
}
|
|
} // end finally (depth: 2)
|
|
IL2CPP_CLEANUP(240)
|
|
{
|
|
IL2CPP_JUMP_TBL(0xFA, IL_00fa)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_00fa:
|
|
{
|
|
// return 0;
|
|
V_5 = 0;
|
|
goto IL_010d;
|
|
}
|
|
} // 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_00ff;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00ff:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_6 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_44 = ___L0;
|
|
Exception_t * L_45 = V_6;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_46 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_44, L_45, /*hidden argument*/NULL);
|
|
V_5 = L_46;
|
|
goto IL_010d;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_010d:
|
|
{
|
|
// }
|
|
int32_t L_47 = V_5;
|
|
return L_47;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.ToLua::Loader(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_Loader_mCD26C92A05369550FC3D89D11BF8DEFC3B5B22E4 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Loader_mCD26C92A05369550FC3D89D11BF8DEFC3B5B22E4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
|
|
String_t* 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) * 3);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// string fileName = LuaDLL.lua_tostring(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_1 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// fileName = fileName.Replace(".", "/");
|
|
String_t* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_2, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// byte[] buffer = LuaFileUtils.Instance.ReadFile(fileName);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE_il2cpp_TypeInfo_var);
|
|
LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * L_4 = LuaFileUtils_get_Instance_mE02E0FB7B1A248B24C84FC59CBBBC095158DD460(/*hidden argument*/NULL);
|
|
String_t* L_5 = V_0;
|
|
NullCheck(L_4);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(5 /* System.Byte[] LuaInterface.LuaFileUtils::ReadFile(System.String) */, L_4, L_5);
|
|
V_1 = L_6;
|
|
// if (buffer == null)
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_1;
|
|
if (L_7)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// string error = LuaFileUtils.Instance.FindFileError(fileName);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE_il2cpp_TypeInfo_var);
|
|
LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * L_8 = LuaFileUtils_get_Instance_mE02E0FB7B1A248B24C84FC59CBBBC095158DD460(/*hidden argument*/NULL);
|
|
String_t* L_9 = V_0;
|
|
NullCheck(L_8);
|
|
String_t* L_10 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String LuaInterface.LuaFileUtils::FindFileError(System.String) */, L_8, L_9);
|
|
V_2 = L_10;
|
|
// LuaDLL.lua_pushstring(L, error);
|
|
intptr_t L_11 = ___L0;
|
|
String_t* L_12 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
// if (LuaConst.openLuaDebugger)
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var);
|
|
bool L_13 = ((LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields*)il2cpp_codegen_static_fields_for(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var))->get_openLuaDebugger_6();
|
|
if (!L_13)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// fileName = LuaFileUtils.Instance.FindFile(fileName);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE_il2cpp_TypeInfo_var);
|
|
LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * L_14 = LuaFileUtils_get_Instance_mE02E0FB7B1A248B24C84FC59CBBBC095158DD460(/*hidden argument*/NULL);
|
|
String_t* L_15 = V_0;
|
|
NullCheck(L_14);
|
|
String_t* L_16 = LuaFileUtils_FindFile_mA14B3C2CABB2784072E8BA50935AE1BA87E8A336(L_14, L_15, /*hidden argument*/NULL);
|
|
V_0 = L_16;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// if (LuaDLL.luaL_loadbuffer(L, buffer, buffer.Length, "@"+ fileName) != 0)
|
|
intptr_t L_17 = ___L0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = V_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = V_1;
|
|
NullCheck(L_19);
|
|
String_t* L_20 = V_0;
|
|
String_t* L_21 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral9A78211436F6D425EC38F5C4E02270801F3524F8, L_20, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_22 = LuaDLL_luaL_loadbuffer_mACDD259C6B59B722CE8896F7ABB89B9E817246B4((intptr_t)L_17, L_18, (((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))), L_21, /*hidden argument*/NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
// string err = LuaDLL.lua_tostring(L, -1);
|
|
intptr_t L_23 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_24 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_23, (-1), /*hidden argument*/NULL);
|
|
// throw new LuaException(err, LuaException.GetLastError());
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
Exception_t * L_25 = LuaException_GetLastError_m7A7041AF600E06731A8C27888C9D1F2CE4BF0857(/*hidden argument*/NULL);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_26 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_26, L_24, L_25, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ToLua_Loader_mCD26C92A05369550FC3D89D11BF8DEFC3B5B22E4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_008d;
|
|
}
|
|
} // 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_0080;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0080:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_4 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_27 = ___L0;
|
|
Exception_t * L_28 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_29 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_27, L_28, /*hidden argument*/NULL);
|
|
V_3 = L_29;
|
|
goto IL_008d;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_008d:
|
|
{
|
|
// }
|
|
int32_t L_30 = V_3;
|
|
return L_30;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.ToLua::DoFile(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_DoFile_m42DCDDE64224081FCECC76C6283E2FD1EE54D542 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_DoFile_m42DCDDE64224081FCECC76C6283E2FD1EE54D542_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* 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)
|
|
{
|
|
// string fileName = LuaDLL.lua_tostring(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_1 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// int n = LuaDLL.lua_gettop(L);
|
|
intptr_t L_2 = ___L0;
|
|
int32_t L_3 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_2, /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// byte[] buffer = LuaFileUtils.Instance.ReadFile(fileName);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE_il2cpp_TypeInfo_var);
|
|
LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * L_4 = LuaFileUtils_get_Instance_mE02E0FB7B1A248B24C84FC59CBBBC095158DD460(/*hidden argument*/NULL);
|
|
String_t* L_5 = V_0;
|
|
NullCheck(L_4);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(5 /* System.Byte[] LuaInterface.LuaFileUtils::ReadFile(System.String) */, L_4, L_5);
|
|
V_2 = L_6;
|
|
// if (buffer == null)
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_2;
|
|
if (L_7)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// string error = string.Format("cannot open {0}: No such file or directory", fileName);
|
|
String_t* L_8 = V_0;
|
|
String_t* L_9 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral98E855669B5D93A951CD5BF4668F963DFDDB8E1E, L_8, /*hidden argument*/NULL);
|
|
// error += LuaFileUtils.Instance.FindFileError(fileName);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE_il2cpp_TypeInfo_var);
|
|
LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * L_10 = LuaFileUtils_get_Instance_mE02E0FB7B1A248B24C84FC59CBBBC095158DD460(/*hidden argument*/NULL);
|
|
String_t* L_11 = V_0;
|
|
NullCheck(L_10);
|
|
String_t* L_12 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String LuaInterface.LuaFileUtils::FindFileError(System.String) */, L_10, L_11);
|
|
String_t* L_13 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_9, L_12, /*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_13, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ToLua_DoFile_m42DCDDE64224081FCECC76C6283E2FD1EE54D542_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// if (LuaDLL.luaL_loadbuffer(L, buffer, buffer.Length, fileName) == 0)
|
|
intptr_t L_15 = ___L0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_2;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_2;
|
|
NullCheck(L_17);
|
|
String_t* L_18 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_19 = LuaDLL_luaL_loadbuffer_mACDD259C6B59B722CE8896F7ABB89B9E817246B4((intptr_t)L_15, L_16, (((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))), L_18, /*hidden argument*/NULL);
|
|
if (L_19)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
// if (LuaDLL.lua_pcall(L, 0, LuaDLL.LUA_MULTRET, 0) != 0)
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_21 = ((LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_StaticFields*)il2cpp_codegen_static_fields_for(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var))->get_LUA_MULTRET_1();
|
|
int32_t L_22 = LuaDLL_lua_pcall_m1B708F9BA6605F17B0F2395FA92920C2A3B342EB((intptr_t)L_20, 0, L_21, 0, /*hidden argument*/NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
// string error = LuaDLL.lua_tostring(L, -1);
|
|
intptr_t L_23 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_24 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_23, (-1), /*hidden argument*/NULL);
|
|
// throw new LuaException(error, LuaException.GetLastError());
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
Exception_t * L_25 = LuaException_GetLastError_m7A7041AF600E06731A8C27888C9D1F2CE4BF0857(/*hidden argument*/NULL);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_26 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_26, L_24, L_25, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ToLua_DoFile_m42DCDDE64224081FCECC76C6283E2FD1EE54D542_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
// string err = LuaDLL.lua_tostring(L, -1);
|
|
intptr_t L_27 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_28 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_27, (-1), /*hidden argument*/NULL);
|
|
// throw new LuaException(err, LuaException.GetLastError());
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
Exception_t * L_29 = LuaException_GetLastError_m7A7041AF600E06731A8C27888C9D1F2CE4BF0857(/*hidden argument*/NULL);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_30 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_30, L_28, L_29, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ToLua_DoFile_m42DCDDE64224081FCECC76C6283E2FD1EE54D542_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
// return LuaDLL.lua_gettop(L) - n;
|
|
intptr_t L_31 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_32 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_31, /*hidden argument*/NULL);
|
|
int32_t L_33 = V_1;
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33));
|
|
goto IL_009b;
|
|
}
|
|
} // 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_008e;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_008e:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_4 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_34 = ___L0;
|
|
Exception_t * L_35 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_36 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_34, L_35, /*hidden argument*/NULL);
|
|
V_3 = L_36;
|
|
goto IL_009b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_009b:
|
|
{
|
|
// }
|
|
int32_t L_37 = V_3;
|
|
return L_37;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.ToLua::LoadFile(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_LoadFile_mC733FE35F4BFF53E3D4DB0DE369F6BF2C70B8EF3 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_LoadFile_mC733FE35F4BFF53E3D4DB0DE369F6BF2C70B8EF3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* 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) * 3);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// string fileName = LuaDLL.lua_tostring(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_1 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// byte[] buffer = LuaFileUtils.Instance.ReadFile(fileName);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE_il2cpp_TypeInfo_var);
|
|
LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * L_2 = LuaFileUtils_get_Instance_mE02E0FB7B1A248B24C84FC59CBBBC095158DD460(/*hidden argument*/NULL);
|
|
String_t* L_3 = V_0;
|
|
NullCheck(L_2);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(5 /* System.Byte[] LuaInterface.LuaFileUtils::ReadFile(System.String) */, L_2, L_3);
|
|
V_1 = L_4;
|
|
// if (buffer == null)
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_1;
|
|
if (L_5)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// string error = string.Format("cannot open {0}: No such file or directory", fileName);
|
|
String_t* L_6 = V_0;
|
|
String_t* L_7 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral98E855669B5D93A951CD5BF4668F963DFDDB8E1E, L_6, /*hidden argument*/NULL);
|
|
// error += LuaFileUtils.Instance.FindFileError(fileName);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE_il2cpp_TypeInfo_var);
|
|
LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * L_8 = LuaFileUtils_get_Instance_mE02E0FB7B1A248B24C84FC59CBBBC095158DD460(/*hidden argument*/NULL);
|
|
String_t* L_9 = V_0;
|
|
NullCheck(L_8);
|
|
String_t* L_10 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String LuaInterface.LuaFileUtils::FindFileError(System.String) */, L_8, L_9);
|
|
String_t* L_11 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_7, L_10, /*hidden argument*/NULL);
|
|
// throw new LuaException(error);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_12 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_12, L_11, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ToLua_LoadFile_mC733FE35F4BFF53E3D4DB0DE369F6BF2C70B8EF3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// if (LuaDLL.luaL_loadbuffer(L, buffer, buffer.Length, fileName) == 0)
|
|
intptr_t L_13 = ___L0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_1;
|
|
NullCheck(L_15);
|
|
String_t* L_16 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_luaL_loadbuffer_mACDD259C6B59B722CE8896F7ABB89B9E817246B4((intptr_t)L_13, L_14, (((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))), L_16, /*hidden argument*/NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0068;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_18 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_18, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_insert(L, -2); /* put before error message */
|
|
intptr_t L_19 = ___L0;
|
|
LuaDLL_lua_insert_mEE1350801348D90FAD1E7B373007902676D67B73((intptr_t)L_19, ((int32_t)-2), /*hidden argument*/NULL);
|
|
// return 2;
|
|
V_2 = 2;
|
|
goto IL_0068;
|
|
}
|
|
} // 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_005d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_005d:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_20 = ___L0;
|
|
Exception_t * L_21 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_22 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_20, L_21, /*hidden argument*/NULL);
|
|
V_2 = L_22;
|
|
goto IL_0068;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0068:
|
|
{
|
|
// }
|
|
int32_t L_23 = V_2;
|
|
return L_23;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.ToLua::IsNull(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_IsNull_mDB4B2DF8DAD5690E1E57278687B8F9F1764C845F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_IsNull_mDB4B2DF8DAD5690E1E57278687B8F9F1764C845F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
{
|
|
// LuaTypes t = LuaDLL.lua_type(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// if (t == LuaTypes.LUA_TNIL)
|
|
if (L_1)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushboolean(L, true);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_2, (bool)1, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0036;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// object o = ToLua.ToObject(L, -1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_4 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_3, (-1), /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// if (o == null || o.Equals(null))
|
|
RuntimeObject * L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_6 = V_0;
|
|
NullCheck(L_6);
|
|
bool L_7 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// LuaDLL.lua_pushboolean(L, true);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_8, (bool)1, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0036;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// LuaDLL.lua_pushboolean(L, false);
|
|
intptr_t L_9 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_9, (bool)0, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.ToLua::BufferToString(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_BufferToString_mF5F3BB267BB88271EDAA1ACE430230CE8FA41005 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_BufferToString_mF5F3BB267BB88271EDAA1ACE430230CE8FA41005_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* 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 = CheckObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_CheckObject_mC6604EED4BC2EC077CCECE69D2C74FCE348FAC79((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (o is byte[])
|
|
RuntimeObject * L_2 = V_0;
|
|
if (!((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)IsInst((RuntimeObject*)L_2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// byte[] buff = (byte[])o;
|
|
RuntimeObject * L_3 = V_0;
|
|
V_1 = ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
|
|
// LuaDLL.lua_pushlstring(L, buff, buff.Length);
|
|
intptr_t L_4 = ___L0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushlstring_mBE214E6ACD66964F1F96F5B509046737F485E1A6((intptr_t)L_4, L_5, (((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))), /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_006c;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// else if (o is char[])
|
|
RuntimeObject * L_7 = V_0;
|
|
if (!((CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)IsInst((RuntimeObject*)L_7, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// byte[] buff = System.Text.Encoding.UTF8.GetBytes((char[])o);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_8 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
|
|
RuntimeObject * L_9 = V_0;
|
|
NullCheck(L_8);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* >::Invoke(15 /* System.Byte[] System.Text.Encoding::GetBytes(System.Char[]) */, L_8, ((CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)Castclass((RuntimeObject*)L_9, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var)));
|
|
V_2 = L_10;
|
|
// LuaDLL.lua_pushlstring(L, buff, buff.Length);
|
|
intptr_t L_11 = ___L0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_2;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_2;
|
|
NullCheck(L_13);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushlstring_mBE214E6ACD66964F1F96F5B509046737F485E1A6((intptr_t)L_11, L_12, (((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))), /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_006c;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// else if (o is string)
|
|
RuntimeObject * L_14 = V_0;
|
|
if (!((String_t*)IsInstSealed((RuntimeObject*)L_14, String_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
// LuaDLL.lua_pushstring(L, (string)o);
|
|
intptr_t L_15 = ___L0;
|
|
RuntimeObject * L_16 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_15, ((String_t*)CastclassSealed((RuntimeObject*)L_16, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_006c;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, 1, "byte[] or char[]");
|
|
intptr_t L_17 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_17, 1, _stringLiteralBA3EF79B5A5CB455491D6551ED5B85E2802D2E89, (String_t*)NULL, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_007d;
|
|
}
|
|
} // 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_0070;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0070:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_4 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_18 = ___L0;
|
|
Exception_t * L_19 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_20 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_18, L_19, /*hidden argument*/NULL);
|
|
V_3 = L_20;
|
|
goto IL_007d;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_007d:
|
|
{
|
|
// }
|
|
int32_t L_21 = V_3;
|
|
return L_21;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.ToLua::GetClassType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_GetClassType_m5AD51A973C64FB04335F8C052E8594156C0FE794 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_GetClassType_m5AD51A973C64FB04335F8C052E8594156C0FE794_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Type_t * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Type_t * V_3 = NULL;
|
|
{
|
|
// int reference = LuaDLL.tolua_getmetatableref(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_tolua_getmetatableref_m418890BA7C1E5C62B0889744467DED1B78899613((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (reference > 0)
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) <= ((int32_t)0)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
// Type t = LuaStatic.GetClassType(L, reference);
|
|
intptr_t L_3 = ___L0;
|
|
int32_t L_4 = V_0;
|
|
Type_t * L_5 = LuaStatic_GetClassType_m532CC4199DC4F6E2ACE8465205DC4A0BEBA744D1((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
V_1 = L_5;
|
|
// Push(L, t);
|
|
intptr_t L_6 = ___L0;
|
|
Type_t * L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0049;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// int ret = LuaDLL.tolua_getvaluetype(L, -1);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_tolua_getvaluetype_mF10D97C479D6299468BD2A0CB82794E697370B06((intptr_t)L_8, (-1), /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// if (ret != LuaValueType.None)
|
|
int32_t L_10 = V_2;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
// Type t = TypeChecker.LuaValueTypeMap[ret];
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = ((TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields*)il2cpp_codegen_static_fields_for(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var))->get_LuaValueTypeMap_0();
|
|
int32_t L_12 = V_2;
|
|
NullCheck(L_11);
|
|
int32_t L_13 = L_12;
|
|
Type_t * L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
V_3 = L_14;
|
|
// Push(L, t);
|
|
intptr_t L_15 = ___L0;
|
|
Type_t * L_16 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0049;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// Debugger.LogError("type not register to lua");
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debugger_tF25B3752569516B8F625720AF3018F00F540BD0C_il2cpp_TypeInfo_var);
|
|
Debugger_LogError_mD47EEB30F88DB178F05439FD9A896381CE71C12A(_stringLiteral63A0B59B96E25926DE02114120C0B1ADC077AA39, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_17 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_17, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.ToLua::TableToArray(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_TableToArray_m021031B52C4E2C4AEC32C21FDAD8991AF496F7E0 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_TableToArray_m021031B52C4E2C4AEC32C21FDAD8991AF496F7E0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
|
|
RuntimeArray * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * 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[] objs = ToLua.CheckObjectArray(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = ToLua_CheckObjectArray_mB59CC301F53829E4747BF861935FE3C1FAE05A4F((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// Type t = ToLua.CheckMonoType(L, 2);
|
|
intptr_t L_2 = ___L0;
|
|
Type_t * L_3 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_2, 2, /*hidden argument*/NULL);
|
|
// Array ret = System.Array.CreateInstance(t, objs.Length);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
RuntimeArray * L_5 = Array_CreateInstance_mE3FF1559BCD06302A7DA79FCE32232941AC38F3F(L_3, (((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))), /*hidden argument*/NULL);
|
|
V_1 = L_5;
|
|
// for (int i = 0; i < objs.Length; i++)
|
|
V_2 = 0;
|
|
goto IL_002a;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// ret.SetValue(objs[i], i);
|
|
RuntimeArray * L_6 = V_1;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = V_0;
|
|
int32_t L_8 = V_2;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
RuntimeObject * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
int32_t L_11 = V_2;
|
|
NullCheck(L_6);
|
|
Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA(L_6, L_10, L_11, /*hidden argument*/NULL);
|
|
// for (int i = 0; i < objs.Length; i++)
|
|
int32_t L_12 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// for (int i = 0; i < objs.Length; i++)
|
|
int32_t L_13 = V_2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_15 = ___L0;
|
|
RuntimeArray * L_16 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m007BBA6FFBB0D3E2A0905FD568FA4A87AD6ADD5F((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0048;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_003b;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003b:
|
|
{ // begin catch(LuaInterface.LuaException)
|
|
// catch(LuaException e)
|
|
V_4 = ((LuaException_t362D5A575564491633FB3233987012974B1564C4 *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_17 = ___L0;
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_18 = V_4;
|
|
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_3 = L_19;
|
|
goto IL_0048;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0048:
|
|
{
|
|
// }
|
|
int32_t L_20 = V_3;
|
|
return L_20;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.ToLua::op_ToString(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
{
|
|
// object obj = 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;
|
|
// if (obj != null)
|
|
RuntimeObject * L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushstring(L, obj.ToString());
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeObject * L_4 = V_0;
|
|
NullCheck(L_4);
|
|
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_3, L_5, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_6 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_6, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// LuaTypes luaType = LuaDLL.lua_type(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_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// switch (luaType)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)4)))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)7)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// return LuaDLL.lua_tostring(L, stackPos);
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_7 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_5, L_6, /*hidden argument*/NULL);
|
|
return L_7;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// return (string)ToObject(L, stackPos);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_10 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
return ((String_t*)CastclassSealed((RuntimeObject*)L_10, String_t_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// return null;
|
|
return (String_t*)NULL;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// int udata = LuaDLL.tolua_rawnetobj(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_rawnetobj_m2330C2B3D83D9335CA834F917EE591C1DFF6A284((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (udata != -1)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// ObjectTranslator translator = ObjectTranslator.Get(L);
|
|
intptr_t L_4 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var);
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * L_5 = ObjectTranslator_Get_m7C75E407D306192C2E32ADBAC333DF3896189BD5_inline((intptr_t)L_4, /*hidden argument*/NULL);
|
|
// return translator.GetObject(udata);
|
|
int32_t L_6 = V_0;
|
|
NullCheck(L_5);
|
|
RuntimeObject * L_7 = ObjectTranslator_GetObject_m83FC049E289E671077D7852DA2188EB90DC75F6F(L_5, L_6, /*hidden argument*/NULL);
|
|
return L_7;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// return null;
|
|
return NULL;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToLuaFunction_mAB03DF0A305A6AA18132C880CA742DF2523370DF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// LuaTypes type = LuaDLL.lua_type(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_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// if (type == LuaTypes.LUA_TNIL)
|
|
if (L_2)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *)NULL;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// stackPos = LuaDLL.abs_index(L, stackPos);
|
|
intptr_t L_3 = ___L0;
|
|
int32_t L_4 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_5 = LuaDLL_abs_index_m3B851E5A4D31BC170E24F733E727B58CF9EA8524((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
___stackPos1 = L_5;
|
|
// LuaDLL.lua_pushvalue(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
LuaDLL_lua_pushvalue_m713DDDB9414ED15F1F823B50C1B5C58E56A82498((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// int reference = LuaDLL.toluaL_ref(L);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = LuaDLL_toluaL_ref_m4AA2B48FF1F78646801A32C0A94BC2CFEB8643C8((intptr_t)L_8, /*hidden argument*/NULL);
|
|
V_0 = L_9;
|
|
// return LuaStatic.GetFunction(L, reference);
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = V_0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_12 = LuaStatic_GetFunction_mE2F8F74ADCE422676AF6B1B49735B53B4E897FCE((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
// LuaInterface.LuaTable LuaInterface.ToLua::ToLuaTable(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ToLua_ToLuaTable_m404C190600C4C58E905018EE3B225B6C2133A128 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToLuaTable_m404C190600C4C58E905018EE3B225B6C2133A128_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// LuaTypes type = LuaDLL.lua_type(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_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// if (type == LuaTypes.LUA_TNIL)
|
|
if (L_2)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *)NULL;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// stackPos = LuaDLL.abs_index(L, stackPos);
|
|
intptr_t L_3 = ___L0;
|
|
int32_t L_4 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_5 = LuaDLL_abs_index_m3B851E5A4D31BC170E24F733E727B58CF9EA8524((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
___stackPos1 = L_5;
|
|
// LuaDLL.lua_pushvalue(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
LuaDLL_lua_pushvalue_m713DDDB9414ED15F1F823B50C1B5C58E56A82498((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// int reference = LuaDLL.toluaL_ref(L);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = LuaDLL_toluaL_ref_m4AA2B48FF1F78646801A32C0A94BC2CFEB8643C8((intptr_t)L_8, /*hidden argument*/NULL);
|
|
V_0 = L_9;
|
|
// return LuaStatic.GetTable(L, reference);
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = V_0;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_12 = LuaStatic_GetTable_mD5D3B04BBC530755F3288AD0E6F590ED5A7B2AAA((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
// LuaInterface.LuaThread LuaInterface.ToLua::ToLuaThread(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaThread_tE3CD20787632CE8A9ACACDD031EB48E821A20D10 * ToLua_ToLuaThread_m6DF3D7B50F96B16F05E581F96CFFA801358D3D85 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToLuaThread_m6DF3D7B50F96B16F05E581F96CFFA801358D3D85_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// LuaTypes type = LuaDLL.lua_type(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_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// if (type == LuaTypes.LUA_TNIL)
|
|
if (L_2)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (LuaThread_tE3CD20787632CE8A9ACACDD031EB48E821A20D10 *)NULL;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// stackPos = LuaDLL.abs_index(L, stackPos);
|
|
intptr_t L_3 = ___L0;
|
|
int32_t L_4 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_5 = LuaDLL_abs_index_m3B851E5A4D31BC170E24F733E727B58CF9EA8524((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
___stackPos1 = L_5;
|
|
// LuaDLL.lua_pushvalue(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
LuaDLL_lua_pushvalue_m713DDDB9414ED15F1F823B50C1B5C58E56A82498((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// int reference = LuaDLL.toluaL_ref(L);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = LuaDLL_toluaL_ref_m4AA2B48FF1F78646801A32C0A94BC2CFEB8643C8((intptr_t)L_8, /*hidden argument*/NULL);
|
|
V_0 = L_9;
|
|
// return LuaStatic.GetLuaThread(L, reference);
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = V_0;
|
|
LuaThread_tE3CD20787632CE8A9ACACDD031EB48E821A20D10 * L_12 = LuaStatic_GetLuaThread_mE5055B3AE256389967DC24A769EF6C9EAA2C37A1((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
// UnityEngine.Vector3 LuaInterface.ToLua::ToVector3(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
{
|
|
// float x = 0, y = 0, z = 0;
|
|
V_0 = (0.0f);
|
|
// float x = 0, y = 0, z = 0;
|
|
V_1 = (0.0f);
|
|
// float x = 0, y = 0, z = 0;
|
|
V_2 = (0.0f);
|
|
// LuaDLL.tolua_getvec3(L, stackPos, out x, out y, out z);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_getvec3_m04DDB79BD2FA4254FFB41B6D3C62D8DDDE526155((intptr_t)L_0, L_1, (float*)(&V_0), (float*)(&V_1), (float*)(&V_2), /*hidden argument*/NULL);
|
|
// return new Vector3(x, y, z);
|
|
float L_2 = V_0;
|
|
float L_3 = V_1;
|
|
float L_4 = V_2;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_5), L_2, L_3, L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// UnityEngine.Vector4 LuaInterface.ToLua::ToVector4(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ToLua_ToVector4_mCC5D749B41B088A8893A944F92A31DDD6CDA2576 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToVector4_mCC5D749B41B088A8893A944F92A31DDD6CDA2576_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
{
|
|
// LuaDLL.tolua_getvec4(L, stackPos, out x, out y, out z, out w);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_getvec4_mCBF3240C930A4DE1E3AEDC5F4B210DAE108237B7((intptr_t)L_0, L_1, (float*)(&V_0), (float*)(&V_1), (float*)(&V_2), (float*)(&V_3), /*hidden argument*/NULL);
|
|
// return new Vector4(x, y, z, w);
|
|
float L_2 = V_0;
|
|
float L_3 = V_1;
|
|
float L_4 = V_2;
|
|
float L_5 = V_3;
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_6), L_2, L_3, L_4, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// UnityEngine.Vector2 LuaInterface.ToLua::ToVector2(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ToLua_ToVector2_mF1F09774E2D20D3B6FDF67C15B0D31EF155353AC (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToVector2_mF1F09774E2D20D3B6FDF67C15B0D31EF155353AC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
{
|
|
// LuaDLL.tolua_getvec2(L, stackPos, out x, out y);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_getvec2_mEA105138D8932056D208808D0DBC76F89E26D11E((intptr_t)L_0, L_1, (float*)(&V_0), (float*)(&V_1), /*hidden argument*/NULL);
|
|
// return new Vector2(x, y);
|
|
float L_2 = V_0;
|
|
float L_3 = V_1;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_4), L_2, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// UnityEngine.Quaternion LuaInterface.ToLua::ToQuaternion(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ToLua_ToQuaternion_mDAD28735F1469F3F350AAD972505DC77E024D902 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToQuaternion_mDAD28735F1469F3F350AAD972505DC77E024D902_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
{
|
|
// LuaDLL.tolua_getquat(L, stackPos, out x, out y, out z, out w);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_getquat_m2A095FE1B63FA752744E69351048FF7A648594D3((intptr_t)L_0, L_1, (float*)(&V_0), (float*)(&V_1), (float*)(&V_2), (float*)(&V_3), /*hidden argument*/NULL);
|
|
// return new Quaternion(x, y, z, w);
|
|
float L_2 = V_0;
|
|
float L_3 = V_1;
|
|
float L_4 = V_2;
|
|
float L_5 = V_3;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
Quaternion__ctor_m7502F0C38E04C6DE24C965D1CAF278DDD02B9D61((&L_6), L_2, L_3, L_4, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// UnityEngine.Color LuaInterface.ToLua::ToColor(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ToLua_ToColor_m8BA5C5C83C6FCCF1F5572D5BB37BB153A0EF4DB5 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToColor_m8BA5C5C83C6FCCF1F5572D5BB37BB153A0EF4DB5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
{
|
|
// LuaDLL.tolua_getclr(L, stackPos, out r, out g, out b, out a);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_getclr_mA0A0C93970C41814AD2AC93E12316F214E134750((intptr_t)L_0, L_1, (float*)(&V_0), (float*)(&V_1), (float*)(&V_2), (float*)(&V_3), /*hidden argument*/NULL);
|
|
// return new Color(r, g, b, a);
|
|
float L_2 = V_0;
|
|
float L_3 = V_1;
|
|
float L_4 = V_2;
|
|
float L_5 = V_3;
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_6), L_2, L_3, L_4, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// UnityEngine.Ray LuaInterface.ToLua::ToRay(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 ToLua_ToRay_m25EB1A0E15515DFF75B472E5D9D0A8A3F86C6524 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToRay_m25EB1A0E15515DFF75B472E5D9D0A8A3F86C6524_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
float V_4 = 0.0f;
|
|
float V_5 = 0.0f;
|
|
{
|
|
// int top = 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;
|
|
// LuaStatic.GetUnpackRayRef(L);
|
|
intptr_t L_2 = ___L0;
|
|
LuaStatic_GetUnpackRayRef_m7A80FED8ED6A328E4B8A480CC76B493F3CEC5902((intptr_t)L_2, /*hidden argument*/NULL);
|
|
// stackPos = LuaDLL.abs_index(L, stackPos);
|
|
intptr_t L_3 = ___L0;
|
|
int32_t L_4 = ___stackPos1;
|
|
int32_t L_5 = LuaDLL_abs_index_m3B851E5A4D31BC170E24F733E727B58CF9EA8524((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
___stackPos1 = L_5;
|
|
// LuaDLL.lua_pushvalue(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
LuaDLL_lua_pushvalue_m713DDDB9414ED15F1F823B50C1B5C58E56A82498((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// if (LuaDLL.lua_pcall(L, 1, 6, 0) == 0)
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = LuaDLL_lua_pcall_m1B708F9BA6605F17B0F2395FA92920C2A3B342EB((intptr_t)L_8, 1, 6, 0, /*hidden argument*/NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
// float ox = (float)LuaDLL.lua_tonumber(L, top + 1);
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_12 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL);
|
|
// float oy = (float)LuaDLL.lua_tonumber(L, top + 2);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = V_0;
|
|
double L_15 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)2)), /*hidden argument*/NULL);
|
|
V_1 = (((float)((float)L_15)));
|
|
// float oz = (float)LuaDLL.lua_tonumber(L, top + 3);
|
|
intptr_t L_16 = ___L0;
|
|
int32_t L_17 = V_0;
|
|
double L_18 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)3)), /*hidden argument*/NULL);
|
|
V_2 = (((float)((float)L_18)));
|
|
// float dx = (float)LuaDLL.lua_tonumber(L, top + 4);
|
|
intptr_t L_19 = ___L0;
|
|
int32_t L_20 = V_0;
|
|
double L_21 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)4)), /*hidden argument*/NULL);
|
|
V_3 = (((float)((float)L_21)));
|
|
// float dy = (float)LuaDLL.lua_tonumber(L, top + 5);
|
|
intptr_t L_22 = ___L0;
|
|
int32_t L_23 = V_0;
|
|
double L_24 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_22, ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)5)), /*hidden argument*/NULL);
|
|
V_4 = (((float)((float)L_24)));
|
|
// float dz = (float)LuaDLL.lua_tonumber(L, top + 6);
|
|
intptr_t L_25 = ___L0;
|
|
int32_t L_26 = V_0;
|
|
double L_27 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)6)), /*hidden argument*/NULL);
|
|
V_5 = (((float)((float)L_27)));
|
|
// LuaDLL.lua_settop(L, top);
|
|
intptr_t L_28 = ___L0;
|
|
int32_t L_29 = V_0;
|
|
LuaDLL_lua_settop_m4BCB928D2559342AADC033F7EDFF34193E5FE76E((intptr_t)L_28, L_29, /*hidden argument*/NULL);
|
|
// return new Ray(new Vector3(ox, oy, oz), new Vector3(dx, dy, dz));
|
|
float L_30 = V_1;
|
|
float L_31 = V_2;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_32;
|
|
memset((&L_32), 0, sizeof(L_32));
|
|
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_32), (((float)((float)L_12))), L_30, L_31, /*hidden argument*/NULL);
|
|
float L_33 = V_3;
|
|
float L_34 = V_4;
|
|
float L_35 = V_5;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_36;
|
|
memset((&L_36), 0, sizeof(L_36));
|
|
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_36), L_33, L_34, L_35, /*hidden argument*/NULL);
|
|
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_37;
|
|
memset((&L_37), 0, sizeof(L_37));
|
|
Ray__ctor_m695D219349B8AA4C82F96C55A27D384C07736F6B((&L_37), L_32, L_36, /*hidden argument*/NULL);
|
|
return L_37;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
// string error = LuaDLL.lua_tostring(L, -1);
|
|
intptr_t L_38 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_39 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_38, (-1), /*hidden argument*/NULL);
|
|
// LuaDLL.lua_settop(L, top);
|
|
intptr_t L_40 = ___L0;
|
|
int32_t L_41 = V_0;
|
|
LuaDLL_lua_settop_m4BCB928D2559342AADC033F7EDFF34193E5FE76E((intptr_t)L_40, L_41, /*hidden argument*/NULL);
|
|
// throw new LuaException(error);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_42 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_42, L_39, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ToLua_ToRay_m25EB1A0E15515DFF75B472E5D9D0A8A3F86C6524_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// UnityEngine.Bounds LuaInterface.ToLua::ToBounds(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ToLua_ToBounds_mF6AC41931D2B16703DB78E1A0618B3D7A5DB9DCE (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToBounds_mF6AC41931D2B16703DB78E1A0618B3D7A5DB9DCE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// int top = 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;
|
|
// LuaStatic.GetUnpackBounds(L);
|
|
intptr_t L_2 = ___L0;
|
|
LuaStatic_GetUnpackBounds_m12780EFC2A49B0DFFB191A8F2A1092378BD1C1EC((intptr_t)L_2, /*hidden argument*/NULL);
|
|
// stackPos = LuaDLL.abs_index(L, stackPos);
|
|
intptr_t L_3 = ___L0;
|
|
int32_t L_4 = ___stackPos1;
|
|
int32_t L_5 = LuaDLL_abs_index_m3B851E5A4D31BC170E24F733E727B58CF9EA8524((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
___stackPos1 = L_5;
|
|
// LuaDLL.lua_pushvalue(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
LuaDLL_lua_pushvalue_m713DDDB9414ED15F1F823B50C1B5C58E56A82498((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// if (LuaDLL.lua_pcall(L, 1, 2, 0) == 0)
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = LuaDLL_lua_pcall_m1B708F9BA6605F17B0F2395FA92920C2A3B342EB((intptr_t)L_8, 1, 2, 0, /*hidden argument*/NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
// Vector3 center = ToVector3(L, top + 1);
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_12 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL);
|
|
// Vector3 size = ToVector3(L, top + 2);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = V_0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_15 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)2)), /*hidden argument*/NULL);
|
|
V_1 = L_15;
|
|
// LuaDLL.lua_settop(L, top);
|
|
intptr_t L_16 = ___L0;
|
|
int32_t L_17 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_settop_m4BCB928D2559342AADC033F7EDFF34193E5FE76E((intptr_t)L_16, L_17, /*hidden argument*/NULL);
|
|
// return new Bounds(center, size);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_18 = V_1;
|
|
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_19;
|
|
memset((&L_19), 0, sizeof(L_19));
|
|
Bounds__ctor_m294E77A20EC1A3E96985FE1A925CB271D1B5266D((&L_19), L_12, L_18, /*hidden argument*/NULL);
|
|
return L_19;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// string error = LuaDLL.lua_tostring(L, -1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_21 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_20, (-1), /*hidden argument*/NULL);
|
|
// LuaDLL.lua_settop(L, top);
|
|
intptr_t L_22 = ___L0;
|
|
int32_t L_23 = V_0;
|
|
LuaDLL_lua_settop_m4BCB928D2559342AADC033F7EDFF34193E5FE76E((intptr_t)L_22, L_23, /*hidden argument*/NULL);
|
|
// throw new LuaException(error);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_24 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_24, L_21, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ToLua_ToBounds_mF6AC41931D2B16703DB78E1A0618B3D7A5DB9DCE_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// UnityEngine.LayerMask LuaInterface.ToLua::ToLayerMask(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 ToLua_ToLayerMask_m6D35A405FEFA4FFDEF7DC6C93DFED6DADC710BEF (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToLayerMask_m6D35A405FEFA4FFDEF7DC6C93DFED6DADC710BEF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return LuaDLL.tolua_getlayermask(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_getlayermask_mBAFDC05A0F7E427CEC0468D60C3CE66B35FA5902((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 L_3 = LayerMask_op_Implicit_m3F256A7D96C66548F5B62C4621B9725301850300(L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// LuaTypes type = LuaDLL.lua_type(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_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// switch (type)
|
|
int32_t L_3 = V_0;
|
|
switch (L_3)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_00ab;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// return LuaDLL.lua_tonumber(L, stackPos);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_6 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
double L_7 = L_6;
|
|
RuntimeObject * L_8 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_7);
|
|
return L_8;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// return LuaDLL.lua_tostring(L, stackPos);
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_11 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// switch(LuaDLL.tolua_getvaluetype(L, stackPos))
|
|
intptr_t L_12 = ___L0;
|
|
int32_t L_13 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_14 = LuaDLL_tolua_getvaluetype_mF10D97C479D6299468BD2A0CB82794E697370B06((intptr_t)L_12, L_13, /*hidden argument*/NULL);
|
|
V_1 = L_14;
|
|
int32_t L_15 = V_1;
|
|
if ((((int32_t)L_15) == ((int32_t)((int32_t)11))))
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_16 = V_1;
|
|
if ((((int32_t)L_16) == ((int32_t)((int32_t)12))))
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
// return LuaDLL.tolua_toint64(L, stackPos);
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int64_t L_19 = LuaDLL_tolua_toint64_m59522CA9648BB1582947212D031D5811A81B2FD3((intptr_t)L_17, L_18, /*hidden argument*/NULL);
|
|
int64_t L_20 = L_19;
|
|
RuntimeObject * L_21 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_20);
|
|
return L_21;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
// return LuaDLL.tolua_touint64(L, stackPos);
|
|
intptr_t L_22 = ___L0;
|
|
int32_t L_23 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
uint64_t L_24 = LuaDLL_tolua_touint64_m159FD94B0E59B31CB81E369F351406CAE77350DC((intptr_t)L_22, L_23, /*hidden argument*/NULL);
|
|
uint64_t L_25 = L_24;
|
|
RuntimeObject * L_26 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_25);
|
|
return L_26;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
// return ToObject(L, stackPos);
|
|
intptr_t L_27 = ___L0;
|
|
int32_t L_28 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_29 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_27, L_28, /*hidden argument*/NULL);
|
|
return L_29;
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
// return LuaDLL.lua_toboolean(L, stackPos);
|
|
intptr_t L_30 = ___L0;
|
|
int32_t L_31 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_32 = LuaDLL_lua_toboolean_mD1040BE41EBA160232137C0852698D2900B29872((intptr_t)L_30, L_31, /*hidden argument*/NULL);
|
|
bool L_33 = L_32;
|
|
RuntimeObject * L_34 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_33);
|
|
return L_34;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
// return ToLuaFunction(L, stackPos);
|
|
intptr_t L_35 = ___L0;
|
|
int32_t L_36 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_37 = ToLua_ToLuaFunction_mAB03DF0A305A6AA18132C880CA742DF2523370DF((intptr_t)L_35, L_36, /*hidden argument*/NULL);
|
|
return L_37;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
// return ToVarTable(L, stackPos);
|
|
intptr_t L_38 = ___L0;
|
|
int32_t L_39 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_ToVarTable_mB0F36D2F7E29BA010DF7CA24E20EF5EAA0B1345C((intptr_t)L_38, L_39, /*hidden argument*/NULL);
|
|
return L_40;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return null;
|
|
return NULL;
|
|
}
|
|
|
|
IL_009e:
|
|
{
|
|
// return LuaDLL.lua_touserdata(L, stackPos);
|
|
intptr_t L_41 = ___L0;
|
|
int32_t L_42 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
intptr_t L_43 = LuaDLL_lua_touserdata_mDACE6AC44B707C35C04BC9694C0B5DB29CF2E258((intptr_t)L_41, L_42, /*hidden argument*/NULL);
|
|
intptr_t L_44 = L_43;
|
|
RuntimeObject * L_45 = Box(IntPtr_t_il2cpp_TypeInfo_var, &L_44);
|
|
return L_45;
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
// return ToLuaThread(L, stackPos);
|
|
intptr_t L_46 = ___L0;
|
|
int32_t L_47 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaThread_tE3CD20787632CE8A9ACACDD031EB48E821A20D10 * L_48 = ToLua_ToLuaThread_m6DF3D7B50F96B16F05E581F96CFFA801358D3D85((intptr_t)L_46, L_47, /*hidden argument*/NULL);
|
|
return L_48;
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
// return null;
|
|
return NULL;
|
|
}
|
|
}
|
|
// System.Object LuaInterface.ToLua::ToVarObject(System.IntPtr,System.Int32,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_ToVarObject_mEDAC5B39EAABB8B6C05EA66E533ECD95BBE857E4 (intptr_t ___L0, int32_t ___stackPos1, Type_t * ___t2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToVarObject_mEDAC5B39EAABB8B6C05EA66E533ECD95BBE857E4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaTypes type = LuaDLL.lua_type(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_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// if (type == LuaTypes.LUA_TNUMBER)
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)3))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
// object o = LuaDLL.lua_tonumber(L, stackPos);
|
|
intptr_t L_3 = ___L0;
|
|
int32_t L_4 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_5 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
double L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_6);
|
|
// o = Convert.ChangeType(o, t);
|
|
Type_t * L_8 = ___t2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_9 = Convert_ChangeType_mF4AC8107F5CAC75B8436BF66A4DC3982F7AF6850(L_7, L_8, /*hidden argument*/NULL);
|
|
// return o;
|
|
return L_9;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// return ToVarObject(L, stackPos);
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_12 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Object LuaInterface.ToLua::ToVarTable(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_ToVarTable_mB0F36D2F7E29BA010DF7CA24E20EF5EAA0B1345C (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToVarTable_mB0F36D2F7E29BA010DF7CA24E20EF5EAA0B1345C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
{
|
|
// stackPos = LuaDLL.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;
|
|
// int ret = LuaDLL.tolua_getvaluetype(L, stackPos);
|
|
intptr_t L_3 = ___L0;
|
|
int32_t L_4 = ___stackPos1;
|
|
int32_t L_5 = LuaDLL_tolua_getvaluetype_mF10D97C479D6299468BD2A0CB82794E697370B06((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
// LuaTableToVar _ToObject = ToVarMap[ret];
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6* L_6 = ((ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields*)il2cpp_codegen_static_fields_for(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var))->get_ToVarMap_1();
|
|
int32_t L_7 = V_0;
|
|
NullCheck(L_6);
|
|
int32_t L_8 = L_7;
|
|
LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
V_1 = L_9;
|
|
// if (_ToObject != null)
|
|
LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * L_10 = V_1;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// return _ToObject(L, stackPos);
|
|
LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * L_11 = V_1;
|
|
intptr_t L_12 = ___L0;
|
|
int32_t L_13 = ___stackPos1;
|
|
NullCheck(L_11);
|
|
RuntimeObject * L_14 = LuaTableToVar_Invoke_m583FF2E05BF8FE4EE1FD66C28A38AE7643693BDC(L_11, (intptr_t)L_12, L_13, /*hidden argument*/NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// LuaDLL.lua_pushvalue(L, stackPos);
|
|
intptr_t L_15 = ___L0;
|
|
int32_t L_16 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushvalue_m713DDDB9414ED15F1F823B50C1B5C58E56A82498((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
// int reference = LuaDLL.toluaL_ref(L);
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = LuaDLL_toluaL_ref_m4AA2B48FF1F78646801A32C0A94BC2CFEB8643C8((intptr_t)L_17, /*hidden argument*/NULL);
|
|
V_2 = L_18;
|
|
// return LuaStatic.GetTable(L, reference);
|
|
intptr_t L_19 = ___L0;
|
|
int32_t L_20 = V_2;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_21 = LuaStatic_GetTable_mD5D3B04BBC530755F3288AD0E6F590ED5A7B2AAA((intptr_t)L_19, L_20, /*hidden argument*/NULL);
|
|
return L_21;
|
|
}
|
|
}
|
|
// System.Object LuaInterface.ToLua::ToObjectVec3(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_ToObjectVec3_mD1B0494190F90C0E3A7915D3562234BF52E41F21 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToObjectVec3_mD1B0494190F90C0E3A7915D3562234BF52E41F21_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return ToVector3(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var, &L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Object LuaInterface.ToLua::ToObjectQuat(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_ToObjectQuat_m8ECD10ECDD15D405160E90D87069B57B07DFC94C (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToObjectQuat_m8ECD10ECDD15D405160E90D87069B57B07DFC94C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return ToQuaternion(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_2 = ToLua_ToQuaternion_mDAD28735F1469F3F350AAD972505DC77E024D902((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_il2cpp_TypeInfo_var, &L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Object LuaInterface.ToLua::ToObjectColor(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_ToObjectColor_m3AF58465B7BFC3F3F92332AD5291608835DC0CAD (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToObjectColor_m3AF58465B7BFC3F3F92332AD5291608835DC0CAD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return ToColor(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_2 = ToLua_ToColor_m8BA5C5C83C6FCCF1F5572D5BB37BB153A0EF4DB5((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2_il2cpp_TypeInfo_var, &L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Object LuaInterface.ToLua::ToObjectVec4(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_ToObjectVec4_mC2D262DDD7E2F10DC32DAC22839EC5DD131A0341 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToObjectVec4_mC2D262DDD7E2F10DC32DAC22839EC5DD131A0341_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return ToVector4(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_2 = ToLua_ToVector4_mCC5D749B41B088A8893A944F92A31DDD6CDA2576((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var, &L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Object LuaInterface.ToLua::ToObjectVec2(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_ToObjectVec2_mF0B1FBEECE0E5D7533B26A6E350BDD7BCA467BE8 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToObjectVec2_mF0B1FBEECE0E5D7533B26A6E350BDD7BCA467BE8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return ToVector2(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = ToLua_ToVector2_mF1F09774E2D20D3B6FDF67C15B0D31EF155353AC((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var, &L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Object LuaInterface.ToLua::ToObjectRay(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_ToObjectRay_m6F47EC890322A8601DD5C059E11D4B7EFB1685AB (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToObjectRay_m6F47EC890322A8601DD5C059E11D4B7EFB1685AB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return ToRay(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_2 = ToLua_ToRay_m25EB1A0E15515DFF75B472E5D9D0A8A3F86C6524((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_il2cpp_TypeInfo_var, &L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Object LuaInterface.ToLua::ToObjectLayerMask(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_ToObjectLayerMask_mA0416B49E05C20394E346434AD33D6142A4B7886 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToObjectLayerMask_mA0416B49E05C20394E346434AD33D6142A4B7886_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return ToLayerMask(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 L_2 = ToLua_ToLayerMask_m6D35A405FEFA4FFDEF7DC6C93DFED6DADC710BEF((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0_il2cpp_TypeInfo_var, &L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Object LuaInterface.ToLua::ToObjectBounds(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_ToObjectBounds_m0E1C592A37A5F0F5788C36140064B560EF51FF59 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToObjectBounds_m0E1C592A37A5F0F5788C36140064B560EF51FF59_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return ToBounds(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_2 = ToLua_ToBounds_mF6AC41931D2B16703DB78E1A0618B3D7A5DB9DCE((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890_il2cpp_TypeInfo_var, &L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// LuaTypes luaType = LuaDLL.lua_type(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_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// switch (luaType)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)6)))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// return null;
|
|
return (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *)NULL;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// stackPos = LuaDLL.abs_index(L, stackPos);
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = LuaDLL_abs_index_m3B851E5A4D31BC170E24F733E727B58CF9EA8524((intptr_t)L_5, L_6, /*hidden argument*/NULL);
|
|
___stackPos1 = L_7;
|
|
// LuaDLL.lua_pushvalue(L, stackPos);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = ___stackPos1;
|
|
LuaDLL_lua_pushvalue_m713DDDB9414ED15F1F823B50C1B5C58E56A82498((intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
// int reference = LuaDLL.toluaL_ref(L);
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = LuaDLL_toluaL_ref_m4AA2B48FF1F78646801A32C0A94BC2CFEB8643C8((intptr_t)L_10, /*hidden argument*/NULL);
|
|
V_1 = L_11;
|
|
// return LuaStatic.GetFunction(L, reference);
|
|
intptr_t L_12 = ___L0;
|
|
int32_t L_13 = V_1;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_14 = LuaStatic_GetFunction_mE2F8F74ADCE422676AF6B1B49735B53B4E897FCE((intptr_t)L_12, L_13, /*hidden argument*/NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, "function");
|
|
intptr_t L_15 = ___L0;
|
|
int32_t L_16 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_15, L_16, _stringLiteralC218E39EFA2E1AAE69F39D2054528369CE1E1F46, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *)NULL;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckLuaTable_mF2CDE2421648E4E9948D4A81E1EF7259B49D6A77_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// LuaTypes luaType = LuaDLL.lua_type(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_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// switch (luaType)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// return null;
|
|
return (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *)NULL;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// stackPos = LuaDLL.abs_index(L, stackPos);
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = LuaDLL_abs_index_m3B851E5A4D31BC170E24F733E727B58CF9EA8524((intptr_t)L_5, L_6, /*hidden argument*/NULL);
|
|
___stackPos1 = L_7;
|
|
// LuaDLL.lua_pushvalue(L, stackPos);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = ___stackPos1;
|
|
LuaDLL_lua_pushvalue_m713DDDB9414ED15F1F823B50C1B5C58E56A82498((intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
// int reference = LuaDLL.toluaL_ref(L);
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = LuaDLL_toluaL_ref_m4AA2B48FF1F78646801A32C0A94BC2CFEB8643C8((intptr_t)L_10, /*hidden argument*/NULL);
|
|
V_1 = L_11;
|
|
// return LuaStatic.GetTable(L, reference);
|
|
intptr_t L_12 = ___L0;
|
|
int32_t L_13 = V_1;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_14 = LuaStatic_GetTable_mD5D3B04BBC530755F3288AD0E6F590ED5A7B2AAA((intptr_t)L_12, L_13, /*hidden argument*/NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, "table");
|
|
intptr_t L_15 = ___L0;
|
|
int32_t L_16 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_15, L_16, _stringLiteralC3EE137D4F22EB06ED1351D644F3674592C90836, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *)NULL;
|
|
}
|
|
}
|
|
// LuaInterface.LuaThread LuaInterface.ToLua::CheckLuaThread(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaThread_tE3CD20787632CE8A9ACACDD031EB48E821A20D10 * ToLua_CheckLuaThread_m5CA9CE5F8BF6247217D03B6D719A86A3A840AD30 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckLuaThread_m5CA9CE5F8BF6247217D03B6D719A86A3A840AD30_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// LuaTypes luaType = LuaDLL.lua_type(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_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// switch (luaType)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)8)))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// return null;
|
|
return (LuaThread_tE3CD20787632CE8A9ACACDD031EB48E821A20D10 *)NULL;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// stackPos = LuaDLL.abs_index(L, stackPos);
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = LuaDLL_abs_index_m3B851E5A4D31BC170E24F733E727B58CF9EA8524((intptr_t)L_5, L_6, /*hidden argument*/NULL);
|
|
___stackPos1 = L_7;
|
|
// LuaDLL.lua_pushvalue(L, stackPos);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = ___stackPos1;
|
|
LuaDLL_lua_pushvalue_m713DDDB9414ED15F1F823B50C1B5C58E56A82498((intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
// int reference = LuaDLL.toluaL_ref(L);
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = LuaDLL_toluaL_ref_m4AA2B48FF1F78646801A32C0A94BC2CFEB8643C8((intptr_t)L_10, /*hidden argument*/NULL);
|
|
V_1 = L_11;
|
|
// return LuaStatic.GetLuaThread(L, reference);
|
|
intptr_t L_12 = ___L0;
|
|
int32_t L_13 = V_1;
|
|
LuaThread_tE3CD20787632CE8A9ACACDD031EB48E821A20D10 * L_14 = LuaStatic_GetLuaThread_mE5055B3AE256389967DC24A769EF6C9EAA2C37A1((intptr_t)L_12, L_13, /*hidden argument*/NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, "thread");
|
|
intptr_t L_15 = ___L0;
|
|
int32_t L_16 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_15, L_16, _stringLiteralC283E375ED8CEBF3B8D1B5101FD51BB522961656, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (LuaThread_tE3CD20787632CE8A9ACACDD031EB48E821A20D10 *)NULL;
|
|
}
|
|
}
|
|
// LuaInterface.LuaBaseRef LuaInterface.ToLua::CheckLuaBaseRef(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ToLua_CheckLuaBaseRef_m7AA63079853A8CC37B43EA20E2191446C7C10708 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckLuaBaseRef_m7AA63079853A8CC37B43EA20E2191446C7C10708_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
{
|
|
// LuaTypes luaType = LuaDLL.lua_type(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_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// switch (luaType)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)5)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// return null;
|
|
return (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// stackPos = LuaDLL.abs_index(L, stackPos);
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = LuaDLL_abs_index_m3B851E5A4D31BC170E24F733E727B58CF9EA8524((intptr_t)L_5, L_6, /*hidden argument*/NULL);
|
|
___stackPos1 = L_7;
|
|
// LuaDLL.lua_pushvalue(L, stackPos);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = ___stackPos1;
|
|
LuaDLL_lua_pushvalue_m713DDDB9414ED15F1F823B50C1B5C58E56A82498((intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
// int ref1 = LuaDLL.toluaL_ref(L);
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = LuaDLL_toluaL_ref_m4AA2B48FF1F78646801A32C0A94BC2CFEB8643C8((intptr_t)L_10, /*hidden argument*/NULL);
|
|
V_1 = L_11;
|
|
// return LuaStatic.GetFunction(L, ref1);
|
|
intptr_t L_12 = ___L0;
|
|
int32_t L_13 = V_1;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_14 = LuaStatic_GetFunction_mE2F8F74ADCE422676AF6B1B49735B53B4E897FCE((intptr_t)L_12, L_13, /*hidden argument*/NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// stackPos = LuaDLL.abs_index(L, stackPos);
|
|
intptr_t L_15 = ___L0;
|
|
int32_t L_16 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = LuaDLL_abs_index_m3B851E5A4D31BC170E24F733E727B58CF9EA8524((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
___stackPos1 = L_17;
|
|
// LuaDLL.lua_pushvalue(L, stackPos);
|
|
intptr_t L_18 = ___L0;
|
|
int32_t L_19 = ___stackPos1;
|
|
LuaDLL_lua_pushvalue_m713DDDB9414ED15F1F823B50C1B5C58E56A82498((intptr_t)L_18, L_19, /*hidden argument*/NULL);
|
|
// int ref2 = LuaDLL.toluaL_ref(L);
|
|
intptr_t L_20 = ___L0;
|
|
int32_t L_21 = LuaDLL_toluaL_ref_m4AA2B48FF1F78646801A32C0A94BC2CFEB8643C8((intptr_t)L_20, /*hidden argument*/NULL);
|
|
V_2 = L_21;
|
|
// return LuaStatic.GetTable(L, ref2);
|
|
intptr_t L_22 = ___L0;
|
|
int32_t L_23 = V_2;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_24 = LuaStatic_GetTable_mD5D3B04BBC530755F3288AD0E6F590ED5A7B2AAA((intptr_t)L_22, L_23, /*hidden argument*/NULL);
|
|
return L_24;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// stackPos = LuaDLL.abs_index(L, stackPos);
|
|
intptr_t L_25 = ___L0;
|
|
int32_t L_26 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_27 = LuaDLL_abs_index_m3B851E5A4D31BC170E24F733E727B58CF9EA8524((intptr_t)L_25, L_26, /*hidden argument*/NULL);
|
|
___stackPos1 = L_27;
|
|
// LuaDLL.lua_pushvalue(L, stackPos);
|
|
intptr_t L_28 = ___L0;
|
|
int32_t L_29 = ___stackPos1;
|
|
LuaDLL_lua_pushvalue_m713DDDB9414ED15F1F823B50C1B5C58E56A82498((intptr_t)L_28, L_29, /*hidden argument*/NULL);
|
|
// int ref3 = LuaDLL.toluaL_ref(L);
|
|
intptr_t L_30 = ___L0;
|
|
int32_t L_31 = LuaDLL_toluaL_ref_m4AA2B48FF1F78646801A32C0A94BC2CFEB8643C8((intptr_t)L_30, /*hidden argument*/NULL);
|
|
V_3 = L_31;
|
|
// return LuaStatic.GetLuaThread(L, ref3);
|
|
intptr_t L_32 = ___L0;
|
|
int32_t L_33 = V_3;
|
|
LuaThread_tE3CD20787632CE8A9ACACDD031EB48E821A20D10 * L_34 = LuaStatic_GetLuaThread_mE5055B3AE256389967DC24A769EF6C9EAA2C37A1((intptr_t)L_32, L_33, /*hidden argument*/NULL);
|
|
return L_34;
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, "function or table or thread");
|
|
intptr_t L_35 = ___L0;
|
|
int32_t L_36 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_35, L_36, _stringLiteralA3609367B92917A460B6FA4867DD0707AE70F7CF, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
RuntimeObject * V_2 = NULL;
|
|
{
|
|
// LuaTypes luaType = LuaDLL.lua_type(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_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// switch (luaType)
|
|
int32_t L_3 = V_0;
|
|
switch (L_3)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)7)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// return null;
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// return LuaDLL.lua_tostring(L, stackPos);
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_7 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_5, L_6, /*hidden argument*/NULL);
|
|
return L_7;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// return LuaDLL.lua_tostring(L, stackPos);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_10 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
return L_10;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// int udata = LuaDLL.tolua_rawnetobj(L, stackPos);
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_tolua_rawnetobj_m2330C2B3D83D9335CA834F917EE591C1DFF6A284((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_1 = L_13;
|
|
// if (udata != -1)
|
|
int32_t L_14 = V_1;
|
|
if ((((int32_t)L_14) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
// ObjectTranslator translator = ObjectTranslator.Get(L);
|
|
intptr_t L_15 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var);
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * L_16 = ObjectTranslator_Get_m7C75E407D306192C2E32ADBAC333DF3896189BD5_inline((intptr_t)L_15, /*hidden argument*/NULL);
|
|
// object obj = translator.GetObject(udata);
|
|
int32_t L_17 = V_1;
|
|
NullCheck(L_16);
|
|
RuntimeObject * L_18 = ObjectTranslator_GetObject_m83FC049E289E671077D7852DA2188EB90DC75F6F(L_16, L_17, /*hidden argument*/NULL);
|
|
V_2 = L_18;
|
|
// if (obj != null)
|
|
RuntimeObject * L_19 = V_2;
|
|
if (!L_19)
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
// if (obj is string)
|
|
RuntimeObject * L_20 = V_2;
|
|
if (!((String_t*)IsInstSealed((RuntimeObject*)L_20, String_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// return (string)obj;
|
|
RuntimeObject * L_21 = V_2;
|
|
return ((String_t*)CastclassSealed((RuntimeObject*)L_21, String_t_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// LuaDLL.luaL_argerror(L, stackPos, string.Format("string expected, got {0}", obj.GetType().FullName));
|
|
intptr_t L_22 = ___L0;
|
|
int32_t L_23 = ___stackPos1;
|
|
RuntimeObject * L_24 = V_2;
|
|
NullCheck(L_24);
|
|
Type_t * L_25 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_24, /*hidden argument*/NULL);
|
|
NullCheck(L_25);
|
|
String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_25);
|
|
String_t* L_27 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralB0908D2FBEC5A45E75FD586044D9E9D1FED0C5FF, L_26, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_argerror_m648A4BE57D4DB36B0B83C6C0F6D2703239DED5A8((intptr_t)L_22, L_23, L_27, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
// return null;
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, "string");
|
|
intptr_t L_28 = ___L0;
|
|
int32_t L_29 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_28, L_29, _stringLiteralECB252044B5EA0F679EE78EC1A12904739E2904D, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (String_t*)NULL;
|
|
}
|
|
}
|
|
// System.IntPtr LuaInterface.ToLua::CheckIntPtr(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ToLua_CheckIntPtr_m5E7E8E1F9609C52834698733D8CB08DA10AED252 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckIntPtr_m5E7E8E1F9609C52834698733D8CB08DA10AED252_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// LuaTypes luaType = LuaDLL.lua_type(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_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// switch (luaType)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)2)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// return IntPtr.Zero;
|
|
return (intptr_t)(0);
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// return LuaDLL.lua_touserdata(L, stackPos);
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
intptr_t L_7 = LuaDLL_lua_touserdata_mDACE6AC44B707C35C04BC9694C0B5DB29CF2E258((intptr_t)L_5, L_6, /*hidden argument*/NULL);
|
|
return (intptr_t)L_7;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, "IntPtr");
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_8, L_9, _stringLiteralE63B5240EC2D5F7585915F4D28DDB5EFC058620C, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return IntPtr.Zero;
|
|
return (intptr_t)(0);
|
|
}
|
|
}
|
|
// System.Type LuaInterface.ToLua::CheckMonoType(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RuntimeObject * V_1 = NULL;
|
|
{
|
|
// int udata = LuaDLL.tolua_rawnetobj(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_rawnetobj_m2330C2B3D83D9335CA834F917EE591C1DFF6A284((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (udata != -1)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
// ObjectTranslator translator = ObjectTranslator.Get(L);
|
|
intptr_t L_4 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var);
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * L_5 = ObjectTranslator_Get_m7C75E407D306192C2E32ADBAC333DF3896189BD5_inline((intptr_t)L_4, /*hidden argument*/NULL);
|
|
// object obj = translator.GetObject(udata);
|
|
int32_t L_6 = V_0;
|
|
NullCheck(L_5);
|
|
RuntimeObject * L_7 = ObjectTranslator_GetObject_m83FC049E289E671077D7852DA2188EB90DC75F6F(L_5, L_6, /*hidden argument*/NULL);
|
|
V_1 = L_7;
|
|
// if (obj != null)
|
|
RuntimeObject * L_8 = V_1;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
// if (obj is Type)
|
|
RuntimeObject * L_9 = V_1;
|
|
if (!((Type_t *)IsInstClass((RuntimeObject*)L_9, Type_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// return (Type)obj;
|
|
RuntimeObject * L_10 = V_1;
|
|
return ((Type_t *)CastclassClass((RuntimeObject*)L_10, Type_t_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// LuaDLL.luaL_argerror(L, stackPos, string.Format("Type expected, got {0}", obj.GetType().FullName));
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = ___stackPos1;
|
|
RuntimeObject * L_13 = V_1;
|
|
NullCheck(L_13);
|
|
Type_t * L_14 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_13, /*hidden argument*/NULL);
|
|
NullCheck(L_14);
|
|
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_14);
|
|
String_t* L_16 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral478ED19D763E19969A73CFE657341A0E4A3E6C0B, L_15, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_argerror_m648A4BE57D4DB36B0B83C6C0F6D2703239DED5A8((intptr_t)L_11, L_12, L_16, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// return null;
|
|
return (Type_t *)NULL;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
// else if (LuaDLL.lua_isnil(L, stackPos))
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_19 = LuaDLL_lua_isnil_mB1EFB39078F9432C638D9EFD5DD4B03BF9DA8FAB((intptr_t)L_17, L_18, /*hidden argument*/NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (Type_t *)NULL;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, "Type");
|
|
intptr_t L_20 = ___L0;
|
|
int32_t L_21 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_20, L_21, _stringLiteral3DEB7456519697ECF4EEFC455516C969A3681BAE, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (Type_t *)NULL;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator LuaInterface.ToLua::CheckIter(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ToLua_CheckIter_m6D9E618450D3B2A963B8A8049F828C2A745229B0 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckIter_m6D9E618450D3B2A963B8A8049F828C2A745229B0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RuntimeObject * V_1 = NULL;
|
|
{
|
|
// int udata = LuaDLL.tolua_rawnetobj(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_rawnetobj_m2330C2B3D83D9335CA834F917EE591C1DFF6A284((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (udata != -1)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
// ObjectTranslator translator = ObjectTranslator.Get(L);
|
|
intptr_t L_4 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var);
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * L_5 = ObjectTranslator_Get_m7C75E407D306192C2E32ADBAC333DF3896189BD5_inline((intptr_t)L_4, /*hidden argument*/NULL);
|
|
// object obj = translator.GetObject(udata);
|
|
int32_t L_6 = V_0;
|
|
NullCheck(L_5);
|
|
RuntimeObject * L_7 = ObjectTranslator_GetObject_m83FC049E289E671077D7852DA2188EB90DC75F6F(L_5, L_6, /*hidden argument*/NULL);
|
|
V_1 = L_7;
|
|
// if (obj != null)
|
|
RuntimeObject * L_8 = V_1;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
// if (obj is IEnumerator)
|
|
RuntimeObject * L_9 = V_1;
|
|
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_9, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// return (IEnumerator)obj;
|
|
RuntimeObject * L_10 = V_1;
|
|
return ((RuntimeObject*)Castclass((RuntimeObject*)L_10, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// LuaDLL.luaL_argerror(L, stackPos, string.Format("Type expected, got {0}", obj.GetType().FullName));
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = ___stackPos1;
|
|
RuntimeObject * L_13 = V_1;
|
|
NullCheck(L_13);
|
|
Type_t * L_14 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_13, /*hidden argument*/NULL);
|
|
NullCheck(L_14);
|
|
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_14);
|
|
String_t* L_16 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral478ED19D763E19969A73CFE657341A0E4A3E6C0B, L_15, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_argerror_m648A4BE57D4DB36B0B83C6C0F6D2703239DED5A8((intptr_t)L_11, L_12, L_16, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// return null;
|
|
return (RuntimeObject*)NULL;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
// else if (LuaDLL.lua_isnil(L, stackPos))
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_19 = LuaDLL_lua_isnil_mB1EFB39078F9432C638D9EFD5DD4B03BF9DA8FAB((intptr_t)L_17, L_18, /*hidden argument*/NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (RuntimeObject*)NULL;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, "Type");
|
|
intptr_t L_20 = ___L0;
|
|
int32_t L_21 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_20, L_21, _stringLiteral3DEB7456519697ECF4EEFC455516C969A3681BAE, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (RuntimeObject*)NULL;
|
|
}
|
|
}
|
|
// System.Object LuaInterface.ToLua::CheckObject(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_CheckObject_mC6604EED4BC2EC077CCECE69D2C74FCE348FAC79 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckObject_mC6604EED4BC2EC077CCECE69D2C74FCE348FAC79_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// int udata = LuaDLL.tolua_rawnetobj(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_rawnetobj_m2330C2B3D83D9335CA834F917EE591C1DFF6A284((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (udata != -1)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// ObjectTranslator translator = ObjectTranslator.Get(L);
|
|
intptr_t L_4 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var);
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * L_5 = ObjectTranslator_Get_m7C75E407D306192C2E32ADBAC333DF3896189BD5_inline((intptr_t)L_4, /*hidden argument*/NULL);
|
|
// return translator.GetObject(udata);
|
|
int32_t L_6 = V_0;
|
|
NullCheck(L_5);
|
|
RuntimeObject * L_7 = ObjectTranslator_GetObject_m83FC049E289E671077D7852DA2188EB90DC75F6F(L_5, L_6, /*hidden argument*/NULL);
|
|
return L_7;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// else if (LuaDLL.lua_isnil(L, stackPos))
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_10 = LuaDLL_lua_isnil_mB1EFB39078F9432C638D9EFD5DD4B03BF9DA8FAB((intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return NULL;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, "object");
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_11, L_12, _stringLiteral1615307CC4523F183E777DF67F168C86908E8007, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return NULL;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RuntimeObject * V_1 = NULL;
|
|
Type_t * V_2 = NULL;
|
|
{
|
|
// int udata = LuaDLL.tolua_rawnetobj(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_rawnetobj_m2330C2B3D83D9335CA834F917EE591C1DFF6A284((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (udata != -1)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
// ObjectTranslator translator = ObjectTranslator.Get(L);
|
|
intptr_t L_4 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var);
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * L_5 = ObjectTranslator_Get_m7C75E407D306192C2E32ADBAC333DF3896189BD5_inline((intptr_t)L_4, /*hidden argument*/NULL);
|
|
// object obj = translator.GetObject(udata);
|
|
int32_t L_6 = V_0;
|
|
NullCheck(L_5);
|
|
RuntimeObject * L_7 = ObjectTranslator_GetObject_m83FC049E289E671077D7852DA2188EB90DC75F6F(L_5, L_6, /*hidden argument*/NULL);
|
|
V_1 = L_7;
|
|
// if (obj != null)
|
|
RuntimeObject * L_8 = V_1;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
// Type objType = obj.GetType();
|
|
RuntimeObject * L_9 = V_1;
|
|
NullCheck(L_9);
|
|
Type_t * L_10 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_9, /*hidden argument*/NULL);
|
|
V_2 = L_10;
|
|
// if (type == objType || type.IsAssignableFrom(objType))
|
|
Type_t * L_11 = ___type2;
|
|
Type_t * L_12 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_13 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_11, L_12, /*hidden argument*/NULL);
|
|
if (L_13)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_14 = ___type2;
|
|
Type_t * L_15 = V_2;
|
|
NullCheck(L_14);
|
|
bool L_16 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_14, L_15);
|
|
if (!L_16)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// return obj;
|
|
RuntimeObject * L_17 = V_1;
|
|
return L_17;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// LuaDLL.luaL_argerror(L, stackPos, string.Format("{0} expected, got {1}", LuaMisc.GetTypeName(type), LuaMisc.GetTypeName(objType)));
|
|
intptr_t L_18 = ___L0;
|
|
int32_t L_19 = ___stackPos1;
|
|
Type_t * L_20 = ___type2;
|
|
String_t* L_21 = LuaMisc_GetTypeName_m51139023D7F5711A9FF1E3DD07C2EE4C3DBC65BF(L_20, /*hidden argument*/NULL);
|
|
Type_t * L_22 = V_2;
|
|
String_t* L_23 = LuaMisc_GetTypeName_m51139023D7F5711A9FF1E3DD07C2EE4C3DBC65BF(L_22, /*hidden argument*/NULL);
|
|
String_t* L_24 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralB3C631CCD334FD1E5D8A9E62EE527BD6E1487992, L_21, L_23, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_argerror_m648A4BE57D4DB36B0B83C6C0F6D2703239DED5A8((intptr_t)L_18, L_19, L_24, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
// return null;
|
|
return NULL;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
// else if (LuaDLL.lua_isnil(L, stackPos))
|
|
intptr_t L_25 = ___L0;
|
|
int32_t L_26 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_27 = LuaDLL_lua_isnil_mB1EFB39078F9432C638D9EFD5DD4B03BF9DA8FAB((intptr_t)L_25, L_26, /*hidden argument*/NULL);
|
|
if (!L_27)
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return NULL;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, LuaMisc.GetTypeName(type));
|
|
intptr_t L_28 = ___L0;
|
|
int32_t L_29 = ___stackPos1;
|
|
Type_t * L_30 = ___type2;
|
|
String_t* L_31 = LuaMisc_GetTypeName_m51139023D7F5711A9FF1E3DD07C2EE4C3DBC65BF(L_30, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_28, L_29, L_31, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return NULL;
|
|
}
|
|
}
|
|
// UnityEngine.Vector3 LuaInterface.ToLua::CheckVector3(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ToLua_CheckVector3_m16499815A2448C71638EF08FB0AEDC1D0A51E9D4 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckVector3_m16499815A2448C71638EF08FB0AEDC1D0A51E9D4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
{
|
|
// int type = LuaDLL.tolua_getvaluetype(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_getvaluetype_mF10D97C479D6299468BD2A0CB82794E697370B06((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (type != LuaValueType.Vector3)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, "Vector3", LuaValueTypeName.Get(type));
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = ___stackPos1;
|
|
int32_t L_6 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var);
|
|
String_t* L_7 = LuaValueTypeName_Get_m8667333573E678956FFEFB4DEB9E06AB004C2E70(L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_4, L_5, _stringLiteral7CFE65A1B11B9CEEBE65FE095DDF9C08B4D8C723, L_7, /*hidden argument*/NULL);
|
|
// return Vector3.zero;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// LuaDLL.tolua_getvec3(L, stackPos, out x, out y, out z);
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_getvec3_m04DDB79BD2FA4254FFB41B6D3C62D8DDDE526155((intptr_t)L_9, L_10, (float*)(&V_1), (float*)(&V_2), (float*)(&V_3), /*hidden argument*/NULL);
|
|
// return new Vector3(x, y, z);
|
|
float L_11 = V_1;
|
|
float L_12 = V_2;
|
|
float L_13 = V_3;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_14;
|
|
memset((&L_14), 0, sizeof(L_14));
|
|
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_14), L_11, L_12, L_13, /*hidden argument*/NULL);
|
|
return L_14;
|
|
}
|
|
}
|
|
// UnityEngine.Quaternion LuaInterface.ToLua::CheckQuaternion(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ToLua_CheckQuaternion_m59E90718F32C0345BB777A032CBC0F1FC1B4668B (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckQuaternion_m59E90718F32C0345BB777A032CBC0F1FC1B4668B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
float V_4 = 0.0f;
|
|
{
|
|
// int type = LuaDLL.tolua_getvaluetype(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_getvaluetype_mF10D97C479D6299468BD2A0CB82794E697370B06((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (type != LuaValueType.Quaternion)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)2)))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, "Quaternion", LuaValueTypeName.Get(type));
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = ___stackPos1;
|
|
int32_t L_6 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var);
|
|
String_t* L_7 = LuaValueTypeName_Get_m8667333573E678956FFEFB4DEB9E06AB004C2E70(L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_4, L_5, _stringLiteral0AFC0462BFDDB5C3B1B5BB1CD0B68F99FE97579E, L_7, /*hidden argument*/NULL);
|
|
// return Quaternion.identity;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_il2cpp_TypeInfo_var);
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_8 = Quaternion_get_identity_m548B37D80F2DEE60E41D1F09BF6889B557BE1A64(/*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// LuaDLL.tolua_getquat(L, stackPos, out x, out y, out z, out w);
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_getquat_m2A095FE1B63FA752744E69351048FF7A648594D3((intptr_t)L_9, L_10, (float*)(&V_1), (float*)(&V_2), (float*)(&V_3), (float*)(&V_4), /*hidden argument*/NULL);
|
|
// return new Quaternion(x, y, z, w);
|
|
float L_11 = V_1;
|
|
float L_12 = V_2;
|
|
float L_13 = V_3;
|
|
float L_14 = V_4;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_15;
|
|
memset((&L_15), 0, sizeof(L_15));
|
|
Quaternion__ctor_m7502F0C38E04C6DE24C965D1CAF278DDD02B9D61((&L_15), L_11, L_12, L_13, L_14, /*hidden argument*/NULL);
|
|
return L_15;
|
|
}
|
|
}
|
|
// UnityEngine.Vector2 LuaInterface.ToLua::CheckVector2(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ToLua_CheckVector2_m9B20CEC652532062C83B0AFD09E7E905D9C89186 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckVector2_m9B20CEC652532062C83B0AFD09E7E905D9C89186_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
{
|
|
// int type = LuaDLL.tolua_getvaluetype(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_getvaluetype_mF10D97C479D6299468BD2A0CB82794E697370B06((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (type != LuaValueType.Vector2)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)3)))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, "Vector2", LuaValueTypeName.Get(type));
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = ___stackPos1;
|
|
int32_t L_6 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var);
|
|
String_t* L_7 = LuaValueTypeName_Get_m8667333573E678956FFEFB4DEB9E06AB004C2E70(L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_4, L_5, _stringLiteralC476FD00CCF30C5701DE9368C551434D10BB9289, L_7, /*hidden argument*/NULL);
|
|
// return Vector2.zero;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// LuaDLL.tolua_getvec2(L, stackPos, out x, out y);
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_getvec2_mEA105138D8932056D208808D0DBC76F89E26D11E((intptr_t)L_9, L_10, (float*)(&V_1), (float*)(&V_2), /*hidden argument*/NULL);
|
|
// return new Vector2(x, y);
|
|
float L_11 = V_1;
|
|
float L_12 = V_2;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13;
|
|
memset((&L_13), 0, sizeof(L_13));
|
|
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_13), L_11, L_12, /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
}
|
|
// UnityEngine.Vector4 LuaInterface.ToLua::CheckVector4(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ToLua_CheckVector4_m518ED33E9AEBACB61E8DC4BF651A4A14BFD991D4 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckVector4_m518ED33E9AEBACB61E8DC4BF651A4A14BFD991D4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
float V_4 = 0.0f;
|
|
{
|
|
// int type = LuaDLL.tolua_getvaluetype(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_getvaluetype_mF10D97C479D6299468BD2A0CB82794E697370B06((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (type != LuaValueType.Vector4)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)5)))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, "Vector4", LuaValueTypeName.Get(type));
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = ___stackPos1;
|
|
int32_t L_6 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var);
|
|
String_t* L_7 = LuaValueTypeName_Get_m8667333573E678956FFEFB4DEB9E06AB004C2E70(L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_4, L_5, _stringLiteral134F2C5A8EFE6B2B246EADA810862AAAB6969E63, L_7, /*hidden argument*/NULL);
|
|
// return Vector4.zero;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var);
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_8 = Vector4_get_zero_m42821248DDFA4F9A3E0B2E84CBCB737BE9DCE3E9(/*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// LuaDLL.tolua_getvec4(L, stackPos, out x, out y, out z, out w);
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_getvec4_mCBF3240C930A4DE1E3AEDC5F4B210DAE108237B7((intptr_t)L_9, L_10, (float*)(&V_1), (float*)(&V_2), (float*)(&V_3), (float*)(&V_4), /*hidden argument*/NULL);
|
|
// return new Vector4(x, y, z, w);
|
|
float L_11 = V_1;
|
|
float L_12 = V_2;
|
|
float L_13 = V_3;
|
|
float L_14 = V_4;
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_15;
|
|
memset((&L_15), 0, sizeof(L_15));
|
|
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_15), L_11, L_12, L_13, L_14, /*hidden argument*/NULL);
|
|
return L_15;
|
|
}
|
|
}
|
|
// UnityEngine.Color LuaInterface.ToLua::CheckColor(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ToLua_CheckColor_m471709A490B12E7B2DD71A10C3CB62F0C335E084 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckColor_m471709A490B12E7B2DD71A10C3CB62F0C335E084_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
float V_4 = 0.0f;
|
|
{
|
|
// int type = LuaDLL.tolua_getvaluetype(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_getvaluetype_mF10D97C479D6299468BD2A0CB82794E697370B06((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (type != LuaValueType.Color)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)4)))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, "Color", LuaValueTypeName.Get(type));
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = ___stackPos1;
|
|
int32_t L_6 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var);
|
|
String_t* L_7 = LuaValueTypeName_Get_m8667333573E678956FFEFB4DEB9E06AB004C2E70(L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_4, L_5, _stringLiteral1D0C8304BAEDCF8E3A78982C2E7C0B04622BF2A0, L_7, /*hidden argument*/NULL);
|
|
// return Color.black;
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_8 = Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF(/*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// LuaDLL.tolua_getclr(L, stackPos, out r, out g, out b, out a);
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_getclr_mA0A0C93970C41814AD2AC93E12316F214E134750((intptr_t)L_9, L_10, (float*)(&V_1), (float*)(&V_2), (float*)(&V_3), (float*)(&V_4), /*hidden argument*/NULL);
|
|
// return new Color(r, g, b, a);
|
|
float L_11 = V_1;
|
|
float L_12 = V_2;
|
|
float L_13 = V_3;
|
|
float L_14 = V_4;
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_15;
|
|
memset((&L_15), 0, sizeof(L_15));
|
|
Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_15), L_11, L_12, L_13, L_14, /*hidden argument*/NULL);
|
|
return L_15;
|
|
}
|
|
}
|
|
// UnityEngine.Ray LuaInterface.ToLua::CheckRay(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 ToLua_CheckRay_mC21365F2F7E6DB14F6A5BFE6A18ECC9575EF877C (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckRay_mC21365F2F7E6DB14F6A5BFE6A18ECC9575EF877C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// int type = LuaDLL.tolua_getvaluetype(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_getvaluetype_mF10D97C479D6299468BD2A0CB82794E697370B06((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (type != LuaValueType.Ray)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)6)))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, "Ray", LuaValueTypeName.Get(type));
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = ___stackPos1;
|
|
int32_t L_6 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var);
|
|
String_t* L_7 = LuaValueTypeName_Get_m8667333573E678956FFEFB4DEB9E06AB004C2E70(L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_4, L_5, _stringLiteralEB23EFBB267893B699389AE74854547979D265BD, L_7, /*hidden argument*/NULL);
|
|
// return new Ray();
|
|
il2cpp_codegen_initobj((&V_1), sizeof(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 ));
|
|
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_8 = V_1;
|
|
return L_8;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// return ToRay(L, stackPos);
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_11 = ToLua_ToRay_m25EB1A0E15515DFF75B472E5D9D0A8A3F86C6524((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// UnityEngine.Bounds LuaInterface.ToLua::CheckBounds(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ToLua_CheckBounds_m832C725CF9FC52B2BD725B9A04CC3999E810F220 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckBounds_m832C725CF9FC52B2BD725B9A04CC3999E810F220_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// int type = LuaDLL.tolua_getvaluetype(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_getvaluetype_mF10D97C479D6299468BD2A0CB82794E697370B06((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (type != LuaValueType.Bounds)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)7)))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, "Bounds", LuaValueTypeName.Get(type));
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = ___stackPos1;
|
|
int32_t L_6 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var);
|
|
String_t* L_7 = LuaValueTypeName_Get_m8667333573E678956FFEFB4DEB9E06AB004C2E70(L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_4, L_5, _stringLiteralB95A97052E20A036C292B97A8EF02A42631BE78D, L_7, /*hidden argument*/NULL);
|
|
// return new Bounds();
|
|
il2cpp_codegen_initobj((&V_1), sizeof(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ));
|
|
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_8 = V_1;
|
|
return L_8;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// return ToBounds(L, stackPos);
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_11 = ToLua_ToBounds_mF6AC41931D2B16703DB78E1A0618B3D7A5DB9DCE((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// UnityEngine.LayerMask LuaInterface.ToLua::CheckLayerMask(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 ToLua_CheckLayerMask_m2E26F166A06A13142C787B04D4F32819DA935F60 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckLayerMask_m2E26F166A06A13142C787B04D4F32819DA935F60_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// int type = LuaDLL.tolua_getvaluetype(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_getvaluetype_mF10D97C479D6299468BD2A0CB82794E697370B06((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (type != LuaValueType.LayerMask)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)9))))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, "LayerMask", LuaValueTypeName.Get(type));
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = ___stackPos1;
|
|
int32_t L_6 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaValueTypeName_tB1AA9E237BE902078DE9BBEE2B39DA0C6039FC86_il2cpp_TypeInfo_var);
|
|
String_t* L_7 = LuaValueTypeName_Get_m8667333573E678956FFEFB4DEB9E06AB004C2E70(L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_4, L_5, _stringLiteral7B006C1ED0B939994608B39602107BD4CC78E3B6, L_7, /*hidden argument*/NULL);
|
|
// return 0;
|
|
LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 L_8 = LayerMask_op_Implicit_m3F256A7D96C66548F5B62C4621B9725301850300(0, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// return LuaDLL.tolua_getlayermask(L, stackPos);
|
|
intptr_t L_9 = ___L0;
|
|
int32_t L_10 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_tolua_getlayermask_mBAFDC05A0F7E427CEC0468D60C3CE66B35FA5902((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 L_12 = LayerMask_op_Implicit_m3F256A7D96C66548F5B62C4621B9725301850300(L_11, /*hidden argument*/NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckVarObject_m27D8EB2E2BF81511814150B323C3D33DD0A2B0A4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
RuntimeObject * G_B37_0 = NULL;
|
|
RuntimeObject * G_B36_0 = NULL;
|
|
{
|
|
// bool beValue = TypeChecker.IsValueType(t);
|
|
Type_t * L_0 = ___t2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_1 = TypeChecker_IsValueType_m06C457739F7D06D312671C71F031A71CDD93C7E4(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// LuaTypes luaType = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_2 = ___L0;
|
|
int32_t L_3 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// if (!beValue && luaType == LuaTypes.LUA_TNIL)
|
|
bool L_5 = V_0;
|
|
if (L_5)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = V_1;
|
|
if (L_6)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return NULL;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// if (beValue)
|
|
bool L_7 = V_0;
|
|
if (!L_7)
|
|
{
|
|
goto IL_01ff;
|
|
}
|
|
}
|
|
{
|
|
// if (TypeChecker.IsNullable(t))
|
|
Type_t * L_8 = ___t2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_9 = TypeChecker_IsNullable_m79B8A4B14FDDE42F9AFABC9FCB7F130E55EF5B86(L_8, /*hidden argument*/NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
// if (luaType == LuaTypes.LUA_TNIL)
|
|
int32_t L_10 = V_1;
|
|
if (L_10)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return NULL;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// Type[] ts = t.GetGenericArguments();
|
|
Type_t * L_11 = ___t2;
|
|
NullCheck(L_11);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_12 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(128 /* System.Type[] System.Type::GetGenericArguments() */, L_11);
|
|
// t = ts[0];
|
|
NullCheck(L_12);
|
|
int32_t L_13 = 0;
|
|
Type_t * L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
___t2 = L_14;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// if (t == typeof(bool))
|
|
Type_t * L_15 = ___t2;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_16 = { reinterpret_cast<intptr_t> (Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_17 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_16, /*hidden argument*/NULL);
|
|
bool L_18 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_15, L_17, /*hidden argument*/NULL);
|
|
if (!L_18)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
// return LuaDLL.luaL_checkboolean(L, stackPos);
|
|
intptr_t L_19 = ___L0;
|
|
int32_t L_20 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_21 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_19, L_20, /*hidden argument*/NULL);
|
|
bool L_22 = L_21;
|
|
RuntimeObject * L_23 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_22);
|
|
return L_23;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
// else if (t == typeof(long))
|
|
Type_t * L_24 = ___t2;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_25 = { reinterpret_cast<intptr_t> (Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_26 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_25, /*hidden argument*/NULL);
|
|
bool L_27 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_24, L_26, /*hidden argument*/NULL);
|
|
if (!L_27)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// return LuaDLL.tolua_checkint64(L, stackPos);
|
|
intptr_t L_28 = ___L0;
|
|
int32_t L_29 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int64_t L_30 = LuaDLL_tolua_checkint64_mA7BC58ACFDD558EB1205149B339A6FD72A860B41((intptr_t)L_28, L_29, /*hidden argument*/NULL);
|
|
int64_t L_31 = L_30;
|
|
RuntimeObject * L_32 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_31);
|
|
return L_32;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// else if (t == typeof(ulong))
|
|
Type_t * L_33 = ___t2;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_34 = { reinterpret_cast<intptr_t> (UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_35 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_34, /*hidden argument*/NULL);
|
|
bool L_36 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_33, L_35, /*hidden argument*/NULL);
|
|
if (!L_36)
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
// return LuaDLL.tolua_checkuint64(L, stackPos);
|
|
intptr_t L_37 = ___L0;
|
|
int32_t L_38 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
uint64_t L_39 = LuaDLL_tolua_checkuint64_m3ECA0825C81A0CC3E5A0C00563FAF97B99E3EDB0((intptr_t)L_37, L_38, /*hidden argument*/NULL);
|
|
uint64_t L_40 = L_39;
|
|
RuntimeObject * L_41 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_40);
|
|
return L_41;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
// else if (t.IsPrimitive)
|
|
Type_t * L_42 = ___t2;
|
|
NullCheck(L_42);
|
|
bool L_43 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(L_42, /*hidden argument*/NULL);
|
|
if (!L_43)
|
|
{
|
|
goto IL_00ac;
|
|
}
|
|
}
|
|
{
|
|
// double d = LuaDLL.luaL_checknumber(L, stackPos);
|
|
intptr_t L_44 = ___L0;
|
|
int32_t L_45 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_46 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_44, L_45, /*hidden argument*/NULL);
|
|
// return Convert.ChangeType(d, t);
|
|
double L_47 = L_46;
|
|
RuntimeObject * L_48 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_47);
|
|
Type_t * L_49 = ___t2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_50 = Convert_ChangeType_mF4AC8107F5CAC75B8436BF66A4DC3982F7AF6850(L_48, L_49, /*hidden argument*/NULL);
|
|
return L_50;
|
|
}
|
|
|
|
IL_00ac:
|
|
{
|
|
// else if (t == typeof(LuaByteBuffer))
|
|
Type_t * L_51 = ___t2;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_52 = { reinterpret_cast<intptr_t> (LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_53 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_52, /*hidden argument*/NULL);
|
|
bool L_54 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_51, L_53, /*hidden argument*/NULL);
|
|
if (!L_54)
|
|
{
|
|
goto IL_00d5;
|
|
}
|
|
}
|
|
{
|
|
// int len = 0;
|
|
V_2 = 0;
|
|
// IntPtr source = LuaDLL.tolua_tolstring(L, stackPos, out len);
|
|
intptr_t L_55 = ___L0;
|
|
int32_t L_56 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
intptr_t L_57 = LuaDLL_tolua_tolstring_m0F145C0A0FDF83EE00065CB484D9BEAFD602E205((intptr_t)L_55, L_56, (int32_t*)(&V_2), /*hidden argument*/NULL);
|
|
// return new LuaByteBuffer(source, len);
|
|
int32_t L_58 = V_2;
|
|
LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E L_59;
|
|
memset((&L_59), 0, sizeof(L_59));
|
|
LuaByteBuffer__ctor_mC3B620E3BFBBADC10AF0145EE937D15967A2F66B((&L_59), (intptr_t)L_57, L_58, /*hidden argument*/NULL);
|
|
LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E L_60 = L_59;
|
|
RuntimeObject * L_61 = Box(LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_il2cpp_TypeInfo_var, &L_60);
|
|
return L_61;
|
|
}
|
|
|
|
IL_00d5:
|
|
{
|
|
// else if (t == typeof(Vector3))
|
|
Type_t * L_62 = ___t2;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_63 = { reinterpret_cast<intptr_t> (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_64 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_63, /*hidden argument*/NULL);
|
|
bool L_65 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_62, L_64, /*hidden argument*/NULL);
|
|
if (!L_65)
|
|
{
|
|
goto IL_00f4;
|
|
}
|
|
}
|
|
{
|
|
// return CheckVector3(L, stackPos);
|
|
intptr_t L_66 = ___L0;
|
|
int32_t L_67 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_68 = ToLua_CheckVector3_m16499815A2448C71638EF08FB0AEDC1D0A51E9D4((intptr_t)L_66, L_67, /*hidden argument*/NULL);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_69 = L_68;
|
|
RuntimeObject * L_70 = Box(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var, &L_69);
|
|
return L_70;
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
// else if (t == typeof(Quaternion))
|
|
Type_t * L_71 = ___t2;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_72 = { reinterpret_cast<intptr_t> (Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_73 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_72, /*hidden argument*/NULL);
|
|
bool L_74 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_71, L_73, /*hidden argument*/NULL);
|
|
if (!L_74)
|
|
{
|
|
goto IL_0113;
|
|
}
|
|
}
|
|
{
|
|
// return CheckQuaternion(L, stackPos);
|
|
intptr_t L_75 = ___L0;
|
|
int32_t L_76 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_77 = ToLua_CheckQuaternion_m59E90718F32C0345BB777A032CBC0F1FC1B4668B((intptr_t)L_75, L_76, /*hidden argument*/NULL);
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_78 = L_77;
|
|
RuntimeObject * L_79 = Box(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_il2cpp_TypeInfo_var, &L_78);
|
|
return L_79;
|
|
}
|
|
|
|
IL_0113:
|
|
{
|
|
// else if (t == typeof(Vector2))
|
|
Type_t * L_80 = ___t2;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_81 = { reinterpret_cast<intptr_t> (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_82 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_81, /*hidden argument*/NULL);
|
|
bool L_83 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_80, L_82, /*hidden argument*/NULL);
|
|
if (!L_83)
|
|
{
|
|
goto IL_0132;
|
|
}
|
|
}
|
|
{
|
|
// return CheckVector2(L, stackPos);
|
|
intptr_t L_84 = ___L0;
|
|
int32_t L_85 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_86 = ToLua_CheckVector2_m9B20CEC652532062C83B0AFD09E7E905D9C89186((intptr_t)L_84, L_85, /*hidden argument*/NULL);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_87 = L_86;
|
|
RuntimeObject * L_88 = Box(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var, &L_87);
|
|
return L_88;
|
|
}
|
|
|
|
IL_0132:
|
|
{
|
|
// else if (t == typeof(Vector4))
|
|
Type_t * L_89 = ___t2;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_90 = { reinterpret_cast<intptr_t> (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_91 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_90, /*hidden argument*/NULL);
|
|
bool L_92 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_89, L_91, /*hidden argument*/NULL);
|
|
if (!L_92)
|
|
{
|
|
goto IL_0151;
|
|
}
|
|
}
|
|
{
|
|
// return CheckVector4(L, stackPos);
|
|
intptr_t L_93 = ___L0;
|
|
int32_t L_94 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_95 = ToLua_CheckVector4_m518ED33E9AEBACB61E8DC4BF651A4A14BFD991D4((intptr_t)L_93, L_94, /*hidden argument*/NULL);
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_96 = L_95;
|
|
RuntimeObject * L_97 = Box(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var, &L_96);
|
|
return L_97;
|
|
}
|
|
|
|
IL_0151:
|
|
{
|
|
// else if (t == typeof(Color))
|
|
Type_t * L_98 = ___t2;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_99 = { reinterpret_cast<intptr_t> (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_100 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_99, /*hidden argument*/NULL);
|
|
bool L_101 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_98, L_100, /*hidden argument*/NULL);
|
|
if (!L_101)
|
|
{
|
|
goto IL_0170;
|
|
}
|
|
}
|
|
{
|
|
// return CheckColor(L, stackPos);
|
|
intptr_t L_102 = ___L0;
|
|
int32_t L_103 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_104 = ToLua_CheckColor_m471709A490B12E7B2DD71A10C3CB62F0C335E084((intptr_t)L_102, L_103, /*hidden argument*/NULL);
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_105 = L_104;
|
|
RuntimeObject * L_106 = Box(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2_il2cpp_TypeInfo_var, &L_105);
|
|
return L_106;
|
|
}
|
|
|
|
IL_0170:
|
|
{
|
|
// else if (t == typeof(Ray))
|
|
Type_t * L_107 = ___t2;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_108 = { reinterpret_cast<intptr_t> (Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_109 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_108, /*hidden argument*/NULL);
|
|
bool L_110 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_107, L_109, /*hidden argument*/NULL);
|
|
if (!L_110)
|
|
{
|
|
goto IL_018f;
|
|
}
|
|
}
|
|
{
|
|
// return CheckRay(L, stackPos);
|
|
intptr_t L_111 = ___L0;
|
|
int32_t L_112 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_113 = ToLua_CheckRay_mC21365F2F7E6DB14F6A5BFE6A18ECC9575EF877C((intptr_t)L_111, L_112, /*hidden argument*/NULL);
|
|
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_114 = L_113;
|
|
RuntimeObject * L_115 = Box(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_il2cpp_TypeInfo_var, &L_114);
|
|
return L_115;
|
|
}
|
|
|
|
IL_018f:
|
|
{
|
|
// else if (t == typeof(Bounds))
|
|
Type_t * L_116 = ___t2;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_117 = { reinterpret_cast<intptr_t> (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_118 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_117, /*hidden argument*/NULL);
|
|
bool L_119 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_116, L_118, /*hidden argument*/NULL);
|
|
if (!L_119)
|
|
{
|
|
goto IL_01ae;
|
|
}
|
|
}
|
|
{
|
|
// return CheckBounds(L, stackPos);
|
|
intptr_t L_120 = ___L0;
|
|
int32_t L_121 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_122 = ToLua_CheckBounds_m832C725CF9FC52B2BD725B9A04CC3999E810F220((intptr_t)L_120, L_121, /*hidden argument*/NULL);
|
|
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_123 = L_122;
|
|
RuntimeObject * L_124 = Box(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890_il2cpp_TypeInfo_var, &L_123);
|
|
return L_124;
|
|
}
|
|
|
|
IL_01ae:
|
|
{
|
|
// else if (t == typeof(LayerMask))
|
|
Type_t * L_125 = ___t2;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_126 = { reinterpret_cast<intptr_t> (LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_127 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_126, /*hidden argument*/NULL);
|
|
bool L_128 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_125, L_127, /*hidden argument*/NULL);
|
|
if (!L_128)
|
|
{
|
|
goto IL_01cd;
|
|
}
|
|
}
|
|
{
|
|
// return CheckLayerMask(L, stackPos);
|
|
intptr_t L_129 = ___L0;
|
|
int32_t L_130 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 L_131 = ToLua_CheckLayerMask_m2E26F166A06A13142C787B04D4F32819DA935F60((intptr_t)L_129, L_130, /*hidden argument*/NULL);
|
|
LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 L_132 = L_131;
|
|
RuntimeObject * L_133 = Box(LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0_il2cpp_TypeInfo_var, &L_132);
|
|
return L_133;
|
|
}
|
|
|
|
IL_01cd:
|
|
{
|
|
// if (luaType == LuaTypes.LUA_TTABLE)
|
|
int32_t L_134 = V_1;
|
|
if ((!(((uint32_t)L_134) == ((uint32_t)5))))
|
|
{
|
|
goto IL_01f6;
|
|
}
|
|
}
|
|
{
|
|
// object o = ToVarTable(L, stackPos);
|
|
intptr_t L_135 = ___L0;
|
|
int32_t L_136 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_137 = ToLua_ToVarTable_mB0F36D2F7E29BA010DF7CA24E20EF5EAA0B1345C((intptr_t)L_135, L_136, /*hidden argument*/NULL);
|
|
// if (o.GetType() != t)
|
|
RuntimeObject * L_138 = L_137;
|
|
NullCheck(L_138);
|
|
Type_t * L_139 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_138, /*hidden argument*/NULL);
|
|
Type_t * L_140 = ___t2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_141 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_139, L_140, /*hidden argument*/NULL);
|
|
G_B36_0 = L_138;
|
|
if (!L_141)
|
|
{
|
|
G_B37_0 = L_138;
|
|
goto IL_01f5;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, LuaMisc.GetTypeName(t));
|
|
intptr_t L_142 = ___L0;
|
|
int32_t L_143 = ___stackPos1;
|
|
Type_t * L_144 = ___t2;
|
|
String_t* L_145 = LuaMisc_GetTypeName_m51139023D7F5711A9FF1E3DD07C2EE4C3DBC65BF(L_144, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_142, L_143, L_145, (String_t*)NULL, /*hidden argument*/NULL);
|
|
G_B37_0 = G_B36_0;
|
|
}
|
|
|
|
IL_01f5:
|
|
{
|
|
// return o;
|
|
return G_B37_0;
|
|
}
|
|
|
|
IL_01f6:
|
|
{
|
|
// return CheckObject(L, stackPos, t);
|
|
intptr_t L_146 = ___L0;
|
|
int32_t L_147 = ___stackPos1;
|
|
Type_t * L_148 = ___t2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_149 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_146, L_147, L_148, /*hidden argument*/NULL);
|
|
return L_149;
|
|
}
|
|
|
|
IL_01ff:
|
|
{
|
|
// if (t.IsEnum)
|
|
Type_t * L_150 = ___t2;
|
|
NullCheck(L_150);
|
|
bool L_151 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_150);
|
|
if (!L_151)
|
|
{
|
|
goto IL_0210;
|
|
}
|
|
}
|
|
{
|
|
// return ToLua.CheckObject(L, stackPos, t);
|
|
intptr_t L_152 = ___L0;
|
|
int32_t L_153 = ___stackPos1;
|
|
Type_t * L_154 = ___t2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_155 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_152, L_153, L_154, /*hidden argument*/NULL);
|
|
return L_155;
|
|
}
|
|
|
|
IL_0210:
|
|
{
|
|
// else if ( t == typeof(string))
|
|
Type_t * L_156 = ___t2;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_157 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_158 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_157, /*hidden argument*/NULL);
|
|
bool L_159 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_156, L_158, /*hidden argument*/NULL);
|
|
if (!L_159)
|
|
{
|
|
goto IL_022a;
|
|
}
|
|
}
|
|
{
|
|
// return CheckString(L, stackPos);
|
|
intptr_t L_160 = ___L0;
|
|
int32_t L_161 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_162 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_160, L_161, /*hidden argument*/NULL);
|
|
return L_162;
|
|
}
|
|
|
|
IL_022a:
|
|
{
|
|
// return CheckObject(L, stackPos, t);
|
|
intptr_t L_163 = ___L0;
|
|
int32_t L_164 = ___stackPos1;
|
|
Type_t * L_165 = ___t2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_166 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_163, L_164, L_165, /*hidden argument*/NULL);
|
|
return L_166;
|
|
}
|
|
}
|
|
// UnityEngine.Object LuaInterface.ToLua::CheckUnityObject(System.IntPtr,System.Int32,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ToLua_CheckUnityObject_m31E069CDFD7D0763C2EB916DFE4CB187A3E8AAAC (intptr_t ___L0, int32_t ___stackPos1, Type_t * ___type2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckUnityObject_m31E069CDFD7D0763C2EB916DFE4CB187A3E8AAAC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RuntimeObject * V_1 = NULL;
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * V_2 = NULL;
|
|
Type_t * V_3 = NULL;
|
|
{
|
|
// int udata = LuaDLL.tolua_rawnetobj(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_rawnetobj_m2330C2B3D83D9335CA834F917EE591C1DFF6A284((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// object obj = null;
|
|
V_1 = NULL;
|
|
// if (udata != -1)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
// ObjectTranslator translator = ObjectTranslator.Get(L);
|
|
intptr_t L_4 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var);
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * L_5 = ObjectTranslator_Get_m7C75E407D306192C2E32ADBAC333DF3896189BD5_inline((intptr_t)L_4, /*hidden argument*/NULL);
|
|
// obj = translator.GetObject(udata);
|
|
int32_t L_6 = V_0;
|
|
NullCheck(L_5);
|
|
RuntimeObject * L_7 = ObjectTranslator_GetObject_m83FC049E289E671077D7852DA2188EB90DC75F6F(L_5, L_6, /*hidden argument*/NULL);
|
|
V_1 = L_7;
|
|
// if (obj != null)
|
|
RuntimeObject * L_8 = V_1;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
// UnityEngine.Object uObj = (UnityEngine.Object)obj;
|
|
RuntimeObject * L_9 = V_1;
|
|
V_2 = ((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)CastclassClass((RuntimeObject*)L_9, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var));
|
|
// if (uObj == null)
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_10 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
bool L_11 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_10, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.luaL_argerror(L, stackPos, string.Format("{0} expected, got nil", type.FullName));
|
|
intptr_t L_12 = ___L0;
|
|
int32_t L_13 = ___stackPos1;
|
|
Type_t * L_14 = ___type2;
|
|
NullCheck(L_14);
|
|
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_14);
|
|
String_t* L_16 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral5CF880C28A744D407373B533165D51E44C92F738, L_15, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_argerror_m648A4BE57D4DB36B0B83C6C0F6D2703239DED5A8((intptr_t)L_12, L_13, L_16, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// Type objType = uObj.GetType();
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_17 = V_2;
|
|
NullCheck(L_17);
|
|
Type_t * L_18 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_17, /*hidden argument*/NULL);
|
|
V_3 = L_18;
|
|
// if (type == objType || objType.IsSubclassOf(type))
|
|
Type_t * L_19 = ___type2;
|
|
Type_t * L_20 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_21 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_19, L_20, /*hidden argument*/NULL);
|
|
if (L_21)
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_22 = V_3;
|
|
Type_t * L_23 = ___type2;
|
|
NullCheck(L_22);
|
|
bool L_24 = VirtFuncInvoker1< bool, Type_t * >::Invoke(137 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_22, L_23);
|
|
if (!L_24)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
// return uObj;
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_25 = V_2;
|
|
return L_25;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
// LuaDLL.luaL_argerror(L, stackPos, string.Format("{0} expected, got {1}", type.FullName, objType.FullName));
|
|
intptr_t L_26 = ___L0;
|
|
int32_t L_27 = ___stackPos1;
|
|
Type_t * L_28 = ___type2;
|
|
NullCheck(L_28);
|
|
String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_28);
|
|
Type_t * L_30 = V_3;
|
|
NullCheck(L_30);
|
|
String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_30);
|
|
String_t* L_32 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralB3C631CCD334FD1E5D8A9E62EE527BD6E1487992, L_29, L_31, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_argerror_m648A4BE57D4DB36B0B83C6C0F6D2703239DED5A8((intptr_t)L_26, L_27, L_32, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
// return null;
|
|
return (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
// else if (LuaDLL.lua_isnil(L, stackPos))
|
|
intptr_t L_33 = ___L0;
|
|
int32_t L_34 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_35 = LuaDLL_lua_isnil_mB1EFB39078F9432C638D9EFD5DD4B03BF9DA8FAB((intptr_t)L_33, L_34, /*hidden argument*/NULL);
|
|
if (!L_35)
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL;
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, type.FullName);
|
|
intptr_t L_36 = ___L0;
|
|
int32_t L_37 = ___stackPos1;
|
|
Type_t * L_38 = ___type2;
|
|
NullCheck(L_38);
|
|
String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_38);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_36, L_37, L_39, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL;
|
|
}
|
|
}
|
|
// UnityEngine.TrackedReference LuaInterface.ToLua::CheckTrackedReference(System.IntPtr,System.Int32,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 * ToLua_CheckTrackedReference_m1B81B66ACAA4E28F94465292B023BE24DA5AAE7A (intptr_t ___L0, int32_t ___stackPos1, Type_t * ___type2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckTrackedReference_m1B81B66ACAA4E28F94465292B023BE24DA5AAE7A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RuntimeObject * V_1 = NULL;
|
|
TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 * V_2 = NULL;
|
|
Type_t * V_3 = NULL;
|
|
{
|
|
// int udata = LuaDLL.tolua_rawnetobj(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_rawnetobj_m2330C2B3D83D9335CA834F917EE591C1DFF6A284((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// object obj = null;
|
|
V_1 = NULL;
|
|
// if (udata != -1)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
// ObjectTranslator translator = ObjectTranslator.Get(L);
|
|
intptr_t L_4 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var);
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * L_5 = ObjectTranslator_Get_m7C75E407D306192C2E32ADBAC333DF3896189BD5_inline((intptr_t)L_4, /*hidden argument*/NULL);
|
|
// obj = translator.GetObject(udata);
|
|
int32_t L_6 = V_0;
|
|
NullCheck(L_5);
|
|
RuntimeObject * L_7 = ObjectTranslator_GetObject_m83FC049E289E671077D7852DA2188EB90DC75F6F(L_5, L_6, /*hidden argument*/NULL);
|
|
V_1 = L_7;
|
|
// if (obj != null)
|
|
RuntimeObject * L_8 = V_1;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
// UnityEngine.TrackedReference uObj = (UnityEngine.TrackedReference)obj;
|
|
RuntimeObject * L_9 = V_1;
|
|
V_2 = ((TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 *)CastclassClass((RuntimeObject*)L_9, TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_il2cpp_TypeInfo_var));
|
|
// if (uObj == null)
|
|
TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 * L_10 = V_2;
|
|
bool L_11 = TrackedReference_op_Equality_m6176AA0B99576B1734E9A9D7DDA0A27ECACBAA96(L_10, (TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.luaL_argerror(L, stackPos, string.Format("{0} expected, got nil", type.FullName));
|
|
intptr_t L_12 = ___L0;
|
|
int32_t L_13 = ___stackPos1;
|
|
Type_t * L_14 = ___type2;
|
|
NullCheck(L_14);
|
|
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_14);
|
|
String_t* L_16 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral5CF880C28A744D407373B533165D51E44C92F738, L_15, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_argerror_m648A4BE57D4DB36B0B83C6C0F6D2703239DED5A8((intptr_t)L_12, L_13, L_16, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 *)NULL;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// Type objType = uObj.GetType();
|
|
TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 * L_17 = V_2;
|
|
NullCheck(L_17);
|
|
Type_t * L_18 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_17, /*hidden argument*/NULL);
|
|
V_3 = L_18;
|
|
// if (type == objType || objType.IsSubclassOf(type))
|
|
Type_t * L_19 = ___type2;
|
|
Type_t * L_20 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_21 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_19, L_20, /*hidden argument*/NULL);
|
|
if (L_21)
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_22 = V_3;
|
|
Type_t * L_23 = ___type2;
|
|
NullCheck(L_22);
|
|
bool L_24 = VirtFuncInvoker1< bool, Type_t * >::Invoke(137 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_22, L_23);
|
|
if (!L_24)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
// return uObj;
|
|
TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 * L_25 = V_2;
|
|
return L_25;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
// LuaDLL.luaL_argerror(L, stackPos, string.Format("{0} expected, got {1}", type.FullName, objType.FullName));
|
|
intptr_t L_26 = ___L0;
|
|
int32_t L_27 = ___stackPos1;
|
|
Type_t * L_28 = ___type2;
|
|
NullCheck(L_28);
|
|
String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_28);
|
|
Type_t * L_30 = V_3;
|
|
NullCheck(L_30);
|
|
String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_30);
|
|
String_t* L_32 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralB3C631CCD334FD1E5D8A9E62EE527BD6E1487992, L_29, L_31, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_argerror_m648A4BE57D4DB36B0B83C6C0F6D2703239DED5A8((intptr_t)L_26, L_27, L_32, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
// return null;
|
|
return (TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 *)NULL;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
// else if (LuaDLL.lua_isnil(L, stackPos))
|
|
intptr_t L_33 = ___L0;
|
|
int32_t L_34 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_35 = LuaDLL_lua_isnil_mB1EFB39078F9432C638D9EFD5DD4B03BF9DA8FAB((intptr_t)L_33, L_34, /*hidden argument*/NULL);
|
|
if (!L_35)
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 *)NULL;
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, type.FullName);
|
|
intptr_t L_36 = ___L0;
|
|
int32_t L_37 = ___stackPos1;
|
|
Type_t * L_38 = ___type2;
|
|
NullCheck(L_38);
|
|
String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_38);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_36, L_37, L_39, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 *)NULL;
|
|
}
|
|
}
|
|
// System.Object[] LuaInterface.ToLua::CheckObjectArray(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ToLua_CheckObjectArray_mB59CC301F53829E4747BF861935FE3C1FAE05A4F (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckObjectArray_mB59CC301F53829E4747BF861935FE3C1FAE05A4F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(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_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// return null;
|
|
return (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// object[] list = new object[len];
|
|
int32_t L_9 = V_1;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_9);
|
|
V_2 = L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = 1;
|
|
goto IL_0057;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, L_14, L_15, /*hidden argument*/NULL);
|
|
// list[i - 1] = ToVarObject(L, pos);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = V_2;
|
|
int32_t L_17 = V_4;
|
|
intptr_t L_18 = ___L0;
|
|
int32_t L_19 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_20 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_18, L_19, /*hidden argument*/NULL);
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, L_20);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1))), (RuntimeObject *)L_20);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_21 = ___L0;
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_21, 1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_22 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_23 = V_4;
|
|
int32_t L_24 = V_1;
|
|
if ((((int32_t)L_23) <= ((int32_t)L_24)))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = V_2;
|
|
return L_25;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
// return (object[])CheckObject(L, stackPos, typeof(object[]));
|
|
intptr_t L_26 = ___L0;
|
|
int32_t L_27 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_28 = { reinterpret_cast<intptr_t> (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_29 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_28, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_30 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_26, L_27, L_29, /*hidden argument*/NULL);
|
|
return ((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_30, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, "object[] or table");
|
|
intptr_t L_31 = ___L0;
|
|
int32_t L_32 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_31, L_32, _stringLiteral2607B1ED46EACEFB41E33F1BADA9BBAC04F0CF35, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL;
|
|
}
|
|
}
|
|
// System.Char[] LuaInterface.ToLua::CheckCharBuffer(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ToLua_CheckCharBuffer_m144FB4A6B1B2FED6DF5266169EDD337A8F8C4D33 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckCharBuffer_m144FB4A6B1B2FED6DF5266169EDD337A8F8C4D33_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// LuaTypes luaType = LuaDLL.lua_type(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_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// switch (luaType)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)4)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// return null;
|
|
return (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// string str = LuaDLL.lua_tostring(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_8 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// return str.ToCharArray(); ;
|
|
NullCheck(L_8);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6(L_8, /*hidden argument*/NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// return (char[])CheckObject(L, stackPos, typeof(char[]));
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_14 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_10, L_11, L_13, /*hidden argument*/NULL);
|
|
return ((CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)Castclass((RuntimeObject*)L_14, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, "string or char[]");
|
|
intptr_t L_15 = ___L0;
|
|
int32_t L_16 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_15, L_16, _stringLiteral0C2772E0AB62AA3AA604199628C9C3D5305DA8E5, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
|
|
}
|
|
}
|
|
// System.Byte[] LuaInterface.ToLua::CheckByteBuffer(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ToLua_CheckByteBuffer_m7C047F582199524B397D55711935A43902DA2A6F (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckByteBuffer_m7C047F582199524B397D55711935A43902DA2A6F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
|
|
{
|
|
// LuaTypes luaType = LuaDLL.lua_type(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_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// switch (luaType)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)4)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// return null;
|
|
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// IntPtr source = LuaDLL.lua_tolstring(L, stackPos, out len);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
intptr_t L_8 = LuaDLL_lua_tolstring_m32CBE0EC02F09BB6C2F0C9B407600378F73B21B5((intptr_t)L_6, L_7, (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
// byte[] buffer = new byte[len];
|
|
int32_t L_9 = V_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_9);
|
|
V_2 = L_10;
|
|
// Marshal.Copy(source, buffer, 0, len);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_2;
|
|
int32_t L_12 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
|
|
Marshal_Copy_m64744D9E23AFC00AA06CD6B057E19B7C0CE4C0C2((intptr_t)L_8, L_11, 0, L_12, /*hidden argument*/NULL);
|
|
// return buffer;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_2;
|
|
return L_13;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// return (byte[])CheckObject(L, stackPos, typeof(byte[]));
|
|
intptr_t L_14 = ___L0;
|
|
int32_t L_15 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_16 = { reinterpret_cast<intptr_t> (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_17 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_16, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_18 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_14, L_15, L_17, /*hidden argument*/NULL);
|
|
return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_18, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, "string or byte[]");
|
|
intptr_t L_19 = ___L0;
|
|
int32_t L_20 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_19, L_20, _stringLiteralD1235C3DB609D6F0B36DC599989D5B527FFB0928, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
|
|
}
|
|
}
|
|
// System.Boolean[] LuaInterface.ToLua::CheckBoolArray(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* ToLua_CheckBoolArray_mACCFE8F88BB4BC2DB8B7ABC108D9CEEAC5414407 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckBoolArray_mACCFE8F88BB4BC2DB8B7ABC108D9CEEAC5414407_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(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_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// switch(luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// return null;
|
|
return (BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// bool[] list = new bool[len];
|
|
int32_t L_9 = V_1;
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_10 = (BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)SZArrayNew(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_il2cpp_TypeInfo_var, (uint32_t)L_9);
|
|
V_2 = L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = 1;
|
|
goto IL_007b;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, L_14, L_15, /*hidden argument*/NULL);
|
|
// if (LuaDLL.lua_type(L, pos) != LuaTypes.LUA_TBOOLEAN)
|
|
intptr_t L_16 = ___L0;
|
|
int32_t L_17 = V_3;
|
|
int32_t L_18 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_16, L_17, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_18) == ((int32_t)1)))
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_19 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_19, 1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, "bool[]");
|
|
intptr_t L_20 = ___L0;
|
|
int32_t L_21 = ___stackPos1;
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_20, L_21, _stringLiteralB7D571A9D6D855BDAC31EE4361D82131A9F2A06A, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_22 = V_2;
|
|
return L_22;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
// list[i - 1] = LuaDLL.lua_toboolean(L, pos);
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_23 = V_2;
|
|
int32_t L_24 = V_4;
|
|
intptr_t L_25 = ___L0;
|
|
int32_t L_26 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_27 = LuaDLL_lua_toboolean_mD1040BE41EBA160232137C0852698D2900B29872((intptr_t)L_25, L_26, /*hidden argument*/NULL);
|
|
NullCheck(L_23);
|
|
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1))), (bool)L_27);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_28 = ___L0;
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_28, 1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_29 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_30 = V_4;
|
|
int32_t L_31 = V_1;
|
|
if ((((int32_t)L_30) <= ((int32_t)L_31)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_32 = V_2;
|
|
return L_32;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
// return (bool[])CheckObject(L, stackPos, typeof(bool[]));
|
|
intptr_t L_33 = ___L0;
|
|
int32_t L_34 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_35 = { reinterpret_cast<intptr_t> (BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_36 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_35, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_37 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_33, L_34, L_36, /*hidden argument*/NULL);
|
|
return ((BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)Castclass((RuntimeObject*)L_37, BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, "bool[]");
|
|
intptr_t L_38 = ___L0;
|
|
int32_t L_39 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_38, L_39, _stringLiteralB7D571A9D6D855BDAC31EE4361D82131A9F2A06A, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)NULL;
|
|
}
|
|
}
|
|
// System.String[] LuaInterface.ToLua::CheckStringArray(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ToLua_CheckStringArray_m5AEC0FC50AE6350C62EFD1FE9B51D0EF06173703 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckStringArray_m5AEC0FC50AE6350C62EFD1FE9B51D0EF06173703_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(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_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// switch(luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// return null;
|
|
return (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// string[] list = new string[len];
|
|
int32_t L_9 = V_1;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_9);
|
|
V_2 = L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = 1;
|
|
goto IL_0084;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, L_14, L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<string>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_t4B66862BFAE55D8074CD446D5DB71FB979DD8F46_il2cpp_TypeInfo_var);
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_t4B66862BFAE55D8074CD446D5DB71FB979DD8F46_StaticFields*)il2cpp_codegen_static_fields_for(TypeTraits_1_t4B66862BFAE55D8074CD446D5DB71FB979DD8F46_il2cpp_TypeInfo_var))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck(L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B(L_16, (intptr_t)L_17, L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, 1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, "string[]");
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, L_22, _stringLiteral8F01B293637F2084FCCC10E652BCDB985727ADA0, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = V_2;
|
|
return L_23;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// list[i - 1] = StackTraits<string>.To(L, pos);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = V_2;
|
|
int32_t L_25 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t8042AC201CD24100C27A016CC10DE8AC2F3FFCB5_il2cpp_TypeInfo_var);
|
|
Func_3_t8509C573CEE9E3583AB831C5C8CE6810CA4E98CA * L_26 = ((StackTraits_1_t8042AC201CD24100C27A016CC10DE8AC2F3FFCB5_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t8042AC201CD24100C27A016CC10DE8AC2F3FFCB5_il2cpp_TypeInfo_var))->get_To_2();
|
|
intptr_t L_27 = ___L0;
|
|
int32_t L_28 = V_3;
|
|
NullCheck(L_26);
|
|
String_t* L_29 = Func_3_Invoke_m165D4E951A571778EFED3FE6CACD579860FDA6F2(L_26, (intptr_t)L_27, L_28, /*hidden argument*/Func_3_Invoke_m165D4E951A571778EFED3FE6CACD579860FDA6F2_RuntimeMethod_var);
|
|
NullCheck(L_24);
|
|
ArrayElementTypeCheck (L_24, L_29);
|
|
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1))), (String_t*)L_29);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_30 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_30, 1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_31 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_32 = V_4;
|
|
int32_t L_33 = V_1;
|
|
if ((((int32_t)L_32) <= ((int32_t)L_33)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_34 = V_2;
|
|
return L_34;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
// return (string[])CheckObject(L, stackPos, typeof(string[]));
|
|
intptr_t L_35 = ___L0;
|
|
int32_t L_36 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_37 = { reinterpret_cast<intptr_t> (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_38 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_37, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_39 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_35, L_36, L_38, /*hidden argument*/NULL);
|
|
return ((StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)Castclass((RuntimeObject*)L_39, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, "string[]");
|
|
intptr_t L_40 = ___L0;
|
|
int32_t L_41 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_40, L_41, _stringLiteral8F01B293637F2084FCCC10E652BCDB985727ADA0, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL;
|
|
}
|
|
}
|
|
// System.Object LuaInterface.ToLua::CheckGenericObject(System.IntPtr,System.Int32,System.Type,System.Type&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_CheckGenericObject_m262C29191E9E271433739E2128CFF73178CD32F1 (intptr_t ___L0, int32_t ___stackPos1, Type_t * ___type2, Type_t ** ___ArgType3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckGenericObject_m262C29191E9E271433739E2128CFF73178CD32F1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Type_t * V_1 = NULL;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_2 = NULL;
|
|
{
|
|
// object obj = 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;
|
|
// Type t = obj.GetType();
|
|
RuntimeObject * L_2 = V_0;
|
|
NullCheck(L_2);
|
|
Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_2, /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ArgType = null;
|
|
Type_t ** L_4 = ___ArgType3;
|
|
*((RuntimeObject **)L_4) = (RuntimeObject *)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)NULL);
|
|
// if (t.IsGenericType && t.GetGenericTypeDefinition() == type)
|
|
Type_t * L_5 = V_1;
|
|
NullCheck(L_5);
|
|
bool L_6 = VirtFuncInvoker0< bool >::Invoke(104 /* System.Boolean System.Type::get_IsGenericType() */, L_5);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_7 = V_1;
|
|
NullCheck(L_7);
|
|
Type_t * L_8 = VirtFuncInvoker0< Type_t * >::Invoke(129 /* System.Type System.Type::GetGenericTypeDefinition() */, L_7);
|
|
Type_t * L_9 = ___type2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_10 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_8, L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
// Type[] ts = t.GetGenericArguments();
|
|
Type_t * L_11 = V_1;
|
|
NullCheck(L_11);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_12 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(128 /* System.Type[] System.Type::GetGenericArguments() */, L_11);
|
|
V_2 = L_12;
|
|
// ArgType = ts[0];
|
|
Type_t ** L_13 = ___ArgType3;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_14 = V_2;
|
|
NullCheck(L_14);
|
|
int32_t L_15 = 0;
|
|
Type_t * L_16 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
|
|
*((RuntimeObject **)L_13) = (RuntimeObject *)L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_13, (void*)(RuntimeObject *)L_16);
|
|
// return obj;
|
|
RuntimeObject * L_17 = V_0;
|
|
return L_17;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// LuaDLL.luaL_argerror(L, stackPos, LuaMisc.GetTypeName(type));
|
|
intptr_t L_18 = ___L0;
|
|
int32_t L_19 = ___stackPos1;
|
|
Type_t * L_20 = ___type2;
|
|
String_t* L_21 = LuaMisc_GetTypeName_m51139023D7F5711A9FF1E3DD07C2EE4C3DBC65BF(L_20, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_argerror_m648A4BE57D4DB36B0B83C6C0F6D2703239DED5A8((intptr_t)L_18, L_19, L_21, /*hidden argument*/NULL);
|
|
// return null;
|
|
return NULL;
|
|
}
|
|
}
|
|
// System.Object LuaInterface.ToLua::CheckGenericObject(System.IntPtr,System.Int32,System.Type,System.Type&,System.Type&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_CheckGenericObject_m1341C23BF56BB19F1352F1CD02B307BB7ED6FFBD (intptr_t ___L0, int32_t ___stackPos1, Type_t * ___type2, Type_t ** ___t13, Type_t ** ___t24, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckGenericObject_m1341C23BF56BB19F1352F1CD02B307BB7ED6FFBD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Type_t * V_1 = NULL;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_2 = NULL;
|
|
{
|
|
// object obj = 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;
|
|
// Type t = obj.GetType();
|
|
RuntimeObject * L_2 = V_0;
|
|
NullCheck(L_2);
|
|
Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_2, /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// t1 = null;
|
|
Type_t ** L_4 = ___t13;
|
|
*((RuntimeObject **)L_4) = (RuntimeObject *)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)NULL);
|
|
// t2 = null;
|
|
Type_t ** L_5 = ___t24;
|
|
*((RuntimeObject **)L_5) = (RuntimeObject *)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_5, (void*)(RuntimeObject *)NULL);
|
|
// if (t.IsGenericType && t.GetGenericTypeDefinition() == type)
|
|
Type_t * L_6 = V_1;
|
|
NullCheck(L_6);
|
|
bool L_7 = VirtFuncInvoker0< bool >::Invoke(104 /* System.Boolean System.Type::get_IsGenericType() */, L_6);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_8 = V_1;
|
|
NullCheck(L_8);
|
|
Type_t * L_9 = VirtFuncInvoker0< Type_t * >::Invoke(129 /* System.Type System.Type::GetGenericTypeDefinition() */, L_8);
|
|
Type_t * L_10 = ___type2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_11 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_9, L_10, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// Type[] ts = t.GetGenericArguments();
|
|
Type_t * L_12 = V_1;
|
|
NullCheck(L_12);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_13 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(128 /* System.Type[] System.Type::GetGenericArguments() */, L_12);
|
|
V_2 = L_13;
|
|
// t1 = ts[0];
|
|
Type_t ** L_14 = ___t13;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_15 = V_2;
|
|
NullCheck(L_15);
|
|
int32_t L_16 = 0;
|
|
Type_t * L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
*((RuntimeObject **)L_14) = (RuntimeObject *)L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_14, (void*)(RuntimeObject *)L_17);
|
|
// t2 = ts[1];
|
|
Type_t ** L_18 = ___t24;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_19 = V_2;
|
|
NullCheck(L_19);
|
|
int32_t L_20 = 1;
|
|
Type_t * L_21 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
*((RuntimeObject **)L_18) = (RuntimeObject *)L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_18, (void*)(RuntimeObject *)L_21);
|
|
// return obj;
|
|
RuntimeObject * L_22 = V_0;
|
|
return L_22;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// LuaDLL.luaL_argerror(L, stackPos, LuaMisc.GetTypeName(type));
|
|
intptr_t L_23 = ___L0;
|
|
int32_t L_24 = ___stackPos1;
|
|
Type_t * L_25 = ___type2;
|
|
String_t* L_26 = LuaMisc_GetTypeName_m51139023D7F5711A9FF1E3DD07C2EE4C3DBC65BF(L_25, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_argerror_m648A4BE57D4DB36B0B83C6C0F6D2703239DED5A8((intptr_t)L_23, L_24, L_26, /*hidden argument*/NULL);
|
|
// return null;
|
|
return NULL;
|
|
}
|
|
}
|
|
// System.Object LuaInterface.ToLua::CheckGenericObject(System.IntPtr,System.Int32,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_CheckGenericObject_m105D6154B909EAAAAE95CFBB138F0CA475645CC2 (intptr_t ___L0, int32_t ___stackPos1, Type_t * ___type2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckGenericObject_m105D6154B909EAAAAE95CFBB138F0CA475645CC2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Type_t * V_1 = NULL;
|
|
{
|
|
// object obj = 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;
|
|
// Type t = obj.GetType();
|
|
RuntimeObject * L_2 = V_0;
|
|
NullCheck(L_2);
|
|
Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_2, /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// if (t.IsGenericType && t.GetGenericTypeDefinition() == type)
|
|
Type_t * L_4 = V_1;
|
|
NullCheck(L_4);
|
|
bool L_5 = VirtFuncInvoker0< bool >::Invoke(104 /* System.Boolean System.Type::get_IsGenericType() */, L_4);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_6 = V_1;
|
|
NullCheck(L_6);
|
|
Type_t * L_7 = VirtFuncInvoker0< Type_t * >::Invoke(129 /* System.Type System.Type::GetGenericTypeDefinition() */, L_6);
|
|
Type_t * L_8 = ___type2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_9 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_7, L_8, /*hidden argument*/NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// return obj;
|
|
RuntimeObject * L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// LuaDLL.luaL_argerror(L, stackPos, LuaMisc.GetTypeName(type));
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = ___stackPos1;
|
|
Type_t * L_13 = ___type2;
|
|
String_t* L_14 = LuaMisc_GetTypeName_m51139023D7F5711A9FF1E3DD07C2EE4C3DBC65BF(L_13, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_argerror_m648A4BE57D4DB36B0B83C6C0F6D2703239DED5A8((intptr_t)L_11, L_12, L_14, /*hidden argument*/NULL);
|
|
// return null;
|
|
return NULL;
|
|
}
|
|
}
|
|
// System.Object[] LuaInterface.ToLua::ToParamsObject(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ToLua_ToParamsObject_m2EEBC3B71B3A82850B3E5D0215C04B8B5D8A566A (intptr_t ___L0, int32_t ___stackPos1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToParamsObject_m2EEBC3B71B3A82850B3E5D0215C04B8B5D8A566A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (count <= 0)
|
|
int32_t L_0 = ___count2;
|
|
if ((((int32_t)L_0) > ((int32_t)0)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
// object[] list = new object[count];
|
|
int32_t L_1 = ___count2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_1);
|
|
V_0 = L_2;
|
|
// int pos = 0;
|
|
V_1 = 0;
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// list[pos++] = ToVarObject(L, stackPos++);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = V_0;
|
|
int32_t L_4 = V_1;
|
|
int32_t L_5 = L_4;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
int32_t L_8 = L_7;
|
|
___stackPos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_9 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_6, L_8, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, L_9);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (RuntimeObject *)L_9);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// while (pos < count)
|
|
int32_t L_10 = V_1;
|
|
int32_t L_11 = ___count2;
|
|
if ((((int32_t)L_10) < ((int32_t)L_11)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.String[] LuaInterface.ToLua::ToParamsString(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ToLua_ToParamsString_m54048B8A4A7AF5679E8556D288AE469D7C64BD45 (intptr_t ___L0, int32_t ___stackPos1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToParamsString_m54048B8A4A7AF5679E8556D288AE469D7C64BD45_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (count <= 0)
|
|
int32_t L_0 = ___count2;
|
|
if ((((int32_t)L_0) > ((int32_t)0)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
// string[] list = new string[count];
|
|
int32_t L_1 = ___count2;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_1);
|
|
V_0 = L_2;
|
|
// int pos = 0;
|
|
V_1 = 0;
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// list[pos++] = ToString(L, stackPos++);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = V_0;
|
|
int32_t L_4 = V_1;
|
|
int32_t L_5 = L_4;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
int32_t L_8 = L_7;
|
|
___stackPos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_9 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_6, L_8, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, L_9);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (String_t*)L_9);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// while (pos < count)
|
|
int32_t L_10 = V_1;
|
|
int32_t L_11 = ___count2;
|
|
if ((((int32_t)L_10) < ((int32_t)L_11)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Char[] LuaInterface.ToLua::ToParamsChar(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ToLua_ToParamsChar_mB296AB38BF9E186925E0C6BBBDD4729819C8C03A (intptr_t ___L0, int32_t ___stackPos1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToParamsChar_mB296AB38BF9E186925E0C6BBBDD4729819C8C03A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (count <= 0)
|
|
int32_t L_0 = ___count2;
|
|
if ((((int32_t)L_0) > ((int32_t)0)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
// char[] list = new char[count];
|
|
int32_t L_1 = ___count2;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_1);
|
|
V_0 = L_2;
|
|
// int pos = 0;
|
|
V_1 = 0;
|
|
goto IL_0025;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// list[pos++] = (char)LuaDLL.lua_tointeger(L, stackPos++);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = V_0;
|
|
int32_t L_4 = V_1;
|
|
int32_t L_5 = L_4;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
int32_t L_8 = L_7;
|
|
___stackPos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_lua_tointeger_mA4E5895FEA4DCF2C7492DE8B9D01EC2E87B972AB((intptr_t)L_6, L_8, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (Il2CppChar)(((int32_t)((uint16_t)L_9))));
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// while (pos < count)
|
|
int32_t L_10 = V_1;
|
|
int32_t L_11 = ___count2;
|
|
if ((((int32_t)L_10) < ((int32_t)L_11)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Boolean[] LuaInterface.ToLua::CheckParamsBool(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* ToLua_CheckParamsBool_mFE14D2949D9B7455F9C237AD78F074FBBE5EEA65 (intptr_t ___L0, int32_t ___stackPos1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckParamsBool_mFE14D2949D9B7455F9C237AD78F074FBBE5EEA65_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (count <= 0)
|
|
int32_t L_0 = ___count2;
|
|
if ((((int32_t)L_0) > ((int32_t)0)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)NULL;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
// bool[] list = new bool[count];
|
|
int32_t L_1 = ___count2;
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_2 = (BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)SZArrayNew(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_il2cpp_TypeInfo_var, (uint32_t)L_1);
|
|
V_0 = L_2;
|
|
// int pos = 0;
|
|
V_1 = 0;
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// list[pos++] = LuaDLL.luaL_checkboolean(L, stackPos++);
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_3 = V_0;
|
|
int32_t L_4 = V_1;
|
|
int32_t L_5 = L_4;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
int32_t L_8 = L_7;
|
|
___stackPos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_9 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_6, L_8, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (bool)L_9);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// while (pos < count)
|
|
int32_t L_10 = V_1;
|
|
int32_t L_11 = ___count2;
|
|
if ((((int32_t)L_10) < ((int32_t)L_11)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Char[] LuaInterface.ToLua::CheckParamsChar(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ToLua_CheckParamsChar_mAE02A335F0596B3137470A8839879262579334D5 (intptr_t ___L0, int32_t ___stackPos1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckParamsChar_mAE02A335F0596B3137470A8839879262579334D5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (count <= 0)
|
|
int32_t L_0 = ___count2;
|
|
if ((((int32_t)L_0) > ((int32_t)0)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
// char[] list = new char[count];
|
|
int32_t L_1 = ___count2;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_1);
|
|
V_0 = L_2;
|
|
// int pos = 0;
|
|
V_1 = 0;
|
|
goto IL_0025;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// list[pos++] = (char)LuaDLL.luaL_checkinteger(L, stackPos++);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = V_0;
|
|
int32_t L_4 = V_1;
|
|
int32_t L_5 = L_4;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
int32_t L_8 = L_7;
|
|
___stackPos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_luaL_checkinteger_m9947DD26585D733AF7155DDFAAB7FCD4C57531B4((intptr_t)L_6, L_8, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (Il2CppChar)(((int32_t)((uint16_t)L_9))));
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// while (pos < count)
|
|
int32_t L_10 = V_1;
|
|
int32_t L_11 = ___count2;
|
|
if ((((int32_t)L_10) < ((int32_t)L_11)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.String[] LuaInterface.ToLua::CheckParamsString(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ToLua_CheckParamsString_mF25A0724849B2C54D4D318432134790A94C17A36 (intptr_t ___L0, int32_t ___stackPos1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckParamsString_mF25A0724849B2C54D4D318432134790A94C17A36_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (count <= 0)
|
|
int32_t L_0 = ___count2;
|
|
if ((((int32_t)L_0) > ((int32_t)0)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
// string[] list = new string[count];
|
|
int32_t L_1 = ___count2;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_1);
|
|
V_0 = L_2;
|
|
// int pos = 0;
|
|
V_1 = 0;
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// list[pos++] = CheckString(L, stackPos++);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = V_0;
|
|
int32_t L_4 = V_1;
|
|
int32_t L_5 = L_4;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
int32_t L_8 = L_7;
|
|
___stackPos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_9 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_6, L_8, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, L_9);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (String_t*)L_9);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// while (pos < count)
|
|
int32_t L_10 = V_1;
|
|
int32_t L_11 = ___count2;
|
|
if ((((int32_t)L_10) < ((int32_t)L_11)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Char[] LuaInterface.ToLua::ToCharBuffer(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ToLua_ToCharBuffer_m7795AD225BF33CAA9658BCE48BAB763EA2A78C0C (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToCharBuffer_m7795AD225BF33CAA9658BCE48BAB763EA2A78C0C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// LuaTypes luaType = LuaDLL.lua_type(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_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// switch (luaType)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)4)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// return null;
|
|
return (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// string str = LuaDLL.lua_tostring(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_8 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// return str.ToCharArray();
|
|
NullCheck(L_8);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6(L_8, /*hidden argument*/NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// return (char[])ToObject(L, stackPos);
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_12 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
return ((CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)Castclass((RuntimeObject*)L_12, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// return null;
|
|
return (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
|
|
}
|
|
}
|
|
// System.Byte[] LuaInterface.ToLua::ToByteBuffer(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ToLua_ToByteBuffer_mFC5348131CCBE59DB22FDF685B1BE8BD6984CD58 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToByteBuffer_mFC5348131CCBE59DB22FDF685B1BE8BD6984CD58_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
|
|
{
|
|
// LuaTypes luaType = LuaDLL.lua_type(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_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// switch (luaType)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)4)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// return null;
|
|
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// IntPtr source = LuaDLL.lua_tolstring(L, stackPos, out len);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
intptr_t L_8 = LuaDLL_lua_tolstring_m32CBE0EC02F09BB6C2F0C9B407600378F73B21B5((intptr_t)L_6, L_7, (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
// byte[] buffer = new byte[len];
|
|
int32_t L_9 = V_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_9);
|
|
V_2 = L_10;
|
|
// Marshal.Copy(source, buffer, 0, len);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_2;
|
|
int32_t L_12 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
|
|
Marshal_Copy_m64744D9E23AFC00AA06CD6B057E19B7C0CE4C0C2((intptr_t)L_8, L_11, 0, L_12, /*hidden argument*/NULL);
|
|
// return buffer;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_2;
|
|
return L_13;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// return (byte[])ToObject(L, stackPos);
|
|
intptr_t L_14 = ___L0;
|
|
int32_t L_15 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_16 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_14, L_15, /*hidden argument*/NULL);
|
|
return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_16, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
// return null;
|
|
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
|
|
}
|
|
}
|
|
// System.Boolean[] LuaInterface.ToLua::ToBoolArray(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* ToLua_ToBoolArray_mC32497AA5E25ACF6C1AA88BB2D3D52392921DC91 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToBoolArray_mC32497AA5E25ACF6C1AA88BB2D3D52392921DC91_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(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_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// return null;
|
|
return (BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)NULL;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// bool[] list = new bool[len];
|
|
int32_t L_9 = V_1;
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_10 = (BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)SZArrayNew(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_il2cpp_TypeInfo_var, (uint32_t)L_9);
|
|
V_2 = L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = 1;
|
|
goto IL_0078;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, L_14, L_15, /*hidden argument*/NULL);
|
|
// if (LuaDLL.lua_type(L, pos) != LuaTypes.LUA_TBOOLEAN)
|
|
intptr_t L_16 = ___L0;
|
|
int32_t L_17 = V_3;
|
|
int32_t L_18 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_16, L_17, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_18) == ((int32_t)1)))
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_19 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_19, 1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, "bool[]");
|
|
intptr_t L_20 = ___L0;
|
|
int32_t L_21 = ___stackPos1;
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_20, L_21, _stringLiteralB7D571A9D6D855BDAC31EE4361D82131A9F2A06A, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_22 = V_2;
|
|
return L_22;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
// list[i - 1] = LuaDLL.lua_toboolean(L, pos);
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_23 = V_2;
|
|
int32_t L_24 = V_4;
|
|
intptr_t L_25 = ___L0;
|
|
int32_t L_26 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_27 = LuaDLL_lua_toboolean_mD1040BE41EBA160232137C0852698D2900B29872((intptr_t)L_25, L_26, /*hidden argument*/NULL);
|
|
NullCheck(L_23);
|
|
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1))), (bool)L_27);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_28 = ___L0;
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_28, 1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_29 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_30 = V_4;
|
|
int32_t L_31 = V_1;
|
|
if ((((int32_t)L_30) <= ((int32_t)L_31)))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_32 = V_2;
|
|
return L_32;
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
// return (bool[])ToObject(L, stackPos);
|
|
intptr_t L_33 = ___L0;
|
|
int32_t L_34 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_35 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_33, L_34, /*hidden argument*/NULL);
|
|
return ((BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)Castclass((RuntimeObject*)L_35, BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
// return null;
|
|
return (BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)NULL;
|
|
}
|
|
}
|
|
// System.String[] LuaInterface.ToLua::ToStringArray(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ToLua_ToStringArray_m4CB49418526BB440E3F874C9A7DE05C7004AA8C6 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToStringArray_m4CB49418526BB440E3F874C9A7DE05C7004AA8C6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(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_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// switch(luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// return null;
|
|
return (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// string[] list = new string[len];
|
|
int32_t L_9 = V_1;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_9);
|
|
V_2 = L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = 1;
|
|
goto IL_0084;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, L_14, L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<string>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_t4B66862BFAE55D8074CD446D5DB71FB979DD8F46_il2cpp_TypeInfo_var);
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_t4B66862BFAE55D8074CD446D5DB71FB979DD8F46_StaticFields*)il2cpp_codegen_static_fields_for(TypeTraits_1_t4B66862BFAE55D8074CD446D5DB71FB979DD8F46_il2cpp_TypeInfo_var))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck(L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B(L_16, (intptr_t)L_17, L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, 1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, "string[]");
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, L_22, _stringLiteral8F01B293637F2084FCCC10E652BCDB985727ADA0, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = V_2;
|
|
return L_23;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// list[i - 1] = StackTraits<string>.To(L, pos);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = V_2;
|
|
int32_t L_25 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t8042AC201CD24100C27A016CC10DE8AC2F3FFCB5_il2cpp_TypeInfo_var);
|
|
Func_3_t8509C573CEE9E3583AB831C5C8CE6810CA4E98CA * L_26 = ((StackTraits_1_t8042AC201CD24100C27A016CC10DE8AC2F3FFCB5_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t8042AC201CD24100C27A016CC10DE8AC2F3FFCB5_il2cpp_TypeInfo_var))->get_To_2();
|
|
intptr_t L_27 = ___L0;
|
|
int32_t L_28 = V_3;
|
|
NullCheck(L_26);
|
|
String_t* L_29 = Func_3_Invoke_m165D4E951A571778EFED3FE6CACD579860FDA6F2(L_26, (intptr_t)L_27, L_28, /*hidden argument*/Func_3_Invoke_m165D4E951A571778EFED3FE6CACD579860FDA6F2_RuntimeMethod_var);
|
|
NullCheck(L_24);
|
|
ArrayElementTypeCheck (L_24, L_29);
|
|
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1))), (String_t*)L_29);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_30 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_30, 1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_31 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_32 = V_4;
|
|
int32_t L_33 = V_1;
|
|
if ((((int32_t)L_32) <= ((int32_t)L_33)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_34 = V_2;
|
|
return L_34;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
// return (string[])ToObject(L, stackPos);
|
|
intptr_t L_35 = ___L0;
|
|
int32_t L_36 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_37 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_35, L_36, /*hidden argument*/NULL);
|
|
return ((StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)Castclass((RuntimeObject*)L_37, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
// return null;
|
|
return (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL;
|
|
}
|
|
}
|
|
// System.Object[] LuaInterface.ToLua::ToObjectArray(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ToLua_ToObjectArray_m6929E242E04093DDAE9BA596232B68E70C0D7A3E (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToObjectArray_m6929E242E04093DDAE9BA596232B68E70C0D7A3E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(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_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// switch(luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// return null;
|
|
return (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// object[] list = new object[len];
|
|
int32_t L_9 = V_1;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_9);
|
|
V_2 = L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = 1;
|
|
goto IL_0057;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, L_14, L_15, /*hidden argument*/NULL);
|
|
// list[i - 1] = ToVarObject(L, pos);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = V_2;
|
|
int32_t L_17 = V_4;
|
|
intptr_t L_18 = ___L0;
|
|
int32_t L_19 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_20 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_18, L_19, /*hidden argument*/NULL);
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, L_20);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1))), (RuntimeObject *)L_20);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_21 = ___L0;
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_21, 1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_22 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_23 = V_4;
|
|
int32_t L_24 = V_1;
|
|
if ((((int32_t)L_23) <= ((int32_t)L_24)))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = V_2;
|
|
return L_25;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
// return (object[])ToObject(L, stackPos);
|
|
intptr_t L_26 = ___L0;
|
|
int32_t L_27 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_28 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_26, L_27, /*hidden argument*/NULL);
|
|
return ((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_28, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
// return null;
|
|
return (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1 (intptr_t ___L0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___v31, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.tolua_pushvec3(L, v3.x, v3.y, v3.z);
|
|
intptr_t L_0 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = ___v31;
|
|
float L_2 = L_1.get_x_2();
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = ___v31;
|
|
float L_4 = L_3.get_y_3();
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = ___v31;
|
|
float L_6 = L_5.get_z_4();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushvec3_mDC2A69078FC3487ED72002F19DFE3146F7E7712E((intptr_t)L_0, L_2, L_4, L_6, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m435606A21F3C6D92A0C3418AD3E7FD1FF7809EC2 (intptr_t ___L0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___v21, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_m435606A21F3C6D92A0C3418AD3E7FD1FF7809EC2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.tolua_pushvec2(L, v2.x, v2.y);
|
|
intptr_t L_0 = ___L0;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = ___v21;
|
|
float L_2 = L_1.get_x_0();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = ___v21;
|
|
float L_4 = L_3.get_y_1();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushvec2_m1A0E4D78055CAD1E5473B199394EA418000BA31B((intptr_t)L_0, L_2, L_4, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Vector4)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m5B39A5A0B8AE69D62F46959033BBE78516393FC5 (intptr_t ___L0, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___v41, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_m5B39A5A0B8AE69D62F46959033BBE78516393FC5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.tolua_pushvec4(L, v4.x, v4.y, v4.z, v4.w);
|
|
intptr_t L_0 = ___L0;
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_1 = ___v41;
|
|
float L_2 = L_1.get_x_1();
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_3 = ___v41;
|
|
float L_4 = L_3.get_y_2();
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_5 = ___v41;
|
|
float L_6 = L_5.get_z_3();
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_7 = ___v41;
|
|
float L_8 = L_7.get_w_4();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushvec4_mA18B9769D85A28049C9A01173684EB85B842C40B((intptr_t)L_0, L_2, L_4, L_6, L_8, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_mAFABD7EE15662A5CDFD403BC135A066A55BBF0DC (intptr_t ___L0, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___q1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_mAFABD7EE15662A5CDFD403BC135A066A55BBF0DC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.tolua_pushquat(L, q.x, q.y, q.z, q.w);
|
|
intptr_t L_0 = ___L0;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_1 = ___q1;
|
|
float L_2 = L_1.get_x_0();
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_3 = ___q1;
|
|
float L_4 = L_3.get_y_1();
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_5 = ___q1;
|
|
float L_6 = L_5.get_z_2();
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_7 = ___q1;
|
|
float L_8 = L_7.get_w_3();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushquat_m51DC901FD3DEF98A961E638376E7572220A7EDD8((intptr_t)L_0, L_2, L_4, L_6, L_8, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_mA3CD7E888C8B72C317AA49B9F6CE895A97291E38 (intptr_t ___L0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___clr1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_mA3CD7E888C8B72C317AA49B9F6CE895A97291E38_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.tolua_pushclr(L, clr.r, clr.g, clr.b, clr.a);
|
|
intptr_t L_0 = ___L0;
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = ___clr1;
|
|
float L_2 = L_1.get_r_0();
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_3 = ___clr1;
|
|
float L_4 = L_3.get_g_1();
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_5 = ___clr1;
|
|
float L_6 = L_5.get_b_2();
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_7 = ___clr1;
|
|
float L_8 = L_7.get_a_3();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushclr_m2625C0788E1B88CE4ACF5114154139DFF36EDB96((intptr_t)L_0, L_2, L_4, L_6, L_8, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Ray)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m08962506BF31452B329B65AE9EDF5136298543E9 (intptr_t ___L0, Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 ___ray1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_m08962506BF31452B329B65AE9EDF5136298543E9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaStatic.GetPackRay(L);
|
|
intptr_t L_0 = ___L0;
|
|
LuaStatic_GetPackRay_mD556E9F4E621B27AB6DA4957F516D867509E6915((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// Push(L, ray.direction);
|
|
intptr_t L_1 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = Ray_get_direction_m9E6468CD87844B437FC4B93491E63D388322F76E((Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 *)(&___ray1), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_1, L_2, /*hidden argument*/NULL);
|
|
// Push(L, ray.origin);
|
|
intptr_t L_3 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = Ray_get_origin_m3773CA7B1E2F26F6F1447652B485D86C0BEC5187((Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 *)(&___ray1), /*hidden argument*/NULL);
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
// if (LuaDLL.lua_pcall(L, 2, 1, 0) != 0)
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_6 = LuaDLL_lua_pcall_m1B708F9BA6605F17B0F2395FA92920C2A3B342EB((intptr_t)L_5, 2, 1, 0, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// string error = LuaDLL.lua_tostring(L, -1);
|
|
intptr_t L_7 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_8 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_7, (-1), /*hidden argument*/NULL);
|
|
// throw new LuaException(error);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_9 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_9, L_8, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ToLua_Push_m08962506BF31452B329B65AE9EDF5136298543E9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Bounds)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m7E2B6F75D43082CA7E21F189B2EB5271E85CFC7E (intptr_t ___L0, Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ___bound1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_m7E2B6F75D43082CA7E21F189B2EB5271E85CFC7E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaStatic.GetPackBounds(L);
|
|
intptr_t L_0 = ___L0;
|
|
LuaStatic_GetPackBounds_m396A17737680870474A615DC88BBC9DF21D28FCA((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// Push(L, bound.center);
|
|
intptr_t L_1 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = Bounds_get_center_m4FB6E99F0533EE2D432988B08474D6DC9B8B744B((Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 *)(&___bound1), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_1, L_2, /*hidden argument*/NULL);
|
|
// Push(L, bound.size);
|
|
intptr_t L_3 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = Bounds_get_size_m0739F2686AE2D3416A33AEF892653091347FD4A6((Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 *)(&___bound1), /*hidden argument*/NULL);
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
// if (LuaDLL.lua_pcall(L, 2, 1, 0) != 0)
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_6 = LuaDLL_lua_pcall_m1B708F9BA6605F17B0F2395FA92920C2A3B342EB((intptr_t)L_5, 2, 1, 0, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// string error = LuaDLL.lua_tostring(L, -1);
|
|
intptr_t L_7 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_8 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_7, (-1), /*hidden argument*/NULL);
|
|
// throw new LuaException(error);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_9 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_9, L_8, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ToLua_Push_m7E2B6F75D43082CA7E21F189B2EB5271E85CFC7E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.RaycastHit)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_mE35FD6B22753F0A4FD6B650BAD5F77122239CA66 (intptr_t ___L0, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 ___hit1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_mE35FD6B22753F0A4FD6B650BAD5F77122239CA66_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaStatic.GetPackRaycastHit(L);
|
|
intptr_t L_0 = ___L0;
|
|
LuaStatic_GetPackRaycastHit_m8460C3C6B0D93FA3575C802C7FA7E2247D25761C((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// Push(L, hit.collider);
|
|
intptr_t L_1 = ___L0;
|
|
Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * L_2 = RaycastHit_get_collider_mE70B84C4312B567344F60992A6067855F2C3A7A9((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&___hit1), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A((intptr_t)L_1, L_2, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_pushnumber(L, hit.distance);
|
|
intptr_t L_3 = ___L0;
|
|
float L_4 = RaycastHit_get_distance_m1CBA60855C35F29BBC348D374BBC76386A243543((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&___hit1), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_3, (((double)((double)L_4))), /*hidden argument*/NULL);
|
|
// Push(L, hit.normal);
|
|
intptr_t L_5 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = RaycastHit_get_normal_mF736A6D09D98D63AB7E5BF10F38AEBFC177A1D94((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&___hit1), /*hidden argument*/NULL);
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_5, L_6, /*hidden argument*/NULL);
|
|
// Push(L, hit.point);
|
|
intptr_t L_7 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = RaycastHit_get_point_m0E564B2A72C7A744B889AE9D596F3EFA55059001((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&___hit1), /*hidden argument*/NULL);
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_7, L_8, /*hidden argument*/NULL);
|
|
// Push(L, hit.rigidbody);
|
|
intptr_t L_9 = ___L0;
|
|
Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * L_10 = RaycastHit_get_rigidbody_m8E28BDE09DC588AAF0C15182AFF3C00EE11EB0FC((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&___hit1), /*hidden argument*/NULL);
|
|
ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
// Push(L, hit.transform);
|
|
intptr_t L_11 = ___L0;
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_12 = RaycastHit_get_transform_m3C0BEE7439CA37F82FD5216143B92BF32F995279((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&___hit1), /*hidden argument*/NULL);
|
|
ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
// if (LuaDLL.lua_pcall(L, 6, 1, 0) != 0)
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = LuaDLL_lua_pcall_m1B708F9BA6605F17B0F2395FA92920C2A3B342EB((intptr_t)L_13, 6, 1, 0, /*hidden argument*/NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
// string error = LuaDLL.lua_tostring(L, -1);
|
|
intptr_t L_15 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_16 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_15, (-1), /*hidden argument*/NULL);
|
|
// throw new LuaException(error);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_17 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_17, L_16, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ToLua_Push_mE35FD6B22753F0A4FD6B650BAD5F77122239CA66_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.RaycastHit,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m38AD84C2F406EE432BE540353AB3E4E3015AC154 (intptr_t ___L0, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 ___hit1, int32_t ___flag2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_m38AD84C2F406EE432BE540353AB3E4E3015AC154_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaStatic.GetPackRaycastHit(L);
|
|
intptr_t L_0 = ___L0;
|
|
LuaStatic_GetPackRaycastHit_m8460C3C6B0D93FA3575C802C7FA7E2247D25761C((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// if ((flag & RaycastBits.Collider) != 0)
|
|
int32_t L_1 = ___flag2;
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)1)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, hit.collider);
|
|
intptr_t L_2 = ___L0;
|
|
Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * L_3 = RaycastHit_get_collider_mE70B84C4312B567344F60992A6067855F2C3A7A9((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&___hit1), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_4 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_4, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// LuaDLL.lua_pushnumber(L, hit.distance);
|
|
intptr_t L_5 = ___L0;
|
|
float L_6 = RaycastHit_get_distance_m1CBA60855C35F29BBC348D374BBC76386A243543((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&___hit1), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_5, (((double)((double)L_6))), /*hidden argument*/NULL);
|
|
// if ((flag & RaycastBits.Normal) != 0)
|
|
int32_t L_7 = ___flag2;
|
|
if (!((int32_t)((int32_t)L_7&(int32_t)2)))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, hit.normal);
|
|
intptr_t L_8 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 = RaycastHit_get_normal_mF736A6D09D98D63AB7E5BF10F38AEBFC177A1D94((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&___hit1), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0048;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_10 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_10, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// if ((flag & RaycastBits.Point) != 0)
|
|
int32_t L_11 = ___flag2;
|
|
if (!((int32_t)((int32_t)L_11&(int32_t)4)))
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, hit.point);
|
|
intptr_t L_12 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_13 = RaycastHit_get_point_m0E564B2A72C7A744B889AE9D596F3EFA55059001((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&___hit1), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_12, L_13, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0062;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_14 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
// if ((flag & RaycastBits.Rigidbody) != 0)
|
|
int32_t L_15 = ___flag2;
|
|
if (!((int32_t)((int32_t)L_15&(int32_t)8)))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, hit.rigidbody);
|
|
intptr_t L_16 = ___L0;
|
|
Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * L_17 = RaycastHit_get_rigidbody_m8E28BDE09DC588AAF0C15182AFF3C00EE11EB0FC((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&___hit1), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A((intptr_t)L_16, L_17, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_007c;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_18 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_18, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
// if ((flag & RaycastBits.Transform) != 0)
|
|
int32_t L_19 = ___flag2;
|
|
if (!((int32_t)((int32_t)L_19&(int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, hit.transform);
|
|
intptr_t L_20 = ___L0;
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_21 = RaycastHit_get_transform_m3C0BEE7439CA37F82FD5216143B92BF32F995279((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&___hit1), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A((intptr_t)L_20, L_21, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0097;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_22 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_22, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
// if (LuaDLL.lua_pcall(L, 6, 1, 0) != 0)
|
|
intptr_t L_23 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_24 = LuaDLL_lua_pcall_m1B708F9BA6605F17B0F2395FA92920C2A3B342EB((intptr_t)L_23, 6, 1, 0, /*hidden argument*/NULL);
|
|
if (!L_24)
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
}
|
|
{
|
|
// string error = LuaDLL.lua_tostring(L, -1);
|
|
intptr_t L_25 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_26 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_25, (-1), /*hidden argument*/NULL);
|
|
// throw new LuaException(error);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_27 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_27, L_26, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ToLua_Push_m38AD84C2F406EE432BE540353AB3E4E3015AC154_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00b1:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Touch)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m14873FA8B00F55373BB963C11F7E9CB64DF7D81E (intptr_t ___L0, Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 ___t1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_m14873FA8B00F55373BB963C11F7E9CB64DF7D81E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Push(L, t, TouchBits.ALL);
|
|
intptr_t L_0 = ___L0;
|
|
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 L_1 = ___t1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m197139E023EBCE789CC712840B3C3185C1F59ECE((intptr_t)L_0, L_1, 7, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Touch,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m197139E023EBCE789CC712840B3C3185C1F59ECE (intptr_t ___L0, Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 ___t1, int32_t ___flag2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_m197139E023EBCE789CC712840B3C3185C1F59ECE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaStatic.GetPackTouch(L);
|
|
intptr_t L_0 = ___L0;
|
|
LuaStatic_GetPackTouch_mAFC61F370AB2FB7FC2AF8ECD8C5DD469786C91E0((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_pushinteger(L, t.fingerId);
|
|
intptr_t L_1 = ___L0;
|
|
int32_t L_2 = Touch_get_fingerId_m2EF0EF2E6E388C8D9D38C58EF5D03EA30E568E1D((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&___t1), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_1, L_2, /*hidden argument*/NULL);
|
|
// if ((flag & TouchBits.Position) != 0)
|
|
int32_t L_3 = ___flag2;
|
|
if (!((int32_t)((int32_t)L_3&(int32_t)2)))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, t.position);
|
|
intptr_t L_4 = ___L0;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = Touch_get_position_m2E60676112DA3628CF2DC76418A275C7FE521D8F((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&___t1), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m435606A21F3C6D92A0C3418AD3E7FD1FF7809EC2((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_6 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_6, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
// if ((flag & TouchBits.RawPosition) != 0)
|
|
int32_t L_7 = ___flag2;
|
|
if (!((int32_t)((int32_t)L_7&(int32_t)4)))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, t.rawPosition);
|
|
intptr_t L_8 = ___L0;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = Touch_get_rawPosition_m9C6FF048FE4CC513425CC131062BDD9F9431FE2E((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&___t1), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m435606A21F3C6D92A0C3418AD3E7FD1FF7809EC2((intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_10 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_10, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
// if ((flag & TouchBits.DeltaPosition) != 0)
|
|
int32_t L_11 = ___flag2;
|
|
if (!((int32_t)((int32_t)L_11&(int32_t)1)))
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, t.deltaPosition);
|
|
intptr_t L_12 = ___L0;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13 = Touch_get_deltaPosition_m4AAD6521D88FE10B3786039892B1BB9438ED2D64((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&___t1), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m435606A21F3C6D92A0C3418AD3E7FD1FF7809EC2((intptr_t)L_12, L_13, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0061;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_14 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
// LuaDLL.lua_pushnumber(L, t.deltaTime);
|
|
intptr_t L_15 = ___L0;
|
|
float L_16 = Touch_get_deltaTime_m6F4F70B3FED7B0B74E1560599EA981037D00E024((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&___t1), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_15, (((double)((double)L_16))), /*hidden argument*/NULL);
|
|
// LuaDLL.lua_pushinteger(L, t.tapCount);
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = Touch_get_tapCount_m05E8AD1DD071603EA806087E42A7BC6FFA18C5F9((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&___t1), /*hidden argument*/NULL);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_17, L_18, /*hidden argument*/NULL);
|
|
// LuaDLL.lua_pushinteger(L, (int)t.phase);
|
|
intptr_t L_19 = ___L0;
|
|
int32_t L_20 = Touch_get_phase_m759A61477ECBBD90A57E36F1166EB9340A0FE349((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&___t1), /*hidden argument*/NULL);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_19, L_20, /*hidden argument*/NULL);
|
|
// if (LuaDLL.lua_pcall(L, 7, -1, 0) != 0)
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = LuaDLL_lua_pcall_m1B708F9BA6605F17B0F2395FA92920C2A3B342EB((intptr_t)L_21, 7, (-1), 0, /*hidden argument*/NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
{
|
|
// string error = LuaDLL.lua_tostring(L, -1);
|
|
intptr_t L_23 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_24 = LuaDLL_lua_tostring_mA765A14A38D27A5CFD264A2E21E638E49B9236CF((intptr_t)L_23, (-1), /*hidden argument*/NULL);
|
|
// throw new LuaException(error);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_25 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_25, L_24, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ToLua_Push_m197139E023EBCE789CC712840B3C3185C1F59ECE_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::PushLayerMask(System.IntPtr,UnityEngine.LayerMask)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushLayerMask_m37A6D71EAF9762A107CB9C60E11DA0F5163B8E05 (intptr_t ___L0, LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 ___l1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_PushLayerMask_m37A6D71EAF9762A107CB9C60E11DA0F5163B8E05_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.tolua_pushlayermask(L, l.value);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = LayerMask_get_value_m682288E860BBE36F5668DCDBC59245DE6319E537((LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 *)(&___l1), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushlayermask_m32452293886FCBE84F2DEF78A5A53354DC50E3ED((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,LuaInterface.LuaByteBuffer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m5CE0C6CB47D5B1F33324B79C20BA070E414E9BDD (intptr_t ___L0, LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E ___bb1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_m5CE0C6CB47D5B1F33324B79C20BA070E414E9BDD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushlstring(L, bb.buffer, bb.buffer.Length);
|
|
intptr_t L_0 = ___L0;
|
|
LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E L_1 = ___bb1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1.get_buffer_0();
|
|
LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E L_3 = ___bb1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = L_3.get_buffer_0();
|
|
NullCheck(L_4);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushlstring_mBE214E6ACD66964F1F96F5B509046737F485E1A6((intptr_t)L_0, L_2, (((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::PushByteBuffer(System.IntPtr,System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushByteBuffer_m3F9EDB938218287D97C3FD55B39E06FAA8C440A1 (intptr_t ___L0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_PushByteBuffer_m3F9EDB938218287D97C3FD55B39E06FAA8C440A1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.tolua_pushlstring(L, buffer, buffer.Length);
|
|
intptr_t L_0 = ___L0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer1;
|
|
NullCheck(L_2);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushlstring_mC06D0796D2A91E4A5E844492F378E31E2799B777((intptr_t)L_0, L_1, (((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m007BBA6FFBB0D3E2A0905FD568FA4A87AD6ADD5F (intptr_t ___L0, RuntimeArray * ___array1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_m007BBA6FFBB0D3E2A0905FD568FA4A87AD6ADD5F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (array == null)
|
|
RuntimeArray * L_0 = ___array1;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_1 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// int arrayMetaTable = LuaStatic.GetArrayMetatable(L);
|
|
intptr_t L_2 = ___L0;
|
|
int32_t L_3 = LuaStatic_GetArrayMetatable_m9549A2A425BB14A2B32A435C71272BD264F81DDE((intptr_t)L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// PushUserData(L, array, arrayMetaTable);
|
|
intptr_t L_4 = ___L0;
|
|
RuntimeArray * L_5 = ___array1;
|
|
int32_t L_6 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushUserData_mBEC8DFABAB472E05CFA4B686691B3AC8226795D8((intptr_t)L_4, L_5, L_6, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,LuaInterface.LuaBaseRef)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m7D6C16904765D180EDE53F2D6A47946643BB836E (intptr_t ___L0, LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___lbr1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_m7D6C16904765D180EDE53F2D6A47946643BB836E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (lbr == null)
|
|
LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * L_0 = ___lbr1;
|
|
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_2, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// LuaDLL.lua_getref(L, lbr.GetReference());
|
|
intptr_t L_3 = ___L0;
|
|
LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * L_4 = ___lbr1;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 LuaInterface.LuaBaseRef::GetReference() */, L_4);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_getref_mEF465F7C2A6A66FA8450295971DCEEE532BEF060((intptr_t)L_3, L_5, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD (intptr_t ___L0, Type_t * ___t1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (t == null)
|
|
Type_t * L_0 = ___t1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_2, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// int typeMetatable = LuaStatic.GetTypeMetatable(L);
|
|
intptr_t L_3 = ___L0;
|
|
int32_t L_4 = LuaStatic_GetTypeMetatable_mB074280D41949F0CF445EFAA8A9E745290738DBE((intptr_t)L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// PushUserData(L, t, typeMetatable);
|
|
intptr_t L_5 = ___L0;
|
|
Type_t * L_6 = ___t1;
|
|
int32_t L_7 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushUserData_mBEC8DFABAB472E05CFA4B686691B3AC8226795D8((intptr_t)L_5, L_6, L_7, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (ev == null)
|
|
Delegate_t * L_0 = ___ev1;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_1 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// int delegateMetatable = LuaStatic.GetDelegateMetatable(L);
|
|
intptr_t L_2 = ___L0;
|
|
int32_t L_3 = LuaStatic_GetDelegateMetatable_m1427C04F57F147B017D7F680ACDCC020D0ECDA7D((intptr_t)L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// PushUserData(L, ev, delegateMetatable);
|
|
intptr_t L_4 = ___L0;
|
|
Delegate_t * L_5 = ___ev1;
|
|
int32_t L_6 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushUserData_mBEC8DFABAB472E05CFA4B686691B3AC8226795D8((intptr_t)L_4, L_5, L_6, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,LuaInterface.EventObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m886FB0F79966F62A1651949BC400F395845BFD07 (intptr_t ___L0, EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * ___ev1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_m886FB0F79966F62A1651949BC400F395845BFD07_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (ev == null)
|
|
EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * L_0 = ___ev1;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_1 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// int eventMetatable = LuaStatic.GetEventMetatable(L);
|
|
intptr_t L_2 = ___L0;
|
|
int32_t L_3 = LuaStatic_GetEventMetatable_m4E17B861160F2CF22B97D4E28B62108310CE174E((intptr_t)L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// PushUserData(L, ev, eventMetatable);
|
|
intptr_t L_4 = ___L0;
|
|
EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * L_5 = ___ev1;
|
|
int32_t L_6 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushUserData_mBEC8DFABAB472E05CFA4B686691B3AC8226795D8((intptr_t)L_4, L_5, L_6, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_m0C5C43A12210CCE2EA2C934C03DDC5A75A1BB4E2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (iter == null)
|
|
RuntimeObject* L_0 = ___iter1;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_1 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// int reference = LuaStatic.GetMetaReference(L, iter.GetType());
|
|
intptr_t L_2 = ___L0;
|
|
RuntimeObject* L_3 = ___iter1;
|
|
NullCheck(L_3);
|
|
Type_t * L_4 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_3, /*hidden argument*/NULL);
|
|
int32_t L_5 = LuaStatic_GetMetaReference_mC82EDE3DE44654FAC43DFE3AA8945FAC95ABAF0D((intptr_t)L_2, L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
// if (reference > 0)
|
|
int32_t L_6 = V_0;
|
|
if ((((int32_t)L_6) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// PushUserData(L, iter, reference);
|
|
intptr_t L_7 = ___L0;
|
|
RuntimeObject* L_8 = ___iter1;
|
|
int32_t L_9 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushUserData_mBEC8DFABAB472E05CFA4B686691B3AC8226795D8((intptr_t)L_7, L_8, L_9, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// int iterMetatable = LuaStatic.GetIterMetatable(L);
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = LuaStatic_GetIterMetatable_m428D596D5B157FC246F40A0C16B1BFABC74FD013((intptr_t)L_10, /*hidden argument*/NULL);
|
|
V_1 = L_11;
|
|
// PushUserData(L, iter, iterMetatable);
|
|
intptr_t L_12 = ___L0;
|
|
RuntimeObject* L_13 = ___iter1;
|
|
int32_t L_14 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushUserData_mBEC8DFABAB472E05CFA4B686691B3AC8226795D8((intptr_t)L_12, L_13, L_14, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,System.Enum)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06 (intptr_t ___L0, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 * ___e1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// object obj = null;
|
|
V_0 = NULL;
|
|
// int enumMetatable = LuaStatic.GetEnumObject(L, e, out obj);
|
|
intptr_t L_0 = ___L0;
|
|
Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 * L_1 = ___e1;
|
|
int32_t L_2 = LuaStatic_GetEnumObject_m989BFD8E685C4C036EE4A4ABF4A805696B7D8D43((intptr_t)L_0, L_1, (RuntimeObject **)(&V_0), /*hidden argument*/NULL);
|
|
V_1 = L_2;
|
|
// PushUserData(L, obj, enumMetatable);
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeObject * L_4 = V_0;
|
|
int32_t L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushUserData_mBEC8DFABAB472E05CFA4B686691B3AC8226795D8((intptr_t)L_3, L_4, L_5, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::PushStruct(System.IntPtr,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushStruct_m474B7EA11DB29C9C6396DDCF5046F5E13489894A (intptr_t ___L0, RuntimeObject * ___o1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_PushStruct_m474B7EA11DB29C9C6396DDCF5046F5E13489894A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_t * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
// if (o == null || o.Equals(null))
|
|
RuntimeObject * L_0 = ___o1;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_1 = ___o1;
|
|
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_0013;
|
|
}
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_3, /*hidden argument*/NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// if (o is Enum)
|
|
RuntimeObject * L_4 = ___o1;
|
|
if (!((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)IsInstClass((RuntimeObject*)L_4, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// ToLua.Push(L, (Enum)o);
|
|
intptr_t L_5 = ___L0;
|
|
RuntimeObject * L_6 = ___o1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_5, ((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)CastclassClass((RuntimeObject*)L_6, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// Type type = o.GetType();
|
|
RuntimeObject * L_7 = ___o1;
|
|
NullCheck(L_7);
|
|
Type_t * L_8 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_7, /*hidden argument*/NULL);
|
|
V_0 = L_8;
|
|
// int reference = LuaStatic.GetMetaReference(L, type);
|
|
intptr_t L_9 = ___L0;
|
|
Type_t * L_10 = V_0;
|
|
int32_t L_11 = LuaStatic_GetMetaReference_mC82EDE3DE44654FAC43DFE3AA8945FAC95ABAF0D((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
V_1 = L_11;
|
|
// if (reference <= 0)
|
|
int32_t L_12 = V_1;
|
|
if ((((int32_t)L_12) > ((int32_t)0)))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
// reference = LoadPreType(L, type);
|
|
intptr_t L_13 = ___L0;
|
|
Type_t * L_14 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
int32_t L_15 = ToLua_LoadPreType_m4B71974CE8F3DFDEDB89E34DF73AB74D0C45EA87((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
V_1 = L_15;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
// ObjectTranslator translator = ObjectTranslator.Get(L);
|
|
intptr_t L_16 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var);
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * L_17 = ObjectTranslator_Get_m7C75E407D306192C2E32ADBAC333DF3896189BD5_inline((intptr_t)L_16, /*hidden argument*/NULL);
|
|
// int index = translator.AddObject(o);
|
|
RuntimeObject * L_18 = ___o1;
|
|
NullCheck(L_17);
|
|
int32_t L_19 = ObjectTranslator_AddObject_m5AD9A5B533079B17182C3D9D5F10C598FEDB5800(L_17, L_18, /*hidden argument*/NULL);
|
|
V_2 = L_19;
|
|
// LuaDLL.tolua_pushnewudata(L, reference, index);
|
|
intptr_t L_20 = ___L0;
|
|
int32_t L_21 = V_1;
|
|
int32_t L_22 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushnewudata_m58AA53C37E4133597430AD420E033737E9ACEA8E((intptr_t)L_20, L_21, L_22, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::PushUserData(System.IntPtr,System.Object,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushUserData_mBEC8DFABAB472E05CFA4B686691B3AC8226795D8 (intptr_t ___L0, RuntimeObject * ___o1, int32_t ___reference2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_PushUserData_mBEC8DFABAB472E05CFA4B686691B3AC8226795D8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * V_1 = NULL;
|
|
{
|
|
// ObjectTranslator translator = ObjectTranslator.Get(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var);
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * L_1 = ObjectTranslator_Get_m7C75E407D306192C2E32ADBAC333DF3896189BD5_inline((intptr_t)L_0, /*hidden argument*/NULL);
|
|
V_1 = L_1;
|
|
// if (translator.Getudata(o, out index))
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * L_2 = V_1;
|
|
RuntimeObject * L_3 = ___o1;
|
|
NullCheck(L_2);
|
|
bool L_4 = ObjectTranslator_Getudata_m348CF656EFA372E1149E9B4DA6CFFCEE76A78519(L_2, L_3, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
// if (LuaDLL.tolua_pushudata(L, index))
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_7 = LuaDLL_tolua_pushudata_m992A66FF7D124512B083390828E3D7BBC6A1143E((intptr_t)L_5, L_6, /*hidden argument*/NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// translator.Destroyudata(index);
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * L_8 = V_1;
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_8);
|
|
ObjectTranslator_Destroyudata_m7038A131E9CC238D54F0D2E02AB71DFC3328BEEC(L_8, L_9, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// index = translator.AddObject(o);
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * L_10 = V_1;
|
|
RuntimeObject * L_11 = ___o1;
|
|
NullCheck(L_10);
|
|
int32_t L_12 = ObjectTranslator_AddObject_m5AD9A5B533079B17182C3D9D5F10C598FEDB5800(L_10, L_11, /*hidden argument*/NULL);
|
|
V_0 = L_12;
|
|
// LuaDLL.tolua_pushnewudata(L, reference, index);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___reference2;
|
|
int32_t L_15 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushnewudata_m58AA53C37E4133597430AD420E033737E9ACEA8E((intptr_t)L_13, L_14, L_15, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.ToLua::LuaPCall(System.IntPtr,LuaInterface.LuaCSFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_LuaPCall_mBA7848B45F51E1F4FC90B601C44277D860E68B6A (intptr_t ___L0, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___func1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_LuaPCall_mBA7848B45F51E1F4FC90B601C44277D860E68B6A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// int top = 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;
|
|
// LuaDLL.tolua_pushcfunction(L, func);
|
|
intptr_t L_2 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_3 = ___func1;
|
|
LuaDLL_tolua_pushcfunction_m29E7A4D931ADB073DCE412CB64BF4F169BAB0FB9((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
// if (LuaDLL.lua_pcall(L, 0, -1, 0) != 0)
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = LuaDLL_lua_pcall_m1B708F9BA6605F17B0F2395FA92920C2A3B342EB((intptr_t)L_4, 0, (-1), 0, /*hidden argument*/NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
// string error = LuaDLL.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);
|
|
// LuaDLL.lua_settop(L, top);
|
|
intptr_t L_8 = ___L0;
|
|
int32_t L_9 = V_0;
|
|
LuaDLL_lua_settop_m4BCB928D2559342AADC033F7EDFF34193E5FE76E((intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
// throw new LuaException(error, LuaException.GetLastError());
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
Exception_t * L_10 = LuaException_GetLastError_m7A7041AF600E06731A8C27888C9D1F2CE4BF0857(/*hidden argument*/NULL);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_11 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_11, L_7, L_10, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ToLua_LuaPCall_mBA7848B45F51E1F4FC90B601C44277D860E68B6A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// int reference = LuaDLL.tolua_getclassref(L, -1);
|
|
intptr_t L_12 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_tolua_getclassref_m251223E4A2A47503E2525BBCF80FC85D9A8DA8D6((intptr_t)L_12, (-1), /*hidden argument*/NULL);
|
|
// LuaDLL.lua_settop(L, top);
|
|
intptr_t L_14 = ___L0;
|
|
int32_t L_15 = V_0;
|
|
LuaDLL_lua_settop_m4BCB928D2559342AADC033F7EDFF34193E5FE76E((intptr_t)L_14, L_15, /*hidden argument*/NULL);
|
|
// return reference;
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.ToLua::LoadPreType(System.IntPtr,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_LoadPreType_m4B71974CE8F3DFDEDB89E34DF73AB74D0C45EA87 (intptr_t ___L0, Type_t * ___type1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_LoadPreType_m4B71974CE8F3DFDEDB89E34DF73AB74D0C45EA87_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// LuaCSFunction LuaOpenLib = LuaStatic.GetPreModule(L, type);
|
|
intptr_t L_0 = ___L0;
|
|
Type_t * L_1 = ___type1;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_2 = LuaStatic_GetPreModule_m965C1055A6BF3649F43701E4D8A6ACA7A6984887((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// int reference = -1;
|
|
V_1 = (-1);
|
|
// if (LuaOpenLib != null)
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
// reference = LuaPCall(L, LuaOpenLib);
|
|
intptr_t L_4 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_5 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
int32_t L_6 = ToLua_LuaPCall_mBA7848B45F51E1F4FC90B601C44277D860E68B6A((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// }
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// reference = LuaStatic.GetMissMetaReference(L, type);
|
|
intptr_t L_7 = ___L0;
|
|
Type_t * L_8 = ___type1;
|
|
int32_t L_9 = LuaStatic_GetMissMetaReference_m0E5CEAB422D3B0F98843B795A183443C5D826D5F((intptr_t)L_7, L_8, /*hidden argument*/NULL);
|
|
V_1 = L_9;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// return reference;
|
|
int32_t L_10 = V_1;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::PushUserObject(System.IntPtr,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushUserObject_m508DC5DFCB95A3E1611A921367E866737C0D3128 (intptr_t ___L0, RuntimeObject * ___o1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_PushUserObject_m508DC5DFCB95A3E1611A921367E866737C0D3128_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_t * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// Type type = o.GetType();
|
|
RuntimeObject * L_0 = ___o1;
|
|
NullCheck(L_0);
|
|
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// int reference = LuaStatic.GetMetaReference(L, type);
|
|
intptr_t L_2 = ___L0;
|
|
Type_t * L_3 = V_0;
|
|
int32_t L_4 = LuaStatic_GetMetaReference_mC82EDE3DE44654FAC43DFE3AA8945FAC95ABAF0D((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// if (reference <= 0)
|
|
int32_t L_5 = V_1;
|
|
if ((((int32_t)L_5) > ((int32_t)0)))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
// reference = LoadPreType(L, type);
|
|
intptr_t L_6 = ___L0;
|
|
Type_t * L_7 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = ToLua_LoadPreType_m4B71974CE8F3DFDEDB89E34DF73AB74D0C45EA87((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// PushUserData(L, o, reference);
|
|
intptr_t L_9 = ___L0;
|
|
RuntimeObject * L_10 = ___o1;
|
|
int32_t L_11 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushUserData_mBEC8DFABAB472E05CFA4B686691B3AC8226795D8((intptr_t)L_9, L_10, L_11, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (obj == null)
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_0 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_2, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// PushUserObject(L, obj);
|
|
intptr_t L_3 = ___L0;
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_4 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushUserObject_m508DC5DFCB95A3E1611A921367E866737C0D3128((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.TrackedReference)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_mB09EE6AD6705FA32B43B5ADA773FD5766CB2309C (intptr_t ___L0, TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 * ___obj1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_mB09EE6AD6705FA32B43B5ADA773FD5766CB2309C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (obj == null)
|
|
TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 * L_0 = ___obj1;
|
|
bool L_1 = TrackedReference_op_Equality_m6176AA0B99576B1734E9A9D7DDA0A27ECACBAA96(L_0, (TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_2, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// PushUserObject(L, obj);
|
|
intptr_t L_3 = ___L0;
|
|
TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 * L_4 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushUserObject_m508DC5DFCB95A3E1611A921367E866737C0D3128((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (o == null || o.Equals(null))
|
|
RuntimeObject * L_0 = ___o1;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_1 = ___o1;
|
|
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_0013;
|
|
}
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_3, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// if (o is Enum)
|
|
RuntimeObject * L_4 = ___o1;
|
|
if (!((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)IsInstClass((RuntimeObject*)L_4, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// ToLua.Push(L, (Enum)o);
|
|
intptr_t L_5 = ___L0;
|
|
RuntimeObject * L_6 = ___o1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_5, ((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)CastclassClass((RuntimeObject*)L_6, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// PushUserObject(L, o);
|
|
intptr_t L_7 = ___L0;
|
|
RuntimeObject * L_8 = ___o1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushUserObject_m508DC5DFCB95A3E1611A921367E866737C0D3128((intptr_t)L_7, L_8, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,LuaInterface.nil)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m312E48EB283769838C6FEBC4D66CE9B325A2F6DD (intptr_t ___L0, nil_t8F6CD76487668B36C4D9EDB976DE57619FC9FD0A ___obj1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_m312E48EB283769838C6FEBC4D66CE9B325A2F6DD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Push_m527AE65DDF8931A68AFE689AE47A65524F4A6C03_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_t * V_0 = NULL;
|
|
bool V_1 = false;
|
|
double V_2 = 0.0;
|
|
LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
LuaPushVarObject_tFC9F97BA75B4C9D481D1FABC3F1EE447510D5E5A * V_4 = NULL;
|
|
{
|
|
// if (obj == null || obj.Equals(null))
|
|
RuntimeObject * L_0 = ___obj1;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_1 = ___obj1;
|
|
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_0013;
|
|
}
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
// LuaDLL.lua_pushnil(L);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnil_mEC2DBEEFF2E9EEB03DA45B0FEBC3FE3CA0581969((intptr_t)L_3, /*hidden argument*/NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// Type t = obj.GetType();
|
|
RuntimeObject * L_4 = ___obj1;
|
|
NullCheck(L_4);
|
|
Type_t * L_5 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
// if (t.IsValueType)
|
|
Type_t * L_6 = V_0;
|
|
NullCheck(L_6);
|
|
bool L_7 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(L_6, /*hidden argument*/NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
}
|
|
{
|
|
// if (TypeChecker.IsNullable(t))
|
|
Type_t * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_9 = TypeChecker_IsNullable_m79B8A4B14FDDE42F9AFABC9FCB7F130E55EF5B86(L_8, /*hidden argument*/NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
// Type[] ts = t.GetGenericArguments();
|
|
Type_t * L_10 = V_0;
|
|
NullCheck(L_10);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(128 /* System.Type[] System.Type::GetGenericArguments() */, L_10);
|
|
// t = ts[0];
|
|
NullCheck(L_11);
|
|
int32_t L_12 = 0;
|
|
Type_t * L_13 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
V_0 = L_13;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// if (t == typeof(bool))
|
|
Type_t * L_14 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast<intptr_t> (Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL);
|
|
bool L_17 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_14, L_16, /*hidden argument*/NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
// bool b = (bool)obj;
|
|
RuntimeObject * L_18 = ___obj1;
|
|
V_1 = ((*(bool*)((bool*)UnBox(L_18, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var))));
|
|
// LuaDLL.lua_pushboolean(L, b);
|
|
intptr_t L_19 = ___L0;
|
|
bool L_20 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_19, L_20, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
// else if (obj is Enum)
|
|
RuntimeObject * L_21 = ___obj1;
|
|
if (!((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)IsInstClass((RuntimeObject*)L_21, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, (System.Enum)obj);
|
|
intptr_t L_22 = ___L0;
|
|
RuntimeObject * L_23 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_22, ((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)CastclassClass((RuntimeObject*)L_23, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
// else if (t == typeof(long))
|
|
Type_t * L_24 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_25 = { reinterpret_cast<intptr_t> (Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_26 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_25, /*hidden argument*/NULL);
|
|
bool L_27 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_24, L_26, /*hidden argument*/NULL);
|
|
if (!L_27)
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.tolua_pushint64(L, (long)obj);
|
|
intptr_t L_28 = ___L0;
|
|
RuntimeObject * L_29 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushint64_m1DA9A18008B17BAE8CCE7EBA3E45EA9F066A9A42((intptr_t)L_28, ((*(int64_t*)((int64_t*)UnBox(L_29, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
// else if (t == typeof(ulong))
|
|
Type_t * L_30 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_31 = { reinterpret_cast<intptr_t> (UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_32 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_31, /*hidden argument*/NULL);
|
|
bool L_33 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_30, L_32, /*hidden argument*/NULL);
|
|
if (!L_33)
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.tolua_pushuint64(L, (ulong)obj);
|
|
intptr_t L_34 = ___L0;
|
|
RuntimeObject * L_35 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushuint64_m95DA69CAD2155F29E64BA65334E2608F9EBDB010((intptr_t)L_34, ((*(uint64_t*)((uint64_t*)UnBox(L_35, UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
// else if (t.IsPrimitive)
|
|
Type_t * L_36 = V_0;
|
|
NullCheck(L_36);
|
|
bool L_37 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(L_36, /*hidden argument*/NULL);
|
|
if (!L_37)
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
{
|
|
// double d = LuaMisc.ToDouble(obj);
|
|
RuntimeObject * L_38 = ___obj1;
|
|
double L_39 = LuaMisc_ToDouble_m6978B0FE8593B13EC4D7249DEAE0B7B461DEA652(L_38, /*hidden argument*/NULL);
|
|
V_2 = L_39;
|
|
// LuaDLL.lua_pushnumber(L, d);
|
|
intptr_t L_40 = ___L0;
|
|
double L_41 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_40, L_41, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
// else if (t == typeof(LuaByteBuffer))
|
|
Type_t * L_42 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_43 = { reinterpret_cast<intptr_t> (LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_44 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_43, /*hidden argument*/NULL);
|
|
bool L_45 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_42, L_44, /*hidden argument*/NULL);
|
|
if (!L_45)
|
|
{
|
|
goto IL_00ef;
|
|
}
|
|
}
|
|
{
|
|
// LuaByteBuffer lbb = (LuaByteBuffer)obj;
|
|
RuntimeObject * L_46 = ___obj1;
|
|
V_3 = ((*(LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E *)((LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E *)UnBox(L_46, LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_il2cpp_TypeInfo_var))));
|
|
// LuaDLL.lua_pushlstring(L, lbb.buffer, lbb.buffer.Length);
|
|
intptr_t L_47 = ___L0;
|
|
LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E L_48 = V_3;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = L_48.get_buffer_0();
|
|
LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E L_50 = V_3;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = L_50.get_buffer_0();
|
|
NullCheck(L_51);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushlstring_mBE214E6ACD66964F1F96F5B509046737F485E1A6((intptr_t)L_47, L_49, (((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length)))), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_00ef:
|
|
{
|
|
// else if (t == typeof(Vector3))
|
|
Type_t * L_52 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_53 = { reinterpret_cast<intptr_t> (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_54 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_53, /*hidden argument*/NULL);
|
|
bool L_55 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_52, L_54, /*hidden argument*/NULL);
|
|
if (!L_55)
|
|
{
|
|
goto IL_010e;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, (Vector3)obj);
|
|
intptr_t L_56 = ___L0;
|
|
RuntimeObject * L_57 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_56, ((*(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)UnBox(L_57, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_010e:
|
|
{
|
|
// else if (t == typeof(Quaternion))
|
|
Type_t * L_58 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_59 = { reinterpret_cast<intptr_t> (Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_60 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_59, /*hidden argument*/NULL);
|
|
bool L_61 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_58, L_60, /*hidden argument*/NULL);
|
|
if (!L_61)
|
|
{
|
|
goto IL_012d;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, (Quaternion)obj);
|
|
intptr_t L_62 = ___L0;
|
|
RuntimeObject * L_63 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mAFABD7EE15662A5CDFD403BC135A066A55BBF0DC((intptr_t)L_62, ((*(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 *)((Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 *)UnBox(L_63, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_012d:
|
|
{
|
|
// else if (t == typeof(Vector2))
|
|
Type_t * L_64 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_65 = { reinterpret_cast<intptr_t> (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_66 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_65, /*hidden argument*/NULL);
|
|
bool L_67 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_64, L_66, /*hidden argument*/NULL);
|
|
if (!L_67)
|
|
{
|
|
goto IL_014c;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, (Vector2)obj);
|
|
intptr_t L_68 = ___L0;
|
|
RuntimeObject * L_69 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m435606A21F3C6D92A0C3418AD3E7FD1FF7809EC2((intptr_t)L_68, ((*(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)UnBox(L_69, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_014c:
|
|
{
|
|
// else if (t == typeof(Vector4))
|
|
Type_t * L_70 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_71 = { reinterpret_cast<intptr_t> (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_72 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_71, /*hidden argument*/NULL);
|
|
bool L_73 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_70, L_72, /*hidden argument*/NULL);
|
|
if (!L_73)
|
|
{
|
|
goto IL_016b;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, (Vector4)obj);
|
|
intptr_t L_74 = ___L0;
|
|
RuntimeObject * L_75 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m5B39A5A0B8AE69D62F46959033BBE78516393FC5((intptr_t)L_74, ((*(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)((Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)UnBox(L_75, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_016b:
|
|
{
|
|
// else if (t == typeof(Color))
|
|
Type_t * L_76 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_77 = { reinterpret_cast<intptr_t> (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_78 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_77, /*hidden argument*/NULL);
|
|
bool L_79 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_76, L_78, /*hidden argument*/NULL);
|
|
if (!L_79)
|
|
{
|
|
goto IL_018a;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, (Color)obj);
|
|
intptr_t L_80 = ___L0;
|
|
RuntimeObject * L_81 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mA3CD7E888C8B72C317AA49B9F6CE895A97291E38((intptr_t)L_80, ((*(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)UnBox(L_81, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_018a:
|
|
{
|
|
// else if (t == typeof(RaycastHit))
|
|
Type_t * L_82 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_83 = { reinterpret_cast<intptr_t> (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_84 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_83, /*hidden argument*/NULL);
|
|
bool L_85 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_82, L_84, /*hidden argument*/NULL);
|
|
if (!L_85)
|
|
{
|
|
goto IL_01a9;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, (RaycastHit)obj);
|
|
intptr_t L_86 = ___L0;
|
|
RuntimeObject * L_87 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mE35FD6B22753F0A4FD6B650BAD5F77122239CA66((intptr_t)L_86, ((*(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)UnBox(L_87, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_01a9:
|
|
{
|
|
// else if (t == typeof(Touch))
|
|
Type_t * L_88 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_89 = { reinterpret_cast<intptr_t> (Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_90 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_89, /*hidden argument*/NULL);
|
|
bool L_91 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_88, L_90, /*hidden argument*/NULL);
|
|
if (!L_91)
|
|
{
|
|
goto IL_01c8;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, (Touch)obj);
|
|
intptr_t L_92 = ___L0;
|
|
RuntimeObject * L_93 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m14873FA8B00F55373BB963C11F7E9CB64DF7D81E((intptr_t)L_92, ((*(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)UnBox(L_93, Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_01c8:
|
|
{
|
|
// else if (t == typeof(Ray))
|
|
Type_t * L_94 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_95 = { reinterpret_cast<intptr_t> (Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_96 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_95, /*hidden argument*/NULL);
|
|
bool L_97 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_94, L_96, /*hidden argument*/NULL);
|
|
if (!L_97)
|
|
{
|
|
goto IL_01e7;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, (Ray)obj);
|
|
intptr_t L_98 = ___L0;
|
|
RuntimeObject * L_99 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m08962506BF31452B329B65AE9EDF5136298543E9((intptr_t)L_98, ((*(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 *)((Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 *)UnBox(L_99, Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_01e7:
|
|
{
|
|
// else if (t == typeof(Bounds))
|
|
Type_t * L_100 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_101 = { reinterpret_cast<intptr_t> (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_102 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_101, /*hidden argument*/NULL);
|
|
bool L_103 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_100, L_102, /*hidden argument*/NULL);
|
|
if (!L_103)
|
|
{
|
|
goto IL_0206;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, (Bounds)obj);
|
|
intptr_t L_104 = ___L0;
|
|
RuntimeObject * L_105 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m7E2B6F75D43082CA7E21F189B2EB5271E85CFC7E((intptr_t)L_104, ((*(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 *)((Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 *)UnBox(L_105, Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_0206:
|
|
{
|
|
// else if (t == typeof(LayerMask))
|
|
Type_t * L_106 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_107 = { reinterpret_cast<intptr_t> (LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_108 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_107, /*hidden argument*/NULL);
|
|
bool L_109 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_106, L_108, /*hidden argument*/NULL);
|
|
if (!L_109)
|
|
{
|
|
goto IL_0225;
|
|
}
|
|
}
|
|
{
|
|
// PushLayerMask(L, (LayerMask)obj);
|
|
intptr_t L_110 = ___L0;
|
|
RuntimeObject * L_111 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushLayerMask_m37A6D71EAF9762A107CB9C60E11DA0F5163B8E05((intptr_t)L_110, ((*(LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 *)((LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 *)UnBox(L_111, LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_0225:
|
|
{
|
|
// LuaPushVarObject _Push = null;
|
|
V_4 = (LuaPushVarObject_tFC9F97BA75B4C9D481D1FABC3F1EE447510D5E5A *)NULL;
|
|
// if (VarPushMap.TryGetValue(t, out _Push))
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA * L_112 = ((ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields*)il2cpp_codegen_static_fields_for(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var))->get_VarPushMap_2();
|
|
Type_t * L_113 = V_0;
|
|
NullCheck(L_112);
|
|
bool L_114 = Dictionary_2_TryGetValue_mB6788A1EB2C27477A805F9DE8606167FBFB8C8E3(L_112, L_113, (LuaPushVarObject_tFC9F97BA75B4C9D481D1FABC3F1EE447510D5E5A **)(&V_4), /*hidden argument*/Dictionary_2_TryGetValue_mB6788A1EB2C27477A805F9DE8606167FBFB8C8E3_RuntimeMethod_var);
|
|
if (!L_114)
|
|
{
|
|
goto IL_0241;
|
|
}
|
|
}
|
|
{
|
|
// _Push(L, obj);
|
|
LuaPushVarObject_tFC9F97BA75B4C9D481D1FABC3F1EE447510D5E5A * L_115 = V_4;
|
|
intptr_t L_116 = ___L0;
|
|
RuntimeObject * L_117 = ___obj1;
|
|
NullCheck(L_115);
|
|
LuaPushVarObject_Invoke_m3B58A2ED30249FB271581906DCF725F447B85611(L_115, (intptr_t)L_116, L_117, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_0241:
|
|
{
|
|
// PushStruct(L, obj);
|
|
intptr_t L_118 = ___L0;
|
|
RuntimeObject * L_119 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushStruct_m474B7EA11DB29C9C6396DDCF5046F5E13489894A((intptr_t)L_118, L_119, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_0249:
|
|
{
|
|
// if (t.IsArray)
|
|
Type_t * L_120 = V_0;
|
|
NullCheck(L_120);
|
|
bool L_121 = Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE(L_120, /*hidden argument*/NULL);
|
|
if (!L_121)
|
|
{
|
|
goto IL_025e;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, (Array)obj);
|
|
intptr_t L_122 = ___L0;
|
|
RuntimeObject * L_123 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m007BBA6FFBB0D3E2A0905FD568FA4A87AD6ADD5F((intptr_t)L_122, ((RuntimeArray *)CastclassClass((RuntimeObject*)L_123, RuntimeArray_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_025e:
|
|
{
|
|
// else if(t == typeof(string))
|
|
Type_t * L_124 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_125 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_126 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_125, /*hidden argument*/NULL);
|
|
bool L_127 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_124, L_126, /*hidden argument*/NULL);
|
|
if (!L_127)
|
|
{
|
|
goto IL_027d;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pushstring(L, (string)obj);
|
|
intptr_t L_128 = ___L0;
|
|
RuntimeObject * L_129 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_128, ((String_t*)CastclassSealed((RuntimeObject*)L_129, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_027d:
|
|
{
|
|
// else if (obj is LuaBaseRef)
|
|
RuntimeObject * L_130 = ___obj1;
|
|
if (!((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)IsInstClass((RuntimeObject*)L_130, LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0292;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, (LuaBaseRef)obj);
|
|
intptr_t L_131 = ___L0;
|
|
RuntimeObject * L_132 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m7D6C16904765D180EDE53F2D6A47946643BB836E((intptr_t)L_131, ((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)CastclassClass((RuntimeObject*)L_132, LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_0292:
|
|
{
|
|
// else if (obj is UnityEngine.Object)
|
|
RuntimeObject * L_133 = ___obj1;
|
|
if (!((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)IsInstClass((RuntimeObject*)L_133, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_02a7;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, (UnityEngine.Object)obj);
|
|
intptr_t L_134 = ___L0;
|
|
RuntimeObject * L_135 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A((intptr_t)L_134, ((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)CastclassClass((RuntimeObject*)L_135, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_02a7:
|
|
{
|
|
// else if (obj is UnityEngine.TrackedReference)
|
|
RuntimeObject * L_136 = ___obj1;
|
|
if (!((TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 *)IsInstClass((RuntimeObject*)L_136, TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_02bc;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, (UnityEngine.TrackedReference)obj);
|
|
intptr_t L_137 = ___L0;
|
|
RuntimeObject * L_138 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mB09EE6AD6705FA32B43B5ADA773FD5766CB2309C((intptr_t)L_137, ((TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 *)CastclassClass((RuntimeObject*)L_138, TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_02bc:
|
|
{
|
|
// else if (obj is Delegate)
|
|
RuntimeObject * L_139 = ___obj1;
|
|
if (!((Delegate_t *)IsInstClass((RuntimeObject*)L_139, Delegate_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_02d1;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, (Delegate)obj);
|
|
intptr_t L_140 = ___L0;
|
|
RuntimeObject * L_141 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_140, ((Delegate_t *)CastclassClass((RuntimeObject*)L_141, Delegate_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_02d1:
|
|
{
|
|
// else if (obj is IEnumerator)
|
|
RuntimeObject * L_142 = ___obj1;
|
|
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_142, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_02e6;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, (IEnumerator)obj);
|
|
intptr_t L_143 = ___L0;
|
|
RuntimeObject * L_144 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m0C5C43A12210CCE2EA2C934C03DDC5A75A1BB4E2((intptr_t)L_143, ((RuntimeObject*)Castclass((RuntimeObject*)L_144, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_02e6:
|
|
{
|
|
// else if (t == typeof(EventObject))
|
|
Type_t * L_145 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_146 = { reinterpret_cast<intptr_t> (EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_147 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_146, /*hidden argument*/NULL);
|
|
bool L_148 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_145, L_147, /*hidden argument*/NULL);
|
|
if (!L_148)
|
|
{
|
|
goto IL_0305;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, (EventObject)obj);
|
|
intptr_t L_149 = ___L0;
|
|
RuntimeObject * L_150 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m886FB0F79966F62A1651949BC400F395845BFD07((intptr_t)L_149, ((EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 *)CastclassClass((RuntimeObject*)L_150, EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_0305:
|
|
{
|
|
// else if (t == monoType)
|
|
Type_t * L_151 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Type_t * L_152 = ((ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields*)il2cpp_codegen_static_fields_for(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var))->get_monoType_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_153 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_151, L_152, /*hidden argument*/NULL);
|
|
if (!L_153)
|
|
{
|
|
goto IL_031f;
|
|
}
|
|
}
|
|
{
|
|
// Push(L, (Type)obj);
|
|
intptr_t L_154 = ___L0;
|
|
RuntimeObject * L_155 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((intptr_t)L_154, ((Type_t *)CastclassClass((RuntimeObject*)L_155, Type_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_031f:
|
|
{
|
|
// PushObject(L, obj);
|
|
intptr_t L_156 = ___L0;
|
|
RuntimeObject * L_157 = ___obj1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_156, L_157, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::SetBack(System.IntPtr,System.Int32,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_SetBack_m31897AF0AD5747DD76C79C586CDFB0E87303971B (intptr_t ___L0, int32_t ___stackPos1, RuntimeObject * ___o2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_SetBack_m31897AF0AD5747DD76C79C586CDFB0E87303971B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * V_1 = NULL;
|
|
{
|
|
// int udata = LuaDLL.tolua_rawnetobj(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_rawnetobj_m2330C2B3D83D9335CA834F917EE591C1DFF6A284((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// ObjectTranslator translator = ObjectTranslator.Get(L);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var);
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * L_4 = ObjectTranslator_Get_m7C75E407D306192C2E32ADBAC333DF3896189BD5_inline((intptr_t)L_3, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// if (udata != -1)
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
// translator.SetBack(udata, o);
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * L_6 = V_1;
|
|
int32_t L_7 = V_0;
|
|
RuntimeObject * L_8 = ___o2;
|
|
NullCheck(L_6);
|
|
ObjectTranslator_SetBack_m6242DF84D7B646460D106E84DB5F6321BA6B0A5D(L_6, L_7, L_8, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface.ToLua::Destroy(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToLua_Destroy_m9BD41E496D33F915D593C6AB7CD0F20C3534E239 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_Destroy_m9BD41E496D33F915D593C6AB7CD0F20C3534E239_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// int udata = LuaDLL.tolua_rawnetobj(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_tolua_rawnetobj_m2330C2B3D83D9335CA834F917EE591C1DFF6A284((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// ObjectTranslator translator = ObjectTranslator.Get(L);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var);
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * L_3 = ObjectTranslator_Get_m7C75E407D306192C2E32ADBAC333DF3896189BD5_inline((intptr_t)L_2, /*hidden argument*/NULL);
|
|
// translator.Destroy(udata);
|
|
int32_t L_4 = V_0;
|
|
NullCheck(L_3);
|
|
ObjectTranslator_Destroy_m5AB346A4C267500FCA494770A838AEA351E08B5E(L_3, L_4, /*hidden argument*/NULL);
|
|
// return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
// System.Void LuaInterface.ToLua::CheckArgsCount(System.IntPtr,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_CheckArgsCount_mD8C2C115891998EB7260F8DE33A0FB9D1660B830 (intptr_t ___L0, String_t* ___method1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckArgsCount_mD8C2C115891998EB7260F8DE33A0FB9D1660B830_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// int c = 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 (c != count)
|
|
int32_t L_2 = V_0;
|
|
int32_t L_3 = ___count2;
|
|
if ((((int32_t)L_2) == ((int32_t)L_3)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// throw new LuaException(string.Format("no overload for method '{0}' takes '{1}' arguments", method, c));
|
|
String_t* L_4 = ___method1;
|
|
int32_t L_5 = V_0;
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_6);
|
|
String_t* L_8 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralB1F3C6EC23AD2A1C5BB8335CB9F0294BF900F7D8, L_4, L_7, /*hidden argument*/NULL);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_9 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_9, L_8, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ToLua_CheckArgsCount_mD8C2C115891998EB7260F8DE33A0FB9D1660B830_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// int c = 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 (c != count)
|
|
int32_t L_2 = V_0;
|
|
int32_t L_3 = ___count1;
|
|
if ((((int32_t)L_2) == ((int32_t)L_3)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
// throw new LuaException(string.Format("no overload for method takes '{0}' arguments", c));
|
|
int32_t L_4 = V_0;
|
|
int32_t L_5 = L_4;
|
|
RuntimeObject * L_6 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_5);
|
|
String_t* L_7 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral26882FEB76AAC6272C9377DC0298C435629A5B58, L_6, /*hidden argument*/NULL);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_8 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_8, L_7, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Delegate LuaInterface.ToLua::CheckDelegate(System.Type,System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * ToLua_CheckDelegate_mC504212E281C1B1520CFF323938F27FB2DE0D579 (Type_t * ___t0, intptr_t ___L1, int32_t ___stackPos2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckDelegate_mC504212E281C1B1520CFF323938F27FB2DE0D579_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_1 = NULL;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L1;
|
|
int32_t L_1 = ___stackPos2;
|
|
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;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)6)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// return null;
|
|
return (Delegate_t *)NULL;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// LuaFunction func = ToLua.ToLuaFunction(L, stackPos);
|
|
intptr_t L_6 = ___L1;
|
|
int32_t L_7 = ___stackPos2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ToLua_ToLuaFunction_mAB03DF0A305A6AA18132C880CA742DF2523370DF((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// return DelegateFactory.CreateDelegate(t, func);
|
|
Type_t * L_9 = ___t0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var);
|
|
Delegate_t * L_11 = DelegateFactory_CreateDelegate_mAC80BF256AC3A92121C8458C5FB09EB998F12083(L_9, L_10, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// return (Delegate)ToLua.CheckObject(L, stackPos, t);
|
|
intptr_t L_12 = ___L1;
|
|
int32_t L_13 = ___stackPos2;
|
|
Type_t * L_14 = ___t0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_15 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_12, L_13, L_14, /*hidden argument*/NULL);
|
|
return ((Delegate_t *)CastclassClass((RuntimeObject*)L_15, Delegate_t_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, LuaMisc.GetTypeName(t));
|
|
intptr_t L_16 = ___L1;
|
|
int32_t L_17 = ___stackPos2;
|
|
Type_t * L_18 = ___t0;
|
|
String_t* L_19 = LuaMisc_GetTypeName_m51139023D7F5711A9FF1E3DD07C2EE4C3DBC65BF(L_18, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_16, L_17, L_19, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (Delegate_t *)NULL;
|
|
}
|
|
}
|
|
#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.ToLua_LuaPushVarObject::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaPushVarObject__ctor_mBD69F017B8435492FEEA948322DD7F3162DD12F3 (LuaPushVarObject_tFC9F97BA75B4C9D481D1FABC3F1EE447510D5E5A * __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.Void LuaInterface.ToLua_LuaPushVarObject::Invoke(System.IntPtr,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaPushVarObject_Invoke_m3B58A2ED30249FB271581906DCF725F447B85611 (LuaPushVarObject_tFC9F97BA75B4C9D481D1FABC3F1EE447510D5E5A * __this, intptr_t ___L0, RuntimeObject * ___o1, const RuntimeMethod* method)
|
|
{
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef void (*FunctionPointerType) (intptr_t, RuntimeObject *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___L0, ___o1, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef void (*FunctionPointerType) (void*, intptr_t, RuntimeObject *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, ___o1, 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))
|
|
GenericInterfaceActionInvoker2< intptr_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___L0, ___o1);
|
|
else
|
|
GenericVirtActionInvoker2< intptr_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___L0, ___o1);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
InterfaceActionInvoker2< intptr_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___L0, ___o1);
|
|
else
|
|
VirtActionInvoker2< intptr_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___L0, ___o1);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___L0) - 1), ___o1, targetMethod);
|
|
}
|
|
typedef void (*FunctionPointerType) (void*, intptr_t, RuntimeObject *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, ___o1, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// System.IAsyncResult LuaInterface.ToLua_LuaPushVarObject::BeginInvoke(System.IntPtr,System.Object,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LuaPushVarObject_BeginInvoke_m86573D0D9421C9046EDEDEF2E1D68C5A3DDBA9BE (LuaPushVarObject_tFC9F97BA75B4C9D481D1FABC3F1EE447510D5E5A * __this, intptr_t ___L0, RuntimeObject * ___o1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaPushVarObject_BeginInvoke_m86573D0D9421C9046EDEDEF2E1D68C5A3DDBA9BE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L0);
|
|
__d_args[1] = ___o1;
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// System.Void LuaInterface.ToLua_LuaPushVarObject::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaPushVarObject_EndInvoke_mF85E0ABCCF52F1BFDD68940242346523613DD81B (LuaPushVarObject_tFC9F97BA75B4C9D481D1FABC3F1EE447510D5E5A * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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.ToLua_LuaTableToVar::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaTableToVar__ctor_m0F482AAA3AE449E64F25B4812C6E95DA79F8F1AC (LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * __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.Object LuaInterface.ToLua_LuaTableToVar::Invoke(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaTableToVar_Invoke_m583FF2E05BF8FE4EE1FD66C28A38AE7643693BDC (LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject * result = NULL;
|
|
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 == 2)
|
|
{
|
|
// open
|
|
typedef RuntimeObject * (*FunctionPointerType) (intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(___L0, ___pos1, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef RuntimeObject * (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, ___pos1, 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 = GenericInterfaceFuncInvoker2< RuntimeObject *, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___L0, ___pos1);
|
|
else
|
|
result = GenericVirtFuncInvoker2< RuntimeObject *, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___L0, ___pos1);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
result = InterfaceFuncInvoker2< RuntimeObject *, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___L0, ___pos1);
|
|
else
|
|
result = VirtFuncInvoker2< RuntimeObject *, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___L0, ___pos1);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___L0) - 1), ___pos1, targetMethod);
|
|
}
|
|
typedef RuntimeObject * (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*);
|
|
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, ___pos1, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
// System.IAsyncResult LuaInterface.ToLua_LuaTableToVar::BeginInvoke(System.IntPtr,System.Int32,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LuaTableToVar_BeginInvoke_mD98A801CE440F13FDA13D8A1CD6296A4E91782F1 (LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * __this, intptr_t ___L0, int32_t ___pos1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaTableToVar_BeginInvoke_mD98A801CE440F13FDA13D8A1CD6296A4E91782F1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L0);
|
|
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___pos1);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// System.Object LuaInterface.ToLua_LuaTableToVar::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaTableToVar_EndInvoke_m97AE06CE7520676FE7BBE80DC0552790C064BD5C (LuaTableToVar_t0BD49BA31651380796A5A061A525572262C9A07E * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
return (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
|
|
#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.TouchBits::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchBits__ctor_m551BC5D2E4FCD667D3D4977FED364773C709810B (TouchBits_tF8B1EDC72187DF686DF18927CB4250D8B188F45C * __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 LuaInterface.TypeChecker::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeChecker__cctor_m40048075AD48A39D812DDD9B7AEF68C3024E4DD6 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker__cctor_m40048075AD48A39D812DDD9B7AEF68C3024E4DD6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static Type[] LuaValueTypeMap = new Type[LuaValueType.Max];
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_0 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64));
|
|
((TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields*)il2cpp_codegen_static_fields_for(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var))->set_LuaValueTypeMap_0(L_0);
|
|
// static Type monoType = typeof(Type).GetType();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (Type_t_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);
|
|
NullCheck(L_2);
|
|
Type_t * L_3 = Type_GetType_m6C9E6D55EC53587A0851176DA1D27A165724773E(L_2, /*hidden argument*/NULL);
|
|
((TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields*)il2cpp_codegen_static_fields_for(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var))->set_monoType_1(L_3);
|
|
// LuaValueTypeMap[LuaValueType.None] = null;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_4 = ((TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields*)il2cpp_codegen_static_fields_for(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var))->get_LuaValueTypeMap_0();
|
|
NullCheck(L_4);
|
|
ArrayElementTypeCheck (L_4, NULL);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)NULL);
|
|
// LuaValueTypeMap[LuaValueType.Vector3] = typeof(Vector3);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = ((TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields*)il2cpp_codegen_static_fields_for(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var))->get_LuaValueTypeMap_0();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_0_0_0_var) };
|
|
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, L_7);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t *)L_7);
|
|
// LuaValueTypeMap[LuaValueType.Quaternion] = typeof(Quaternion);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_8 = ((TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields*)il2cpp_codegen_static_fields_for(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var))->get_LuaValueTypeMap_0();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_9 = { reinterpret_cast<intptr_t> (Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_0_0_0_var) };
|
|
Type_t * L_10 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_9, /*hidden argument*/NULL);
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, L_10);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(2), (Type_t *)L_10);
|
|
// LuaValueTypeMap[LuaValueType.Vector2] = typeof(Vector2);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = ((TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields*)il2cpp_codegen_static_fields_for(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var))->get_LuaValueTypeMap_0();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_0_0_0_var) };
|
|
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, L_13);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(3), (Type_t *)L_13);
|
|
// LuaValueTypeMap[LuaValueType.Color] = typeof(Color);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_14 = ((TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields*)il2cpp_codegen_static_fields_for(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var))->get_LuaValueTypeMap_0();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast<intptr_t> (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2_0_0_0_var) };
|
|
Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL);
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, L_16);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(4), (Type_t *)L_16);
|
|
// LuaValueTypeMap[LuaValueType.Vector4] = typeof(Vector4);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_17 = ((TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields*)il2cpp_codegen_static_fields_for(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var))->get_LuaValueTypeMap_0();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_18 = { reinterpret_cast<intptr_t> (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_0_0_0_var) };
|
|
Type_t * L_19 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_18, /*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
ArrayElementTypeCheck (L_17, L_19);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(5), (Type_t *)L_19);
|
|
// LuaValueTypeMap[LuaValueType.Ray] = typeof(Ray);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_20 = ((TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields*)il2cpp_codegen_static_fields_for(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var))->get_LuaValueTypeMap_0();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2_0_0_0_var) };
|
|
Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_21, /*hidden argument*/NULL);
|
|
NullCheck(L_20);
|
|
ArrayElementTypeCheck (L_20, L_22);
|
|
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(6), (Type_t *)L_22);
|
|
// LuaValueTypeMap[LuaValueType.Bounds] = typeof(Bounds);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = ((TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields*)il2cpp_codegen_static_fields_for(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var))->get_LuaValueTypeMap_0();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_24 = { reinterpret_cast<intptr_t> (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890_0_0_0_var) };
|
|
Type_t * L_25 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_24, /*hidden argument*/NULL);
|
|
NullCheck(L_23);
|
|
ArrayElementTypeCheck (L_23, L_25);
|
|
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(7), (Type_t *)L_25);
|
|
// LuaValueTypeMap[LuaValueType.Touch] = typeof(Touch);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_26 = ((TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields*)il2cpp_codegen_static_fields_for(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var))->get_LuaValueTypeMap_0();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_27 = { reinterpret_cast<intptr_t> (Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_0_0_0_var) };
|
|
Type_t * L_28 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_27, /*hidden argument*/NULL);
|
|
NullCheck(L_26);
|
|
ArrayElementTypeCheck (L_26, L_28);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(8), (Type_t *)L_28);
|
|
// LuaValueTypeMap[LuaValueType.LayerMask] = typeof(LayerMask);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_29 = ((TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields*)il2cpp_codegen_static_fields_for(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var))->get_LuaValueTypeMap_0();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_30 = { reinterpret_cast<intptr_t> (LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0_0_0_0_var) };
|
|
Type_t * L_31 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_30, /*hidden argument*/NULL);
|
|
NullCheck(L_29);
|
|
ArrayElementTypeCheck (L_29, L_31);
|
|
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (Type_t *)L_31);
|
|
// LuaValueTypeMap[LuaValueType.RaycastHit] = typeof(RaycastHit);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_32 = ((TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields*)il2cpp_codegen_static_fields_for(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var))->get_LuaValueTypeMap_0();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_33 = { reinterpret_cast<intptr_t> (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_0_0_0_var) };
|
|
Type_t * L_34 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_33, /*hidden argument*/NULL);
|
|
NullCheck(L_32);
|
|
ArrayElementTypeCheck (L_32, L_34);
|
|
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (Type_t *)L_34);
|
|
// LuaValueTypeMap[LuaValueType.Int64] = typeof(long);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_35 = ((TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields*)il2cpp_codegen_static_fields_for(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var))->get_LuaValueTypeMap_0();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_36 = { reinterpret_cast<intptr_t> (Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var) };
|
|
Type_t * L_37 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_36, /*hidden argument*/NULL);
|
|
NullCheck(L_35);
|
|
ArrayElementTypeCheck (L_35, L_37);
|
|
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (Type_t *)L_37);
|
|
// LuaValueTypeMap[LuaValueType.UInt64] = typeof(ulong);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_38 = ((TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields*)il2cpp_codegen_static_fields_for(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var))->get_LuaValueTypeMap_0();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_39 = { reinterpret_cast<intptr_t> (UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_0_0_0_var) };
|
|
Type_t * L_40 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_39, /*hidden argument*/NULL);
|
|
NullCheck(L_38);
|
|
ArrayElementTypeCheck (L_38, L_40);
|
|
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (Type_t *)L_40);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::IsValueType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_IsValueType_m06C457739F7D06D312671C71F031A71CDD93C7E4 (Type_t * ___t0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return !t.IsEnum && t.IsValueType;
|
|
Type_t * L_0 = ___t0;
|
|
NullCheck(L_0);
|
|
bool L_1 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_0);
|
|
if (L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_2 = ___t0;
|
|
NullCheck(L_2);
|
|
bool L_3 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes(System.IntPtr,System.Int32,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_mDE6AC6004198FA805B439691B5FB3F6FAFE2A6CB (intptr_t ___L0, int32_t ___begin1, Type_t * ___type02, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_mDE6AC6004198FA805B439691B5FB3F6FAFE2A6CB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return CheckType(L, type0, begin);
|
|
intptr_t L_0 = ___L0;
|
|
Type_t * L_1 = ___type02;
|
|
int32_t L_2 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_3 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes(System.IntPtr,System.Int32,System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_m889B530D098AD0887CE028BADFBB7614D2647625 (intptr_t ___L0, int32_t ___begin1, Type_t * ___type02, Type_t * ___type13, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_m889B530D098AD0887CE028BADFBB7614D2647625_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return CheckType(L, type0, begin) && CheckType(L, type1, begin + 1);
|
|
intptr_t L_0 = ___L0;
|
|
Type_t * L_1 = ___type02;
|
|
int32_t L_2 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_3 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_4 = ___L0;
|
|
Type_t * L_5 = ___type13;
|
|
int32_t L_6 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_7 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_4, L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL);
|
|
return L_7;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes(System.IntPtr,System.Int32,System.Type,System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_mE81D015EB9C49087FC88B770D8EC47A20EB0D293 (intptr_t ___L0, int32_t ___begin1, Type_t * ___type02, Type_t * ___type13, Type_t * ___type24, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_mE81D015EB9C49087FC88B770D8EC47A20EB0D293_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return CheckType(L, type0, begin) && CheckType(L, type1, begin + 1) && CheckType(L, type2, begin + 2);
|
|
intptr_t L_0 = ___L0;
|
|
Type_t * L_1 = ___type02;
|
|
int32_t L_2 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_3 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_4 = ___L0;
|
|
Type_t * L_5 = ___type13;
|
|
int32_t L_6 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_7 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_4, L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_8 = ___L0;
|
|
Type_t * L_9 = ___type24;
|
|
int32_t L_10 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_11 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_8, L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes(System.IntPtr,System.Int32,System.Type,System.Type,System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_mD785F8D82EAFFEC237A868CAB854851294FC392C (intptr_t ___L0, int32_t ___begin1, Type_t * ___type02, Type_t * ___type13, Type_t * ___type24, Type_t * ___type35, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_mD785F8D82EAFFEC237A868CAB854851294FC392C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return CheckType(L, type0, begin) && CheckType(L, type1, begin + 1) && CheckType(L, type2, begin + 2) && CheckType(L, type3, begin + 3);
|
|
intptr_t L_0 = ___L0;
|
|
Type_t * L_1 = ___type02;
|
|
int32_t L_2 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_3 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_4 = ___L0;
|
|
Type_t * L_5 = ___type13;
|
|
int32_t L_6 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_7 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_4, L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_8 = ___L0;
|
|
Type_t * L_9 = ___type24;
|
|
int32_t L_10 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_11 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_8, L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_12 = ___L0;
|
|
Type_t * L_13 = ___type35;
|
|
int32_t L_14 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_15 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)), /*hidden argument*/NULL);
|
|
return L_15;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes(System.IntPtr,System.Int32,System.Type,System.Type,System.Type,System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_m2AA738448B65DAE41DA13AB3F99E0BC5882D4F26 (intptr_t ___L0, int32_t ___begin1, Type_t * ___type02, Type_t * ___type13, Type_t * ___type24, Type_t * ___type35, Type_t * ___type46, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_m2AA738448B65DAE41DA13AB3F99E0BC5882D4F26_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return CheckType(L, type0, begin) && CheckType(L, type1, begin + 1) && CheckType(L, type2, begin + 2) && CheckType(L, type3, begin + 3) && CheckType(L, type4, begin + 4);
|
|
intptr_t L_0 = ___L0;
|
|
Type_t * L_1 = ___type02;
|
|
int32_t L_2 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_3 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_4 = ___L0;
|
|
Type_t * L_5 = ___type13;
|
|
int32_t L_6 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_7 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_4, L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_8 = ___L0;
|
|
Type_t * L_9 = ___type24;
|
|
int32_t L_10 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_11 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_8, L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_12 = ___L0;
|
|
Type_t * L_13 = ___type35;
|
|
int32_t L_14 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_15 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)), /*hidden argument*/NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_16 = ___L0;
|
|
Type_t * L_17 = ___type46;
|
|
int32_t L_18 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_19 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_16, L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)4)), /*hidden argument*/NULL);
|
|
return L_19;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes(System.IntPtr,System.Int32,System.Type,System.Type,System.Type,System.Type,System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_m4179A5195C6B193E77ACF3DDD664C8D6C0EBD27B (intptr_t ___L0, int32_t ___begin1, Type_t * ___type02, Type_t * ___type13, Type_t * ___type24, Type_t * ___type35, Type_t * ___type46, Type_t * ___type57, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_m4179A5195C6B193E77ACF3DDD664C8D6C0EBD27B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return CheckType(L, type0, begin) && CheckType(L, type1, begin + 1) && CheckType(L, type2, begin + 2) && CheckType(L, type3, begin + 3) && CheckType(L, type4, begin + 4) &&
|
|
// CheckType(L, type5, begin + 5);
|
|
intptr_t L_0 = ___L0;
|
|
Type_t * L_1 = ___type02;
|
|
int32_t L_2 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_3 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_4 = ___L0;
|
|
Type_t * L_5 = ___type13;
|
|
int32_t L_6 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_7 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_4, L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_8 = ___L0;
|
|
Type_t * L_9 = ___type24;
|
|
int32_t L_10 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_11 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_8, L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_12 = ___L0;
|
|
Type_t * L_13 = ___type35;
|
|
int32_t L_14 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_15 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)), /*hidden argument*/NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_16 = ___L0;
|
|
Type_t * L_17 = ___type46;
|
|
int32_t L_18 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_19 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_16, L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)4)), /*hidden argument*/NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_20 = ___L0;
|
|
Type_t * L_21 = ___type57;
|
|
int32_t L_22 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_23 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_20, L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)5)), /*hidden argument*/NULL);
|
|
return L_23;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes(System.IntPtr,System.Int32,System.Type,System.Type,System.Type,System.Type,System.Type,System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_mB1FFD39AAA79792EB6FA57E23762FF283CA59ADE (intptr_t ___L0, int32_t ___begin1, Type_t * ___type02, Type_t * ___type13, Type_t * ___type24, Type_t * ___type35, Type_t * ___type46, Type_t * ___type57, Type_t * ___type68, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_mB1FFD39AAA79792EB6FA57E23762FF283CA59ADE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return CheckType(L, type0, begin) && CheckType(L, type1, begin + 1) && CheckType(L, type2, begin + 2) && CheckType(L, type3, begin + 3) && CheckType(L, type4, begin + 4) &&
|
|
// CheckType(L, type5, begin + 5) && CheckType(L, type6, begin + 6);
|
|
intptr_t L_0 = ___L0;
|
|
Type_t * L_1 = ___type02;
|
|
int32_t L_2 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_3 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_4 = ___L0;
|
|
Type_t * L_5 = ___type13;
|
|
int32_t L_6 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_7 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_4, L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_8 = ___L0;
|
|
Type_t * L_9 = ___type24;
|
|
int32_t L_10 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_11 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_8, L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_12 = ___L0;
|
|
Type_t * L_13 = ___type35;
|
|
int32_t L_14 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_15 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)), /*hidden argument*/NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_16 = ___L0;
|
|
Type_t * L_17 = ___type46;
|
|
int32_t L_18 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_19 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_16, L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)4)), /*hidden argument*/NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_20 = ___L0;
|
|
Type_t * L_21 = ___type57;
|
|
int32_t L_22 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_23 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_20, L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)5)), /*hidden argument*/NULL);
|
|
if (!L_23)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_24 = ___L0;
|
|
Type_t * L_25 = ___type68;
|
|
int32_t L_26 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_27 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_24, L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)6)), /*hidden argument*/NULL);
|
|
return L_27;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes(System.IntPtr,System.Int32,System.Type,System.Type,System.Type,System.Type,System.Type,System.Type,System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_mF38806E32B2E0D91D24950C85DEE541C654DFFDB (intptr_t ___L0, int32_t ___begin1, Type_t * ___type02, Type_t * ___type13, Type_t * ___type24, Type_t * ___type35, Type_t * ___type46, Type_t * ___type57, Type_t * ___type68, Type_t * ___type79, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_mF38806E32B2E0D91D24950C85DEE541C654DFFDB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return CheckType(L, type0, begin) && CheckType(L, type1, begin + 1) && CheckType(L, type2, begin + 2) && CheckType(L, type3, begin + 3) && CheckType(L, type4, begin + 4) &&
|
|
// CheckType(L, type5, begin + 5) && CheckType(L, type6, begin + 6) && CheckType(L, type7, begin + 7);
|
|
intptr_t L_0 = ___L0;
|
|
Type_t * L_1 = ___type02;
|
|
int32_t L_2 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_3 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_4 = ___L0;
|
|
Type_t * L_5 = ___type13;
|
|
int32_t L_6 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_7 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_4, L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_8 = ___L0;
|
|
Type_t * L_9 = ___type24;
|
|
int32_t L_10 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_11 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_8, L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_12 = ___L0;
|
|
Type_t * L_13 = ___type35;
|
|
int32_t L_14 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_15 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)), /*hidden argument*/NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_16 = ___L0;
|
|
Type_t * L_17 = ___type46;
|
|
int32_t L_18 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_19 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_16, L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)4)), /*hidden argument*/NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_20 = ___L0;
|
|
Type_t * L_21 = ___type57;
|
|
int32_t L_22 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_23 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_20, L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)5)), /*hidden argument*/NULL);
|
|
if (!L_23)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_24 = ___L0;
|
|
Type_t * L_25 = ___type68;
|
|
int32_t L_26 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_27 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_24, L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)6)), /*hidden argument*/NULL);
|
|
if (!L_27)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_28 = ___L0;
|
|
Type_t * L_29 = ___type79;
|
|
int32_t L_30 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_31 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_28, L_29, ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)7)), /*hidden argument*/NULL);
|
|
return L_31;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes(System.IntPtr,System.Int32,System.Type,System.Type,System.Type,System.Type,System.Type,System.Type,System.Type,System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_mD16F6CA0E3BCDF6AFEBEEF375C47A2F632DB835A (intptr_t ___L0, int32_t ___begin1, Type_t * ___type02, Type_t * ___type13, Type_t * ___type24, Type_t * ___type35, Type_t * ___type46, Type_t * ___type57, Type_t * ___type68, Type_t * ___type79, Type_t * ___type810, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_mD16F6CA0E3BCDF6AFEBEEF375C47A2F632DB835A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return CheckType(L, type0, begin) && CheckType(L, type1, begin + 1) && CheckType(L, type2, begin + 2) && CheckType(L, type3, begin + 3) && CheckType(L, type4, begin + 4) &&
|
|
// CheckType(L, type5, begin + 5) && CheckType(L, type6, begin + 6) && CheckType(L, type7, begin + 7) && CheckType(L, type8, begin + 8);
|
|
intptr_t L_0 = ___L0;
|
|
Type_t * L_1 = ___type02;
|
|
int32_t L_2 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_3 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_4 = ___L0;
|
|
Type_t * L_5 = ___type13;
|
|
int32_t L_6 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_7 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_4, L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_8 = ___L0;
|
|
Type_t * L_9 = ___type24;
|
|
int32_t L_10 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_11 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_8, L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_12 = ___L0;
|
|
Type_t * L_13 = ___type35;
|
|
int32_t L_14 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_15 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)), /*hidden argument*/NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_16 = ___L0;
|
|
Type_t * L_17 = ___type46;
|
|
int32_t L_18 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_19 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_16, L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)4)), /*hidden argument*/NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_20 = ___L0;
|
|
Type_t * L_21 = ___type57;
|
|
int32_t L_22 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_23 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_20, L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)5)), /*hidden argument*/NULL);
|
|
if (!L_23)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_24 = ___L0;
|
|
Type_t * L_25 = ___type68;
|
|
int32_t L_26 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_27 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_24, L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)6)), /*hidden argument*/NULL);
|
|
if (!L_27)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_28 = ___L0;
|
|
Type_t * L_29 = ___type79;
|
|
int32_t L_30 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_31 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_28, L_29, ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)7)), /*hidden argument*/NULL);
|
|
if (!L_31)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_32 = ___L0;
|
|
Type_t * L_33 = ___type810;
|
|
int32_t L_34 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_35 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_32, L_33, ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)8)), /*hidden argument*/NULL);
|
|
return L_35;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes(System.IntPtr,System.Int32,System.Type,System.Type,System.Type,System.Type,System.Type,System.Type,System.Type,System.Type,System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_m4AA39F5A0C68F49FE6E4C56839DED736A6D47193 (intptr_t ___L0, int32_t ___begin1, Type_t * ___type02, Type_t * ___type13, Type_t * ___type24, Type_t * ___type35, Type_t * ___type46, Type_t * ___type57, Type_t * ___type68, Type_t * ___type79, Type_t * ___type810, Type_t * ___type911, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_m4AA39F5A0C68F49FE6E4C56839DED736A6D47193_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return CheckType(L, type0, begin) && CheckType(L, type1, begin + 1) && CheckType(L, type2, begin + 2) && CheckType(L, type3, begin + 3) && CheckType(L, type4, begin + 4) &&
|
|
// CheckType(L, type5, begin + 5) && CheckType(L, type6, begin + 6) && CheckType(L, type7, begin + 7) && CheckType(L, type8, begin + 8) && CheckType(L, type9, begin + 9);
|
|
intptr_t L_0 = ___L0;
|
|
Type_t * L_1 = ___type02;
|
|
int32_t L_2 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_3 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_4 = ___L0;
|
|
Type_t * L_5 = ___type13;
|
|
int32_t L_6 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_7 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_4, L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_8 = ___L0;
|
|
Type_t * L_9 = ___type24;
|
|
int32_t L_10 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_11 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_8, L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_12 = ___L0;
|
|
Type_t * L_13 = ___type35;
|
|
int32_t L_14 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_15 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)), /*hidden argument*/NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_16 = ___L0;
|
|
Type_t * L_17 = ___type46;
|
|
int32_t L_18 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_19 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_16, L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)4)), /*hidden argument*/NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_20 = ___L0;
|
|
Type_t * L_21 = ___type57;
|
|
int32_t L_22 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_23 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_20, L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)5)), /*hidden argument*/NULL);
|
|
if (!L_23)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_24 = ___L0;
|
|
Type_t * L_25 = ___type68;
|
|
int32_t L_26 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_27 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_24, L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)6)), /*hidden argument*/NULL);
|
|
if (!L_27)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_28 = ___L0;
|
|
Type_t * L_29 = ___type79;
|
|
int32_t L_30 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_31 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_28, L_29, ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)7)), /*hidden argument*/NULL);
|
|
if (!L_31)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_32 = ___L0;
|
|
Type_t * L_33 = ___type810;
|
|
int32_t L_34 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_35 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_32, L_33, ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)8)), /*hidden argument*/NULL);
|
|
if (!L_35)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_36 = ___L0;
|
|
Type_t * L_37 = ___type911;
|
|
int32_t L_38 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_39 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_36, L_37, ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)((int32_t)9))), /*hidden argument*/NULL);
|
|
return L_39;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes(System.IntPtr,System.Int32,System.Type[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_mBCCD9D6DE853BE1E0E37BC10A9D79B1388EC265E (intptr_t ___L0, int32_t ___begin1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckTypes_mBCCD9D6DE853BE1E0E37BC10A9D79B1388EC265E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// for (int i = 0; i < types.Length; i++)
|
|
V_0 = 0;
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
// if (!CheckType(L, types[i], i + begin))
|
|
intptr_t L_0 = ___L0;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = ___types2;
|
|
int32_t L_2 = V_0;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
Type_t * L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
int32_t L_5 = V_0;
|
|
int32_t L_6 = ___begin1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_7 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_0, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), /*hidden argument*/NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// for (int i = 0; i < types.Length; i++)
|
|
int32_t L_8 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// for (int i = 0; i < types.Length; i++)
|
|
int32_t L_9 = V_0;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_10 = ___types2;
|
|
NullCheck(L_10);
|
|
if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckParamsType(System.IntPtr,System.Type,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckParamsType_m75DD59194DFD221EC805D9F8E8203DBF71726BE4 (intptr_t ___L0, Type_t * ___t1, int32_t ___begin2, int32_t ___count3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckParamsType_m75DD59194DFD221EC805D9F8E8203DBF71726BE4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (t == typeof(object))
|
|
Type_t * L_0 = ___t1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (RuntimeObject_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);
|
|
bool L_3 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// for (int i = 0; i < count; i++)
|
|
V_0 = 0;
|
|
goto IL_002a;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// if (!CheckType(L, t, i + begin))
|
|
intptr_t L_4 = ___L0;
|
|
Type_t * L_5 = ___t1;
|
|
int32_t L_6 = V_0;
|
|
int32_t L_7 = ___begin2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_8 = TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F((intptr_t)L_4, L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), /*hidden argument*/NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// for (int i = 0; i < count; i++)
|
|
int32_t L_9 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// for (int i = 0; i < count; i++)
|
|
int32_t L_10 = V_0;
|
|
int32_t L_11 = ___count3;
|
|
if ((((int32_t)L_10) < ((int32_t)L_11)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::IsNilType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_IsNilType_mAA0C275C2881A3A4BB2B41A478AFE033D364ADA6 (Type_t * ___t0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_IsNilType_mAA0C275C2881A3A4BB2B41A478AFE033D364ADA6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!t.IsValueType)
|
|
Type_t * L_0 = ___t0;
|
|
NullCheck(L_0);
|
|
bool L_1 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(L_0, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// if (IsNullable(t))
|
|
Type_t * L_2 = ___t0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_3 = TypeChecker_IsNullable_m79B8A4B14FDDE42F9AFABC9FCB7F130E55EF5B86(L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::IsNullable(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_IsNullable_m79B8A4B14FDDE42F9AFABC9FCB7F130E55EF5B86 (Type_t * ___t0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_IsNullable_m79B8A4B14FDDE42F9AFABC9FCB7F130E55EF5B86_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (t.IsGenericType && t.GetGenericTypeDefinition() == typeof(Nullable<>))
|
|
Type_t * L_0 = ___t0;
|
|
NullCheck(L_0);
|
|
bool L_1 = VirtFuncInvoker0< bool >::Invoke(104 /* System.Boolean System.Type::get_IsGenericType() */, L_0);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_2 = ___t0;
|
|
NullCheck(L_2);
|
|
Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(129 /* System.Type System.Type::GetGenericTypeDefinition() */, L_2);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_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);
|
|
bool L_6 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_3, L_5, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Type LuaInterface.TypeChecker::GetNullableType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeChecker_GetNullableType_m251B6B15F85C1B5818BA76E90D7C97ABF780C963 (Type_t * ___t0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_GetNullableType_m251B6B15F85C1B5818BA76E90D7C97ABF780C963_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (t.IsGenericType && t.GetGenericTypeDefinition() == typeof(Nullable<>))
|
|
Type_t * L_0 = ___t0;
|
|
NullCheck(L_0);
|
|
bool L_1 = VirtFuncInvoker0< bool >::Invoke(104 /* System.Boolean System.Type::get_IsGenericType() */, L_0);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_2 = ___t0;
|
|
NullCheck(L_2);
|
|
Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(129 /* System.Type System.Type::GetGenericTypeDefinition() */, L_2);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_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);
|
|
bool L_6 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_3, L_5, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// Type[] ts = t.GetGenericArguments();
|
|
Type_t * L_7 = ___t0;
|
|
NullCheck(L_7);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_8 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(128 /* System.Type[] System.Type::GetGenericArguments() */, L_7);
|
|
// t = ts[0];
|
|
NullCheck(L_8);
|
|
int32_t L_9 = 0;
|
|
Type_t * L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
___t0 = L_10;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// return t;
|
|
Type_t * L_11 = ___t0;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckType(System.IntPtr,System.Type,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F (intptr_t ___L0, Type_t * ___type1, int32_t ___pos2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_t * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (type == typeof(object))
|
|
Type_t * L_0 = ___type1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (RuntimeObject_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);
|
|
bool L_3 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// Type t = GetNullableType(type);
|
|
Type_t * L_4 = ___type1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
Type_t * L_5 = TypeChecker_GetNullableType_m251B6B15F85C1B5818BA76E90D7C97ABF780C963(L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
// LuaTypes luaType = LuaDLL.lua_type(L, pos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___pos2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// switch (luaType)
|
|
int32_t L_9 = V_1;
|
|
switch (L_9)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00fe;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
// return IsNumberType(t);
|
|
Type_t * L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_11 = TypeChecker_IsNumberType_m73A798E6839EB6E9A3FA077948C2F6E6C8CA0347(L_10, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
// return t == typeof(string) || t == typeof(byte[]) || t == typeof(char[]) || t == typeof(LuaByteBuffer);
|
|
Type_t * L_12 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_13 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_14 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_13, /*hidden argument*/NULL);
|
|
bool L_15 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_12, L_14, /*hidden argument*/NULL);
|
|
if (L_15)
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_16 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_17 = { reinterpret_cast<intptr_t> (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_18 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_17, /*hidden argument*/NULL);
|
|
bool L_19 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_16, L_18, /*hidden argument*/NULL);
|
|
if (L_19)
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_20 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_21, /*hidden argument*/NULL);
|
|
bool L_23 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_20, L_22, /*hidden argument*/NULL);
|
|
if (L_23)
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_24 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_25 = { reinterpret_cast<intptr_t> (LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_26 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_25, /*hidden argument*/NULL);
|
|
bool L_27 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_24, L_26, /*hidden argument*/NULL);
|
|
return L_27;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_009e:
|
|
{
|
|
// return IsMatchUserData(L, t, pos);
|
|
intptr_t L_28 = ___L0;
|
|
Type_t * L_29 = V_0;
|
|
int32_t L_30 = ___pos2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_31 = TypeChecker_IsMatchUserData_m9FB9655C7604F5D3707EBDFB46761657A8E6EA48((intptr_t)L_28, L_29, L_30, /*hidden argument*/NULL);
|
|
return L_31;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
// return t == typeof(bool);
|
|
Type_t * L_32 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_33 = { reinterpret_cast<intptr_t> (Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_34 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_33, /*hidden argument*/NULL);
|
|
bool L_35 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_32, L_34, /*hidden argument*/NULL);
|
|
return L_35;
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
// return t == typeof(LuaFunction);
|
|
Type_t * L_36 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_37 = { reinterpret_cast<intptr_t> (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_38 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_37, /*hidden argument*/NULL);
|
|
bool L_39 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_36, L_38, /*hidden argument*/NULL);
|
|
return L_39;
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
// return IsUserTable(t, L, pos);
|
|
Type_t * L_40 = V_0;
|
|
intptr_t L_41 = ___L0;
|
|
int32_t L_42 = ___pos2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_43 = TypeChecker_IsUserTable_m12449504F099BB0FCC0007E5EE1E169CA8EB0268(L_40, (intptr_t)L_41, L_42, /*hidden argument*/NULL);
|
|
return L_43;
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
// return t == typeof(IntPtr) || t == typeof(UIntPtr);
|
|
Type_t * L_44 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_45 = { reinterpret_cast<intptr_t> (IntPtr_t_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_46 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_45, /*hidden argument*/NULL);
|
|
bool L_47 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_44, L_46, /*hidden argument*/NULL);
|
|
if (L_47)
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_48 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_49 = { reinterpret_cast<intptr_t> (UIntPtr_t_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_50 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_49, /*hidden argument*/NULL);
|
|
bool L_51 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_48, L_50, /*hidden argument*/NULL);
|
|
return L_51;
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
// return IsNilType(type);
|
|
Type_t * L_52 = ___type1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_53 = TypeChecker_IsNilType_mAA0C275C2881A3A4BB2B41A478AFE033D364ADA6(L_52, /*hidden argument*/NULL);
|
|
return L_53;
|
|
}
|
|
|
|
IL_00fe:
|
|
{
|
|
// throw new LuaException("undefined type to check" + LuaDLL.luaL_typename(L, pos));
|
|
intptr_t L_54 = ___L0;
|
|
int32_t L_55 = ___pos2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
String_t* L_56 = LuaDLL_luaL_typename_m4F544C2D4E3AF60FC1D3C00E04F4F59BEBD8153F((intptr_t)L_54, L_55, /*hidden argument*/NULL);
|
|
String_t* L_57 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral4ADB15CB4065658F54160E58B1E7EE4456A9A505, L_56, /*hidden argument*/NULL);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_58 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_58, L_57, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_58, TypeChecker_CheckType_mE6403F63B603240AF13A2089DCB231AB37CEFE5F_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Object LuaInterface.TypeChecker::ChangeType(System.Object,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeChecker_ChangeType_mB865BD38B2C8F92E9E7AE9CE337BEBFCC784DD3B (RuntimeObject * ___temp0, Type_t * ___type1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_ChangeType_mB865BD38B2C8F92E9E7AE9CE337BEBFCC784DD3B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_t * V_0 = NULL;
|
|
{
|
|
// var tempType = temp.GetType();
|
|
RuntimeObject * L_0 = ___temp0;
|
|
NullCheck(L_0);
|
|
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (tempType == monoType)
|
|
Type_t * L_2 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
Type_t * L_3 = ((TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields*)il2cpp_codegen_static_fields_for(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var))->get_monoType_1();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_4 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_2, L_3, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
// return (Type)temp;
|
|
RuntimeObject * L_5 = ___temp0;
|
|
return ((Type_t *)CastclassClass((RuntimeObject*)L_5, Type_t_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// else if (type.IsAssignableFrom(tempType))
|
|
Type_t * L_6 = ___type1;
|
|
Type_t * L_7 = V_0;
|
|
NullCheck(L_6);
|
|
bool L_8 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_6, L_7);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
// return temp;
|
|
RuntimeObject * L_9 = ___temp0;
|
|
return L_9;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// return Convert.ChangeType(temp, type);
|
|
RuntimeObject * L_10 = ___temp0;
|
|
Type_t * L_11 = ___type1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_12 = Convert_ChangeType_mF4AC8107F5CAC75B8436BF66A4DC3982F7AF6850(L_10, L_11, /*hidden argument*/NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::IsMatchUserData(System.IntPtr,System.Type,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_IsMatchUserData_m9FB9655C7604F5D3707EBDFB46761657A8E6EA48 (intptr_t ___L0, Type_t * ___t1, int32_t ___pos2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_IsMatchUserData_m9FB9655C7604F5D3707EBDFB46761657A8E6EA48_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Type_t * V_2 = NULL;
|
|
{
|
|
// if (t == typeof(long))
|
|
Type_t * L_0 = ___t1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_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);
|
|
bool L_3 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
// return LuaDLL.tolua_getvaluetype(L, pos) == LuaValueType.Int64;
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = ___pos2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_6 = LuaDLL_tolua_getvaluetype_mF10D97C479D6299468BD2A0CB82794E697370B06((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_6) == ((int32_t)((int32_t)11)))? 1 : 0);
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// else if (t == typeof(ulong))
|
|
Type_t * L_7 = ___t1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast<intptr_t> (UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_9 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_8, /*hidden argument*/NULL);
|
|
bool L_10 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_7, L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
// return LuaDLL.tolua_getvaluetype(L, pos) == LuaValueType.UInt64;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = ___pos2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_tolua_getvaluetype_mF10D97C479D6299468BD2A0CB82794E697370B06((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_13) == ((int32_t)((int32_t)12)))? 1 : 0);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// object obj = null;
|
|
V_0 = NULL;
|
|
// int udata = LuaDLL.tolua_rawnetobj(L, pos);
|
|
intptr_t L_14 = ___L0;
|
|
int32_t L_15 = ___pos2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_16 = LuaDLL_tolua_rawnetobj_m2330C2B3D83D9335CA834F917EE591C1DFF6A284((intptr_t)L_14, L_15, /*hidden argument*/NULL);
|
|
V_1 = L_16;
|
|
// if (udata != -1)
|
|
int32_t L_17 = V_1;
|
|
if ((((int32_t)L_17) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
// ObjectTranslator translator = ObjectTranslator.Get(L);
|
|
intptr_t L_18 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var);
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * L_19 = ObjectTranslator_Get_m7C75E407D306192C2E32ADBAC333DF3896189BD5_inline((intptr_t)L_18, /*hidden argument*/NULL);
|
|
// obj = translator.GetObject(udata);
|
|
int32_t L_20 = V_1;
|
|
NullCheck(L_19);
|
|
RuntimeObject * L_21 = ObjectTranslator_GetObject_m83FC049E289E671077D7852DA2188EB90DC75F6F(L_19, L_20, /*hidden argument*/NULL);
|
|
V_0 = L_21;
|
|
// if (obj != null)
|
|
RuntimeObject * L_22 = V_0;
|
|
if (!L_22)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
// Type objType = obj.GetType();
|
|
RuntimeObject * L_23 = V_0;
|
|
NullCheck(L_23);
|
|
Type_t * L_24 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_23, /*hidden argument*/NULL);
|
|
V_2 = L_24;
|
|
// if (t == objType || t.IsAssignableFrom(objType))
|
|
Type_t * L_25 = ___t1;
|
|
Type_t * L_26 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_27 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_25, L_26, /*hidden argument*/NULL);
|
|
if (L_27)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_28 = ___t1;
|
|
Type_t * L_29 = V_2;
|
|
NullCheck(L_28);
|
|
bool L_30 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_28, L_29);
|
|
if (!L_30)
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
// return !t.IsValueType;
|
|
Type_t * L_31 = ___t1;
|
|
NullCheck(L_31);
|
|
bool L_32 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(L_31, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_32) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::IsNumberType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_IsNumberType_m73A798E6839EB6E9A3FA077948C2F6E6C8CA0347 (Type_t * ___t0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_IsNumberType_m73A798E6839EB6E9A3FA077948C2F6E6C8CA0347_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (t.IsPrimitive)
|
|
Type_t * L_0 = ___t0;
|
|
NullCheck(L_0);
|
|
bool L_1 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
// if (t == typeof(bool) || t == typeof(IntPtr) || t == typeof(UIntPtr))
|
|
Type_t * L_2 = ___t0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
|
|
bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_2, L_4, /*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_6 = ___t0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (IntPtr_t_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
|
|
bool L_9 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_6, L_8, /*hidden argument*/NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_10 = ___t0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_11 = { reinterpret_cast<intptr_t> (UIntPtr_t_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_12 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_11, /*hidden argument*/NULL);
|
|
bool L_13 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_10, L_12, /*hidden argument*/NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::IsUserTable(System.Type,System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_IsUserTable_m12449504F099BB0FCC0007E5EE1E169CA8EB0268 (Type_t * ___t0, intptr_t ___L1, int32_t ___pos2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_IsUserTable_m12449504F099BB0FCC0007E5EE1E169CA8EB0268_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// int type = LuaDLL.tolua_getvaluetype(L, pos);
|
|
intptr_t L_0 = ___L1;
|
|
int32_t L_1 = ___pos2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_tolua_getvaluetype_mF10D97C479D6299468BD2A0CB82794E697370B06((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// if (type != LuaValueType.None)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// return t == LuaValueTypeMap[type];
|
|
Type_t * L_4 = ___t0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = ((TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields*)il2cpp_codegen_static_fields_for(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var))->get_LuaValueTypeMap_0();
|
|
int32_t L_6 = V_0;
|
|
NullCheck(L_5);
|
|
int32_t L_7 = L_6;
|
|
Type_t * L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_9 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_4, L_8, /*hidden argument*/NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// if (t.IsArray)
|
|
Type_t * L_10 = ___t0;
|
|
NullCheck(L_10);
|
|
bool L_11 = Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE(L_10, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
// if (t.GetElementType().IsArray || t.GetArrayRank() > 1)
|
|
Type_t * L_12 = ___t0;
|
|
NullCheck(L_12);
|
|
Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(127 /* System.Type System.Type::GetElementType() */, L_12);
|
|
NullCheck(L_13);
|
|
bool L_14 = Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE(L_13, /*hidden argument*/NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_15 = ___t0;
|
|
NullCheck(L_15);
|
|
int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(32 /* System.Int32 System.Type::GetArrayRank() */, L_15);
|
|
if ((((int32_t)L_16) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
// else if (t == typeof(LuaTable))
|
|
Type_t * L_17 = ___t0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_18 = { reinterpret_cast<intptr_t> (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_19 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_18, /*hidden argument*/NULL);
|
|
bool L_20 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_17, L_19, /*hidden argument*/NULL);
|
|
if (!L_20)
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// else if (LuaDLL.tolua_isvptrtable(L, pos))
|
|
intptr_t L_21 = ___L1;
|
|
int32_t L_22 = ___pos2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_23 = LuaDLL_tolua_isvptrtable_mB0CBA9D26AEB19887E11AE2F0BD89841173E030A((intptr_t)L_21, L_22, /*hidden argument*/NULL);
|
|
if (!L_23)
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
// return IsMatchUserData(L, t, pos);
|
|
intptr_t L_24 = ___L1;
|
|
Type_t * L_25 = ___t0;
|
|
int32_t L_26 = ___pos2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_27 = TypeChecker_IsMatchUserData_m9FB9655C7604F5D3707EBDFB46761657A8E6EA48((intptr_t)L_24, L_25, L_26, /*hidden argument*/NULL);
|
|
return L_27;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckDelegateType(System.Type,System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2 (Type_t * ___type0, intptr_t ___L1, int32_t ___pos2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
RuntimeObject * V_2 = NULL;
|
|
{
|
|
// LuaTypes luaType = LuaDLL.lua_type(L, pos);
|
|
intptr_t L_0 = ___L1;
|
|
int32_t L_1 = ___pos2;
|
|
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;
|
|
// switch (luaType)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)7)))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// int udata = LuaDLL.tolua_rawnetobj(L, pos);
|
|
intptr_t L_5 = ___L1;
|
|
int32_t L_6 = ___pos2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = LuaDLL_tolua_rawnetobj_m2330C2B3D83D9335CA834F917EE591C1DFF6A284((intptr_t)L_5, L_6, /*hidden argument*/NULL);
|
|
V_1 = L_7;
|
|
// if (udata != -1)
|
|
int32_t L_8 = V_1;
|
|
if ((((int32_t)L_8) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
// ObjectTranslator translator = ObjectTranslator.Get(L);
|
|
intptr_t L_9 = ___L1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var);
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * L_10 = ObjectTranslator_Get_m7C75E407D306192C2E32ADBAC333DF3896189BD5_inline((intptr_t)L_9, /*hidden argument*/NULL);
|
|
// object obj = translator.GetObject(udata);
|
|
int32_t L_11 = V_1;
|
|
NullCheck(L_10);
|
|
RuntimeObject * L_12 = ObjectTranslator_GetObject_m83FC049E289E671077D7852DA2188EB90DC75F6F(L_10, L_11, /*hidden argument*/NULL);
|
|
V_2 = L_12;
|
|
// return obj == null ? true : type == obj.GetType();
|
|
RuntimeObject * L_13 = V_2;
|
|
if (!L_13)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_14 = ___type0;
|
|
RuntimeObject * L_15 = V_2;
|
|
NullCheck(L_15);
|
|
Type_t * L_16 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_15, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_17 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_14, L_16, /*hidden argument*/NULL);
|
|
return L_17;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckEnumType(System.Type,System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckEnumType_mDC140E020CB3ACA4C5870D7466A252F7F5C61AA3 (Type_t * ___type0, intptr_t ___L1, int32_t ___pos2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_CheckEnumType_mDC140E020CB3ACA4C5870D7466A252F7F5C61AA3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RuntimeObject * V_1 = NULL;
|
|
{
|
|
// if (LuaDLL.lua_type(L, pos) == LuaTypes.LUA_TUSERDATA)
|
|
intptr_t L_0 = ___L1;
|
|
int32_t L_1 = ___pos2;
|
|
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)7))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// int udata = LuaDLL.tolua_rawnetobj(L, pos);
|
|
intptr_t L_3 = ___L1;
|
|
int32_t L_4 = ___pos2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_5 = LuaDLL_tolua_rawnetobj_m2330C2B3D83D9335CA834F917EE591C1DFF6A284((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
// if (udata != -1)
|
|
int32_t L_6 = V_0;
|
|
if ((((int32_t)L_6) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// ObjectTranslator translator = ObjectTranslator.Get(L);
|
|
intptr_t L_7 = ___L1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var);
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * L_8 = ObjectTranslator_Get_m7C75E407D306192C2E32ADBAC333DF3896189BD5_inline((intptr_t)L_7, /*hidden argument*/NULL);
|
|
// object obj = translator.GetObject(udata);
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_8);
|
|
RuntimeObject * L_10 = ObjectTranslator_GetObject_m83FC049E289E671077D7852DA2188EB90DC75F6F(L_8, L_9, /*hidden argument*/NULL);
|
|
V_1 = L_10;
|
|
// return obj == null ? false : type == obj.GetType();
|
|
RuntimeObject * L_11 = V_1;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_12 = ___type0;
|
|
RuntimeObject * L_13 = V_1;
|
|
NullCheck(L_13);
|
|
Type_t * L_14 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_13, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_15 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_12, L_14, /*hidden argument*/NULL);
|
|
return L_15;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// return false;
|
|
return (bool)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.UseDefinedAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UseDefinedAttribute__ctor_m3475B5A813257F75AF5946B7EF02DB69DF93BBCB (UseDefinedAttribute_t087ABD84B105B16D4F42ACDB4390950BCBF529A7 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public UseDefinedAttribute()
|
|
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
|
|
#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_LuaInterface_EventObjectWrap_op_Subtraction_mE673126904C1E46BBC57F2B148F625BB94B3B1AC(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaInterface_EventObjectWrap_op_Subtraction_mE673126904C1E46BBC57F2B148F625BB94B3B1AC(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaInterface_EventObjectWrap_op_Addition_m9AF663AC7603B383A4163FCC27926ED1E551CCA8(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaInterface_EventObjectWrap_op_Addition_m9AF663AC7603B383A4163FCC27926ED1E551CCA8(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void LuaInterface_EventObjectWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_EventObjectWrap_Register_m171BB85159B53FA29DF127AFBBD40AB7841E7D7E (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaInterface_EventObjectWrap_Register_m171BB85159B53FA29DF127AFBBD40AB7841E7D7E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginClass(typeof(LuaInterface.EventObject), typeof(System.Object));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7_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("__add", op_Addition);
|
|
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)LuaInterface_EventObjectWrap_op_Addition_m9AF663AC7603B383A4163FCC27926ED1E551CCA8_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral9AD8EF05FB9086FFB5671F1C73CCB746B6D076C8, L_6, /*hidden argument*/NULL);
|
|
// L.RegFunction("__sub", op_Subtraction);
|
|
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)LuaInterface_EventObjectWrap_op_Subtraction_mE673126904C1E46BBC57F2B148F625BB94B3B1AC_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral7A07AC42C1C41C9A4DC02EA22B0BA12914C2DB8B, L_8, /*hidden argument*/NULL);
|
|
// L.RegFunction("__tostring", ToLua.op_ToString);
|
|
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)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_10, /*hidden argument*/NULL);
|
|
// L.EndClass();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = ___L0;
|
|
NullCheck(L_11);
|
|
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_11, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface_EventObjectWrap::op_Subtraction(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaInterface_EventObjectWrap_op_Subtraction_mE673126904C1E46BBC57F2B148F625BB94B3B1AC (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaInterface_EventObjectWrap_op_Subtraction_mE673126904C1E46BBC57F2B148F625BB94B3B1AC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * 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)
|
|
// EventObject arg0 = (EventObject)ToLua.CheckObject(L, 1, typeof(EventObject));
|
|
intptr_t L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7_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 = ((EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 *)CastclassClass((RuntimeObject*)L_3, EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7_il2cpp_TypeInfo_var));
|
|
// arg0.func = ToLua.CheckDelegate(arg0.type, L, 2);
|
|
EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * L_4 = V_0;
|
|
EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * L_5 = V_0;
|
|
NullCheck(L_5);
|
|
Type_t * L_6 = L_5->get_type_2();
|
|
intptr_t L_7 = ___L0;
|
|
Delegate_t * L_8 = ToLua_CheckDelegate_mC504212E281C1B1520CFF323938F27FB2DE0D579(L_6, (intptr_t)L_7, 2, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
L_4->set_func_1(L_8);
|
|
// arg0.op = EventOp.Sub;
|
|
EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * L_9 = V_0;
|
|
NullCheck(L_9);
|
|
L_9->set_op_0(2);
|
|
// ToLua.Push(L, arg0);
|
|
intptr_t L_10 = ___L0;
|
|
EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * L_11 = V_0;
|
|
ToLua_Push_m886FB0F79966F62A1651949BC400F395845BFD07((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_0047;
|
|
} // 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_003c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003c:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_12 = ___L0;
|
|
Exception_t * L_13 = V_2;
|
|
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_1 = L_14;
|
|
goto IL_0047;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0047:
|
|
{
|
|
// }
|
|
int32_t L_15 = V_1;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface_EventObjectWrap::op_Addition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaInterface_EventObjectWrap_op_Addition_m9AF663AC7603B383A4163FCC27926ED1E551CCA8 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaInterface_EventObjectWrap_op_Addition_m9AF663AC7603B383A4163FCC27926ED1E551CCA8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * 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)
|
|
// EventObject arg0 = (EventObject)ToLua.CheckObject(L, 1, typeof(EventObject));
|
|
intptr_t L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7_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 = ((EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 *)CastclassClass((RuntimeObject*)L_3, EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7_il2cpp_TypeInfo_var));
|
|
// arg0.func = ToLua.CheckDelegate(arg0.type, L, 2);
|
|
EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * L_4 = V_0;
|
|
EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * L_5 = V_0;
|
|
NullCheck(L_5);
|
|
Type_t * L_6 = L_5->get_type_2();
|
|
intptr_t L_7 = ___L0;
|
|
Delegate_t * L_8 = ToLua_CheckDelegate_mC504212E281C1B1520CFF323938F27FB2DE0D579(L_6, (intptr_t)L_7, 2, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
L_4->set_func_1(L_8);
|
|
// arg0.op = EventOp.Add;
|
|
EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * L_9 = V_0;
|
|
NullCheck(L_9);
|
|
L_9->set_op_0(1);
|
|
// ToLua.Push(L, arg0);
|
|
intptr_t L_10 = ___L0;
|
|
EventObject_t0435FB33938D037EF296235B34EE88D35EB4E4A7 * L_11 = V_0;
|
|
ToLua_Push_m886FB0F79966F62A1651949BC400F395845BFD07((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_0047;
|
|
} // 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_003c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003c:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_12 = ___L0;
|
|
Exception_t * L_13 = V_2;
|
|
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_1 = L_14;
|
|
goto IL_0047;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0047:
|
|
{
|
|
// }
|
|
int32_t L_15 = V_1;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Void LuaInterface_EventObjectWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_EventObjectWrap__ctor_m74F5523440843C7109B5AAD4817B003626EE2414 (LuaInterface_EventObjectWrap_t13B0CE0AD979DDD763C62BE4112CD2B62119A43B * __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_LuaInterface_LuaConstructorWrap_Call_m6110CCE5ED0A71DF0744AEB9E83C9ED7C405EDEA(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaInterface_LuaConstructorWrap_Call_m6110CCE5ED0A71DF0744AEB9E83C9ED7C405EDEA(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaInterface_LuaConstructorWrap_Destroy_m192F1BAFBDAAF9D0E488DAAF9BA5C130D92B827E(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaInterface_LuaConstructorWrap_Destroy_m192F1BAFBDAAF9D0E488DAAF9BA5C130D92B827E(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void LuaInterface_LuaConstructorWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaConstructorWrap_Register_m9DFADA58452A814F2A5D082ED4722C39B462BD73 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaInterface_LuaConstructorWrap_Register_m9DFADA58452A814F2A5D082ED4722C39B462BD73_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginClass(typeof(LuaInterface.LuaConstructor), typeof(System.Object));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (LuaConstructor_tFD182305C354FE01AE8A5AAE0B92771A065FC6DF_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("Call", Call);
|
|
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)LuaInterface_LuaConstructorWrap_Call_m6110CCE5ED0A71DF0744AEB9E83C9ED7C405EDEA_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral291A0A58DFA6C640A90C1D868D2AF190775EA219, L_6, /*hidden argument*/NULL);
|
|
// L.RegFunction("Destroy", Destroy);
|
|
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)LuaInterface_LuaConstructorWrap_Destroy_m192F1BAFBDAAF9D0E488DAAF9BA5C130D92B827E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral577EF7DC1516F4B3C43DDBE63327A8A039A0EDEC, L_8, /*hidden argument*/NULL);
|
|
// L.RegFunction("__tostring", ToLua.op_ToString);
|
|
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)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_10, /*hidden argument*/NULL);
|
|
// L.EndClass();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = ___L0;
|
|
NullCheck(L_11);
|
|
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_11, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface_LuaConstructorWrap::Call(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaInterface_LuaConstructorWrap_Call_m6110CCE5ED0A71DF0744AEB9E83C9ED7C405EDEA (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaInterface_LuaConstructorWrap_Call_m6110CCE5ED0A71DF0744AEB9E83C9ED7C405EDEA_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)
|
|
// LuaConstructor obj = (LuaConstructor)ToLua.CheckObject(L, 1, typeof(LuaConstructor));
|
|
intptr_t L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (LuaConstructor_tFD182305C354FE01AE8A5AAE0B92771A065FC6DF_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);
|
|
// return obj.Call(L);
|
|
intptr_t L_4 = ___L0;
|
|
NullCheck(((LuaConstructor_tFD182305C354FE01AE8A5AAE0B92771A065FC6DF *)CastclassSealed((RuntimeObject*)L_3, LuaConstructor_tFD182305C354FE01AE8A5AAE0B92771A065FC6DF_il2cpp_TypeInfo_var)));
|
|
int32_t L_5 = LuaConstructor_Call_mBD4F983DB28B47D856CCC776AC4891805B51730F(((LuaConstructor_tFD182305C354FE01AE8A5AAE0B92771A065FC6DF *)CastclassSealed((RuntimeObject*)L_3, LuaConstructor_tFD182305C354FE01AE8A5AAE0B92771A065FC6DF_il2cpp_TypeInfo_var)), (intptr_t)L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
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_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_1;
|
|
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_0 = L_8;
|
|
goto IL_002a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002a:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface_LuaConstructorWrap::Destroy(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaInterface_LuaConstructorWrap_Destroy_m192F1BAFBDAAF9D0E488DAAF9BA5C130D92B827E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaInterface_LuaConstructorWrap_Destroy_m192F1BAFBDAAF9D0E488DAAF9BA5C130D92B827E_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);
|
|
// LuaConstructor obj = (LuaConstructor)ToLua.CheckObject(L, 1, typeof(LuaConstructor));
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (LuaConstructor_tFD182305C354FE01AE8A5AAE0B92771A065FC6DF_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);
|
|
// obj.Destroy();
|
|
NullCheck(((LuaConstructor_tFD182305C354FE01AE8A5AAE0B92771A065FC6DF *)CastclassSealed((RuntimeObject*)L_4, LuaConstructor_tFD182305C354FE01AE8A5AAE0B92771A065FC6DF_il2cpp_TypeInfo_var)));
|
|
LuaConstructor_Destroy_m19F4292F1D7D7E4B70639CA0108C4C53D4A7D26E(((LuaConstructor_tFD182305C354FE01AE8A5AAE0B92771A065FC6DF *)CastclassSealed((RuntimeObject*)L_4, LuaConstructor_tFD182305C354FE01AE8A5AAE0B92771A065FC6DF_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// ToLua.Destroy(L);
|
|
intptr_t L_5 = ___L0;
|
|
ToLua_Destroy_m9BD41E496D33F915D593C6AB7CD0F20C3534E239((intptr_t)L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_0038;
|
|
} // 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_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_1;
|
|
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_0 = L_8;
|
|
goto IL_0038;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0038:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Void LuaInterface_LuaConstructorWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaConstructorWrap__ctor_m151B969E544FDEF68D03D9B3E09853EE71CDC30E (LuaInterface_LuaConstructorWrap_tE28C591F0405803161FE546D75D3436929E45E5A * __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_LuaInterface_LuaFieldWrap_Get_m6A4B060A1922BBB1FF1D2C8FDF55FEC1890984EE(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaInterface_LuaFieldWrap_Get_m6A4B060A1922BBB1FF1D2C8FDF55FEC1890984EE(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaInterface_LuaFieldWrap_Set_mE666617632FAFBF3AAFB45021D4654E8E9E67196(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaInterface_LuaFieldWrap_Set_mE666617632FAFBF3AAFB45021D4654E8E9E67196(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void LuaInterface_LuaFieldWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaFieldWrap_Register_mF95C04F2A6176ACAC89E42B7B97D037C15898A97 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaInterface_LuaFieldWrap_Register_mF95C04F2A6176ACAC89E42B7B97D037C15898A97_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginClass(typeof(LuaInterface.LuaField), typeof(System.Object));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (LuaField_tC8BFD212BB1A4C7EFC68688A6026A7CAABA93E83_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("Get", Get);
|
|
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)LuaInterface_LuaFieldWrap_Get_m6A4B060A1922BBB1FF1D2C8FDF55FEC1890984EE_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteralBFFFD736CDDD08A4EEE689949C3399CB61DA773B, L_6, /*hidden argument*/NULL);
|
|
// L.RegFunction("Set", Set);
|
|
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)LuaInterface_LuaFieldWrap_Set_mE666617632FAFBF3AAFB45021D4654E8E9E67196_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral448AB73BA1C21E671E218FB91F2644C834F0C16F, L_8, /*hidden argument*/NULL);
|
|
// L.RegFunction("__tostring", ToLua.op_ToString);
|
|
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)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_10, /*hidden argument*/NULL);
|
|
// L.EndClass();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = ___L0;
|
|
NullCheck(L_11);
|
|
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_11, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface_LuaFieldWrap::Get(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaInterface_LuaFieldWrap_Get_m6A4B060A1922BBB1FF1D2C8FDF55FEC1890984EE (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaInterface_LuaFieldWrap_Get_m6A4B060A1922BBB1FF1D2C8FDF55FEC1890984EE_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)
|
|
// LuaField obj = (LuaField)ToLua.CheckObject(L, 1, typeof(LuaField));
|
|
intptr_t L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (LuaField_tC8BFD212BB1A4C7EFC68688A6026A7CAABA93E83_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);
|
|
// return obj.Get(L);
|
|
intptr_t L_4 = ___L0;
|
|
NullCheck(((LuaField_tC8BFD212BB1A4C7EFC68688A6026A7CAABA93E83 *)CastclassSealed((RuntimeObject*)L_3, LuaField_tC8BFD212BB1A4C7EFC68688A6026A7CAABA93E83_il2cpp_TypeInfo_var)));
|
|
int32_t L_5 = LuaField_Get_mA6FCD7C2D8DBD36BE516D3AE2CA842DE36AEDF21(((LuaField_tC8BFD212BB1A4C7EFC68688A6026A7CAABA93E83 *)CastclassSealed((RuntimeObject*)L_3, LuaField_tC8BFD212BB1A4C7EFC68688A6026A7CAABA93E83_il2cpp_TypeInfo_var)), (intptr_t)L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
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_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_1;
|
|
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_0 = L_8;
|
|
goto IL_002a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002a:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface_LuaFieldWrap::Set(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaInterface_LuaFieldWrap_Set_mE666617632FAFBF3AAFB45021D4654E8E9E67196 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaInterface_LuaFieldWrap_Set_mE666617632FAFBF3AAFB45021D4654E8E9E67196_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)
|
|
// LuaField obj = (LuaField)ToLua.CheckObject(L, 1, typeof(LuaField));
|
|
intptr_t L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (LuaField_tC8BFD212BB1A4C7EFC68688A6026A7CAABA93E83_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);
|
|
// return obj.Set(L);
|
|
intptr_t L_4 = ___L0;
|
|
NullCheck(((LuaField_tC8BFD212BB1A4C7EFC68688A6026A7CAABA93E83 *)CastclassSealed((RuntimeObject*)L_3, LuaField_tC8BFD212BB1A4C7EFC68688A6026A7CAABA93E83_il2cpp_TypeInfo_var)));
|
|
int32_t L_5 = LuaField_Set_m4833BB9EA4606A9D24FDE3FEF48059AF472A9760(((LuaField_tC8BFD212BB1A4C7EFC68688A6026A7CAABA93E83 *)CastclassSealed((RuntimeObject*)L_3, LuaField_tC8BFD212BB1A4C7EFC68688A6026A7CAABA93E83_il2cpp_TypeInfo_var)), (intptr_t)L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
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_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_1;
|
|
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_0 = L_8;
|
|
goto IL_002a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002a:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Void LuaInterface_LuaFieldWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaFieldWrap__ctor_m53E40185ACA3F370740175C51A6E9320381716BE (LuaInterface_LuaFieldWrap_t9CBB837BE4C0D1B8A523B3C0D432C979DBFF261B * __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_LuaInterface_LuaMethodWrap_Destroy_mC56F8DA01AF403F82BC7AD4891D19E3026CDFDDA(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaInterface_LuaMethodWrap_Destroy_mC56F8DA01AF403F82BC7AD4891D19E3026CDFDDA(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaInterface_LuaMethodWrap_Call_m0D3344A44C02223381F6CC26B4912CF873108A14(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaInterface_LuaMethodWrap_Call_m0D3344A44C02223381F6CC26B4912CF873108A14(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void LuaInterface_LuaMethodWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaMethodWrap_Register_mD31DFCD69792104A757D4997E7F2FA558D6FE1F3 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaInterface_LuaMethodWrap_Register_mD31DFCD69792104A757D4997E7F2FA558D6FE1F3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginClass(typeof(LuaInterface.LuaMethod), typeof(System.Object));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (LuaMethod_t0990B22A85382B95F5292A6C222FB1DB05CA9FB6_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("Destroy", Destroy);
|
|
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)LuaInterface_LuaMethodWrap_Destroy_mC56F8DA01AF403F82BC7AD4891D19E3026CDFDDA_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral577EF7DC1516F4B3C43DDBE63327A8A039A0EDEC, L_6, /*hidden argument*/NULL);
|
|
// L.RegFunction("Call", Call);
|
|
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)LuaInterface_LuaMethodWrap_Call_m0D3344A44C02223381F6CC26B4912CF873108A14_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral291A0A58DFA6C640A90C1D868D2AF190775EA219, L_8, /*hidden argument*/NULL);
|
|
// L.RegFunction("__tostring", ToLua.op_ToString);
|
|
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)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_10, /*hidden argument*/NULL);
|
|
// L.EndClass();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = ___L0;
|
|
NullCheck(L_11);
|
|
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_11, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface_LuaMethodWrap::Destroy(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaInterface_LuaMethodWrap_Destroy_mC56F8DA01AF403F82BC7AD4891D19E3026CDFDDA (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaInterface_LuaMethodWrap_Destroy_mC56F8DA01AF403F82BC7AD4891D19E3026CDFDDA_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);
|
|
// LuaMethod obj = (LuaMethod)ToLua.CheckObject(L, 1, typeof(LuaMethod));
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (LuaMethod_t0990B22A85382B95F5292A6C222FB1DB05CA9FB6_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);
|
|
// obj.Destroy();
|
|
NullCheck(((LuaMethod_t0990B22A85382B95F5292A6C222FB1DB05CA9FB6 *)CastclassSealed((RuntimeObject*)L_4, LuaMethod_t0990B22A85382B95F5292A6C222FB1DB05CA9FB6_il2cpp_TypeInfo_var)));
|
|
LuaMethod_Destroy_m365A23D39DFC0F1FAADD15D8DCD56ED32AB46FC8(((LuaMethod_t0990B22A85382B95F5292A6C222FB1DB05CA9FB6 *)CastclassSealed((RuntimeObject*)L_4, LuaMethod_t0990B22A85382B95F5292A6C222FB1DB05CA9FB6_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// ToLua.Destroy(L);
|
|
intptr_t L_5 = ___L0;
|
|
ToLua_Destroy_m9BD41E496D33F915D593C6AB7CD0F20C3534E239((intptr_t)L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_0038;
|
|
} // 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_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_1;
|
|
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_0 = L_8;
|
|
goto IL_0038;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0038:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface_LuaMethodWrap::Call(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaInterface_LuaMethodWrap_Call_m0D3344A44C02223381F6CC26B4912CF873108A14 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaInterface_LuaMethodWrap_Call_m0D3344A44C02223381F6CC26B4912CF873108A14_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)
|
|
// LuaMethod obj = (LuaMethod)ToLua.CheckObject(L, 1, typeof(LuaMethod));
|
|
intptr_t L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (LuaMethod_t0990B22A85382B95F5292A6C222FB1DB05CA9FB6_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);
|
|
// return obj.Call(L);
|
|
intptr_t L_4 = ___L0;
|
|
NullCheck(((LuaMethod_t0990B22A85382B95F5292A6C222FB1DB05CA9FB6 *)CastclassSealed((RuntimeObject*)L_3, LuaMethod_t0990B22A85382B95F5292A6C222FB1DB05CA9FB6_il2cpp_TypeInfo_var)));
|
|
int32_t L_5 = LuaMethod_Call_m40725FDE9A6DA0F7745688BCF812DD0779ECA138(((LuaMethod_t0990B22A85382B95F5292A6C222FB1DB05CA9FB6 *)CastclassSealed((RuntimeObject*)L_3, LuaMethod_t0990B22A85382B95F5292A6C222FB1DB05CA9FB6_il2cpp_TypeInfo_var)), (intptr_t)L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
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_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_1;
|
|
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_0 = L_8;
|
|
goto IL_002a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002a:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Void LuaInterface_LuaMethodWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaMethodWrap__ctor_m8301D0441DF7B6A0855402D4C4869392F0575E03 (LuaInterface_LuaMethodWrap_t64DF0219A3352B6DD7442C0CB9DDB80ED2A3CFE0 * __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_LuaInterface_LuaOutWrap_LuaOpen_ToLua_Out_mDDC9A50DDD3C526998C04D5B5B4C43E0F58F3DE1(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaInterface_LuaOutWrap_LuaOpen_ToLua_Out_mDDC9A50DDD3C526998C04D5B5B4C43E0F58F3DE1(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void LuaInterface_LuaOutWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaOutWrap_Register_m69CB4D9F4EAEDB6D6AFE34E3242CAC824E2B270D (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaInterface_LuaOutWrap_Register_m69CB4D9F4EAEDB6D6AFE34E3242CAC824E2B270D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginPreLoad();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
NullCheck(L_0);
|
|
LuaState_BeginPreLoad_m4727EF93649D4E45FE9F5CB484222D4F28267CE6(L_0, /*hidden argument*/NULL);
|
|
// L.RegFunction("tolua.out", LuaOpen_ToLua_Out);
|
|
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)LuaInterface_LuaOutWrap_LuaOpen_ToLua_Out_mDDC9A50DDD3C526998C04D5B5B4C43E0F58F3DE1_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_1, _stringLiteral063ECC22E046442E199F00178F3FC3DD6CBCABFD, L_2, /*hidden argument*/NULL);
|
|
// L.EndPreLoad();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ___L0;
|
|
NullCheck(L_3);
|
|
LuaState_EndPreLoad_m62E1E498E214B42C7B635351D86F8CD7955180A9(L_3, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface_LuaOutWrap::LuaOpen_ToLua_Out(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaInterface_LuaOutWrap_LuaOpen_ToLua_Out_mDDC9A50DDD3C526998C04D5B5B4C43E0F58F3DE1 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaInterface_LuaOutWrap_LuaOpen_ToLua_Out_mDDC9A50DDD3C526998C04D5B5B4C43E0F58F3DE1_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_newtable(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_newtable_mECAEF0EC3480765A648C34C54568A9CDBED87E54((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// RawSetOutType<int>(L);
|
|
intptr_t L_1 = ___L0;
|
|
LuaInterface_LuaOutWrap_RawSetOutType_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m11E57554C1E9142C5D91BE7D0913EAE6D5DBA79C((intptr_t)L_1, /*hidden argument*/LuaInterface_LuaOutWrap_RawSetOutType_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m11E57554C1E9142C5D91BE7D0913EAE6D5DBA79C_RuntimeMethod_var);
|
|
// RawSetOutType<uint>(L);
|
|
intptr_t L_2 = ___L0;
|
|
LuaInterface_LuaOutWrap_RawSetOutType_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m63DFE5D09DDD564D8880A34D7EB84DCCAF84C0CA((intptr_t)L_2, /*hidden argument*/LuaInterface_LuaOutWrap_RawSetOutType_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m63DFE5D09DDD564D8880A34D7EB84DCCAF84C0CA_RuntimeMethod_var);
|
|
// RawSetOutType<float>(L);
|
|
intptr_t L_3 = ___L0;
|
|
LuaInterface_LuaOutWrap_RawSetOutType_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mF3D21C23E43059DD3D0E8F61BBD904079BF57EB7((intptr_t)L_3, /*hidden argument*/LuaInterface_LuaOutWrap_RawSetOutType_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mF3D21C23E43059DD3D0E8F61BBD904079BF57EB7_RuntimeMethod_var);
|
|
// RawSetOutType<double>(L);
|
|
intptr_t L_4 = ___L0;
|
|
LuaInterface_LuaOutWrap_RawSetOutType_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_mD36D55CEC0DAF3B419920AC1CF993E112E593066((intptr_t)L_4, /*hidden argument*/LuaInterface_LuaOutWrap_RawSetOutType_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_mD36D55CEC0DAF3B419920AC1CF993E112E593066_RuntimeMethod_var);
|
|
// RawSetOutType<long>(L);
|
|
intptr_t L_5 = ___L0;
|
|
LuaInterface_LuaOutWrap_RawSetOutType_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_mA1D9638B1BEED7A5FA7A2E7C0883E436EB75482F((intptr_t)L_5, /*hidden argument*/LuaInterface_LuaOutWrap_RawSetOutType_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_mA1D9638B1BEED7A5FA7A2E7C0883E436EB75482F_RuntimeMethod_var);
|
|
// RawSetOutType<ulong>(L);
|
|
intptr_t L_6 = ___L0;
|
|
LuaInterface_LuaOutWrap_RawSetOutType_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mE6C333D0B6A2AE6CF439B9C23A98C334AF398B53((intptr_t)L_6, /*hidden argument*/LuaInterface_LuaOutWrap_RawSetOutType_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mE6C333D0B6A2AE6CF439B9C23A98C334AF398B53_RuntimeMethod_var);
|
|
// RawSetOutType<byte>(L);
|
|
intptr_t L_7 = ___L0;
|
|
LuaInterface_LuaOutWrap_RawSetOutType_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m80B9C54E0D03386159197FB8F311F3046E6D46EE((intptr_t)L_7, /*hidden argument*/LuaInterface_LuaOutWrap_RawSetOutType_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m80B9C54E0D03386159197FB8F311F3046E6D46EE_RuntimeMethod_var);
|
|
// RawSetOutType<sbyte>(L);
|
|
intptr_t L_8 = ___L0;
|
|
LuaInterface_LuaOutWrap_RawSetOutType_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m340A112039665B69963015F230BAE0CCF9B013B6((intptr_t)L_8, /*hidden argument*/LuaInterface_LuaOutWrap_RawSetOutType_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m340A112039665B69963015F230BAE0CCF9B013B6_RuntimeMethod_var);
|
|
// RawSetOutType<char>(L);
|
|
intptr_t L_9 = ___L0;
|
|
LuaInterface_LuaOutWrap_RawSetOutType_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mB5AD906274A540887355A0C618F2313EA22D8823((intptr_t)L_9, /*hidden argument*/LuaInterface_LuaOutWrap_RawSetOutType_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mB5AD906274A540887355A0C618F2313EA22D8823_RuntimeMethod_var);
|
|
// RawSetOutType<short>(L);
|
|
intptr_t L_10 = ___L0;
|
|
LuaInterface_LuaOutWrap_RawSetOutType_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mF82943CAAA54019DC709FA98B76913D68ABEE3C6((intptr_t)L_10, /*hidden argument*/LuaInterface_LuaOutWrap_RawSetOutType_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mF82943CAAA54019DC709FA98B76913D68ABEE3C6_RuntimeMethod_var);
|
|
// RawSetOutType<ushort>(L);
|
|
intptr_t L_11 = ___L0;
|
|
LuaInterface_LuaOutWrap_RawSetOutType_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_mE22C4E4F0B5653871D250DC415E32C71C0EB5BBD((intptr_t)L_11, /*hidden argument*/LuaInterface_LuaOutWrap_RawSetOutType_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_mE22C4E4F0B5653871D250DC415E32C71C0EB5BBD_RuntimeMethod_var);
|
|
// RawSetOutType<bool>(L);
|
|
intptr_t L_12 = ___L0;
|
|
LuaInterface_LuaOutWrap_RawSetOutType_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m02C1B987DCE73670F19ACE992FBB996043E9F8A8((intptr_t)L_12, /*hidden argument*/LuaInterface_LuaOutWrap_RawSetOutType_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m02C1B987DCE73670F19ACE992FBB996043E9F8A8_RuntimeMethod_var);
|
|
// RawSetOutType<string>(L);
|
|
intptr_t L_13 = ___L0;
|
|
LuaInterface_LuaOutWrap_RawSetOutType_TisString_t_mBBB6AF0A3624850602DA5576E07ACBDD64269342((intptr_t)L_13, /*hidden argument*/LuaInterface_LuaOutWrap_RawSetOutType_TisString_t_mBBB6AF0A3624850602DA5576E07ACBDD64269342_RuntimeMethod_var);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_0063;
|
|
} // 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_0058;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0058:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_14 = ___L0;
|
|
Exception_t * L_15 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_16 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_14, L_15, /*hidden argument*/NULL);
|
|
V_0 = L_16;
|
|
goto IL_0063;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0063:
|
|
{
|
|
// }
|
|
int32_t L_17 = V_0;
|
|
return L_17;
|
|
}
|
|
}
|
|
// System.Void LuaInterface_LuaOutWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaOutWrap__ctor_m40DF63D7A1AB6A2CEE882F38271A831603EA7FF1 (LuaInterface_LuaOutWrap_t509EE4F0432B0BE784EC0D8D4E3F1998D720C36F * __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_LuaInterface_LuaPropertyWrap_Get_m4ECCE1B0D32A2C8EBDE050C246FCE98A8C270B96(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaInterface_LuaPropertyWrap_Get_m4ECCE1B0D32A2C8EBDE050C246FCE98A8C270B96(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_LuaInterface_LuaPropertyWrap_Set_m0F4644CC0B6FA68A6906D7D25A6A4CFCFB773F29(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = LuaInterface_LuaPropertyWrap_Set_m0F4644CC0B6FA68A6906D7D25A6A4CFCFB773F29(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void LuaInterface_LuaPropertyWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaPropertyWrap_Register_mA381870858805D6994FAAF1AB3AD23CE5449D624 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaInterface_LuaPropertyWrap_Register_mA381870858805D6994FAAF1AB3AD23CE5449D624_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginClass(typeof(LuaInterface.LuaProperty), typeof(System.Object));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (LuaProperty_tECD5962B0CF9D8129AA119086EE40ED9AD924A0C_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("Get", Get);
|
|
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)LuaInterface_LuaPropertyWrap_Get_m4ECCE1B0D32A2C8EBDE050C246FCE98A8C270B96_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteralBFFFD736CDDD08A4EEE689949C3399CB61DA773B, L_6, /*hidden argument*/NULL);
|
|
// L.RegFunction("Set", Set);
|
|
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)LuaInterface_LuaPropertyWrap_Set_m0F4644CC0B6FA68A6906D7D25A6A4CFCFB773F29_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral448AB73BA1C21E671E218FB91F2644C834F0C16F, L_8, /*hidden argument*/NULL);
|
|
// L.RegFunction("__tostring", ToLua.op_ToString);
|
|
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)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_10, /*hidden argument*/NULL);
|
|
// L.EndClass();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = ___L0;
|
|
NullCheck(L_11);
|
|
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_11, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface_LuaPropertyWrap::Get(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaInterface_LuaPropertyWrap_Get_m4ECCE1B0D32A2C8EBDE050C246FCE98A8C270B96 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaInterface_LuaPropertyWrap_Get_m4ECCE1B0D32A2C8EBDE050C246FCE98A8C270B96_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)
|
|
// LuaProperty obj = (LuaProperty)ToLua.CheckObject(L, 1, typeof(LuaProperty));
|
|
intptr_t L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (LuaProperty_tECD5962B0CF9D8129AA119086EE40ED9AD924A0C_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);
|
|
// return obj.Get(L);
|
|
intptr_t L_4 = ___L0;
|
|
NullCheck(((LuaProperty_tECD5962B0CF9D8129AA119086EE40ED9AD924A0C *)CastclassSealed((RuntimeObject*)L_3, LuaProperty_tECD5962B0CF9D8129AA119086EE40ED9AD924A0C_il2cpp_TypeInfo_var)));
|
|
int32_t L_5 = LuaProperty_Get_m08EC98F55B1CE05D1259B76125AE078A20CC3B93(((LuaProperty_tECD5962B0CF9D8129AA119086EE40ED9AD924A0C *)CastclassSealed((RuntimeObject*)L_3, LuaProperty_tECD5962B0CF9D8129AA119086EE40ED9AD924A0C_il2cpp_TypeInfo_var)), (intptr_t)L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
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_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_1;
|
|
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_0 = L_8;
|
|
goto IL_002a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002a:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 LuaInterface_LuaPropertyWrap::Set(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaInterface_LuaPropertyWrap_Set_m0F4644CC0B6FA68A6906D7D25A6A4CFCFB773F29 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaInterface_LuaPropertyWrap_Set_m0F4644CC0B6FA68A6906D7D25A6A4CFCFB773F29_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)
|
|
// LuaProperty obj = (LuaProperty)ToLua.CheckObject(L, 1, typeof(LuaProperty));
|
|
intptr_t L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (LuaProperty_tECD5962B0CF9D8129AA119086EE40ED9AD924A0C_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);
|
|
// return obj.Set(L);
|
|
intptr_t L_4 = ___L0;
|
|
NullCheck(((LuaProperty_tECD5962B0CF9D8129AA119086EE40ED9AD924A0C *)CastclassSealed((RuntimeObject*)L_3, LuaProperty_tECD5962B0CF9D8129AA119086EE40ED9AD924A0C_il2cpp_TypeInfo_var)));
|
|
int32_t L_5 = LuaProperty_Set_m74A81AE4F9F08E50CF24624B9BAE1A25E7A22D1A(((LuaProperty_tECD5962B0CF9D8129AA119086EE40ED9AD924A0C *)CastclassSealed((RuntimeObject*)L_3, LuaProperty_tECD5962B0CF9D8129AA119086EE40ED9AD924A0C_il2cpp_TypeInfo_var)), (intptr_t)L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
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_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_1;
|
|
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_0 = L_8;
|
|
goto IL_002a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002a:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Void LuaInterface_LuaPropertyWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaInterface_LuaPropertyWrap__ctor_m442A63684F8FF7E7CFB7BB601BB771A817688893 (LuaInterface_LuaPropertyWrap_t05AE320DF737C94A91354F6FBE2A243D3A61C1C4 * __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
|
|
// LuaInterface.LuaBeatEvent LuaLooper::get_UpdateEvent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * LuaLooper_get_UpdateEvent_mC26C30678990BD40B3E3164E0CF678C84BB3849D (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get;
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_0 = __this->get_U3CUpdateEventU3Ek__BackingField_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void LuaLooper::set_UpdateEvent(LuaInterface.LuaBeatEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaLooper_set_UpdateEvent_m3EBE2319DDE9DA29B99857DA24C9FCA9D6C7BC6F (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// private set;
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_0 = ___value0;
|
|
__this->set_U3CUpdateEventU3Ek__BackingField_4(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// LuaInterface.LuaBeatEvent LuaLooper::get_LateUpdateEvent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * LuaLooper_get_LateUpdateEvent_mB99D82E64CBC8613D26788FCBCA930C8BAD6CC84 (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get;
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_0 = __this->get_U3CLateUpdateEventU3Ek__BackingField_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void LuaLooper::set_LateUpdateEvent(LuaInterface.LuaBeatEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaLooper_set_LateUpdateEvent_mEFB2BF1E39C49CDE822DE06849E22A5E857DE3EB (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// private set;
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_0 = ___value0;
|
|
__this->set_U3CLateUpdateEventU3Ek__BackingField_5(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// LuaInterface.LuaBeatEvent LuaLooper::get_FixedUpdateEvent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * LuaLooper_get_FixedUpdateEvent_mE49BC7D8C7CC25BF6BB9FA95B331CD7C6CB6DFB0 (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get;
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_0 = __this->get_U3CFixedUpdateEventU3Ek__BackingField_6();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void LuaLooper::set_FixedUpdateEvent(LuaInterface.LuaBeatEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaLooper_set_FixedUpdateEvent_m52C2BEC55E83A808F6F27E881DCF4B295DC306DF (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// private set;
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_0 = ___value0;
|
|
__this->set_U3CFixedUpdateEventU3Ek__BackingField_6(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaLooper::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaLooper_Start_m100F32CCFC57B3F4CDCE4CF9DDD17820212D23FB (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaLooper_Start_m100F32CCFC57B3F4CDCE4CF9DDD17820212D23FB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
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)
|
|
// UpdateEvent = GetEvent("UpdateBeat");
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_0 = LuaLooper_GetEvent_m031F0E1702DCFC069675964E97A03667E8B130A7(__this, _stringLiteral4462C8D8DD673CBB42141BC916C2C4FE7B578950, /*hidden argument*/NULL);
|
|
LuaLooper_set_UpdateEvent_m3EBE2319DDE9DA29B99857DA24C9FCA9D6C7BC6F_inline(__this, L_0, /*hidden argument*/NULL);
|
|
// LateUpdateEvent = GetEvent("LateUpdateBeat");
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_1 = LuaLooper_GetEvent_m031F0E1702DCFC069675964E97A03667E8B130A7(__this, _stringLiteralF986AA4A3909EB152F4DE6BCA593A40388CA2E82, /*hidden argument*/NULL);
|
|
LuaLooper_set_LateUpdateEvent_mEFB2BF1E39C49CDE822DE06849E22A5E857DE3EB_inline(__this, L_1, /*hidden argument*/NULL);
|
|
// FixedUpdateEvent = GetEvent("FixedUpdateBeat");
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_2 = LuaLooper_GetEvent_m031F0E1702DCFC069675964E97A03667E8B130A7(__this, _stringLiteral396904AA8EE6C42B8ED7FA9EA3181C14A4246F43, /*hidden argument*/NULL);
|
|
LuaLooper_set_FixedUpdateEvent_m52C2BEC55E83A808F6F27E881DCF4B295DC306DF_inline(__this, L_2, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_003c;
|
|
} // 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_0035;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0035:
|
|
{ // begin catch(System.Exception)
|
|
// Destroy(this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A(__this, /*hidden argument*/NULL);
|
|
// throw e;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t *)__exception_local), LuaLooper_Start_m100F32CCFC57B3F4CDCE4CF9DDD17820212D23FB_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003c:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// LuaInterface.LuaBeatEvent LuaLooper::GetEvent(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * LuaLooper_GetEvent_m031F0E1702DCFC069675964E97A03667E8B130A7 (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaLooper_GetEvent_m031F0E1702DCFC069675964E97A03667E8B130A7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * V_0 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * G_B2_0 = NULL;
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * G_B1_0 = NULL;
|
|
{
|
|
// LuaTable table = luaState.GetTable(name);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = __this->get_luaState_7();
|
|
String_t* L_1 = ___name0;
|
|
NullCheck(L_0);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = LuaState_GetTable_m773ED27D40CB55CD34E453EDA8D8DB6A9EF0DB7D(L_0, L_1, (bool)1, /*hidden argument*/NULL);
|
|
// if (table == null)
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_3 = L_2;
|
|
bool L_4 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_3, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
|
|
G_B1_0 = L_3;
|
|
if (!L_4)
|
|
{
|
|
G_B2_0 = L_3;
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// throw new LuaException(string.Format("Lua table {0} not exists", name));
|
|
String_t* L_5 = ___name0;
|
|
String_t* L_6 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral9B2BF0193E167B5BFB3EF126843CBB52D083726B, L_5, /*hidden argument*/NULL);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_7 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_7, L_6, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, LuaLooper_GetEvent_m031F0E1702DCFC069675964E97A03667E8B130A7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// LuaBeatEvent e = new LuaBeatEvent(table);
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_8 = G_B2_0;
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_9 = (LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 *)il2cpp_codegen_object_new(LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033_il2cpp_TypeInfo_var);
|
|
LuaBeatEvent__ctor_m0F6BA793AA698428900143CCC2B92123B99B728E(L_9, L_8, /*hidden argument*/NULL);
|
|
V_0 = L_9;
|
|
// table.Dispose();
|
|
NullCheck(L_8);
|
|
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_8);
|
|
// return e;
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Void LuaLooper::ThrowException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaLooper_ThrowException_m5B9F09BC1B9E4DBC6814FBC6EBEF3D3AE8DCC3B5 (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaLooper_ThrowException_m5B9F09BC1B9E4DBC6814FBC6EBEF3D3AE8DCC3B5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// string error = luaState.LuaToString(-1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = __this->get_luaState_7();
|
|
NullCheck(L_0);
|
|
String_t* L_1 = LuaStatePtr_LuaToString_mA5D0802A0FBB010479E2C436480E6A6D660C4A86(L_0, (-1), /*hidden argument*/NULL);
|
|
// luaState.LuaPop(2);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = __this->get_luaState_7();
|
|
NullCheck(L_2);
|
|
LuaStatePtr_LuaPop_m6CC814869A69A9A3590E6026DA62D8CF1DA6CBA3(L_2, 2, /*hidden argument*/NULL);
|
|
// throw new LuaException(error, LuaException.GetLastError());
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
Exception_t * L_3 = LuaException_GetLastError_m7A7041AF600E06731A8C27888C9D1F2CE4BF0857(/*hidden argument*/NULL);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_4 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_4, L_1, L_3, 1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, LuaLooper_ThrowException_m5B9F09BC1B9E4DBC6814FBC6EBEF3D3AE8DCC3B5_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Void LuaLooper::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaLooper_Update_m5798A060D34419A3F80EABFE14557D70C673C489 (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (luaState.LuaUpdate(Time.deltaTime, Time.unscaledDeltaTime) != 0)
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = __this->get_luaState_7();
|
|
float L_1 = Time_get_deltaTime_m16F98FC9BA931581236008C288E3B25CBCB7C81E(/*hidden argument*/NULL);
|
|
float L_2 = Time_get_unscaledDeltaTime_mA0AE7A144C88AE8AABB42DF17B0F3F0714BA06B2(/*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_3 = LuaStatePtr_LuaUpdate_mA94155E95C8B2C3A23AA8480280D7001DE09F3CE(L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
// ThrowException();
|
|
LuaLooper_ThrowException_m5B9F09BC1B9E4DBC6814FBC6EBEF3D3AE8DCC3B5(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// luaState.LuaPop(1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_4 = __this->get_luaState_7();
|
|
NullCheck(L_4);
|
|
LuaStatePtr_LuaPop_m6CC814869A69A9A3590E6026DA62D8CF1DA6CBA3(L_4, 1, /*hidden argument*/NULL);
|
|
// luaState.Collect();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = __this->get_luaState_7();
|
|
NullCheck(L_5);
|
|
LuaState_Collect_mF3B6A682562781BC4EB1ADD20FAE8472EE2E5C75(L_5, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaLooper::LateUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaLooper_LateUpdate_mD53824E92A59045C2E3C3D9479229A5E769F473A (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (luaState.LuaLateUpdate() != 0)
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = __this->get_luaState_7();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = LuaStatePtr_LuaLateUpdate_mF7DB10ABB4C052B5AA8B08F51323DDB7D320D148(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// ThrowException();
|
|
LuaLooper_ThrowException_m5B9F09BC1B9E4DBC6814FBC6EBEF3D3AE8DCC3B5(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// luaState.StepCollect();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = __this->get_luaState_7();
|
|
NullCheck(L_2);
|
|
LuaState_StepCollect_m56336C62AF9DB6D067D3AC497A634DBBB72BB603(L_2, /*hidden argument*/NULL);
|
|
// luaState.LuaPop(1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = __this->get_luaState_7();
|
|
NullCheck(L_3);
|
|
LuaStatePtr_LuaPop_m6CC814869A69A9A3590E6026DA62D8CF1DA6CBA3(L_3, 1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaLooper::FixedUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaLooper_FixedUpdate_m0F9E591FAE1041E8CBDEA70897AE616A84764A77 (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (luaState.LuaFixedUpdate(Time.fixedDeltaTime) != 0)
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = __this->get_luaState_7();
|
|
float L_1 = Time_get_fixedDeltaTime_m76C241EDB6F824713AF57DCECD5765871770FA4C(/*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_2 = LuaStatePtr_LuaFixedUpdate_m156D97CA0B7267EC97508D217F5E42E5CA08E542(L_0, L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
// ThrowException();
|
|
LuaLooper_ThrowException_m5B9F09BC1B9E4DBC6814FBC6EBEF3D3AE8DCC3B5(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// luaState.LuaPop(1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = __this->get_luaState_7();
|
|
NullCheck(L_3);
|
|
LuaStatePtr_LuaPop_m6CC814869A69A9A3590E6026DA62D8CF1DA6CBA3(L_3, 1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaLooper::Destroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaLooper_Destroy_mB05345C1A65D5DFBCBA2867D6523CD7B038840EB (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaLooper_Destroy_mB05345C1A65D5DFBCBA2867D6523CD7B038840EB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (luaState != null)
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = __this->get_luaState_7();
|
|
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_0063;
|
|
}
|
|
}
|
|
{
|
|
// if (UpdateEvent != null)
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_2 = LuaLooper_get_UpdateEvent_mC26C30678990BD40B3E3164E0CF678C84BB3849D_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// UpdateEvent.Dispose();
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_3 = LuaLooper_get_UpdateEvent_mC26C30678990BD40B3E3164E0CF678C84BB3849D_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
LuaBeatEvent_Dispose_m765B100CEB01CE28C30B07881164CE3A66D2603E(L_3, /*hidden argument*/NULL);
|
|
// UpdateEvent = null;
|
|
LuaLooper_set_UpdateEvent_m3EBE2319DDE9DA29B99857DA24C9FCA9D6C7BC6F_inline(__this, (LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 *)NULL, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// if (LateUpdateEvent != null)
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_4 = LuaLooper_get_LateUpdateEvent_mB99D82E64CBC8613D26788FCBCA930C8BAD6CC84_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
// LateUpdateEvent.Dispose();
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_5 = LuaLooper_get_LateUpdateEvent_mB99D82E64CBC8613D26788FCBCA930C8BAD6CC84_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaBeatEvent_Dispose_m765B100CEB01CE28C30B07881164CE3A66D2603E(L_5, /*hidden argument*/NULL);
|
|
// LateUpdateEvent = null;
|
|
LuaLooper_set_LateUpdateEvent_mEFB2BF1E39C49CDE822DE06849E22A5E857DE3EB_inline(__this, (LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 *)NULL, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// if (FixedUpdateEvent != null)
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_6 = LuaLooper_get_FixedUpdateEvent_mE49BC7D8C7CC25BF6BB9FA95B331CD7C6CB6DFB0_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
// FixedUpdateEvent.Dispose();
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_7 = LuaLooper_get_FixedUpdateEvent_mE49BC7D8C7CC25BF6BB9FA95B331CD7C6CB6DFB0_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaBeatEvent_Dispose_m765B100CEB01CE28C30B07881164CE3A66D2603E(L_7, /*hidden argument*/NULL);
|
|
// FixedUpdateEvent = null;
|
|
LuaLooper_set_FixedUpdateEvent_m52C2BEC55E83A808F6F27E881DCF4B295DC306DF_inline(__this, (LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 *)NULL, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
// luaState = null;
|
|
__this->set_luaState_7((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)NULL);
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaLooper::OnDestroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaLooper_OnDestroy_mB4539773E5F85FE6B775911135A39F11338AFCD9 (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaLooper_OnDestroy_mB4539773E5F85FE6B775911135A39F11338AFCD9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (luaState != null)
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = __this->get_luaState_7();
|
|
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_0014;
|
|
}
|
|
}
|
|
{
|
|
// Destroy();
|
|
LuaLooper_Destroy_mB05345C1A65D5DFBCBA2867D6523CD7B038840EB(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaLooper::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaLooper__ctor_m8838AC195947D80333F935CB81BB199675CE0996 (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __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 LuaProfiler::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaProfiler_Clear_mD673A9CDEE698573ADF1961834705D4CE78DC6F2 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaProfiler_Clear_mD673A9CDEE698573ADF1961834705D4CE78DC6F2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// list.Clear();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaProfiler_t78786C7FEDF2E554BA02F36D9994B7B1910F2C4E_il2cpp_TypeInfo_var);
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = ((LuaProfiler_t78786C7FEDF2E554BA02F36D9994B7B1910F2C4E_StaticFields*)il2cpp_codegen_static_fields_for(LuaProfiler_t78786C7FEDF2E554BA02F36D9994B7B1910F2C4E_il2cpp_TypeInfo_var))->get_list_0();
|
|
NullCheck(L_0);
|
|
List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306(L_0, /*hidden argument*/List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 LuaProfiler::GetID(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaProfiler_GetID_mA68E1D6900CE6C39556A84B74C6FF8445E36969B (String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaProfiler_GetID_mA68E1D6900CE6C39556A84B74C6FF8445E36969B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// int id = list.Count;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaProfiler_t78786C7FEDF2E554BA02F36D9994B7B1910F2C4E_il2cpp_TypeInfo_var);
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = ((LuaProfiler_t78786C7FEDF2E554BA02F36D9994B7B1910F2C4E_StaticFields*)il2cpp_codegen_static_fields_for(LuaProfiler_t78786C7FEDF2E554BA02F36D9994B7B1910F2C4E_il2cpp_TypeInfo_var))->get_list_0();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_0, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
|
|
// list.Add(name);
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_2 = ((LuaProfiler_t78786C7FEDF2E554BA02F36D9994B7B1910F2C4E_StaticFields*)il2cpp_codegen_static_fields_for(LuaProfiler_t78786C7FEDF2E554BA02F36D9994B7B1910F2C4E_il2cpp_TypeInfo_var))->get_list_0();
|
|
String_t* L_3 = ___name0;
|
|
NullCheck(L_2);
|
|
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_2, L_3, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
|
|
// return id;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void LuaProfiler::BeginSample(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaProfiler_BeginSample_m6101CCD9837198D319A31D43A8C90258BB81E898 (int32_t ___id0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaProfiler_BeginSample_m6101CCD9837198D319A31D43A8C90258BB81E898_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// string name = list[id];
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaProfiler_t78786C7FEDF2E554BA02F36D9994B7B1910F2C4E_il2cpp_TypeInfo_var);
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = ((LuaProfiler_t78786C7FEDF2E554BA02F36D9994B7B1910F2C4E_StaticFields*)il2cpp_codegen_static_fields_for(LuaProfiler_t78786C7FEDF2E554BA02F36D9994B7B1910F2C4E_il2cpp_TypeInfo_var))->get_list_0();
|
|
int32_t L_1 = ___id0;
|
|
NullCheck(L_0);
|
|
List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaProfiler::EndSample()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaProfiler_EndSample_m42AB774887141B56B916D624B3A9A6FBA6CBBFD0 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void LuaProfiler::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaProfiler__cctor_mAA7C39F89F7160829EBC7E2DF8887DF11B05E743 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaProfiler__cctor_mAA7C39F89F7160829EBC7E2DF8887DF11B05E743_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static List<string> list = new List<string>();
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var);
|
|
List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06(L_0, /*hidden argument*/List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var);
|
|
((LuaProfiler_t78786C7FEDF2E554BA02F36D9994B7B1910F2C4E_StaticFields*)il2cpp_codegen_static_fields_for(LuaProfiler_t78786C7FEDF2E554BA02F36D9994B7B1910F2C4E_il2cpp_TypeInfo_var))->set_list_0(L_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
|
|
// System.Void LuaResLoader::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaResLoader__ctor_mE3E47D0AEED6FBA65B37E0D11601EC15CABF440A (LuaResLoader_tA78634278595979C32DCDCE06623A4265079A9A9 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaResLoader__ctor_mE3E47D0AEED6FBA65B37E0D11601EC15CABF440A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public LuaResLoader()
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE_il2cpp_TypeInfo_var);
|
|
LuaFileUtils__ctor_m13E9531500ADF324DD6E359A9F72C28EDF68CECF(__this, /*hidden argument*/NULL);
|
|
// instance = this;
|
|
((LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE_StaticFields*)il2cpp_codegen_static_fields_for(LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE_il2cpp_TypeInfo_var))->set_instance_1(__this);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Byte[] LuaResLoader::ReadFile(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* LuaResLoader_ReadFile_mEC0586C2C43E38783AD544453F94EA212920A64E (LuaResLoader_tA78634278595979C32DCDCE06623A4265079A9A9 * __this, String_t* ___fileName0, const RuntimeMethod* method)
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
{
|
|
// byte[] buffer = ReadDownLoadFile(fileName);
|
|
String_t* L_0 = ___fileName0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = LuaResLoader_ReadDownLoadFile_mA3E098520CDDD40923BFA9BCC40B641ED1217445(__this, L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (buffer == null)
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// buffer = ReadResourceFile(fileName);
|
|
String_t* L_3 = ___fileName0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = LuaResLoader_ReadResourceFile_m7E32AF45BDA15A1953C6C36C2CAE7A9D245FFEFC(__this, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// if (buffer == null)
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0;
|
|
if (L_5)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
// buffer = base.ReadFile(fileName);
|
|
String_t* L_6 = ___fileName0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = LuaFileUtils_ReadFile_m25CF98B774D412721E163DCD1AEB9B25FF01A8D7(__this, L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// return buffer;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.String LuaResLoader::FindFileError(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaResLoader_FindFileError_mDF683EA7087EDC66B004515A710B9EF6C5EF08A3 (LuaResLoader_tA78634278595979C32DCDCE06623A4265079A9A9 * __this, String_t* ___fileName0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaResLoader_FindFileError_mDF683EA7087EDC66B004515A710B9EF6C5EF08A3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
String_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) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// if (Path.IsPathRooted(fileName))
|
|
String_t* L_0 = ___fileName0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
bool L_1 = Path_IsPathRooted_mF70DAF863202638692CF75CCFA09ACBBD90C9A53(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return fileName;
|
|
String_t* L_2 = ___fileName0;
|
|
return L_2;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// if (Path.GetExtension(fileName) == ".lua")
|
|
String_t* L_3 = ___fileName0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_4 = Path_GetExtension_mAB8DB12AA3F147A487ED6AFECF8CD0043402957B(L_3, /*hidden argument*/NULL);
|
|
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteral4400E519867F651C4CAB1E7952A0A7BD6C9B708E, /*hidden argument*/NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
// fileName = fileName.Substring(0, fileName.Length - 4);
|
|
String_t* L_6 = ___fileName0;
|
|
String_t* L_7 = ___fileName0;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
String_t* L_9 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_6, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)4)), /*hidden argument*/NULL);
|
|
___fileName0 = L_9;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
// using (CString.Block())
|
|
IL2CPP_RUNTIME_CLASS_INIT(CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_10 = CString_Block_m67588066EF5B6F8E7BA20F2D31A6F16A765B7567(/*hidden argument*/NULL);
|
|
V_0 = L_10;
|
|
}
|
|
|
|
IL_0033:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// CString sb = CString.Alloc(512);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8_il2cpp_TypeInfo_var);
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_11 = CString_Alloc_m6E1453BECBE1886ECE6FE5EBC5BDEC30A5850612(((int32_t)512), /*hidden argument*/NULL);
|
|
V_1 = L_11;
|
|
// for (int i = 0; i < searchPaths.Count; i++)
|
|
V_2 = 0;
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// sb.Append("\n\tno file '").Append(searchPaths[i]).Append('\'');
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_12 = V_1;
|
|
NullCheck(L_12);
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_13 = CString_Append_m9E0B64345A4ACB260B7B20A56DDCB42F5C2BBC34(L_12, _stringLiteralA071E6072C7B585BB8F8A3CE08CDCE914A592D54, /*hidden argument*/NULL);
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_14 = ((LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE *)__this)->get_searchPaths_0();
|
|
int32_t L_15 = V_2;
|
|
NullCheck(L_14);
|
|
String_t* L_16 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_14, L_15, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
|
|
NullCheck(L_13);
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_17 = CString_Append_m9E0B64345A4ACB260B7B20A56DDCB42F5C2BBC34(L_13, L_16, /*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
CString_Append_m6C929ABACA99519B74565F42909562A30081AA36(L_17, ((int32_t)39), /*hidden argument*/NULL);
|
|
// for (int i = 0; i < searchPaths.Count; i++)
|
|
int32_t L_18 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
// for (int i = 0; i < searchPaths.Count; i++)
|
|
int32_t L_19 = V_2;
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_20 = ((LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE *)__this)->get_searchPaths_0();
|
|
NullCheck(L_20);
|
|
int32_t L_21 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_20, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
|
|
if ((((int32_t)L_19) < ((int32_t)L_21)))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
// sb.Append("\n\tno file './Resources/").Append(fileName).Append(".lua'")
|
|
// .Append("\n\tno file '").Append(LuaConst.luaResDir).Append('/')
|
|
// .Append(fileName).Append(".lua'");
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_22 = V_1;
|
|
NullCheck(L_22);
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_23 = CString_Append_m9E0B64345A4ACB260B7B20A56DDCB42F5C2BBC34(L_22, _stringLiteralF73A1ED3BA3ECDB77D598229E52222AA1E735282, /*hidden argument*/NULL);
|
|
String_t* L_24 = ___fileName0;
|
|
NullCheck(L_23);
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_25 = CString_Append_m9E0B64345A4ACB260B7B20A56DDCB42F5C2BBC34(L_23, L_24, /*hidden argument*/NULL);
|
|
NullCheck(L_25);
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_26 = CString_Append_m9E0B64345A4ACB260B7B20A56DDCB42F5C2BBC34(L_25, _stringLiteralB031DBE2D6EBB42CF9EFB04B68C943FC1589DA26, /*hidden argument*/NULL);
|
|
NullCheck(L_26);
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_27 = CString_Append_m9E0B64345A4ACB260B7B20A56DDCB42F5C2BBC34(L_26, _stringLiteralA071E6072C7B585BB8F8A3CE08CDCE914A592D54, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var);
|
|
String_t* L_28 = ((LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields*)il2cpp_codegen_static_fields_for(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var))->get_luaResDir_3();
|
|
NullCheck(L_27);
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_29 = CString_Append_m9E0B64345A4ACB260B7B20A56DDCB42F5C2BBC34(L_27, L_28, /*hidden argument*/NULL);
|
|
NullCheck(L_29);
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_30 = CString_Append_m6C929ABACA99519B74565F42909562A30081AA36(L_29, ((int32_t)47), /*hidden argument*/NULL);
|
|
String_t* L_31 = ___fileName0;
|
|
NullCheck(L_30);
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_32 = CString_Append_m9E0B64345A4ACB260B7B20A56DDCB42F5C2BBC34(L_30, L_31, /*hidden argument*/NULL);
|
|
NullCheck(L_32);
|
|
CString_Append_m9E0B64345A4ACB260B7B20A56DDCB42F5C2BBC34(L_32, _stringLiteralB031DBE2D6EBB42CF9EFB04B68C943FC1589DA26, /*hidden argument*/NULL);
|
|
// sb = sb.Replace("?", fileName);
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_33 = V_1;
|
|
String_t* L_34 = ___fileName0;
|
|
NullCheck(L_33);
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_35 = CString_Replace_m638A1A66D23F0A2730220DB17C0B5A93E557146D(L_33, _stringLiteral5BAB61EB53176449E25C2C82F172B82CB13FFB9D, L_34, /*hidden argument*/NULL);
|
|
V_1 = L_35;
|
|
// return sb.ToString();
|
|
CString_t45B6C01090E56F6E6C5B63717AC172A3ED55F4A8 * L_36 = V_1;
|
|
NullCheck(L_36);
|
|
String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_36);
|
|
V_3 = L_37;
|
|
IL2CPP_LEAVE(0xDF, FINALLY_00d5);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_00d5;
|
|
}
|
|
|
|
FINALLY_00d5:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_38 = V_0;
|
|
if (!L_38)
|
|
{
|
|
goto IL_00de;
|
|
}
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
RuntimeObject* L_39 = V_0;
|
|
NullCheck(L_39);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_39);
|
|
}
|
|
|
|
IL_00de:
|
|
{
|
|
IL2CPP_END_FINALLY(213)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(213)
|
|
{
|
|
IL2CPP_JUMP_TBL(0xDF, IL_00df)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
// }
|
|
String_t* L_40 = V_3;
|
|
return L_40;
|
|
}
|
|
}
|
|
// System.Byte[] LuaResLoader::ReadResourceFile(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* LuaResLoader_ReadResourceFile_m7E32AF45BDA15A1953C6C36C2CAE7A9D245FFEFC (LuaResLoader_tA78634278595979C32DCDCE06623A4265079A9A9 * __this, String_t* ___fileName0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaResLoader_ReadResourceFile_m7E32AF45BDA15A1953C6C36C2CAE7A9D245FFEFC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * V_1 = NULL;
|
|
{
|
|
// if (!fileName.EndsWith(".lua"))
|
|
String_t* L_0 = ___fileName0;
|
|
NullCheck(L_0);
|
|
bool L_1 = String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99(L_0, _stringLiteral4400E519867F651C4CAB1E7952A0A7BD6C9B708E, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
// fileName += ".lua";
|
|
String_t* L_2 = ___fileName0;
|
|
String_t* L_3 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_2, _stringLiteral4400E519867F651C4CAB1E7952A0A7BD6C9B708E, /*hidden argument*/NULL);
|
|
___fileName0 = L_3;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// byte[] buffer = null;
|
|
V_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
|
|
// string path = "Lua/" + fileName;
|
|
String_t* L_4 = ___fileName0;
|
|
String_t* L_5 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralA966216A4778C419BC2A5276DFE05DF3D729FA16, L_4, /*hidden argument*/NULL);
|
|
// TextAsset text = Resources.Load(path, typeof(TextAsset)) as TextAsset;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_8 = Resources_Load_mF0FA033BF566CDDA6A0E69BB97283B44C40726E7(L_5, L_7, /*hidden argument*/NULL);
|
|
V_1 = ((TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E *)IsInstClass((RuntimeObject*)L_8, TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E_il2cpp_TypeInfo_var));
|
|
// if (text != null)
|
|
TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * L_9 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
bool L_10 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_9, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
// buffer = text.bytes;
|
|
TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * L_11 = V_1;
|
|
NullCheck(L_11);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = TextAsset_get_bytes_m33ED022ACD105C714589DB09B025BA7F860B31B4(L_11, /*hidden argument*/NULL);
|
|
V_0 = L_12;
|
|
// Resources.UnloadAsset(text);
|
|
TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * L_13 = V_1;
|
|
Resources_UnloadAsset_m066BEEBB51255EF3C0120EA4CF2300CA448FAF64(L_13, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// return buffer;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_0;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Byte[] LuaResLoader::ReadDownLoadFile(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* LuaResLoader_ReadDownLoadFile_mA3E098520CDDD40923BFA9BCC40B641ED1217445 (LuaResLoader_tA78634278595979C32DCDCE06623A4265079A9A9 * __this, String_t* ___fileName0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaResLoader_ReadDownLoadFile_mA3E098520CDDD40923BFA9BCC40B641ED1217445_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
// if (!fileName.EndsWith(".lua"))
|
|
String_t* L_0 = ___fileName0;
|
|
NullCheck(L_0);
|
|
bool L_1 = String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99(L_0, _stringLiteral4400E519867F651C4CAB1E7952A0A7BD6C9B708E, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
// fileName += ".lua";
|
|
String_t* L_2 = ___fileName0;
|
|
String_t* L_3 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_2, _stringLiteral4400E519867F651C4CAB1E7952A0A7BD6C9B708E, /*hidden argument*/NULL);
|
|
___fileName0 = L_3;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// string path = fileName;
|
|
String_t* L_4 = ___fileName0;
|
|
V_0 = L_4;
|
|
// if (!Path.IsPathRooted(fileName))
|
|
String_t* L_5 = ___fileName0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
bool L_6 = Path_IsPathRooted_mF70DAF863202638692CF75CCFA09ACBBD90C9A53(L_5, /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// path = string.Format("{0}/{1}", LuaConst.luaResDir, fileName);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var);
|
|
String_t* L_7 = ((LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields*)il2cpp_codegen_static_fields_for(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var))->get_luaResDir_3();
|
|
String_t* L_8 = ___fileName0;
|
|
String_t* L_9 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralEAEF99A09E561A86004BAEB87A80BB4CFCE8CE67, L_7, L_8, /*hidden argument*/NULL);
|
|
V_0 = L_9;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// if (File.Exists(path))
|
|
String_t* L_10 = V_0;
|
|
bool L_11 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_10, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
// return File.ReadAllBytes(path);
|
|
String_t* L_12 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = File_ReadAllBytes_mF29468CED0B7B3B7C0971ACEBB16A38683718BEC(L_12, /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
// return null;
|
|
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
|
|
}
|
|
}
|
|
#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.String PathDefine::get_GetPlatformName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PathDefine_get_GetPlatformName_m936E3533AE2009833F2FF057AD866E4608929DA7 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PathDefine_get_GetPlatformName_m936E3533AE2009833F2FF057AD866E4608929DA7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// string result = string.Empty;
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
// result = "IOS";
|
|
// return result;
|
|
return _stringLiteralD4BA35793B9B14A1C9DFE7552C4AADB3500B92B0;
|
|
}
|
|
}
|
|
// System.String PathDefine::get_GetRelativeAssetBundlePath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PathDefine_get_GetRelativeAssetBundlePath_m6DA8973952DB6705B310E05B299CF00950C82BAB (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PathDefine_get_GetRelativeAssetBundlePath_m6DA8973952DB6705B310E05B299CF00950C82BAB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return "Assets/AssetBundle/";
|
|
return _stringLiteralEA5F3D945ABF5260B54906CF761FB030999DB724;
|
|
}
|
|
}
|
|
// System.String PathDefine::get_GetRelativeGameAssetBundlePath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PathDefine_get_GetRelativeGameAssetBundlePath_m0C0A506DABAC9FD79781D876E6DB6C8648473D76 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PathDefine_get_GetRelativeGameAssetBundlePath_m0C0A506DABAC9FD79781D876E6DB6C8648473D76_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return "GameAssetBundle/";
|
|
return _stringLiteralD38055FBE71F44FD4AF1C0DC16903336D693C2E0;
|
|
}
|
|
}
|
|
// System.String PathDefine::get_GetSourceAssetBundlePath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PathDefine_get_GetSourceAssetBundlePath_m529F28F46F5C9E159503FBA78AE22AFFDB487AFD (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PathDefine_get_GetSourceAssetBundlePath_m529F28F46F5C9E159503FBA78AE22AFFDB487AFD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return Application.dataPath + "/AssetBundle";
|
|
String_t* L_0 = Application_get_dataPath_m33D721D71C0687F0013C8953FDB0807B7B3F2A01(/*hidden argument*/NULL);
|
|
String_t* L_1 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_0, _stringLiteral250AFD27895AF6267F099DF3FABC3B1EAC3DA66C, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String PathDefine::get_GetDataPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PathDefine_get_GetDataPath_mBED36A8CE875EA4FB77C9BB026F4F7BDDB2EDAEB (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Application.dataPath;
|
|
String_t* L_0 = Application_get_dataPath_m33D721D71C0687F0013C8953FDB0807B7B3F2A01(/*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String PathDefine::get_GetPersistentDataPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PathDefine_get_GetPersistentDataPath_mBD876FE06B3DFB04A10787DDBE24E6D0DCD675A2 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Application.persistentDataPath;
|
|
String_t* L_0 = Application_get_persistentDataPath_m82E34156D8BD0A55CAC258CDFE8317FAD6945F5B(/*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String PathDefine::AppStreamingAssetsPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PathDefine_AppStreamingAssetsPath_mDCE69D51C1A68FAB38CD68E82647C11A00E0A167 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PathDefine_AppStreamingAssetsPath_mDCE69D51C1A68FAB38CD68E82647C11A00E0A167_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// string result = string.Empty;
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
V_0 = L_0;
|
|
// RuntimePlatform platform = Application.platform;
|
|
int32_t L_1 = Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672(/*hidden argument*/NULL);
|
|
V_1 = L_1;
|
|
// if (platform != RuntimePlatform.Android)
|
|
int32_t L_2 = V_1;
|
|
if ((((int32_t)L_2) == ((int32_t)((int32_t)11))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
// if (platform != RuntimePlatform.IPhonePlayer)
|
|
int32_t L_3 = V_1;
|
|
if ((((int32_t)L_3) == ((int32_t)8)))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// result = Application.dataPath + "/StreamingAssets/";
|
|
String_t* L_4 = Application_get_dataPath_m33D721D71C0687F0013C8953FDB0807B7B3F2A01(/*hidden argument*/NULL);
|
|
String_t* L_5 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_4, _stringLiteral6CA567603200FA0C9B07BB14FFA32E885F515066, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
// }
|
|
goto IL_004e;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// result = Application.dataPath + "/Raw/";
|
|
String_t* L_6 = Application_get_dataPath_m33D721D71C0687F0013C8953FDB0807B7B3F2A01(/*hidden argument*/NULL);
|
|
String_t* L_7 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_6, _stringLiteralC76DE9A734A7D99A103E2CD7A57A88618B0E6845, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
// }
|
|
goto IL_004e;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// result = "jar:file://" + Application.dataPath + "!/assets/";
|
|
String_t* L_8 = Application_get_dataPath_m33D721D71C0687F0013C8953FDB0807B7B3F2A01(/*hidden argument*/NULL);
|
|
String_t* L_9 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral8ED93E52205D29B17ECC79C95556C0C9560A24FF, L_8, _stringLiteralA8F25143D7BF95C6B84A3428D86FDBBB831585C2, /*hidden argument*/NULL);
|
|
V_0 = L_9;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
// return result;
|
|
String_t* L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.String PathDefine::AppGameResDownloadPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PathDefine_AppGameResDownloadPath_mEAA8AA47BCB1953D8FA69071A155A00D8D3E23B7 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PathDefine_AppGameResDownloadPath_mEAA8AA47BCB1953D8FA69071A155A00D8D3E23B7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// string result = AppPersistentDataPathPath() + ("Download/" + GetPlatformName + "/").ToLower();
|
|
String_t* L_0 = PathDefine_AppPersistentDataPathPath_m6B8F37E54C2D71708A394EEE635650B6ABB6C30B(/*hidden argument*/NULL);
|
|
String_t* L_1 = PathDefine_get_GetPlatformName_m936E3533AE2009833F2FF057AD866E4608929DA7(/*hidden argument*/NULL);
|
|
String_t* L_2 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteralF4B3DC5B9F36FB63E35A6D955BB189EF2DBAE828, L_1, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
String_t* L_3 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_2, /*hidden argument*/NULL);
|
|
String_t* L_4 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_0, L_3, /*hidden argument*/NULL);
|
|
// return result;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.String PathDefine::ABResPersistentDataPathPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PathDefine_ABResPersistentDataPathPath_m708C07FD52A614B7A13E25CB96A4304C8E712ACB (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PathDefine_ABResPersistentDataPathPath_m708C07FD52A614B7A13E25CB96A4304C8E712ACB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// string result = string.Empty;
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
// return result;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String PathDefine::AppPersistentDataPathPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PathDefine_AppPersistentDataPathPath_m6B8F37E54C2D71708A394EEE635650B6ABB6C30B (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PathDefine_AppPersistentDataPathPath_m6B8F37E54C2D71708A394EEE635650B6ABB6C30B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// string result = string.Empty;
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
// result= Application.persistentDataPath+ "/assetbundle/";
|
|
String_t* L_1 = Application_get_persistentDataPath_m82E34156D8BD0A55CAC258CDFE8317FAD6945F5B(/*hidden argument*/NULL);
|
|
String_t* L_2 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_1, _stringLiteralBCC728EEB60C9D2694BA3835678F400C666284A5, /*hidden argument*/NULL);
|
|
// return result;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void PathDefine::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathDefine__ctor_mC0EF330C821BAE4B70CF1957EC6193E36B59FE68 (PathDefine_tE9B2DE7AA2452338AC31B9D5C7600D60B76F8E09 * __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 PlatformAndroid::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformAndroid_Awake_m041ECC3F8CF3FB73DA462072BE4055244055FF9B (PlatformAndroid_tD7F35AD9B57B987A0A7A9420E507A3EC45DBB01D * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PlatformAndroid_Awake_m041ECC3F8CF3FB73DA462072BE4055244055FF9B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Instance = this;
|
|
((PlatformAndroid_tD7F35AD9B57B987A0A7A9420E507A3EC45DBB01D_StaticFields*)il2cpp_codegen_static_fields_for(PlatformAndroid_tD7F35AD9B57B987A0A7A9420E507A3EC45DBB01D_il2cpp_TypeInfo_var))->set_Instance_4(__this);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void PlatformAndroid::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformAndroid__ctor_m6CAC5831253EA12A7AA7FB57FBEAC2C74F2C2463 (PlatformAndroid_tD7F35AD9B57B987A0A7A9420E507A3EC45DBB01D * __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 PlatformIOS::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformIOS_Awake_m8601F797991E49AB5E005E8B40592C71C4BEF0BA (PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PlatformIOS_Awake_m8601F797991E49AB5E005E8B40592C71C4BEF0BA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Instance = this;
|
|
IL2CPP_RUNTIME_CLASS_INIT(PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_il2cpp_TypeInfo_var);
|
|
((PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_StaticFields*)il2cpp_codegen_static_fields_for(PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_il2cpp_TypeInfo_var))->set_Instance_4(__this);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL ShareLink(int32_t, char*);
|
|
// 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)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (int32_t, char*);
|
|
|
|
// Marshaling of parameter '___json_data1' to native representation
|
|
char* ____json_data1_marshaled = NULL;
|
|
____json_data1_marshaled = il2cpp_codegen_marshal_string(___json_data1);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(ShareLink)(___id0, ____json_data1_marshaled);
|
|
|
|
// Marshaling cleanup of parameter '___json_data1' native representation
|
|
il2cpp_codegen_marshal_free(____json_data1_marshaled);
|
|
____json_data1_marshaled = NULL;
|
|
|
|
}
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL WXLogin();
|
|
// System.Void PlatformIOS::WXLogin()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformIOS_WXLogin_m88AC1801DA56706C8BEF249B149A7CE00069BF1B (const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) ();
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(WXLogin)();
|
|
|
|
}
|
|
IL2CPP_EXTERN_C float DEFAULT_CALL GetBatteryLevel();
|
|
// System.Single PlatformIOS::GetBatteryLevel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PlatformIOS_GetBatteryLevel_m16F15BFDDFE37F55421B4DAEE4348A5A0FA51B2A (const RuntimeMethod* method)
|
|
{
|
|
typedef float (DEFAULT_CALL *PInvokeFunc) ();
|
|
|
|
// Native function invocation
|
|
float returnValue = reinterpret_cast<PInvokeFunc>(GetBatteryLevel)();
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DEFAULT_CALL GetWIFISignalStrength();
|
|
// System.Int32 PlatformIOS::GetWIFISignalStrength()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PlatformIOS_GetWIFISignalStrength_mA79E06890A5C0B5B19CF8FE78D33A5A42ED92F6F (const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (DEFAULT_CALL *PInvokeFunc) ();
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(GetWIFISignalStrength)();
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DEFAULT_CALL GetTeleSignalStrength();
|
|
// System.Int32 PlatformIOS::GetTeleSignalStrength()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PlatformIOS_GetTeleSignalStrength_m5A4FF25E4723AFB704FE5AC07A01DC971EDF66AC (const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (DEFAULT_CALL *PInvokeFunc) ();
|
|
|
|
// Native function invocation
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(GetTeleSignalStrength)();
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL CopyToClipboard(char*);
|
|
// System.Void PlatformIOS::CopyToClipboard(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformIOS_CopyToClipboard_m6BB8AEF4CDC44702C36C28599283B559D15B784D (String_t* ___input0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (char*);
|
|
|
|
// Marshaling of parameter '___input0' to native representation
|
|
char* ____input0_marshaled = NULL;
|
|
____input0_marshaled = il2cpp_codegen_marshal_string(___input0);
|
|
|
|
// Native function invocation
|
|
reinterpret_cast<PInvokeFunc>(CopyToClipboard)(____input0_marshaled);
|
|
|
|
// Marshaling cleanup of parameter '___input0' native representation
|
|
il2cpp_codegen_marshal_free(____input0_marshaled);
|
|
____input0_marshaled = NULL;
|
|
|
|
}
|
|
// System.Void PlatformIOS::InsertRoom(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformIOS_InsertRoom_mB9937E68F6888969A90F692F1D38A0D30C7A0BA4 (PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7 * __this, String_t* ___roomid0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PlatformIOS_InsertRoom_mB9937E68F6888969A90F692F1D38A0D30C7A0BA4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// _roomid = roomid;
|
|
String_t* L_0 = ___roomid0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_il2cpp_TypeInfo_var);
|
|
((PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_StaticFields*)il2cpp_codegen_static_fields_for(PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_il2cpp_TypeInfo_var))->set__roomid_5(L_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.String PlatformIOS::GetRoomID()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformIOS_GetRoomID_mF660EA039DDB0BA5F945578F2105BB6DB5C89C1D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PlatformIOS_GetRoomID_mF660EA039DDB0BA5F945578F2105BB6DB5C89C1D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// var tem = _roomid;
|
|
IL2CPP_RUNTIME_CLASS_INIT(PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = ((PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_StaticFields*)il2cpp_codegen_static_fields_for(PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_il2cpp_TypeInfo_var))->get__roomid_5();
|
|
// _roomid = string.Empty;
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
((PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_StaticFields*)il2cpp_codegen_static_fields_for(PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_il2cpp_TypeInfo_var))->set__roomid_5(L_1);
|
|
// return tem;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void PlatformIOS::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformIOS__ctor_m1F531C1D3B9E07D12EBFA74E60978140D28149BF (PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void PlatformIOS::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformIOS__cctor_m0B15C5CDC96AA095F5B7D395A0A2B1585B8891BC (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PlatformIOS__cctor_m0B15C5CDC96AA095F5B7D395A0A2B1585B8891BC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// static string _roomid = string.Empty;
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
((PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_StaticFields*)il2cpp_codegen_static_fields_for(PlatformIOS_tB07DAF571EAE34A5CFBB0592732245AECFD9C1E7_il2cpp_TypeInfo_var))->set__roomid_5(L_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
|
|
// System.Void PlatformWindows::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformWindows__ctor_m8ED50580109B1C13D161572A74757493F9DFD911 (PlatformWindows_t13A8D6034405BF1C47B1F3248EB807FA787A27B2 * __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 QRCodePicture::Take(System.String,System.String,System.String,LuaInterface.LuaFunction,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QRCodePicture_Take_m551A3E1B0A60A03C25C017C4C47DB96FEA653A1D (String_t* ___url0, String_t* ___nick1, String_t* ___uid2, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback3, bool ___noRefresh4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (QRCodePicture_Take_m551A3E1B0A60A03C25C017C4C47DB96FEA653A1D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// GameApplication.Instance.StartCoroutine(_QRCodeShare(url, nick, uid, callback, noRefresh));
|
|
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();
|
|
String_t* L_1 = ___url0;
|
|
String_t* L_2 = ___nick1;
|
|
String_t* L_3 = ___uid2;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ___callback3;
|
|
bool L_5 = ___noRefresh4;
|
|
RuntimeObject* L_6 = QRCodePicture__QRCodeShare_m6DCDB8CDF243976D6BD5715613066C61DD8894AF(L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_0, L_6, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator QRCodePicture::_QRCodeShare(System.String,System.String,System.String,LuaInterface.LuaFunction,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* QRCodePicture__QRCodeShare_m6DCDB8CDF243976D6BD5715613066C61DD8894AF (String_t* ___url0, String_t* ___nick1, String_t* ___uid2, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback3, bool ___noRefresh4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (QRCodePicture__QRCodeShare_m6DCDB8CDF243976D6BD5715613066C61DD8894AF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7 * L_0 = (U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7 *)il2cpp_codegen_object_new(U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7_il2cpp_TypeInfo_var);
|
|
U3C_QRCodeShareU3Ed__1__ctor_m269FEEEAF79AFA626C82AF7A3D619B86E50E2E67(L_0, 0, /*hidden argument*/NULL);
|
|
U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7 * L_1 = L_0;
|
|
String_t* L_2 = ___url0;
|
|
NullCheck(L_1);
|
|
L_1->set_url_3(L_2);
|
|
U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7 * L_3 = L_1;
|
|
String_t* L_4 = ___nick1;
|
|
NullCheck(L_3);
|
|
L_3->set_nick_4(L_4);
|
|
U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7 * L_5 = L_3;
|
|
String_t* L_6 = ___uid2;
|
|
NullCheck(L_5);
|
|
L_5->set_uid_2(L_6);
|
|
U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7 * L_7 = L_5;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___callback3;
|
|
NullCheck(L_7);
|
|
L_7->set_callback_6(L_8);
|
|
U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7 * L_9 = L_7;
|
|
bool L_10 = ___noRefresh4;
|
|
NullCheck(L_9);
|
|
L_9->set_noRefresh_5(L_10);
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Void QRCodePicture::downloadPicture(System.String,System.String,System.String,LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QRCodePicture_downloadPicture_m810A62E89F18C76A23CE3FFC88F2EF908FDEF465 (String_t* ___picture0, String_t* ___thumbImage1, String_t* ___url2, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (QRCodePicture_downloadPicture_m810A62E89F18C76A23CE3FFC88F2EF908FDEF465_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass2_0_t5438D3D0CC378CD40C4DFAC130AB00D468749625 * V_0 = NULL;
|
|
{
|
|
U3CU3Ec__DisplayClass2_0_t5438D3D0CC378CD40C4DFAC130AB00D468749625 * L_0 = (U3CU3Ec__DisplayClass2_0_t5438D3D0CC378CD40C4DFAC130AB00D468749625 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass2_0_t5438D3D0CC378CD40C4DFAC130AB00D468749625_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass2_0__ctor_mF5542E6A43004D7A40A8DCA0CB8609B372ABA360(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass2_0_t5438D3D0CC378CD40C4DFAC130AB00D468749625 * L_1 = V_0;
|
|
String_t* L_2 = ___picture0;
|
|
NullCheck(L_1);
|
|
L_1->set_picture_0(L_2);
|
|
U3CU3Ec__DisplayClass2_0_t5438D3D0CC378CD40C4DFAC130AB00D468749625 * L_3 = V_0;
|
|
String_t* L_4 = ___thumbImage1;
|
|
NullCheck(L_3);
|
|
L_3->set_thumbImage_1(L_4);
|
|
U3CU3Ec__DisplayClass2_0_t5438D3D0CC378CD40C4DFAC130AB00D468749625 * L_5 = V_0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ___callback3;
|
|
NullCheck(L_5);
|
|
L_5->set_callback_2(L_6);
|
|
// BestHTTP.HTTPManager.SendRequest(url, (request, response) =>
|
|
// {
|
|
// if (request.State == BestHTTP.HTTPRequestStates.Finished && request.Response.IsSuccess)
|
|
// {
|
|
// var data = request.Response.Data;
|
|
// var texture = new Texture2D(100, 100);
|
|
// texture.LoadImage(data);
|
|
// var longLen = Math.Max(texture.width, texture.height);
|
|
// var shortLen = Math.Min(texture.width, texture.height);
|
|
// var width = texture.width == longLen ? 240 : 240f * shortLen / longLen;
|
|
// var height = texture.height == longLen ? 240 : 240f * shortLen / longLen;
|
|
// var thumb = ScaleTexture(texture, (int)width, (int)height);
|
|
// var pictureData = texture.EncodeToJPG(80);
|
|
// var thumbData = thumb.EncodeToJPG(60);
|
|
// File.WriteAllBytes(picture, pictureData);
|
|
// File.WriteAllBytes(thumbImage, thumbData);
|
|
// }
|
|
// else
|
|
// {
|
|
// callback.Call(0);
|
|
// callback.Dispose();
|
|
// return;
|
|
// }
|
|
//
|
|
// callback.Call(1);
|
|
// callback.Dispose();
|
|
// });
|
|
String_t* L_7 = ___url2;
|
|
U3CU3Ec__DisplayClass2_0_t5438D3D0CC378CD40C4DFAC130AB00D468749625 * L_8 = V_0;
|
|
OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * L_9 = (OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D *)il2cpp_codegen_object_new(OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D_il2cpp_TypeInfo_var);
|
|
OnRequestFinishedDelegate__ctor_mC86980187802AFD1C8F1936CBFA0DDE16AAD406B(L_9, L_8, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass2_0_U3CdownloadPictureU3Eb__0_m42FE6D15E0342F32549AA26CB3FB770A9A752158_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
HTTPManager_SendRequest_m2A4645532D098ED08BB2B0E5BBB54E9BCA18E8B2(L_7, L_9, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Texture2D QRCodePicture::ScaleTexture(UnityEngine.Texture2D,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * QRCodePicture_ScaleTexture_m5180103BC9755203E1D01AD6CA278742C885881C (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___source0, int32_t ___targetWidth1, int32_t ___targetHeight2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (QRCodePicture_ScaleTexture_m5180103BC9755203E1D01AD6CA278742C885881C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
// Texture2D result = new Texture2D(targetWidth, targetHeight, source.format, false);
|
|
int32_t L_0 = ___targetWidth1;
|
|
int32_t L_1 = ___targetHeight2;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_2 = ___source0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = Texture2D_get_format_mF0EE5CEB9F84280D4E722B71546BBBA577101E9F(L_2, /*hidden argument*/NULL);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_4 = (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C *)il2cpp_codegen_object_new(Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var);
|
|
Texture2D__ctor_m22561E039BC96019757E6B2427BE09734AE2C44A(L_4, L_0, L_1, L_3, (bool)0, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// float incX = (1.0f / (float)targetWidth);
|
|
int32_t L_5 = ___targetWidth1;
|
|
// float incY = (1.0f / (float)targetHeight);
|
|
int32_t L_6 = ___targetHeight2;
|
|
// for (int i = 0; i < result.height; ++i)
|
|
V_1 = 0;
|
|
goto IL_005e;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// for (int j = 0; j < result.width; ++j)
|
|
V_2 = 0;
|
|
goto IL_0051;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// Color newColor = source.GetPixelBilinear((float)j / (float)result.width, (float)i / (float)result.height);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_7 = ___source0;
|
|
int32_t L_8 = V_2;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_9 = V_0;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_9);
|
|
int32_t L_11 = V_1;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_12 = V_0;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_12);
|
|
NullCheck(L_7);
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_14 = Texture2D_GetPixelBilinear_m3E0E9A22A0989E99A7295BC6FE6999728F290A78(L_7, ((float)((float)(((float)((float)L_8)))/(float)(((float)((float)L_10))))), ((float)((float)(((float)((float)L_11)))/(float)(((float)((float)L_13))))), /*hidden argument*/NULL);
|
|
V_3 = L_14;
|
|
// result.SetPixel(j, i, newColor);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_15 = V_0;
|
|
int32_t L_16 = V_2;
|
|
int32_t L_17 = V_1;
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_18 = V_3;
|
|
NullCheck(L_15);
|
|
Texture2D_SetPixel_m8BE87C152447B812D06CB894B3570269CC2DE7C3(L_15, L_16, L_17, L_18, /*hidden argument*/NULL);
|
|
// for (int j = 0; j < result.width; ++j)
|
|
int32_t L_19 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
// for (int j = 0; j < result.width; ++j)
|
|
int32_t L_20 = V_2;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_21 = V_0;
|
|
NullCheck(L_21);
|
|
int32_t L_22 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_21);
|
|
if ((((int32_t)L_20) < ((int32_t)L_22)))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// for (int i = 0; i < result.height; ++i)
|
|
int32_t L_23 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
// for (int i = 0; i < result.height; ++i)
|
|
int32_t L_24 = V_1;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_25 = V_0;
|
|
NullCheck(L_25);
|
|
int32_t L_26 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_25);
|
|
if ((((int32_t)L_24) < ((int32_t)L_26)))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// result.Apply();
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_27 = V_0;
|
|
NullCheck(L_27);
|
|
Texture2D_Apply_m0F3B4A4B1B89E44E2AF60ABDEFAA18D93735B5CA(L_27, /*hidden argument*/NULL);
|
|
// return result;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_28 = V_0;
|
|
return L_28;
|
|
}
|
|
}
|
|
// UnityEngine.Texture2D QRCodePicture::GenerateQRcode(System.String,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * QRCodePicture_GenerateQRcode_mBD0B42C7E3B334B9E154D6E938F7B2F3A5B85F67 (String_t* ___str0, int32_t ___width1, int32_t ___height2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (QRCodePicture_GenerateQRcode_mBD0B42C7E3B334B9E154D6E938F7B2F3A5B85F67_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Dictionary_2_t40CE861C1774140086DFBD4975837A6B614498DA * V_0 = NULL;
|
|
BitMatrix_t603A558C22BA7CDB3D44CC07B52DC93F6DC024EA * V_1 = NULL;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// MultiFormatWriter writer = new MultiFormatWriter();
|
|
MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933 * L_0 = (MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933 *)il2cpp_codegen_object_new(MultiFormatWriter_tFCE9D4A7CED221C7CBE96AFAFADBDA2A88BCB933_il2cpp_TypeInfo_var);
|
|
MultiFormatWriter__ctor_mA9D032C8FCCF1E37D5DAD0B3BA2C8E146C48B9D7(L_0, /*hidden argument*/NULL);
|
|
// Dictionary<EncodeHintType, object> hints = new Dictionary<EncodeHintType, object>();
|
|
Dictionary_2_t40CE861C1774140086DFBD4975837A6B614498DA * L_1 = (Dictionary_2_t40CE861C1774140086DFBD4975837A6B614498DA *)il2cpp_codegen_object_new(Dictionary_2_t40CE861C1774140086DFBD4975837A6B614498DA_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_m24D56BD9837194E2274CC35D6EBE8DF8E3D9C607(L_1, /*hidden argument*/Dictionary_2__ctor_m24D56BD9837194E2274CC35D6EBE8DF8E3D9C607_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
// hints.Add(EncodeHintType.CHARACTER_SET, "UTF-8");
|
|
Dictionary_2_t40CE861C1774140086DFBD4975837A6B614498DA * L_2 = V_0;
|
|
NullCheck(L_2);
|
|
Dictionary_2_Add_mC5DE26C9FBE1A177016533B06C6D448BC5DE01F3(L_2, 4, _stringLiteral663B90C899FA25A111067BE0C22FFC64DCF581C2, /*hidden argument*/Dictionary_2_Add_mC5DE26C9FBE1A177016533B06C6D448BC5DE01F3_RuntimeMethod_var);
|
|
// hints.Add(EncodeHintType.MARGIN, 0);
|
|
Dictionary_2_t40CE861C1774140086DFBD4975837A6B614498DA * L_3 = V_0;
|
|
int32_t L_4 = 0;
|
|
RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4);
|
|
NullCheck(L_3);
|
|
Dictionary_2_Add_mC5DE26C9FBE1A177016533B06C6D448BC5DE01F3(L_3, 5, L_5, /*hidden argument*/Dictionary_2_Add_mC5DE26C9FBE1A177016533B06C6D448BC5DE01F3_RuntimeMethod_var);
|
|
// BitMatrix bitMatrix = writer.encode(str, BarcodeFormat.QR_CODE, width, height, hints);
|
|
String_t* L_6 = ___str0;
|
|
int32_t L_7 = ___width1;
|
|
int32_t L_8 = ___height2;
|
|
Dictionary_2_t40CE861C1774140086DFBD4975837A6B614498DA * L_9 = V_0;
|
|
NullCheck(L_0);
|
|
BitMatrix_t603A558C22BA7CDB3D44CC07B52DC93F6DC024EA * L_10 = MultiFormatWriter_encode_mF88431DD0693837F7F7AB45CDF0BECAA32070EB0(L_0, L_6, ((int32_t)2048), L_7, L_8, L_9, /*hidden argument*/NULL);
|
|
V_1 = L_10;
|
|
// var texture = new Texture2D(width, height, TextureFormat.RGB24, false);
|
|
int32_t L_11 = ___width1;
|
|
int32_t L_12 = ___height2;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_13 = (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C *)il2cpp_codegen_object_new(Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var);
|
|
Texture2D__ctor_m22561E039BC96019757E6B2427BE09734AE2C44A(L_13, L_11, L_12, 3, (bool)0, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
// for (int y = 0; y < height; y++)
|
|
V_3 = 0;
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// for (int x = 0; x < width; x++)
|
|
V_4 = 0;
|
|
goto IL_0075;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// if (bitMatrix[y, x])
|
|
BitMatrix_t603A558C22BA7CDB3D44CC07B52DC93F6DC024EA * L_14 = V_1;
|
|
int32_t L_15 = V_3;
|
|
int32_t L_16 = V_4;
|
|
NullCheck(L_14);
|
|
bool L_17 = BitMatrix_get_Item_m25BAA2367A6CF93CA9B84146E588DB9127A88F59(L_14, L_15, L_16, /*hidden argument*/NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
// texture.SetPixel(x, y, Color.black);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_18 = V_2;
|
|
int32_t L_19 = V_4;
|
|
int32_t L_20 = V_3;
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_21 = Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF(/*hidden argument*/NULL);
|
|
NullCheck(L_18);
|
|
Texture2D_SetPixel_m8BE87C152447B812D06CB894B3570269CC2DE7C3(L_18, L_19, L_20, L_21, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_006f;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
// texture.SetPixel(x, y, Color.white);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_22 = V_2;
|
|
int32_t L_23 = V_4;
|
|
int32_t L_24 = V_3;
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_25 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
|
|
NullCheck(L_22);
|
|
Texture2D_SetPixel_m8BE87C152447B812D06CB894B3570269CC2DE7C3(L_22, L_23, L_24, L_25, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
// for (int x = 0; x < width; x++)
|
|
int32_t L_26 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
// for (int x = 0; x < width; x++)
|
|
int32_t L_27 = V_4;
|
|
int32_t L_28 = ___width1;
|
|
if ((((int32_t)L_27) < ((int32_t)L_28)))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
// for (int y = 0; y < height; y++)
|
|
int32_t L_29 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
// for (int y = 0; y < height; y++)
|
|
int32_t L_30 = V_3;
|
|
int32_t L_31 = ___height2;
|
|
if ((((int32_t)L_30) < ((int32_t)L_31)))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
// texture.Apply();
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_32 = V_2;
|
|
NullCheck(L_32);
|
|
Texture2D_Apply_m0F3B4A4B1B89E44E2AF60ABDEFAA18D93735B5CA(L_32, /*hidden argument*/NULL);
|
|
// return texture;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_33 = V_2;
|
|
return L_33;
|
|
}
|
|
}
|
|
// System.Void QRCodePicture::CombanitePicture(UnityEngine.Texture2D,UnityEngine.Texture2D,System.Int32,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QRCodePicture_CombanitePicture_m15DE4662A0817B99F44A936B942CA39946427A8E (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___tex10, Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___tex21, int32_t ___posx2, int32_t ___posy3, String_t* ___filename4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (QRCodePicture_CombanitePicture_m15DE4662A0817B99F44A936B942CA39946427A8E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * V_2 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
float V_6 = 0.0f;
|
|
float V_7 = 0.0f;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_8 = NULL;
|
|
int32_t V_9 = 0;
|
|
int32_t V_10 = 0;
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
float G_B15_0 = 0.0f;
|
|
float G_B18_0 = 0.0f;
|
|
{
|
|
// int width = tex2.width;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_0 = ___tex21;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_0);
|
|
V_0 = L_1;
|
|
// int height = tex2.height;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_2 = ___tex21;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_2);
|
|
V_1 = L_3;
|
|
// var tem = new Texture2D(tex1.width, tex1.height,TextureFormat.RGB24,false);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_4 = ___tex10;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_4);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_6 = ___tex10;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_6);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_8 = (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C *)il2cpp_codegen_object_new(Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var);
|
|
Texture2D__ctor_m22561E039BC96019757E6B2427BE09734AE2C44A(L_8, L_5, L_7, 3, (bool)0, /*hidden argument*/NULL);
|
|
V_2 = L_8;
|
|
// for (int y = 0; y < tex1.height; y++)
|
|
V_9 = 0;
|
|
goto IL_0056;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// for (int x = 0; x < tex1.width; x++)
|
|
V_10 = 0;
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
// tem.SetPixel(x, y, tex1.GetPixel(x, y));
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_9 = V_2;
|
|
int32_t L_10 = V_10;
|
|
int32_t L_11 = V_9;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_12 = ___tex10;
|
|
int32_t L_13 = V_10;
|
|
int32_t L_14 = V_9;
|
|
NullCheck(L_12);
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_15 = Texture2D_GetPixel_m71EA79FE268858ECD782327F8854EF2C2B16B2CD(L_12, L_13, L_14, /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
Texture2D_SetPixel_m8BE87C152447B812D06CB894B3570269CC2DE7C3(L_9, L_10, L_11, L_15, /*hidden argument*/NULL);
|
|
// for (int x = 0; x < tex1.width; x++)
|
|
int32_t L_16 = V_10;
|
|
V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// for (int x = 0; x < tex1.width; x++)
|
|
int32_t L_17 = V_10;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_18 = ___tex10;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_18);
|
|
if ((((int32_t)L_17) < ((int32_t)L_19)))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
// for (int y = 0; y < tex1.height; y++)
|
|
int32_t L_20 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
// for (int y = 0; y < tex1.height; y++)
|
|
int32_t L_21 = V_9;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_22 = ___tex10;
|
|
NullCheck(L_22);
|
|
int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_22);
|
|
if ((((int32_t)L_21) < ((int32_t)L_23)))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// for (int y = posy; y < posy + height; y++)
|
|
int32_t L_24 = ___posy3;
|
|
V_11 = L_24;
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// for (int x = posx; x < posx + width; x++)
|
|
int32_t L_25 = ___posx2;
|
|
V_12 = L_25;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
// tem.SetPixel(x, y, tex2.GetPixel(x - posx, y - posy));
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_26 = V_2;
|
|
int32_t L_27 = V_12;
|
|
int32_t L_28 = V_11;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_29 = ___tex21;
|
|
int32_t L_30 = V_12;
|
|
int32_t L_31 = ___posx2;
|
|
int32_t L_32 = V_11;
|
|
int32_t L_33 = ___posy3;
|
|
NullCheck(L_29);
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_34 = Texture2D_GetPixel_m71EA79FE268858ECD782327F8854EF2C2B16B2CD(L_29, ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33)), /*hidden argument*/NULL);
|
|
NullCheck(L_26);
|
|
Texture2D_SetPixel_m8BE87C152447B812D06CB894B3570269CC2DE7C3(L_26, L_27, L_28, L_34, /*hidden argument*/NULL);
|
|
// for (int x = posx; x < posx + width; x++)
|
|
int32_t L_35 = V_12;
|
|
V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1));
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// for (int x = posx; x < posx + width; x++)
|
|
int32_t L_36 = V_12;
|
|
int32_t L_37 = ___posx2;
|
|
int32_t L_38 = V_0;
|
|
if ((((int32_t)L_36) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_38)))))
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
// for (int y = posy; y < posy + height; y++)
|
|
int32_t L_39 = V_11;
|
|
V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// for (int y = posy; y < posy + height; y++)
|
|
int32_t L_40 = V_11;
|
|
int32_t L_41 = ___posy3;
|
|
int32_t L_42 = V_1;
|
|
if ((((int32_t)L_40) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)L_42)))))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// tem.Apply();
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_43 = V_2;
|
|
NullCheck(L_43);
|
|
Texture2D_Apply_m0F3B4A4B1B89E44E2AF60ABDEFAA18D93735B5CA(L_43, /*hidden argument*/NULL);
|
|
// byte[] bytes = tem.EncodeToJPG();
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_44 = V_2;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = ImageConversion_EncodeToJPG_mDE6C67AACCC7BAD006D0A852093F881D11F9C8DF(L_44, /*hidden argument*/NULL);
|
|
V_3 = L_45;
|
|
// string path = System.IO.Path.Combine(Application.persistentDataPath, filename);
|
|
String_t* L_46 = Application_get_persistentDataPath_m82E34156D8BD0A55CAC258CDFE8317FAD6945F5B(/*hidden argument*/NULL);
|
|
String_t* L_47 = ___filename4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_48 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_46, L_47, /*hidden argument*/NULL);
|
|
// File.WriteAllBytes(path, bytes);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = V_3;
|
|
File_WriteAllBytes_m07F13C1CA0BD0960392C78AB99E0F19564F9B594(L_48, L_49, /*hidden argument*/NULL);
|
|
// var longLen = Math.Max(tem.width, tem.height);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_50 = V_2;
|
|
NullCheck(L_50);
|
|
int32_t L_51 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_50);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_52 = V_2;
|
|
NullCheck(L_52);
|
|
int32_t L_53 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_52);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
|
|
int32_t L_54 = Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2(L_51, L_53, /*hidden argument*/NULL);
|
|
V_4 = L_54;
|
|
// var shortLen = Math.Min(tem.width, tem.height);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_55 = V_2;
|
|
NullCheck(L_55);
|
|
int32_t L_56 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_55);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_57 = V_2;
|
|
NullCheck(L_57);
|
|
int32_t L_58 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_57);
|
|
int32_t L_59 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_56, L_58, /*hidden argument*/NULL);
|
|
V_5 = L_59;
|
|
// var twidth = tem.width == longLen ? 240 : 240f * shortLen / longLen;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_60 = V_2;
|
|
NullCheck(L_60);
|
|
int32_t L_61 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_60);
|
|
int32_t L_62 = V_4;
|
|
if ((((int32_t)L_61) == ((int32_t)L_62)))
|
|
{
|
|
goto IL_00fa;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_63 = V_5;
|
|
int32_t L_64 = V_4;
|
|
G_B15_0 = ((float)((float)((float)il2cpp_codegen_multiply((float)(240.0f), (float)(((float)((float)L_63)))))/(float)(((float)((float)L_64)))));
|
|
goto IL_00ff;
|
|
}
|
|
|
|
IL_00fa:
|
|
{
|
|
G_B15_0 = (240.0f);
|
|
}
|
|
|
|
IL_00ff:
|
|
{
|
|
V_6 = G_B15_0;
|
|
// var theight = tem.height == longLen ? 240 : 240f * shortLen / longLen;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_65 = V_2;
|
|
NullCheck(L_65);
|
|
int32_t L_66 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_65);
|
|
int32_t L_67 = V_4;
|
|
if ((((int32_t)L_66) == ((int32_t)L_67)))
|
|
{
|
|
goto IL_011a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_68 = V_5;
|
|
int32_t L_69 = V_4;
|
|
G_B18_0 = ((float)((float)((float)il2cpp_codegen_multiply((float)(240.0f), (float)(((float)((float)L_68)))))/(float)(((float)((float)L_69)))));
|
|
goto IL_011f;
|
|
}
|
|
|
|
IL_011a:
|
|
{
|
|
G_B18_0 = (240.0f);
|
|
}
|
|
|
|
IL_011f:
|
|
{
|
|
V_7 = G_B18_0;
|
|
// var thumb = ScaleTexture(tem, (int)twidth, (int)theight);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_70 = V_2;
|
|
float L_71 = V_6;
|
|
float L_72 = V_7;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_73 = QRCodePicture_ScaleTexture_m5180103BC9755203E1D01AD6CA278742C885881C(L_70, (((int32_t)((int32_t)L_71))), (((int32_t)((int32_t)L_72))), /*hidden argument*/NULL);
|
|
// var thumbData = thumb.EncodeToJPG(60);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_74 = ImageConversion_EncodeToJPG_mE289598FD45B6658A645B2CE359C4E6FC97BF875(L_73, ((int32_t)60), /*hidden argument*/NULL);
|
|
V_8 = L_74;
|
|
// File.WriteAllBytes(Application.persistentDataPath + "/" + Path.GetFileNameWithoutExtension(filename) + "_thumb" + Path.GetExtension(filename), thumbData);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_75 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_76 = L_75;
|
|
String_t* L_77 = Application_get_persistentDataPath_m82E34156D8BD0A55CAC258CDFE8317FAD6945F5B(/*hidden argument*/NULL);
|
|
NullCheck(L_76);
|
|
ArrayElementTypeCheck (L_76, L_77);
|
|
(L_76)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_77);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_78 = L_76;
|
|
NullCheck(L_78);
|
|
ArrayElementTypeCheck (L_78, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8);
|
|
(L_78)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_79 = L_78;
|
|
String_t* L_80 = ___filename4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_81 = Path_GetFileNameWithoutExtension_m90A3C4CEB8936011D1A392BB7E98991482E0C198(L_80, /*hidden argument*/NULL);
|
|
NullCheck(L_79);
|
|
ArrayElementTypeCheck (L_79, L_81);
|
|
(L_79)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_81);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_82 = L_79;
|
|
NullCheck(L_82);
|
|
ArrayElementTypeCheck (L_82, _stringLiteralFA242618D57DA3F49D19C83A65DE42CFBD6100F0);
|
|
(L_82)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteralFA242618D57DA3F49D19C83A65DE42CFBD6100F0);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_83 = L_82;
|
|
String_t* L_84 = ___filename4;
|
|
String_t* L_85 = Path_GetExtension_mAB8DB12AA3F147A487ED6AFECF8CD0043402957B(L_84, /*hidden argument*/NULL);
|
|
NullCheck(L_83);
|
|
ArrayElementTypeCheck (L_83, L_85);
|
|
(L_83)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_85);
|
|
String_t* L_86 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_83, /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_87 = V_8;
|
|
File_WriteAllBytes_m07F13C1CA0BD0960392C78AB99E0F19564F9B594(L_86, L_87, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Color32[] QRCodePicture::Encode(System.String,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* QRCodePicture_Encode_m8A0386C2397C28878C45069BF395C5F2614F2C0B (String_t* ___textForEncoding0, int32_t ___width1, int32_t ___height2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (QRCodePicture_Encode_m8A0386C2397C28878C45069BF395C5F2614F2C0B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// var writer = new BarcodeWriter
|
|
// {
|
|
// Format = BarcodeFormat.QR_CODE,
|
|
// Options = new QrCodeEncodingOptions
|
|
// {
|
|
// Height = height,
|
|
// Width = width
|
|
// }
|
|
// };
|
|
BarcodeWriter_tF7DB63887314B9D22185D8B6932941B1FE9D9428 * L_0 = (BarcodeWriter_tF7DB63887314B9D22185D8B6932941B1FE9D9428 *)il2cpp_codegen_object_new(BarcodeWriter_tF7DB63887314B9D22185D8B6932941B1FE9D9428_il2cpp_TypeInfo_var);
|
|
BarcodeWriter__ctor_mCAAFED915BBF81DF30ED04A69ADFEA7CFD55DEC4(L_0, /*hidden argument*/NULL);
|
|
BarcodeWriter_tF7DB63887314B9D22185D8B6932941B1FE9D9428 * L_1 = L_0;
|
|
NullCheck(L_1);
|
|
BarcodeWriterGeneric_1_set_Format_mC0F413892AF9EBACDFF7EB51611AD9DFC1CB5F7B_inline(L_1, ((int32_t)2048), /*hidden argument*/BarcodeWriterGeneric_1_set_Format_mC0F413892AF9EBACDFF7EB51611AD9DFC1CB5F7B_RuntimeMethod_var);
|
|
BarcodeWriter_tF7DB63887314B9D22185D8B6932941B1FE9D9428 * L_2 = L_1;
|
|
QrCodeEncodingOptions_t8B4ACCFC41C5D11D793E8110884514085F598517 * L_3 = (QrCodeEncodingOptions_t8B4ACCFC41C5D11D793E8110884514085F598517 *)il2cpp_codegen_object_new(QrCodeEncodingOptions_t8B4ACCFC41C5D11D793E8110884514085F598517_il2cpp_TypeInfo_var);
|
|
QrCodeEncodingOptions__ctor_mE8731D2845C5D63473AF6550626214C94F2FAD95(L_3, /*hidden argument*/NULL);
|
|
QrCodeEncodingOptions_t8B4ACCFC41C5D11D793E8110884514085F598517 * L_4 = L_3;
|
|
int32_t L_5 = ___height2;
|
|
NullCheck(L_4);
|
|
EncodingOptions_set_Height_mC8CC4F4FDA58545BCAC71EEFC138FECF03A5388D(L_4, L_5, /*hidden argument*/NULL);
|
|
QrCodeEncodingOptions_t8B4ACCFC41C5D11D793E8110884514085F598517 * L_6 = L_4;
|
|
int32_t L_7 = ___width1;
|
|
NullCheck(L_6);
|
|
EncodingOptions_set_Width_m529729A13C739D7E4A4AC8A238A4179030ABFC68(L_6, L_7, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
BarcodeWriterGeneric_1_set_Options_m34C3450578BE1E045248E9BB0162205E35DA6ED5_inline(L_2, L_6, /*hidden argument*/BarcodeWriterGeneric_1_set_Options_m34C3450578BE1E045248E9BB0162205E35DA6ED5_RuntimeMethod_var);
|
|
// return writer.Write(textForEncoding);
|
|
String_t* L_8 = ___textForEncoding0;
|
|
NullCheck(L_2);
|
|
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_9 = BarcodeWriterGeneric_1_Write_m91FF1D95B37E4F1A6FDF6837EB2016A06F31019E(L_2, L_8, /*hidden argument*/BarcodeWriterGeneric_1_Write_m91FF1D95B37E4F1A6FDF6837EB2016A06F31019E_RuntimeMethod_var);
|
|
return L_9;
|
|
}
|
|
}
|
|
#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 QRCodePicture_<>c__DisplayClass2_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0__ctor_mF5542E6A43004D7A40A8DCA0CB8609B372ABA360 (U3CU3Ec__DisplayClass2_0_t5438D3D0CC378CD40C4DFAC130AB00D468749625 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void QRCodePicture_<>c__DisplayClass2_0::<downloadPicture>b__0(BestHTTP.HTTPRequest,BestHTTP.HTTPResponse)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0_U3CdownloadPictureU3Eb__0_m42FE6D15E0342F32549AA26CB3FB770A9A752158 (U3CU3Ec__DisplayClass2_0_t5438D3D0CC378CD40C4DFAC130AB00D468749625 * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * ___response1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass2_0_U3CdownloadPictureU3Eb__0_m42FE6D15E0342F32549AA26CB3FB770A9A752158_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
float V_4 = 0.0f;
|
|
float V_5 = 0.0f;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_6 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_7 = NULL;
|
|
float G_B5_0 = 0.0f;
|
|
float G_B8_0 = 0.0f;
|
|
{
|
|
// 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_00d3;
|
|
}
|
|
}
|
|
{
|
|
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_00d3;
|
|
}
|
|
}
|
|
{
|
|
// 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;
|
|
// var texture = new Texture2D(100, 100);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_8 = (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C *)il2cpp_codegen_object_new(Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var);
|
|
Texture2D__ctor_m0C86A87871AA8075791EF98499D34DA95ACB0E35(L_8, ((int32_t)100), ((int32_t)100), /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// texture.LoadImage(data);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_9 = V_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_0;
|
|
ImageConversion_LoadImage_m94295492E96C38984406A23CC2A3931758ECE86B(L_9, L_10, /*hidden argument*/NULL);
|
|
// var longLen = Math.Max(texture.width, texture.height);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_11 = V_1;
|
|
NullCheck(L_11);
|
|
int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_11);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_13 = V_1;
|
|
NullCheck(L_13);
|
|
int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_13);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
|
|
int32_t L_15 = Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2(L_12, L_14, /*hidden argument*/NULL);
|
|
V_2 = L_15;
|
|
// var shortLen = Math.Min(texture.width, texture.height);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_16 = V_1;
|
|
NullCheck(L_16);
|
|
int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_16);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_18 = V_1;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_18);
|
|
int32_t L_20 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_17, L_19, /*hidden argument*/NULL);
|
|
V_3 = L_20;
|
|
// var width = texture.width == longLen ? 240 : 240f * shortLen / longLen;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_21 = V_1;
|
|
NullCheck(L_21);
|
|
int32_t L_22 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_21);
|
|
int32_t L_23 = V_2;
|
|
if ((((int32_t)L_22) == ((int32_t)L_23)))
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_24 = V_3;
|
|
int32_t L_25 = V_2;
|
|
G_B5_0 = ((float)((float)((float)il2cpp_codegen_multiply((float)(240.0f), (float)(((float)((float)L_24)))))/(float)(((float)((float)L_25)))));
|
|
goto IL_0079;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
G_B5_0 = (240.0f);
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
V_4 = G_B5_0;
|
|
// var height = texture.height == longLen ? 240 : 240f * shortLen / longLen;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_26 = V_1;
|
|
NullCheck(L_26);
|
|
int32_t L_27 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_26);
|
|
int32_t L_28 = V_2;
|
|
if ((((int32_t)L_27) == ((int32_t)L_28)))
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_29 = V_3;
|
|
int32_t L_30 = V_2;
|
|
G_B8_0 = ((float)((float)((float)il2cpp_codegen_multiply((float)(240.0f), (float)(((float)((float)L_29)))))/(float)(((float)((float)L_30)))));
|
|
goto IL_0096;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
G_B8_0 = (240.0f);
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
V_5 = G_B8_0;
|
|
// var thumb = ScaleTexture(texture, (int)width, (int)height);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_31 = V_1;
|
|
float L_32 = V_4;
|
|
float L_33 = V_5;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_34 = QRCodePicture_ScaleTexture_m5180103BC9755203E1D01AD6CA278742C885881C(L_31, (((int32_t)((int32_t)L_32))), (((int32_t)((int32_t)L_33))), /*hidden argument*/NULL);
|
|
// var pictureData = texture.EncodeToJPG(80);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_35 = V_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = ImageConversion_EncodeToJPG_mE289598FD45B6658A645B2CE359C4E6FC97BF875(L_35, ((int32_t)80), /*hidden argument*/NULL);
|
|
V_6 = L_36;
|
|
// var thumbData = thumb.EncodeToJPG(60);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = ImageConversion_EncodeToJPG_mE289598FD45B6658A645B2CE359C4E6FC97BF875(L_34, ((int32_t)60), /*hidden argument*/NULL);
|
|
V_7 = L_37;
|
|
// File.WriteAllBytes(picture, pictureData);
|
|
String_t* L_38 = __this->get_picture_0();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = V_6;
|
|
File_WriteAllBytes_m07F13C1CA0BD0960392C78AB99E0F19564F9B594(L_38, L_39, /*hidden argument*/NULL);
|
|
// File.WriteAllBytes(thumbImage, thumbData);
|
|
String_t* L_40 = __this->get_thumbImage_1();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = V_7;
|
|
File_WriteAllBytes_m07F13C1CA0BD0960392C78AB99E0F19564F9B594(L_40, L_41, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_00eb;
|
|
}
|
|
|
|
IL_00d3:
|
|
{
|
|
// callback.Call(0);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_42 = __this->get_callback_2();
|
|
NullCheck(L_42);
|
|
LuaFunction_Call_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m92D004180AC5D44B0271C0527A0BF8F853C28011(L_42, 0, /*hidden argument*/LuaFunction_Call_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m92D004180AC5D44B0271C0527A0BF8F853C28011_RuntimeMethod_var);
|
|
// callback.Dispose();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_43 = __this->get_callback_2();
|
|
NullCheck(L_43);
|
|
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_43);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_00eb:
|
|
{
|
|
// callback.Call(1);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_44 = __this->get_callback_2();
|
|
NullCheck(L_44);
|
|
LuaFunction_Call_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m92D004180AC5D44B0271C0527A0BF8F853C28011(L_44, 1, /*hidden argument*/LuaFunction_Call_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m92D004180AC5D44B0271C0527A0BF8F853C28011_RuntimeMethod_var);
|
|
// callback.Dispose();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_45 = __this->get_callback_2();
|
|
NullCheck(L_45);
|
|
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_45);
|
|
// });
|
|
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 QRCodePicture_<_QRCodeShare>d__1::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C_QRCodeShareU3Ed__1__ctor_m269FEEEAF79AFA626C82AF7A3D619B86E50E2E67 (U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7 * __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 QRCodePicture_<_QRCodeShare>d__1::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C_QRCodeShareU3Ed__1_System_IDisposable_Dispose_mD3EE3F79CF15EE4261F1F20B5FCD143198CD5E18 (U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean QRCodePicture_<_QRCodeShare>d__1::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3C_QRCodeShareU3Ed__1_MoveNext_mB791B0F07F28F25A37A0D4F0C1F2BCED4FC6EF22 (U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3C_QRCodeShareU3Ed__1_MoveNext_mB791B0F07F28F25A37A0D4F0C1F2BCED4FC6EF22_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
{
|
|
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_00c6;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0122;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// var targeImage = Application.persistentDataPath + "/qrcode" + uid + ".jpg";
|
|
String_t* L_2 = Application_get_persistentDataPath_m82E34156D8BD0A55CAC258CDFE8317FAD6945F5B(/*hidden argument*/NULL);
|
|
String_t* L_3 = __this->get_uid_2();
|
|
String_t* L_4 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_2, _stringLiteral12F3444748D953991779E8ADAAFCDDAC07976CE1, L_3, _stringLiteralDCDFD41CB6E96E78736DEB5F5ADD6F6311DA8E80, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// var thumbImage = Application.persistentDataPath + "/qrcode" + uid + "_thumb.jpg";
|
|
String_t* L_5 = Application_get_persistentDataPath_m82E34156D8BD0A55CAC258CDFE8317FAD6945F5B(/*hidden argument*/NULL);
|
|
String_t* L_6 = __this->get_uid_2();
|
|
String_t* L_7 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_5, _stringLiteral12F3444748D953991779E8ADAAFCDDAC07976CE1, L_6, _stringLiteralE5637F73A0F9720947FDD94EB39FE1B015489E1C, /*hidden argument*/NULL);
|
|
V_2 = L_7;
|
|
// var addr = url + "?nick=" + Convert.ToBase64String(System.Text.Encoding.UTF8.GetBytes(nick)) + "&uid=" + uid;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = L_8;
|
|
String_t* L_10 = __this->get_url_3();
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, L_10);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_10);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = L_9;
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, _stringLiteral3BCE97D89DA6A9884FE17CE6C92DDA12CA6927C4);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral3BCE97D89DA6A9884FE17CE6C92DDA12CA6927C4);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = L_11;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_13 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
|
|
String_t* L_14 = __this->get_nick_4();
|
|
NullCheck(L_13);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_13, L_14);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
String_t* L_16 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_15, /*hidden argument*/NULL);
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, L_16);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_16);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = L_12;
|
|
NullCheck(L_17);
|
|
ArrayElementTypeCheck (L_17, _stringLiteral19BA6347309D9E8CB506DB787B9A16D9F98FE9EB);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral19BA6347309D9E8CB506DB787B9A16D9F98FE9EB);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = L_17;
|
|
String_t* L_19 = __this->get_uid_2();
|
|
NullCheck(L_18);
|
|
ArrayElementTypeCheck (L_18, L_19);
|
|
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_19);
|
|
String_t* L_20 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_18, /*hidden argument*/NULL);
|
|
V_3 = L_20;
|
|
// if (noRefresh && File.Exists(targeImage) && File.Exists(thumbImage))
|
|
bool L_21 = __this->get_noRefresh_5();
|
|
if (!L_21)
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_22 = V_1;
|
|
bool L_23 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_22, /*hidden argument*/NULL);
|
|
if (!L_23)
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_24 = V_2;
|
|
bool L_25 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_24, /*hidden argument*/NULL);
|
|
if (!L_25)
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
{
|
|
// yield return null;
|
|
__this->set_U3CU3E2__current_1(NULL);
|
|
__this->set_U3CU3E1__state_0(1);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// callback.Call(1);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_26 = __this->get_callback_6();
|
|
NullCheck(L_26);
|
|
LuaFunction_Call_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m92D004180AC5D44B0271C0527A0BF8F853C28011(L_26, 1, /*hidden argument*/LuaFunction_Call_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m92D004180AC5D44B0271C0527A0BF8F853C28011_RuntimeMethod_var);
|
|
// callback.Dispose();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_27 = __this->get_callback_6();
|
|
NullCheck(L_27);
|
|
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_27);
|
|
// }
|
|
goto IL_0129;
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
// if (File.Exists(targeImage))
|
|
String_t* L_28 = V_1;
|
|
bool L_29 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_28, /*hidden argument*/NULL);
|
|
if (!L_29)
|
|
{
|
|
goto IL_00f6;
|
|
}
|
|
}
|
|
{
|
|
// File.Delete(targeImage);
|
|
String_t* L_30 = V_1;
|
|
File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2(L_30, /*hidden argument*/NULL);
|
|
goto IL_0104;
|
|
}
|
|
|
|
IL_00f6:
|
|
{
|
|
// else if (File.Exists(thumbImage))
|
|
String_t* L_31 = V_2;
|
|
bool L_32 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_31, /*hidden argument*/NULL);
|
|
if (!L_32)
|
|
{
|
|
goto IL_0104;
|
|
}
|
|
}
|
|
{
|
|
// File.Delete(thumbImage);
|
|
String_t* L_33 = V_2;
|
|
File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2(L_33, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0104:
|
|
{
|
|
// downloadPicture(targeImage, thumbImage, addr, callback);
|
|
String_t* L_34 = V_1;
|
|
String_t* L_35 = V_2;
|
|
String_t* L_36 = V_3;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_37 = __this->get_callback_6();
|
|
QRCodePicture_downloadPicture_m810A62E89F18C76A23CE3FFC88F2EF908FDEF465(L_34, L_35, L_36, L_37, /*hidden argument*/NULL);
|
|
// yield return null;
|
|
__this->set_U3CU3E2__current_1(NULL);
|
|
__this->set_U3CU3E1__state_0(2);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0122:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
}
|
|
|
|
IL_0129:
|
|
{
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object QRCodePicture_<_QRCodeShare>d__1::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3C_QRCodeShareU3Ed__1_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m7363017C318125B02E429D53AE26A9A30175DE7B (U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void QRCodePicture_<_QRCodeShare>d__1::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C_QRCodeShareU3Ed__1_System_Collections_IEnumerator_Reset_mB7CD49E2D1AFAEC173D37D123AD7999FE0A391F2 (U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3C_QRCodeShareU3Ed__1_System_Collections_IEnumerator_Reset_mB7CD49E2D1AFAEC173D37D123AD7999FE0A391F2_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_QRCodeShareU3Ed__1_System_Collections_IEnumerator_Reset_mB7CD49E2D1AFAEC173D37D123AD7999FE0A391F2_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Object QRCodePicture_<_QRCodeShare>d__1::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3C_QRCodeShareU3Ed__1_System_Collections_IEnumerator_get_Current_m3BF768F4AAD940F70927027C88FADB879315430D (U3C_QRCodeShareU3Ed__1_t5B267D5157843CFB0698356DA9190AE0387FF6D7 * __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_QRCodePictureWrap_Take_m6BC33D7759B2ED1ACA3053402DB72FD808DAC972(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = QRCodePictureWrap_Take_m6BC33D7759B2ED1ACA3053402DB72FD808DAC972(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_QRCodePictureWrap_GenerateQRcode_m0F481705F15A672DB20245CB417D1FA4F2D10E0C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = QRCodePictureWrap_GenerateQRcode_m0F481705F15A672DB20245CB417D1FA4F2D10E0C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_QRCodePictureWrap_CombanitePicture_m92786056DA2517927F3231963BCC73DEAC9163EE(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = QRCodePictureWrap_CombanitePicture_m92786056DA2517927F3231963BCC73DEAC9163EE(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void QRCodePictureWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QRCodePictureWrap_Register_m5B69819F6A63A8A10FF9AAFC0305DF9C1C40FD22 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (QRCodePictureWrap_Register_m5B69819F6A63A8A10FF9AAFC0305DF9C1C40FD22_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginStaticLibs("QRCodePicture");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
NullCheck(L_0);
|
|
LuaState_BeginStaticLibs_m4800BEB58E15C7581A5D8E67C51D6EDED0655F4C(L_0, _stringLiteral9AEBB428194191321E3D0F3E653CA2A8203A217E, /*hidden argument*/NULL);
|
|
// L.RegFunction("Take", Take);
|
|
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)QRCodePictureWrap_Take_m6BC33D7759B2ED1ACA3053402DB72FD808DAC972_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_1, _stringLiteral56806A1FFDDE7EF9980B8850997E6A7523AAF863, L_2, /*hidden argument*/NULL);
|
|
// L.RegFunction("GenerateQRcode", GenerateQRcode);
|
|
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)QRCodePictureWrap_GenerateQRcode_m0F481705F15A672DB20245CB417D1FA4F2D10E0C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_3, _stringLiteral49799DA7C8A5A2A48B68426D5A04A509EC9B57BA, L_4, /*hidden argument*/NULL);
|
|
// L.RegFunction("CombanitePicture", CombanitePicture);
|
|
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)QRCodePictureWrap_CombanitePicture_m92786056DA2517927F3231963BCC73DEAC9163EE_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral9BEBA1FCC781C7171C748DF02A6EFF40A8B645F5, L_6, /*hidden argument*/NULL);
|
|
// L.EndStaticLibs();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = ___L0;
|
|
NullCheck(L_7);
|
|
LuaState_EndStaticLibs_m40DB36CA82970F6F508315AB38F4A742419AF3F6(L_7, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 QRCodePictureWrap::Take(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QRCodePictureWrap_Take_m6BC33D7759B2ED1ACA3053402DB72FD808DAC972 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (QRCodePictureWrap_Take_m6BC33D7759B2ED1ACA3053402DB72FD808DAC972_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
String_t* V_5 = NULL;
|
|
String_t* V_6 = NULL;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_7 = NULL;
|
|
bool V_8 = false;
|
|
Exception_t * V_9 = 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 == 4)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 1, /*hidden argument*/NULL);
|
|
// string arg1 = 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;
|
|
// string arg2 = ToLua.CheckString(L, 3);
|
|
intptr_t L_7 = ___L0;
|
|
String_t* L_8 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_7, 3, /*hidden argument*/NULL);
|
|
V_2 = L_8;
|
|
// LuaFunction arg3 = ToLua.CheckLuaFunction(L, 4);
|
|
intptr_t L_9 = ___L0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_9, 4, /*hidden argument*/NULL);
|
|
V_3 = L_10;
|
|
// QRCodePicture.Take(arg0, arg1, arg2, arg3);
|
|
String_t* L_11 = V_1;
|
|
String_t* L_12 = V_2;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_13 = V_3;
|
|
QRCodePicture_Take_m551A3E1B0A60A03C25C017C4C47DB96FEA653A1D(L_4, L_11, L_12, L_13, (bool)0, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_4 = 0;
|
|
goto IL_0096;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// else if (count == 5)
|
|
int32_t L_14 = V_0;
|
|
if ((!(((uint32_t)L_14) == ((uint32_t)5))))
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_15 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_16 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_15, 1, /*hidden argument*/NULL);
|
|
// string arg1 = ToLua.CheckString(L, 2);
|
|
intptr_t L_17 = ___L0;
|
|
String_t* L_18 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_17, 2, /*hidden argument*/NULL);
|
|
V_5 = L_18;
|
|
// string arg2 = ToLua.CheckString(L, 3);
|
|
intptr_t L_19 = ___L0;
|
|
String_t* L_20 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_19, 3, /*hidden argument*/NULL);
|
|
V_6 = L_20;
|
|
// LuaFunction arg3 = ToLua.CheckLuaFunction(L, 4);
|
|
intptr_t L_21 = ___L0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_22 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_21, 4, /*hidden argument*/NULL);
|
|
V_7 = L_22;
|
|
// bool arg4 = LuaDLL.luaL_checkboolean(L, 5);
|
|
intptr_t L_23 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_24 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_23, 5, /*hidden argument*/NULL);
|
|
V_8 = L_24;
|
|
// QRCodePicture.Take(arg0, arg1, arg2, arg3, arg4);
|
|
String_t* L_25 = V_5;
|
|
String_t* L_26 = V_6;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_27 = V_7;
|
|
bool L_28 = V_8;
|
|
QRCodePicture_Take_m551A3E1B0A60A03C25C017C4C47DB96FEA653A1D(L_16, L_25, L_26, L_27, L_28, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_4 = 0;
|
|
goto IL_0096;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: QRCodePicture.Take");
|
|
intptr_t L_29 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_30 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_29, _stringLiteral30D0CA319D4B6EDB8C4F4DCF25771F6FE7B65EEF, /*hidden argument*/NULL);
|
|
V_4 = L_30;
|
|
goto IL_0096;
|
|
}
|
|
} // 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_0088;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0088:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_9 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_31 = ___L0;
|
|
Exception_t * L_32 = V_9;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_33 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_31, L_32, /*hidden argument*/NULL);
|
|
V_4 = L_33;
|
|
goto IL_0096;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0096:
|
|
{
|
|
// }
|
|
int32_t L_34 = V_4;
|
|
return L_34;
|
|
}
|
|
}
|
|
// System.Int32 QRCodePictureWrap::GenerateQRcode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QRCodePictureWrap_GenerateQRcode_m0F481705F15A672DB20245CB417D1FA4F2D10E0C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (QRCodePictureWrap_GenerateQRcode_m0F481705F15A672DB20245CB417D1FA4F2D10E0C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * 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, 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);
|
|
// int arg1 = (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)));
|
|
// int arg2 = (int)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_5 = ___L0;
|
|
double L_6 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_5, 3, /*hidden argument*/NULL);
|
|
V_1 = (((int32_t)((int32_t)L_6)));
|
|
// UnityEngine.Texture2D o = QRCodePicture.GenerateQRcode(arg0, arg1, arg2);
|
|
int32_t L_7 = V_0;
|
|
int32_t L_8 = V_1;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_9 = QRCodePicture_GenerateQRcode_mBD0B42C7E3B334B9E154D6E938F7B2F3A5B85F67(L_2, L_7, L_8, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// ToLua.PushSealed(L, o);
|
|
intptr_t L_10 = ___L0;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_11 = V_2;
|
|
ToLua_PushSealed_TisTexture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_mB80700D257812A19AB31D1597568D6A5C1FD54AD((intptr_t)L_10, L_11, /*hidden argument*/ToLua_PushSealed_TisTexture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_mB80700D257812A19AB31D1597568D6A5C1FD54AD_RuntimeMethod_var);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0040;
|
|
} // 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_0033;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0033:
|
|
{ // 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_0040;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0040:
|
|
{
|
|
// }
|
|
int32_t L_15 = V_3;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Int32 QRCodePictureWrap::CombanitePicture(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QRCodePictureWrap_CombanitePicture_m92786056DA2517927F3231963BCC73DEAC9163EE (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (QRCodePictureWrap_CombanitePicture_m92786056DA2517927F3231963BCC73DEAC9163EE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
String_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)
|
|
// ToLua.CheckArgsCount(L, 5);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 5, /*hidden argument*/NULL);
|
|
// UnityEngine.Texture2D arg0 = (UnityEngine.Texture2D)ToLua.CheckObject(L, 1, typeof(UnityEngine.Texture2D));
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_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.Texture2D arg1 = (UnityEngine.Texture2D)ToLua.CheckObject(L, 2, typeof(UnityEngine.Texture2D));
|
|
intptr_t L_5 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_0_0_0_var) };
|
|
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
|
|
RuntimeObject * L_8 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_5, 2, L_7, /*hidden argument*/NULL);
|
|
V_0 = ((Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C *)CastclassSealed((RuntimeObject*)L_8, Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var));
|
|
// int arg2 = (int)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_9 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_10 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_9, 3, /*hidden argument*/NULL);
|
|
V_1 = (((int32_t)((int32_t)L_10)));
|
|
// int arg3 = (int)LuaDLL.luaL_checknumber(L, 4);
|
|
intptr_t L_11 = ___L0;
|
|
double L_12 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_11, 4, /*hidden argument*/NULL);
|
|
V_2 = (((int32_t)((int32_t)L_12)));
|
|
// string arg4 = ToLua.CheckString(L, 5);
|
|
intptr_t L_13 = ___L0;
|
|
String_t* L_14 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_13, 5, /*hidden argument*/NULL);
|
|
V_3 = L_14;
|
|
// QRCodePicture.CombanitePicture(arg0, arg1, arg2, arg3, arg4);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_15 = V_0;
|
|
int32_t L_16 = V_1;
|
|
int32_t L_17 = V_2;
|
|
String_t* L_18 = V_3;
|
|
QRCodePicture_CombanitePicture_m15DE4662A0817B99F44A936B942CA39946427A8E(((Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C *)CastclassSealed((RuntimeObject*)L_4, Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var)), L_15, L_16, L_17, L_18, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_4 = 0;
|
|
goto IL_006a;
|
|
} // 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_005c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_005c:
|
|
{ // 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_4 = L_21;
|
|
goto IL_006a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_006a:
|
|
{
|
|
// }
|
|
int32_t L_22 = V_4;
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.Void QRCodePictureWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QRCodePictureWrap__ctor_m19E0B8B9CDF5261F2E5034D7E55F3F5626A5D656 (QRCodePictureWrap_tC43A567771D9CD5E700029222F91D9698B1198C2 * __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.String RSAHelper::Encrypt(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSAHelper_Encrypt_m8FD5D2F8B6BFB3B428B7FC8BA820E1C0E8DEEE8C (String_t* ___plainText0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RSAHelper_Encrypt_m8FD5D2F8B6BFB3B428B7FC8BA820E1C0E8DEEE8C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * V_0 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
|
|
String_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) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// using (RSACryptoServiceProvider rsa = RSAHelper.CreateFromBase64PublicKey(publicKey))
|
|
IL2CPP_RUNTIME_CLASS_INIT(RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = ((RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F_StaticFields*)il2cpp_codegen_static_fields_for(RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F_il2cpp_TypeInfo_var))->get_publicKey_0();
|
|
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_1 = RSAHelper_CreateFromBase64PublicKey_m550DD9DA5D78EC456927BF51060FA1EED6B2C867(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_000b:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// byte[] data = Encoding.UTF8.GetBytes(plainText);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
|
|
String_t* L_3 = ___plainText0;
|
|
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;
|
|
// byte[] enc = rsa.Encrypt(data, false);
|
|
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_5 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_1;
|
|
NullCheck(L_5);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = RSACryptoServiceProvider_Encrypt_mAD027B5D8DED8B0D373BC367EBF6961A2FF0F9C7(L_5, L_6, (bool)0, /*hidden argument*/NULL);
|
|
// Debugger.Log(Convert.ToBase64String(rsa.Encrypt(Encoding.UTF8.GetBytes("{\"password\":\"111111\",\"deviceCode\":\"281a228fac1c29d25c1a3e572b15ad47d5f66811\",\"id\":777777}"),false)));
|
|
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_8 = V_0;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_9 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_9, _stringLiteral9E16F8619C3E2636EE0547BF1A22DB36E2B099BE);
|
|
NullCheck(L_8);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = RSACryptoServiceProvider_Encrypt_mAD027B5D8DED8B0D373BC367EBF6961A2FF0F9C7(L_8, L_10, (bool)0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
String_t* L_12 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_11, /*hidden argument*/NULL);
|
|
Debugger_Log_mB2B5617E3EC0B88F323398E857AFB6B011AE3DCC(L_12, /*hidden argument*/NULL);
|
|
// return Convert.ToBase64String(enc);
|
|
String_t* L_13 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_7, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
IL2CPP_LEAVE(0x51, FINALLY_0047);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0047;
|
|
}
|
|
|
|
FINALLY_0047:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_14 = V_0;
|
|
if (!L_14)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_15 = V_0;
|
|
NullCheck(L_15);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_15);
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
IL2CPP_END_FINALLY(71)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(71)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x51, IL_0051)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
// }
|
|
String_t* L_16 = V_2;
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Security.Cryptography.RSACryptoServiceProvider RSAHelper::CreateFromBase64PublicKey(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * RSAHelper_CreateFromBase64PublicKey_m550DD9DA5D78EC456927BF51060FA1EED6B2C867 (String_t* ___base64PublicKey0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RSAHelper_CreateFromBase64PublicKey_m550DD9DA5D78EC456927BF51060FA1EED6B2C867_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
|
|
String_t* V_5 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B2_0 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B1_0 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B4_0 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B3_0 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B6_0 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B5_0 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B8_0 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B7_0 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B10_0 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B9_0 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B12_0 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B11_0 = NULL;
|
|
{
|
|
// byte[] keyBytes = Convert.FromBase64String(base64PublicKey);
|
|
String_t* L_0 = ___base64PublicKey0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156(L_0, /*hidden argument*/NULL);
|
|
// int offset = 0;
|
|
V_0 = 0;
|
|
// if (keyBytes[offset++] != 0x30) throw new Exception("Invalid public key format");
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1;
|
|
int32_t L_3 = V_0;
|
|
int32_t L_4 = L_3;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
|
|
NullCheck(L_2);
|
|
int32_t L_5 = L_4;
|
|
uint8_t L_6 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
G_B1_0 = L_2;
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)48))))
|
|
{
|
|
G_B2_0 = L_2;
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
// if (keyBytes[offset++] != 0x30) throw new Exception("Invalid public key format");
|
|
Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_7, _stringLiteralCCDD1F7C8707E3F877F9926E7B07069CC7BD0B78, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, RSAHelper_CreateFromBase64PublicKey_m550DD9DA5D78EC456927BF51060FA1EED6B2C867_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// ReadLength(keyBytes, ref offset); // ??????
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = G_B2_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F_il2cpp_TypeInfo_var);
|
|
RSAHelper_ReadLength_mA95C839B9574CA5F6F8B0E9ADD528B05401B3BB7(L_8, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
// if (keyBytes[offset++] != 0x30) throw new Exception("Invalid public key format");
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = L_8;
|
|
int32_t L_10 = V_0;
|
|
int32_t L_11 = L_10;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
NullCheck(L_9);
|
|
int32_t L_12 = L_11;
|
|
uint8_t L_13 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
G_B3_0 = L_9;
|
|
if ((((int32_t)L_13) == ((int32_t)((int32_t)48))))
|
|
{
|
|
G_B4_0 = L_9;
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
// if (keyBytes[offset++] != 0x30) throw new Exception("Invalid public key format");
|
|
Exception_t * L_14 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_14, _stringLiteralCCDD1F7C8707E3F877F9926E7B07069CC7BD0B78, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, RSAHelper_CreateFromBase64PublicKey_m550DD9DA5D78EC456927BF51060FA1EED6B2C867_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
// ReadLength(keyBytes, ref offset);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = G_B4_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F_il2cpp_TypeInfo_var);
|
|
RSAHelper_ReadLength_mA95C839B9574CA5F6F8B0E9ADD528B05401B3BB7(L_15, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
// offset += 13; // rsaEncryption OID + NULL
|
|
int32_t L_16 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)((int32_t)13)));
|
|
// if (keyBytes[offset++] != 0x03) throw new Exception("Invalid public key format");
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = L_15;
|
|
int32_t L_18 = V_0;
|
|
int32_t L_19 = L_18;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
|
|
NullCheck(L_17);
|
|
int32_t L_20 = L_19;
|
|
uint8_t L_21 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
G_B5_0 = L_17;
|
|
if ((((int32_t)L_21) == ((int32_t)3)))
|
|
{
|
|
G_B6_0 = L_17;
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
// if (keyBytes[offset++] != 0x03) throw new Exception("Invalid public key format");
|
|
Exception_t * L_22 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_22, _stringLiteralCCDD1F7C8707E3F877F9926E7B07069CC7BD0B78, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, RSAHelper_CreateFromBase64PublicKey_m550DD9DA5D78EC456927BF51060FA1EED6B2C867_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
// int bitStringLength = ReadLength(keyBytes, ref offset);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = G_B6_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F_il2cpp_TypeInfo_var);
|
|
RSAHelper_ReadLength_mA95C839B9574CA5F6F8B0E9ADD528B05401B3BB7(L_23, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
// offset++; // unused bits
|
|
int32_t L_24 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
|
|
// if (keyBytes[offset++] != 0x30) throw new Exception("Invalid public key format");
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = L_23;
|
|
int32_t L_26 = V_0;
|
|
int32_t L_27 = L_26;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
|
|
NullCheck(L_25);
|
|
int32_t L_28 = L_27;
|
|
uint8_t L_29 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
|
|
G_B7_0 = L_25;
|
|
if ((((int32_t)L_29) == ((int32_t)((int32_t)48))))
|
|
{
|
|
G_B8_0 = L_25;
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
// if (keyBytes[offset++] != 0x30) throw new Exception("Invalid public key format");
|
|
Exception_t * L_30 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_30, _stringLiteralCCDD1F7C8707E3F877F9926E7B07069CC7BD0B78, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, RSAHelper_CreateFromBase64PublicKey_m550DD9DA5D78EC456927BF51060FA1EED6B2C867_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
// ReadLength(keyBytes, ref offset);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = G_B8_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F_il2cpp_TypeInfo_var);
|
|
RSAHelper_ReadLength_mA95C839B9574CA5F6F8B0E9ADD528B05401B3BB7(L_31, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
// if (keyBytes[offset++] != 0x02) throw new Exception("Invalid public key format");
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = L_31;
|
|
int32_t L_33 = V_0;
|
|
int32_t L_34 = L_33;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
|
|
NullCheck(L_32);
|
|
int32_t L_35 = L_34;
|
|
uint8_t L_36 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
|
|
G_B9_0 = L_32;
|
|
if ((((int32_t)L_36) == ((int32_t)2)))
|
|
{
|
|
G_B10_0 = L_32;
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
{
|
|
// if (keyBytes[offset++] != 0x02) throw new Exception("Invalid public key format");
|
|
Exception_t * L_37 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_37, _stringLiteralCCDD1F7C8707E3F877F9926E7B07069CC7BD0B78, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, RSAHelper_CreateFromBase64PublicKey_m550DD9DA5D78EC456927BF51060FA1EED6B2C867_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
// int modulusLength = ReadLength(keyBytes, ref offset);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = G_B10_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F_il2cpp_TypeInfo_var);
|
|
int32_t L_39 = RSAHelper_ReadLength_mA95C839B9574CA5F6F8B0E9ADD528B05401B3BB7(L_38, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
V_1 = L_39;
|
|
// byte[] modulus = new byte[modulusLength];
|
|
int32_t L_40 = V_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_40);
|
|
V_2 = L_41;
|
|
// Array.Copy(keyBytes, offset, modulus, 0, modulusLength);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = L_38;
|
|
int32_t L_43 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = V_2;
|
|
int32_t L_45 = V_1;
|
|
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_42, L_43, (RuntimeArray *)(RuntimeArray *)L_44, 0, L_45, /*hidden argument*/NULL);
|
|
// offset += modulusLength;
|
|
int32_t L_46 = V_0;
|
|
int32_t L_47 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)L_47));
|
|
// if (keyBytes[offset++] != 0x02) throw new Exception("Invalid public key format");
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = L_42;
|
|
int32_t L_49 = V_0;
|
|
int32_t L_50 = L_49;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1));
|
|
NullCheck(L_48);
|
|
int32_t L_51 = L_50;
|
|
uint8_t L_52 = (L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
|
|
G_B11_0 = L_48;
|
|
if ((((int32_t)L_52) == ((int32_t)2)))
|
|
{
|
|
G_B12_0 = L_48;
|
|
goto IL_00d4;
|
|
}
|
|
}
|
|
{
|
|
// if (keyBytes[offset++] != 0x02) throw new Exception("Invalid public key format");
|
|
Exception_t * L_53 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_53, _stringLiteralCCDD1F7C8707E3F877F9926E7B07069CC7BD0B78, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, RSAHelper_CreateFromBase64PublicKey_m550DD9DA5D78EC456927BF51060FA1EED6B2C867_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00d4:
|
|
{
|
|
// int exponentLength = ReadLength(keyBytes, ref offset);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_54 = G_B12_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F_il2cpp_TypeInfo_var);
|
|
int32_t L_55 = RSAHelper_ReadLength_mA95C839B9574CA5F6F8B0E9ADD528B05401B3BB7(L_54, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
V_3 = L_55;
|
|
// byte[] exponent = new byte[exponentLength];
|
|
int32_t L_56 = V_3;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_57 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_56);
|
|
V_4 = L_57;
|
|
// Array.Copy(keyBytes, offset, exponent, 0, exponentLength);
|
|
int32_t L_58 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_59 = V_4;
|
|
int32_t L_60 = V_3;
|
|
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_54, L_58, (RuntimeArray *)(RuntimeArray *)L_59, 0, L_60, /*hidden argument*/NULL);
|
|
// string xml = $"<RSAKeyValue><Modulus>{Convert.ToBase64String(modulus)}</Modulus><Exponent>{Convert.ToBase64String(exponent)}</Exponent></RSAKeyValue>";
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_61 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_62 = L_61;
|
|
NullCheck(L_62);
|
|
ArrayElementTypeCheck (L_62, _stringLiteral6C8453D3068655974181930570AA7E07E9733071);
|
|
(L_62)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral6C8453D3068655974181930570AA7E07E9733071);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_63 = L_62;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
String_t* L_65 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_64, /*hidden argument*/NULL);
|
|
NullCheck(L_63);
|
|
ArrayElementTypeCheck (L_63, L_65);
|
|
(L_63)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_65);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_66 = L_63;
|
|
NullCheck(L_66);
|
|
ArrayElementTypeCheck (L_66, _stringLiteral2DC2EE1440BEAC9DCAE3BEBC4D45EA29EC9C9CEB);
|
|
(L_66)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral2DC2EE1440BEAC9DCAE3BEBC4D45EA29EC9C9CEB);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_67 = L_66;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_68 = V_4;
|
|
String_t* L_69 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_68, /*hidden argument*/NULL);
|
|
NullCheck(L_67);
|
|
ArrayElementTypeCheck (L_67, L_69);
|
|
(L_67)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_69);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_70 = L_67;
|
|
NullCheck(L_70);
|
|
ArrayElementTypeCheck (L_70, _stringLiteral694DEBC82C41EE77CCB35D6C3AA36519F25FE472);
|
|
(L_70)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral694DEBC82C41EE77CCB35D6C3AA36519F25FE472);
|
|
String_t* L_71 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_70, /*hidden argument*/NULL);
|
|
V_5 = L_71;
|
|
// RSACryptoServiceProvider rsa = new RSACryptoServiceProvider();
|
|
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_72 = (RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 *)il2cpp_codegen_object_new(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_il2cpp_TypeInfo_var);
|
|
RSACryptoServiceProvider__ctor_m9249D579A83FC34306B6B1A53B677FC0C1DD21E1(L_72, /*hidden argument*/NULL);
|
|
// rsa.FromXmlString(xml);
|
|
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_73 = L_72;
|
|
String_t* L_74 = V_5;
|
|
NullCheck(L_73);
|
|
VirtActionInvoker1< String_t* >::Invoke(11 /* System.Void System.Security.Cryptography.AsymmetricAlgorithm::FromXmlString(System.String) */, L_73, L_74);
|
|
// return rsa;
|
|
return L_73;
|
|
}
|
|
}
|
|
// System.Int32 RSAHelper::ReadLength(System.Byte[],System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RSAHelper_ReadLength_mA95C839B9574CA5F6F8B0E9ADD528B05401B3BB7 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, int32_t* ___offset1, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
{
|
|
// int length = data[offset++];
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0;
|
|
int32_t* L_1 = ___offset1;
|
|
int32_t* L_2 = ___offset1;
|
|
int32_t L_3 = *((int32_t*)L_2);
|
|
V_1 = L_3;
|
|
int32_t L_4 = V_1;
|
|
*((int32_t*)L_1) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
|
|
int32_t L_5 = V_1;
|
|
NullCheck(L_0);
|
|
int32_t L_6 = L_5;
|
|
uint8_t L_7 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
V_0 = L_7;
|
|
// if ((length & 0x80) == 0x80)
|
|
int32_t L_8 = V_0;
|
|
if ((!(((uint32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)128)))) == ((uint32_t)((int32_t)128)))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
// int bytesCount = length & 0x7F;
|
|
int32_t L_9 = V_0;
|
|
V_2 = ((int32_t)((int32_t)L_9&(int32_t)((int32_t)127)));
|
|
// length = 0;
|
|
V_0 = 0;
|
|
// for (int i = 0; i < bytesCount; i++)
|
|
V_3 = 0;
|
|
goto IL_0039;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// length = (length << 8) | data[offset++];
|
|
int32_t L_10 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___data0;
|
|
int32_t* L_12 = ___offset1;
|
|
int32_t* L_13 = ___offset1;
|
|
int32_t L_14 = *((int32_t*)L_13);
|
|
V_1 = L_14;
|
|
int32_t L_15 = V_1;
|
|
*((int32_t*)L_12) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
|
|
int32_t L_16 = V_1;
|
|
NullCheck(L_11);
|
|
int32_t L_17 = L_16;
|
|
uint8_t L_18 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
|
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_10<<(int32_t)8))|(int32_t)L_18));
|
|
// for (int i = 0; i < bytesCount; i++)
|
|
int32_t L_19 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// for (int i = 0; i < bytesCount; i++)
|
|
int32_t L_20 = V_3;
|
|
int32_t L_21 = V_2;
|
|
if ((((int32_t)L_20) < ((int32_t)L_21)))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
// return length;
|
|
int32_t L_22 = V_0;
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.String RSAHelper::Decrypt(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSAHelper_Decrypt_mD2DDEC0522F15D5A8D876E2B5E6A857FD13D19A2 (String_t* ___cipherText0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RSAHelper_Decrypt_mD2DDEC0522F15D5A8D876E2B5E6A857FD13D19A2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * V_0 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
|
|
String_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) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// using (RSACryptoServiceProvider rsa = RSAHelper.CreateFromBase64PublicKey(privateKey))
|
|
IL2CPP_RUNTIME_CLASS_INIT(RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = ((RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F_StaticFields*)il2cpp_codegen_static_fields_for(RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F_il2cpp_TypeInfo_var))->get_privateKey_1();
|
|
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_1 = RSAHelper_CreateFromBase64PublicKey_m550DD9DA5D78EC456927BF51060FA1EED6B2C867(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_000b:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// byte[] data = Convert.FromBase64String(cipherText);
|
|
String_t* L_2 = ___cipherText0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156(L_2, /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// byte[] dec = rsa.Decrypt(data, false);
|
|
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_4 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_1;
|
|
NullCheck(L_4);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = RSACryptoServiceProvider_Decrypt_mA7FF4E2C1C90593EDA188D11B6796FC6A82649FB(L_4, L_5, (bool)0, /*hidden argument*/NULL);
|
|
V_2 = L_6;
|
|
// return Encoding.UTF8.GetString(dec);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_7 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_2;
|
|
NullCheck(L_7);
|
|
String_t* L_9 = VirtFuncInvoker1< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(34 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_7, L_8);
|
|
V_3 = L_9;
|
|
IL2CPP_LEAVE(0x33, FINALLY_0029);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0029;
|
|
}
|
|
|
|
FINALLY_0029:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_10 = V_0;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_11 = V_0;
|
|
NullCheck(L_11);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_11);
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
IL2CPP_END_FINALLY(41)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(41)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x33, IL_0033)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
String_t* L_12 = V_3;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Void RSAHelper::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAHelper__cctor_m6048EB9F2FB3D099336B0327DAB04636C4FFA518 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RSAHelper__cctor_m6048EB9F2FB3D099336B0327DAB04636C4FFA518_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private static string publicKey =
|
|
// "MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAmZLmb4paD13E2uOueFStT1g8OnA4JQYkN4PZl/il7Nb05EbZrRbQz/5VbiZxc+S4asfFrrU0d++gjiluiAbBBhgtQSi+eNZuJ2wrBxjvN3W9d14XMmZKDg21Knu7tDUwOlEfCPVMZ/nJ+9YU6mnEvme29UgpI4RbEIIWPuDW3DavbaOvZ/cYP+0m2pxU3mETwDbVpbM3LimJ4JOBIs7XhV2UqEUfRVCYiuZUkydOCs1TgTJRJC5qgYpx4wUZ0ja7t9jP3klg/vjjyA1SDnC98bQLR5QzVJE1LvI2Rr3AHfZS0hckg0WAR87D1R8sGjmQ0TUi4qanpQYhEL4dBH8a6TX/xssobM7M+XgFsGiT4fWG18JhJM98rhVEk2AUaXgnFNf3OyLP+NuYrqjYamuug00s2azCl/rQCkvnLWO4W+lPn27ZinnBRg1+r2fNws7dPPa/8tWScRcTtfaidYsQP2lnYJvFgc299HdQL7iFgL336NihUxll09Hhm7vf8+N0ZP5TLE8SRoSfHNgHup6k9YG5e+V9bW4VckQFgPPBlHSS0mDEOvD9d54+F1cBg/sG8XMduW5WhfroYsMbRzB9a4rIfctn6yqpM+ot2EW8CKgiOVM5lJQhBwX5rMKnMTaApt6EIigY6jRVFNCOtQPDZ9prLBsp3asQxf7Vg9kfrVUCAwEAAQ==";
|
|
((RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F_StaticFields*)il2cpp_codegen_static_fields_for(RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F_il2cpp_TypeInfo_var))->set_publicKey_0(_stringLiteral5CAB6CC2063253A07CED6E5F1D2E762EDBA703B2);
|
|
// private static string privateKey =
|
|
// "MIIJQgIBADANBgkqhkiG9w0BAQEFAASCCSwwggkoAgEAAoICAQCZkuZviloPXcTa4654VK1PWDw6cDglBiQ3g9mX+KXs1vTkRtmtFtDP/lVuJnFz5Lhqx8WutTR376COKW6IBsEGGC1BKL541m4nbCsHGO83db13XhcyZkoODbUqe7u0NTA6UR8I9Uxn+cn71hTqacS+Z7b1SCkjhFsQghY+4NbcNq9to69n9xg/7SbanFTeYRPANtWlszcuKYngk4EizteFXZSoRR9FUJiK5lSTJ04KzVOBMlEkLmqBinHjBRnSNru32M/eSWD++OPIDVIOcL3xtAtHlDNUkTUu8jZGvcAd9lLSFySDRYBHzsPVHywaOZDRNSLipqelBiEQvh0EfxrpNf/Gyyhszsz5eAWwaJPh9YbXwmEkz3yuFUSTYBRpeCcU1/c7Is/425iuqNhqa66DTSzZrMKX+tAKS+ctY7hb6U+fbtmKecFGDX6vZ83Czt089r/y1ZJxFxO19qJ1ixA/aWdgm8WBzb30d1AvuIWAvffo2KFTGWXT0eGbu9/z43Rk/lMsTxJGhJ8c2Ae6nqT1gbl75X1tbhVyRAWA88GUdJLSYMQ68P13nj4XVwGD+wbxcx25blaF+uhiwxtHMH1rish9y2frKqkz6i3YRbwIqCI5UzmUlCEHBfmswqcxNoCm3oQiKBjqNFUU0I61A8Nn2mssGyndqxDF/tWD2R+tVQIDAQABAoICAA0KYVDlYaJeZwHjRYRoRFMxfePEdbAHJnokUwzJi2ViF2du8Lr27gJLaXux/f5GVLaUgh/EuVDZ4ztPH1ijoi5fTTB0QkBGjRIB6GFw55dBAzaoobWg4/bviQuzeAvkXFUHYGhFVBicKF+fHSWOl6tHaUzItN2UNptfQH5UX0pRxnG77YAZhlCfVaZIkhhUC/ZNcbThU/Uyh8evHs8S21Ay0xW60N306w8YYeQg+UqHhui4mhVFb7vSQrtxSnEEPspsubH5bygXgFgTcX1Sa36juDV6yyUKM4bqAFvfbvncWcoHNw2CkFMIpq5pODh93OM27OBsIF4t+A7Q5evk0ycJzydb0b/TKosxvv55ft1LKSUa/d0Kz88rCBHlHmome1sIXXYVOCoaynOEGh+fxCfAnIZ3Jskr/EUFvfCduM4bIzY/vWI/aRKm0XlatTiM7IfefrYr3mrXPRzRg2BV9l7mftrRUP8y3+QgacmskG1TpfHBigAwXKUjYMm2FQAHldes+oMwRJZQqDzWy9u5FQPfIP0yPdp5ICPTcTePFV2GEk6aLWbNNflfU3W8JheR52rj9A52yAmaLq1ovcFL4Y5sCG4AzOivB4Dp7O2NQklFG9RrWR0Pf2SUh+Fax5j5WLWTyi8fQykfknhdr/0K7OKDN9FlLhtGQSx9Nfv4Fdn9AoIBAQD75tsHcBWh9A9/VKRB9eJkKtIQigkVQMhtV+QMRn+UuWTdSXVVwBOHKJjDponKp+BaKBNZPaNV/QItCjpTXIPZ44zCy0bxQVmcN17pTNX95o+GfDrVD42z/xO9ljmZLPCs4GDfpAndt4VzOil4jEyLqsZRbLtaLuVyL6v0BJAA538cL2scQ6eI9OlHFPRjxTxCIXnX8LDaFWl4/jOrSSGr+nrZ+eZlQlvYIz0T0s2lzTTiFk7qTJ1u3XknU4xn90nfhQYNyd1nyp4zK38zEOcQomxZthuid3OHu8vFgCfIuoAvz1MiLsZe42nd3CVUxWviW87HMrWTxy6ZmmxdNB8/AoIBAQCcEoTcGJe4Nz8+1e5F7cZusy7zt12SLFlzJkhSFom/2Iai7j8fWRHck9xeGqi97NoGMEnzxy7wSwEJJudlHuZHBhG1Uagx0UxE7VO0tpjm/qUz+bebdtlf3NS0O00Kvg1rh4ldSJejhR9fcxUAEoKIuekYfYSjtpApO3pYFf3HsPON2xBsdSqt5XmUUgUpxfb56E/sYVL1fujXTxxSx0R8VPbavlMjOaHygRydcinvhCGF/bDEmicB4ujmNBuuCJ/qtPPXy+Uwwlejgv419ZVzwFEhMEhKvz1KDfNEaVY1WCoQSX2UUrr2QxIfcOITpbuPzgOIVqKrTPYYbpr//+JrAoIBAQC5nDdT2bD27sDkj9egiq9QI4U5jpx2vo9wkkyFBwVG7vx1WYVNtAQvmShHMdViMCTOCa2IGjTaTV1nFpw3hHna+SJk/ie96OtAgkQ7H9SmC1dCPxOSnq1JLfC7x4+VYFnO6F45K8PhTTLV3stj+e0FFMaghL/gCaIjayEG4r3BDNLKT95aqzctYVjqeXRCd7iY+dWv2bhWWWSoNJaZ5X8cG6qeJtcvUaAfOIfurWu+eeA3nzxyxBVU9XgqFBPnH32dZ4U4b7/mlJPRHIHTfObliOjRia//HIlSQHw7gNzPuSxvDhMxosmkbWk6gtY3CmkeF4vbl2/X/fJGWFT0sE09AoIBADL79bz0p7N9EMMVHbZoW3dUP5VMJFwY8sukCOIQDMXIFQtqquIxtZ0KDGYNbWxF0F9PLQle2x2SUu9LbzHgazduayCBYWGMzs6BfOO+9qoXK56UB//YTmB7glyyNpO4zCeBakU37plzZnFG5ehVI6FIojXm4wqcG/HsRSY7YOD4FEgV9QKJL/0IxrPGK3ue+PRgiKNek7wwzh1v8X+1KtE27EE/BWevbxEKTm+8mKhu0Ii1/CXteaqrFowFH7m1hZAltrabG+7WvcxjgWndJQpgG+CspiEM4hesAPkrNAdPGsahS03FzN+fv27X8HKcpG3wzcSfEJrHFGmc0DOqwqsCggEAJ+ICyEbmQ94Ibtha4QJSeFCgVO29eM0/O8e8beGv3+zrxrt5kQLFrrvJIke2iAnRbmBkX0BDyTMQ5LdexGp1R1272Q9HAysjsWitw4GHV4CZK6dezm7slDTx/8z6bD1B2oeFboyuevB04sFZVUY3qzbuIEQYpvU9nwThxP/sVq+1v2ilXPD2iSXdVScGkNUVmpF4asiteYvS6feohV/HMMm71D/CeENcHfgSiqZyW1hHsDxgSwYOQcCpEdrXTF7ly/SpKDjYfmljCPvFwpECO8pNG90/e/CY+6H7jpAS00AFRzK+/bs6JW5gQE1zC/O05DB77oREVfk9NI6eElY4ZA==";
|
|
((RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F_StaticFields*)il2cpp_codegen_static_fields_for(RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F_il2cpp_TypeInfo_var))->set_privateKey_1(_stringLiteral55334F76A33BE0674410063FA4CB15D200425999);
|
|
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_RSAHelperWrap_Encrypt_mA88055010D7C16DE5263321DCC4FA33B5D2EF791(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = RSAHelperWrap_Encrypt_mA88055010D7C16DE5263321DCC4FA33B5D2EF791(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_RSAHelperWrap_Decrypt_mBAC75C4938FFB9A4B7573F7AEACEF59752C156B9(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = RSAHelperWrap_Decrypt_mBAC75C4938FFB9A4B7573F7AEACEF59752C156B9(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void RSAHelperWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAHelperWrap_Register_m996BF687BAE348006FDD293452E0C72F9C00D46E (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RSAHelperWrap_Register_m996BF687BAE348006FDD293452E0C72F9C00D46E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginStaticLibs("RSAHelper");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
NullCheck(L_0);
|
|
LuaState_BeginStaticLibs_m4800BEB58E15C7581A5D8E67C51D6EDED0655F4C(L_0, _stringLiteralAD514761C3489375DDD7BD5969A86839DB608B29, /*hidden argument*/NULL);
|
|
// L.RegFunction("Encrypt", Encrypt);
|
|
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)RSAHelperWrap_Encrypt_mA88055010D7C16DE5263321DCC4FA33B5D2EF791_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_1, _stringLiteral9F726188C1CB1A38B9B77BE49AF7CFA14C360330, L_2, /*hidden argument*/NULL);
|
|
// L.RegFunction("Decrypt", Decrypt);
|
|
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)RSAHelperWrap_Decrypt_mBAC75C4938FFB9A4B7573F7AEACEF59752C156B9_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_3, _stringLiteral72C38DB3971A6EA8814A247896137B5E9178D049, L_4, /*hidden argument*/NULL);
|
|
// L.EndStaticLibs();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ___L0;
|
|
NullCheck(L_5);
|
|
LuaState_EndStaticLibs_m40DB36CA82970F6F508315AB38F4A742419AF3F6(L_5, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 RSAHelperWrap::Encrypt(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RSAHelperWrap_Encrypt_mA88055010D7C16DE5263321DCC4FA33B5D2EF791 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RSAHelperWrap_Encrypt_mA88055010D7C16DE5263321DCC4FA33B5D2EF791_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 = RSAHelper.Encrypt(arg0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = RSAHelper_Encrypt_m8FD5D2F8B6BFB3B428B7FC8BA820E1C0E8DEEE8C(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 RSAHelperWrap::Decrypt(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RSAHelperWrap_Decrypt_mBAC75C4938FFB9A4B7573F7AEACEF59752C156B9 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RSAHelperWrap_Decrypt_mBAC75C4938FFB9A4B7573F7AEACEF59752C156B9_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 = RSAHelper.Decrypt(arg0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(RSAHelper_t63261C5EBE68045C2B1FC3C2563B10E6C79AC37F_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = RSAHelper_Decrypt_mD2DDEC0522F15D5A8D876E2B5E6A857FD13D19A2(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.Void RSAHelperWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAHelperWrap__ctor_m0DB48BD13FBD238E8015FA77D11014FA73663D5F (RSAHelperWrap_tA25B0B4F5DE4D547115E244ADE4F9E6BCD67F72A * __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
|
|
// SDKCallBack SDKCallBack::get_Instance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * SDKCallBack_get_Instance_m6E7E79FC4AC77D3AC3F36A4C4774DFAD786D1540 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SDKCallBack_get_Instance_m6E7E79FC4AC77D3AC3F36A4C4774DFAD786D1540_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;
|
|
}
|
|
}
|
|
// System.Void SDKCallBack::set_Instance(SDKCallBack)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SDKCallBack_set_Instance_m12544503F02668FC53CA1CAD9B9048D3FFE09C5C (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SDKCallBack_set_Instance_m12544503F02668FC53CA1CAD9B9048D3FFE09C5C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static SDKCallBack Instance { get; private set; }
|
|
SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * L_0 = ___value0;
|
|
((SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05_StaticFields*)il2cpp_codegen_static_fields_for(SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05_il2cpp_TypeInfo_var))->set_U3CInstanceU3Ek__BackingField_4(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Action`2<System.Int32,System.String> SDKCallBack::get_AuthCallback()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * SDKCallBack_get_AuthCallback_mD01F34311D9ECBCA1920659A10FC3EE888452C7F (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public System.Action<int, string> AuthCallback { get; set; }
|
|
Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * L_0 = __this->get_U3CAuthCallbackU3Ek__BackingField_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void SDKCallBack::set_AuthCallback(System.Action`2<System.Int32,System.String>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SDKCallBack_set_AuthCallback_m627315A573877D393E5C6622F01BA4F7E32CAEF0 (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;
|
|
}
|
|
}
|
|
// System.Action SDKCallBack::get_ShareCallback()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * SDKCallBack_get_ShareCallback_mD0B0A6149244D3A617FC69C029C0AE6292965399 (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public System.Action ShareCallback { get; set; }
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_0 = __this->get_U3CShareCallbackU3Ek__BackingField_6();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void SDKCallBack::set_ShareCallback(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SDKCallBack_set_ShareCallback_mAB70BBE84E540DBBB43AE71E305A10CF4FFB0F90 (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;
|
|
}
|
|
}
|
|
// System.Void SDKCallBack::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SDKCallBack_Awake_mF98252C53812666C48F70CE1D4227593AD31A1AB (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Instance = this;
|
|
SDKCallBack_set_Instance_m12544503F02668FC53CA1CAD9B9048D3FFE09C5C_inline(__this, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void SDKCallBack::OnShareAction()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SDKCallBack_OnShareAction_mD43C2B4DCEC930FB1C3E54CA0CF60A00916FA55F (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (ShareCallback != null) ShareCallback();
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_0 = SDKCallBack_get_ShareCallback_mD0B0A6149244D3A617FC69C029C0AE6292965399_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// if (ShareCallback != null) ShareCallback();
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_1 = SDKCallBack_get_ShareCallback_mD0B0A6149244D3A617FC69C029C0AE6292965399_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD(L_1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void SDKCallBack::WXGetToken(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SDKCallBack_WXGetToken_mFE0AB7BC27148FD23031953835F2CB361258DC23 (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, String_t* ___code0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// WXApplyToken(code);
|
|
String_t* L_0 = ___code0;
|
|
SDKCallBack_WXApplyToken_mE5A6363449F91877D3BFB15F932FCDCAC884BB31(__this, L_0, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void SDKCallBack::CheckAccessToken()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SDKCallBack_CheckAccessToken_mA1406E4A3310200828C4C8B887F0FAE1A23FEB12 (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SDKCallBack_CheckAccessToken_mA1406E4A3310200828C4C8B887F0FAE1A23FEB12_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!string.IsNullOrEmpty(WXData.AccessToken) && !string.IsNullOrEmpty(WXData.OpenID))
|
|
String_t* L_0 = WXData_get_AccessToken_m1D9D9484435D7DB985E996772FB85595E5BC5EC4_inline(/*hidden argument*/NULL);
|
|
bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = WXData_get_OpenID_mD893A234F01447EB6154CC8EC14C33DB85D2E384_inline(/*hidden argument*/NULL);
|
|
bool L_3 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_2, /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
// WXCheckToken();
|
|
SDKCallBack_WXCheckToken_m5771BA32723DF19A188C7746661F6F099EA5B98A(__this, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// if (AuthCallback != null) AuthCallback(1, null);
|
|
Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * L_4 = SDKCallBack_get_AuthCallback_mD01F34311D9ECBCA1920659A10FC3EE888452C7F_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
// if (AuthCallback != null) AuthCallback(1, null);
|
|
Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * L_5 = SDKCallBack_get_AuthCallback_mD01F34311D9ECBCA1920659A10FC3EE888452C7F_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
Action_2_Invoke_mC215CA1421B7DF8C0023F107CA72045332A79489(L_5, 1, (String_t*)NULL, /*hidden argument*/Action_2_Invoke_mC215CA1421B7DF8C0023F107CA72045332A79489_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void SDKCallBack::WXApplyToken(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SDKCallBack_WXApplyToken_mE5A6363449F91877D3BFB15F932FCDCAC884BB31 (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, String_t* ___code0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SDKCallBack_WXApplyToken_mE5A6363449F91877D3BFB15F932FCDCAC884BB31_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* G_B2_0 = NULL;
|
|
String_t* G_B1_0 = NULL;
|
|
{
|
|
// string url = WXData.GetApplyTokenURL(code);
|
|
String_t* L_0 = ___code0;
|
|
String_t* L_1 = WXData_GetApplyTokenURL_mBFEC0AD6D9FD433F78E48F2514B8557D4B154EDE(L_0, /*hidden argument*/NULL);
|
|
// if (AuthCallback != null) AuthCallback(10, null);
|
|
Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * L_2 = SDKCallBack_get_AuthCallback_mD01F34311D9ECBCA1920659A10FC3EE888452C7F_inline(__this, /*hidden argument*/NULL);
|
|
G_B1_0 = L_1;
|
|
if (!L_2)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
// if (AuthCallback != null) AuthCallback(10, null);
|
|
Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * L_3 = SDKCallBack_get_AuthCallback_mD01F34311D9ECBCA1920659A10FC3EE888452C7F_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
Action_2_Invoke_mC215CA1421B7DF8C0023F107CA72045332A79489(L_3, ((int32_t)10), (String_t*)NULL, /*hidden argument*/Action_2_Invoke_mC215CA1421B7DF8C0023F107CA72045332A79489_RuntimeMethod_var);
|
|
G_B2_0 = G_B1_0;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// BestHTTP.HTTPManager.SendRequest(url, (request, response) =>
|
|
// {
|
|
// //Debug.LogError("33333333333333333333333333333333333=================" + url);
|
|
// if (request.State == BestHTTP.HTTPRequestStates.Finished && request.Response.IsSuccess)
|
|
// {
|
|
// //Debug.LogError("4444444444444444444444444444=================" + request.Response.DataAsText);
|
|
// //Debug.LogError(request.Response.DataAsText);
|
|
// //Debugger.Log(request.Response.DataAsText);
|
|
// Hashtable jd = (Hashtable)Json.Deserialize(request.Response.DataAsText);
|
|
// WXData.RefreshToken = (string)jd["refresh_token"];
|
|
// Debug.LogError("WXData.RefreshToken"+WXData.RefreshToken);
|
|
// WXData.AccessToken = (string)jd["access_token"];
|
|
// Debug.LogError("WXData.AccessToken"+WXData.AccessToken);
|
|
// WXData.OpenID = (string)jd["openid"];
|
|
// Debug.LogError("WXData.OpenID" + WXData.OpenID);
|
|
// WXCheckToken();
|
|
//
|
|
// }
|
|
// else
|
|
// {
|
|
// //Debug.LogError("55555555555555555555555555555555=================");
|
|
// var status = "Request Finished with Error! " + (request.Exception != null ? (request.Exception.Message + "\n" + request.Exception.StackTrace) : "No Exception");
|
|
// if (AuthCallback != null) AuthCallback(1, null);
|
|
// //Debugger.LogError("????Apply:" + status);
|
|
// }
|
|
// }).EnableTimoutForStreaming = true;
|
|
OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * L_4 = (OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D *)il2cpp_codegen_object_new(OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D_il2cpp_TypeInfo_var);
|
|
OnRequestFinishedDelegate__ctor_mC86980187802AFD1C8F1936CBFA0DDE16AAD406B(L_4, __this, (intptr_t)((intptr_t)SDKCallBack_U3CWXApplyTokenU3Eb__16_0_m423EFBCB27C0E549A70B0211E44B66CA50441A0E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_5 = HTTPManager_SendRequest_m2A4645532D098ED08BB2B0E5BBB54E9BCA18E8B2(G_B2_0, L_4, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
HTTPRequest_set_EnableTimoutForStreaming_mB0ABA04A7C7237B6AC690892E2C3394BB67EA13D_inline(L_5, (bool)1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void SDKCallBack::WXCheckToken()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SDKCallBack_WXCheckToken_m5771BA32723DF19A188C7746661F6F099EA5B98A (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SDKCallBack_WXCheckToken_m5771BA32723DF19A188C7746661F6F099EA5B98A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// string url = WXData.GetCheckTokenURL();
|
|
String_t* L_0 = WXData_GetCheckTokenURL_m5C2D16545A0B5A7145B68C173208900F509B5576(/*hidden argument*/NULL);
|
|
// BestHTTP.HTTPManager.SendRequest(url, (request, response) =>
|
|
// {
|
|
// if (request.State == BestHTTP.HTTPRequestStates.Finished && request.Response.IsSuccess)
|
|
// {
|
|
// //Debug.LogError("WXCheckToken======" + request.Response.DataAsText);
|
|
// Hashtable jd = (Hashtable)Json.Deserialize(request.Response.DataAsText);
|
|
// int num = (int)jd["errcode"];
|
|
// //Debugger.Log("????Check:" + num);
|
|
// if (num == 0)
|
|
// {
|
|
// WXGetUserInfo();
|
|
// }
|
|
// else
|
|
// {
|
|
// WXRefreshToken();
|
|
// //Debugger.Log("????Check:??");
|
|
// }
|
|
// }
|
|
// else
|
|
// {
|
|
// if (AuthCallback != null) AuthCallback(1, null);
|
|
// //Debugger.LogError("????Check:" + request.State);
|
|
// }
|
|
// }).EnableTimoutForStreaming = true;
|
|
OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * L_1 = (OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D *)il2cpp_codegen_object_new(OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D_il2cpp_TypeInfo_var);
|
|
OnRequestFinishedDelegate__ctor_mC86980187802AFD1C8F1936CBFA0DDE16AAD406B(L_1, __this, (intptr_t)((intptr_t)SDKCallBack_U3CWXCheckTokenU3Eb__17_0_m2318E7CFFA1A28A979A8A8DD633AD4F4E918847D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_2 = HTTPManager_SendRequest_m2A4645532D098ED08BB2B0E5BBB54E9BCA18E8B2(L_0, L_1, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
HTTPRequest_set_EnableTimoutForStreaming_mB0ABA04A7C7237B6AC690892E2C3394BB67EA13D_inline(L_2, (bool)1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void SDKCallBack::WXRefreshToken()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SDKCallBack_WXRefreshToken_m370A3827973590F46A73520AFD0818A80DF74409 (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SDKCallBack_WXRefreshToken_m370A3827973590F46A73520AFD0818A80DF74409_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// string url = WXData.GetRefreshTokenURL();
|
|
String_t* L_0 = WXData_GetRefreshTokenURL_mDCE332EDAAB22E8F3B11A01EFF395B6349A9F951(/*hidden argument*/NULL);
|
|
// BestHTTP.HTTPManager.SendRequest(url, (request, response) =>
|
|
// {
|
|
// if (request.State == BestHTTP.HTTPRequestStates.Finished && request.Response.IsSuccess)
|
|
// {
|
|
// Hashtable jd = null;
|
|
// int error = 0;
|
|
// try
|
|
// {
|
|
// //Debug.LogError("WXRefreshToken===Response====>" + request.Response.DataAsText);
|
|
// jd = (Hashtable)Json.Deserialize(request.Response.DataAsText);
|
|
// error = (int)jd["errcode"];
|
|
// }
|
|
// catch (System.Exception ex)
|
|
// {
|
|
// error = 1;
|
|
// //Debugger.LogError(ex);
|
|
// }
|
|
//
|
|
// if (error == 0)
|
|
// {
|
|
// WXData.RefreshToken = (string)jd["refresh_token"];
|
|
// WXData.AccessToken = (string)jd["access_token"];
|
|
// WXData.OpenID = (string)jd["openid"];
|
|
// WXGetUserInfo();
|
|
// }
|
|
// else
|
|
// {
|
|
// //Debug.LogError("??????===============");
|
|
// //Debugger.Log("????Refresh:" + error);
|
|
// if (AuthCallback != null) AuthCallback(1, null);
|
|
// }
|
|
// }
|
|
// else
|
|
// {
|
|
// if (AuthCallback != null) AuthCallback(1, null);
|
|
// //Debugger.LogError("????Refresh:" + request.State);
|
|
// }
|
|
// }).EnableTimoutForStreaming = true;
|
|
OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * L_1 = (OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D *)il2cpp_codegen_object_new(OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D_il2cpp_TypeInfo_var);
|
|
OnRequestFinishedDelegate__ctor_mC86980187802AFD1C8F1936CBFA0DDE16AAD406B(L_1, __this, (intptr_t)((intptr_t)SDKCallBack_U3CWXRefreshTokenU3Eb__18_0_m1218F5223E07970BA5B05E0541DABB10944DBCE4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_2 = HTTPManager_SendRequest_m2A4645532D098ED08BB2B0E5BBB54E9BCA18E8B2(L_0, L_1, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
HTTPRequest_set_EnableTimoutForStreaming_mB0ABA04A7C7237B6AC690892E2C3394BB67EA13D_inline(L_2, (bool)1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void SDKCallBack::WXGetUserInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SDKCallBack_WXGetUserInfo_m77D3CDE12457DBB966E44FA18C892D2D5A595D2C (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SDKCallBack_WXGetUserInfo_m77D3CDE12457DBB966E44FA18C892D2D5A595D2C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
// string url = WXData.GetUserInfoURL();
|
|
String_t* L_0 = WXData_GetUserInfoURL_m98A34CE5B6AF60204A7C225CFF68375EB8EF7090(/*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
// Debug.LogError("WXGetUserInfo===Url==>" + url);
|
|
String_t* L_1 = V_0;
|
|
String_t* L_2 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralF2A3E2C15510DD541EEBC00FBE8F2C8992668777, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
|
|
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_2, /*hidden argument*/NULL);
|
|
// BestHTTP.HTTPManager.SendRequest(url, (request, response) =>
|
|
// {
|
|
// if (request.State == BestHTTP.HTTPRequestStates.Finished && request.Response.IsSuccess)
|
|
// {
|
|
// var _text = request.Response.DataAsText;
|
|
// Debug.LogError("WXGetUserInfo=====>" + _text);
|
|
// if (AuthCallback != null)
|
|
// {
|
|
// if (string.IsNullOrEmpty(_text))
|
|
// {
|
|
// AuthCallback(1, _text);
|
|
// }
|
|
// else
|
|
// {
|
|
// AuthCallback(0, _text);
|
|
// }
|
|
// }
|
|
// }
|
|
// else
|
|
// {
|
|
// if (AuthCallback != null) AuthCallback(1, null);
|
|
// Debugger.LogError("??????Info:" + request.State);
|
|
// }
|
|
// }).EnableTimoutForStreaming = true;
|
|
String_t* L_3 = V_0;
|
|
OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * L_4 = (OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D *)il2cpp_codegen_object_new(OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D_il2cpp_TypeInfo_var);
|
|
OnRequestFinishedDelegate__ctor_mC86980187802AFD1C8F1936CBFA0DDE16AAD406B(L_4, __this, (intptr_t)((intptr_t)SDKCallBack_U3CWXGetUserInfoU3Eb__19_0_mF5AC027FE6A65C8CE2BB5C5E2188AC764B293DA1_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_5 = HTTPManager_SendRequest_m2A4645532D098ED08BB2B0E5BBB54E9BCA18E8B2(L_3, L_4, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
HTTPRequest_set_EnableTimoutForStreaming_mB0ABA04A7C7237B6AC690892E2C3394BB67EA13D_inline(L_5, (bool)1, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void SDKCallBack::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SDKCallBack__ctor_mEDEE430AE285EA919E1C48B62711CD9961A50C80 (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void SDKCallBack::<WXApplyToken>b__16_0(BestHTTP.HTTPRequest,BestHTTP.HTTPResponse)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SDKCallBack_U3CWXApplyTokenU3Eb__16_0_m423EFBCB27C0E549A70B0211E44B66CA50441A0E (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * ___response1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SDKCallBack_U3CWXApplyTokenU3Eb__16_0_m423EFBCB27C0E549A70B0211E44B66CA50441A0E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* G_B5_0 = NULL;
|
|
String_t* G_B4_0 = NULL;
|
|
String_t* G_B6_0 = NULL;
|
|
String_t* G_B6_1 = 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_00b2;
|
|
}
|
|
}
|
|
{
|
|
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_00b2;
|
|
}
|
|
}
|
|
{
|
|
// Hashtable jd = (Hashtable)Json.Deserialize(request.Response.DataAsText);
|
|
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);
|
|
String_t* L_7 = HTTPResponse_get_DataAsText_mCA456F8CB06A666541F45464E64F22A747EC5B2B(L_6, /*hidden argument*/NULL);
|
|
RuntimeObject * L_8 = Json_Deserialize_m049789DF799472E3BCA2E853378682D503042DA5(L_7, /*hidden argument*/NULL);
|
|
// WXData.RefreshToken = (string)jd["refresh_token"];
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_9 = ((Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)CastclassClass((RuntimeObject*)L_8, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var));
|
|
NullCheck(L_9);
|
|
RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_9, _stringLiteral4C82F23D91A75961F4D08134FC5AD0DFE6A4C36A);
|
|
WXData_set_RefreshToken_m8ADABCD0B1FD217F176E8C32EE1F5367A62C15E0_inline(((String_t*)CastclassSealed((RuntimeObject*)L_10, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// Debug.LogError("WXData.RefreshToken"+WXData.RefreshToken);
|
|
String_t* L_11 = WXData_get_RefreshToken_m30C0DC9C22217344E1E37460614674D94BD35C88_inline(/*hidden argument*/NULL);
|
|
String_t* L_12 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral64D2D2EDE10A54DCAA32A9016928263F88CB1A31, L_11, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
|
|
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_12, /*hidden argument*/NULL);
|
|
// WXData.AccessToken = (string)jd["access_token"];
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_13 = L_9;
|
|
NullCheck(L_13);
|
|
RuntimeObject * L_14 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_13, _stringLiteral2FF2DFE36322448C6953616740A910BE57BBD4CA);
|
|
WXData_set_AccessToken_m9067024E21D7F42BF3333A214A7716FE368D8E7A_inline(((String_t*)CastclassSealed((RuntimeObject*)L_14, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// Debug.LogError("WXData.AccessToken"+WXData.AccessToken);
|
|
String_t* L_15 = WXData_get_AccessToken_m1D9D9484435D7DB985E996772FB85595E5BC5EC4_inline(/*hidden argument*/NULL);
|
|
String_t* L_16 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralEE9303122B166D155CC57CD4E2C0B96B8317EEE2, L_15, /*hidden argument*/NULL);
|
|
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_16, /*hidden argument*/NULL);
|
|
// WXData.OpenID = (string)jd["openid"];
|
|
NullCheck(L_13);
|
|
RuntimeObject * L_17 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_13, _stringLiteral3AA8E0807E2646EF21E88C03E46FD360CD31FFA5);
|
|
WXData_set_OpenID_m8F29B7B5F0675B6884A19969BC34E310766CDA69_inline(((String_t*)CastclassSealed((RuntimeObject*)L_17, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// Debug.LogError("WXData.OpenID" + WXData.OpenID);
|
|
String_t* L_18 = WXData_get_OpenID_mD893A234F01447EB6154CC8EC14C33DB85D2E384_inline(/*hidden argument*/NULL);
|
|
String_t* L_19 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral814CD88FF37A6D82CA927CA2576EDD53070571EB, L_18, /*hidden argument*/NULL);
|
|
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_19, /*hidden argument*/NULL);
|
|
// WXCheckToken();
|
|
SDKCallBack_WXCheckToken_m5771BA32723DF19A188C7746661F6F099EA5B98A(__this, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
// var status = "Request Finished with Error! " + (request.Exception != null ? (request.Exception.Message + "\n" + request.Exception.StackTrace) : "No Exception");
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_20 = ___request0;
|
|
NullCheck(L_20);
|
|
Exception_t * L_21 = HTTPRequest_get_Exception_mFC2068FA4BCB8AAF7EB804A76FD5AC369A82BF4B_inline(L_20, /*hidden argument*/NULL);
|
|
G_B4_0 = _stringLiteral92A4CAFED9FE56D0844AF995ADD638A77834B705;
|
|
if (L_21)
|
|
{
|
|
G_B5_0 = _stringLiteral92A4CAFED9FE56D0844AF995ADD638A77834B705;
|
|
goto IL_00c6;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = _stringLiteralE348875528B38F2A644595F06CE3F163DA553B46;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_00e6;
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_22 = ___request0;
|
|
NullCheck(L_22);
|
|
Exception_t * L_23 = HTTPRequest_get_Exception_mFC2068FA4BCB8AAF7EB804A76FD5AC369A82BF4B_inline(L_22, /*hidden argument*/NULL);
|
|
NullCheck(L_23);
|
|
String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_23);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_25 = ___request0;
|
|
NullCheck(L_25);
|
|
Exception_t * L_26 = HTTPRequest_get_Exception_mFC2068FA4BCB8AAF7EB804A76FD5AC369A82BF4B_inline(L_25, /*hidden argument*/NULL);
|
|
NullCheck(L_26);
|
|
String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, L_26);
|
|
String_t* L_28 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_24, _stringLiteralADC83B19E793491B1C6EA0FD8B46CD9F32E592FC, L_27, /*hidden argument*/NULL);
|
|
G_B6_0 = L_28;
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(G_B6_1, G_B6_0, /*hidden argument*/NULL);
|
|
// if (AuthCallback != null) AuthCallback(1, null);
|
|
Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * L_29 = SDKCallBack_get_AuthCallback_mD01F34311D9ECBCA1920659A10FC3EE888452C7F_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_29)
|
|
{
|
|
goto IL_0101;
|
|
}
|
|
}
|
|
{
|
|
// if (AuthCallback != null) AuthCallback(1, null);
|
|
Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * L_30 = SDKCallBack_get_AuthCallback_mD01F34311D9ECBCA1920659A10FC3EE888452C7F_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_30);
|
|
Action_2_Invoke_mC215CA1421B7DF8C0023F107CA72045332A79489(L_30, 1, (String_t*)NULL, /*hidden argument*/Action_2_Invoke_mC215CA1421B7DF8C0023F107CA72045332A79489_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0101:
|
|
{
|
|
// }).EnableTimoutForStreaming = true;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void SDKCallBack::<WXCheckToken>b__17_0(BestHTTP.HTTPRequest,BestHTTP.HTTPResponse)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SDKCallBack_U3CWXCheckTokenU3Eb__17_0_m2318E7CFFA1A28A979A8A8DD633AD4F4E918847D (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * ___response1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SDKCallBack_U3CWXCheckTokenU3Eb__17_0_m2318E7CFFA1A28A979A8A8DD633AD4F4E918847D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// 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_004a;
|
|
}
|
|
}
|
|
{
|
|
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_004a;
|
|
}
|
|
}
|
|
{
|
|
// Hashtable jd = (Hashtable)Json.Deserialize(request.Response.DataAsText);
|
|
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);
|
|
String_t* L_7 = HTTPResponse_get_DataAsText_mCA456F8CB06A666541F45464E64F22A747EC5B2B(L_6, /*hidden argument*/NULL);
|
|
RuntimeObject * L_8 = Json_Deserialize_m049789DF799472E3BCA2E853378682D503042DA5(L_7, /*hidden argument*/NULL);
|
|
// int num = (int)jd["errcode"];
|
|
NullCheck(((Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)CastclassClass((RuntimeObject*)L_8, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var)));
|
|
RuntimeObject * L_9 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, ((Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)CastclassClass((RuntimeObject*)L_8, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var)), _stringLiteral5B648770BB541ABE7D12C619C9D800C5BD823404);
|
|
// if (num == 0)
|
|
if (((*(int32_t*)((int32_t*)UnBox(L_9, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
// WXGetUserInfo();
|
|
SDKCallBack_WXGetUserInfo_m77D3CDE12457DBB966E44FA18C892D2D5A595D2C(__this, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
// WXRefreshToken();
|
|
SDKCallBack_WXRefreshToken_m370A3827973590F46A73520AFD0818A80DF74409(__this, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
// if (AuthCallback != null) AuthCallback(1, null);
|
|
Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * L_10 = SDKCallBack_get_AuthCallback_mD01F34311D9ECBCA1920659A10FC3EE888452C7F_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
// if (AuthCallback != null) AuthCallback(1, null);
|
|
Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * L_11 = SDKCallBack_get_AuthCallback_mD01F34311D9ECBCA1920659A10FC3EE888452C7F_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
Action_2_Invoke_mC215CA1421B7DF8C0023F107CA72045332A79489(L_11, 1, (String_t*)NULL, /*hidden argument*/Action_2_Invoke_mC215CA1421B7DF8C0023F107CA72045332A79489_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
// }).EnableTimoutForStreaming = true;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void SDKCallBack::<WXRefreshToken>b__18_0(BestHTTP.HTTPRequest,BestHTTP.HTTPResponse)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SDKCallBack_U3CWXRefreshTokenU3Eb__18_0_m1218F5223E07970BA5B05E0541DABB10944DBCE4 (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * ___response1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SDKCallBack_U3CWXRefreshTokenU3Eb__18_0_m1218F5223E07970BA5B05E0541DABB10944DBCE4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
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);
|
|
{
|
|
// 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_00ad;
|
|
}
|
|
}
|
|
{
|
|
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_00ad;
|
|
}
|
|
}
|
|
{
|
|
// Hashtable jd = null;
|
|
V_0 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)NULL;
|
|
// int error = 0;
|
|
V_1 = 0;
|
|
}
|
|
|
|
IL_0020:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// jd = (Hashtable)Json.Deserialize(request.Response.DataAsText);
|
|
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);
|
|
String_t* L_7 = HTTPResponse_get_DataAsText_mCA456F8CB06A666541F45464E64F22A747EC5B2B(L_6, /*hidden argument*/NULL);
|
|
RuntimeObject * L_8 = Json_Deserialize_m049789DF799472E3BCA2E853378682D503042DA5(L_7, /*hidden argument*/NULL);
|
|
V_0 = ((Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)CastclassClass((RuntimeObject*)L_8, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var));
|
|
// error = (int)jd["errcode"];
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_9 = V_0;
|
|
NullCheck(L_9);
|
|
RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_9, _stringLiteral5B648770BB541ABE7D12C619C9D800C5BD823404);
|
|
V_1 = ((*(int32_t*)((int32_t*)UnBox(L_10, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
|
|
// }
|
|
goto IL_004e;
|
|
} // 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_0049;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0049:
|
|
{ // begin catch(System.Exception)
|
|
// catch (System.Exception ex)
|
|
// error = 1;
|
|
V_1 = 1;
|
|
// }
|
|
goto IL_004e;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004e:
|
|
{
|
|
// if (error == 0)
|
|
int32_t L_11 = V_1;
|
|
if (L_11)
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
// WXData.RefreshToken = (string)jd["refresh_token"];
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_12 = V_0;
|
|
NullCheck(L_12);
|
|
RuntimeObject * L_13 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_12, _stringLiteral4C82F23D91A75961F4D08134FC5AD0DFE6A4C36A);
|
|
WXData_set_RefreshToken_m8ADABCD0B1FD217F176E8C32EE1F5367A62C15E0_inline(((String_t*)CastclassSealed((RuntimeObject*)L_13, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// WXData.AccessToken = (string)jd["access_token"];
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_14 = V_0;
|
|
NullCheck(L_14);
|
|
RuntimeObject * L_15 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_14, _stringLiteral2FF2DFE36322448C6953616740A910BE57BBD4CA);
|
|
WXData_set_AccessToken_m9067024E21D7F42BF3333A214A7716FE368D8E7A_inline(((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// WXData.OpenID = (string)jd["openid"];
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_16 = V_0;
|
|
NullCheck(L_16);
|
|
RuntimeObject * L_17 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_16, _stringLiteral3AA8E0807E2646EF21E88C03E46FD360CD31FFA5);
|
|
WXData_set_OpenID_m8F29B7B5F0675B6884A19969BC34E310766CDA69_inline(((String_t*)CastclassSealed((RuntimeObject*)L_17, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// WXGetUserInfo();
|
|
SDKCallBack_WXGetUserInfo_m77D3CDE12457DBB966E44FA18C892D2D5A595D2C(__this, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
// if (AuthCallback != null) AuthCallback(1, null);
|
|
Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * L_18 = SDKCallBack_get_AuthCallback_mD01F34311D9ECBCA1920659A10FC3EE888452C7F_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_18)
|
|
{
|
|
goto IL_00c2;
|
|
}
|
|
}
|
|
{
|
|
// if (AuthCallback != null) AuthCallback(1, null);
|
|
Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * L_19 = SDKCallBack_get_AuthCallback_mD01F34311D9ECBCA1920659A10FC3EE888452C7F_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
Action_2_Invoke_mC215CA1421B7DF8C0023F107CA72045332A79489(L_19, 1, (String_t*)NULL, /*hidden argument*/Action_2_Invoke_mC215CA1421B7DF8C0023F107CA72045332A79489_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
// if (AuthCallback != null) AuthCallback(1, null);
|
|
Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * L_20 = SDKCallBack_get_AuthCallback_mD01F34311D9ECBCA1920659A10FC3EE888452C7F_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_20)
|
|
{
|
|
goto IL_00c2;
|
|
}
|
|
}
|
|
{
|
|
// if (AuthCallback != null) AuthCallback(1, null);
|
|
Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * L_21 = SDKCallBack_get_AuthCallback_mD01F34311D9ECBCA1920659A10FC3EE888452C7F_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_21);
|
|
Action_2_Invoke_mC215CA1421B7DF8C0023F107CA72045332A79489(L_21, 1, (String_t*)NULL, /*hidden argument*/Action_2_Invoke_mC215CA1421B7DF8C0023F107CA72045332A79489_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00c2:
|
|
{
|
|
// }).EnableTimoutForStreaming = true;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void SDKCallBack::<WXGetUserInfo>b__19_0(BestHTTP.HTTPRequest,BestHTTP.HTTPResponse)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SDKCallBack_U3CWXGetUserInfoU3Eb__19_0_mF5AC027FE6A65C8CE2BB5C5E2188AC764B293DA1 (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * ___response1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SDKCallBack_U3CWXGetUserInfoU3Eb__19_0_mF5AC027FE6A65C8CE2BB5C5E2188AC764B293DA1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* 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_005e;
|
|
}
|
|
}
|
|
{
|
|
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_005e;
|
|
}
|
|
}
|
|
{
|
|
// var _text = request.Response.DataAsText;
|
|
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);
|
|
String_t* L_7 = HTTPResponse_get_DataAsText_mCA456F8CB06A666541F45464E64F22A747EC5B2B(L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
// Debug.LogError("WXGetUserInfo=====>" + _text);
|
|
String_t* L_8 = V_0;
|
|
String_t* L_9 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral6B33A4244A1468A39268C6FA95AE6BFD5EB419ED, L_8, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
|
|
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_9, /*hidden argument*/NULL);
|
|
// if (AuthCallback != null)
|
|
Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * L_10 = SDKCallBack_get_AuthCallback_mD01F34311D9ECBCA1920659A10FC3EE888452C7F_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
// if (string.IsNullOrEmpty(_text))
|
|
String_t* L_11 = V_0;
|
|
bool L_12 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_11, /*hidden argument*/NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
// AuthCallback(1, _text);
|
|
Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * L_13 = SDKCallBack_get_AuthCallback_mD01F34311D9ECBCA1920659A10FC3EE888452C7F_inline(__this, /*hidden argument*/NULL);
|
|
String_t* L_14 = V_0;
|
|
NullCheck(L_13);
|
|
Action_2_Invoke_mC215CA1421B7DF8C0023F107CA72045332A79489(L_13, 1, L_14, /*hidden argument*/Action_2_Invoke_mC215CA1421B7DF8C0023F107CA72045332A79489_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
// AuthCallback(0, _text);
|
|
Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * L_15 = SDKCallBack_get_AuthCallback_mD01F34311D9ECBCA1920659A10FC3EE888452C7F_inline(__this, /*hidden argument*/NULL);
|
|
String_t* L_16 = V_0;
|
|
NullCheck(L_15);
|
|
Action_2_Invoke_mC215CA1421B7DF8C0023F107CA72045332A79489(L_15, 0, L_16, /*hidden argument*/Action_2_Invoke_mC215CA1421B7DF8C0023F107CA72045332A79489_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
// if (AuthCallback != null) AuthCallback(1, null);
|
|
Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * L_17 = SDKCallBack_get_AuthCallback_mD01F34311D9ECBCA1920659A10FC3EE888452C7F_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
// if (AuthCallback != null) AuthCallback(1, null);
|
|
Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * L_18 = SDKCallBack_get_AuthCallback_mD01F34311D9ECBCA1920659A10FC3EE888452C7F_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_18);
|
|
Action_2_Invoke_mC215CA1421B7DF8C0023F107CA72045332A79489(L_18, 1, (String_t*)NULL, /*hidden argument*/Action_2_Invoke_mC215CA1421B7DF8C0023F107CA72045332A79489_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
// Debugger.LogError("??????Info:" + request.State);
|
|
HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_19 = ___request0;
|
|
NullCheck(L_19);
|
|
int32_t L_20 = HTTPRequest_get_State_mFD6F0D5B86F5793F36B153814F2516E6938906FB_inline(L_19, /*hidden argument*/NULL);
|
|
int32_t L_21 = L_20;
|
|
RuntimeObject * L_22 = Box(HTTPRequestStates_tF854F6984B2F5C8E8C3BA68FABA9C8C65C162576_il2cpp_TypeInfo_var, &L_21);
|
|
String_t* L_23 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral2A53443E737A44B093A0DE6AD5300C98CB13DA86, L_22, /*hidden argument*/NULL);
|
|
Debugger_LogError_mE7A3D9872C69EA120299EFCBDF270821D8F7740A(L_23, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
// }).EnableTimoutForStreaming = true;
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
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_mD5CEDF5D82EFE1715EAEA521EEF00D2B29D7C5DFAssemblyU2DCSharp16_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 int32_t LuaState_get_UnpackRay_m320244FD386B0039D0F34FD728872D0945566C5C_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int UnpackRay { get; private set; }
|
|
int32_t L_0 = __this->get_U3CUnpackRayU3Ek__BackingField_13();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_UnpackBounds_m0705F03A8BC5D8CE79DD9C69E021384A12E1F393_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int UnpackBounds { get; private set; }
|
|
int32_t L_0 = __this->get_U3CUnpackBoundsU3Ek__BackingField_11();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_PackRay_mBF8C680B78BEE2035DA509AD8D1E3B34003D0D82_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int PackRay { get; private set; }
|
|
int32_t L_0 = __this->get_U3CPackRayU3Ek__BackingField_12();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_PackRaycastHit_m3ACC2FADC258898896F13D76BD5454CF8DFFCC14_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int PackRaycastHit { get; private set; }
|
|
int32_t L_0 = __this->get_U3CPackRaycastHitU3Ek__BackingField_14();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_PackTouch_mBAEA2B653E40B097C2436EE96064082BF84E59B7_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int PackTouch { get; private set; }
|
|
int32_t L_0 = __this->get_U3CPackTouchU3Ek__BackingField_15();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_PackBounds_m95A264077ADE80E3F41B3BF04BA456DFF3AE6D00_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int PackBounds { get; private set; }
|
|
int32_t L_0 = __this->get_U3CPackBoundsU3Ek__BackingField_10();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_ArrayMetatable_mE7F73EFBB66FBE9382A43498FBFA19EDD7011394_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int ArrayMetatable { get; private set; }
|
|
int32_t L_0 = __this->get_U3CArrayMetatableU3Ek__BackingField_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_TypeMetatable_m9D58B962AAD2449D218DC7F0BA70CFB13CD5A9E9_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int TypeMetatable { get; private set; }
|
|
int32_t L_0 = __this->get_U3CTypeMetatableU3Ek__BackingField_6();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_DelegateMetatable_m72251A94A1DDCD06677B5809E63B85D62204BC24_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int DelegateMetatable { get; private set; }
|
|
int32_t L_0 = __this->get_U3CDelegateMetatableU3Ek__BackingField_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_EventMetatable_m0B856762D6578D961986412F24CAD02A54CDA4A2_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int EventMetatable { get; private set; }
|
|
int32_t L_0 = __this->get_U3CEventMetatableU3Ek__BackingField_9();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_IterMetatable_mD0F3AA5FDDA000EF10C2C0C11FB5C883E49E6F0B_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int IterMetatable { get; private set; }
|
|
int32_t L_0 = __this->get_U3CIterMetatableU3Ek__BackingField_8();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t LuaState_get_EnumMetatable_m1A2076699BE149D602BEB3F87C079658949423AC_inline (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int EnumMetatable { get; private set; }
|
|
int32_t L_0 = __this->get_U3CEnumMetatableU3Ek__BackingField_7();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LuaValueType__ctor_m2F99F0C688E591B292C8E4DBD7CC47EBB2AF0C8A_inline (LuaValueType_t25756BF423E79830D055A1AE47C3C8E1905AC1DB * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// type = value;
|
|
int32_t L_0 = ___value0;
|
|
__this->set_type_14(L_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ObjectTranslator_set_LogGC_m53709D9D37131485EB9C62A72E7BD037D799F432_inline (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool LogGC { get; set; }
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CLogGCU3Ek__BackingField_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool ObjectTranslator_get_LogGC_m0AC67D9FBF84D167DFEAC99B72948A89CD903584_inline (ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool LogGC { get; set; }
|
|
bool L_0 = __this->get_U3CLogGCU3Ek__BackingField_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * ObjectTranslator_Get_m7C75E407D306192C2E32ADBAC333DF3896189BD5_inline (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ObjectTranslator_Get_m7C75E407D306192C2E32ADBAC333DF3896189BD5AssemblyU2DCSharp16_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return _translator;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var);
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * L_0 = ((ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF_il2cpp_TypeInfo_var))->get__translator_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LuaLooper_set_UpdateEvent_m3EBE2319DDE9DA29B99857DA24C9FCA9D6C7BC6F_inline (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// private set;
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_0 = ___value0;
|
|
__this->set_U3CUpdateEventU3Ek__BackingField_4(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LuaLooper_set_LateUpdateEvent_mEFB2BF1E39C49CDE822DE06849E22A5E857DE3EB_inline (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// private set;
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_0 = ___value0;
|
|
__this->set_U3CLateUpdateEventU3Ek__BackingField_5(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LuaLooper_set_FixedUpdateEvent_m52C2BEC55E83A808F6F27E881DCF4B295DC306DF_inline (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// private set;
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_0 = ___value0;
|
|
__this->set_U3CFixedUpdateEventU3Ek__BackingField_6(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * LuaLooper_get_UpdateEvent_mC26C30678990BD40B3E3164E0CF678C84BB3849D_inline (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get;
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_0 = __this->get_U3CUpdateEventU3Ek__BackingField_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * LuaLooper_get_LateUpdateEvent_mB99D82E64CBC8613D26788FCBCA930C8BAD6CC84_inline (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get;
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_0 = __this->get_U3CLateUpdateEventU3Ek__BackingField_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * LuaLooper_get_FixedUpdateEvent_mE49BC7D8C7CC25BF6BB9FA95B331CD7C6CB6DFB0_inline (LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get;
|
|
LuaBeatEvent_t9168730F83EAE8AE685E434C6085CCD6DF82B033 * L_0 = __this->get_U3CFixedUpdateEventU3Ek__BackingField_6();
|
|
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 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 SDKCallBack_set_Instance_m12544503F02668FC53CA1CAD9B9048D3FFE09C5C_inline (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SDKCallBack_set_Instance_m12544503F02668FC53CA1CAD9B9048D3FFE09C5CAssemblyU2DCSharp16_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static SDKCallBack Instance { get; private set; }
|
|
SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * L_0 = ___value0;
|
|
((SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05_StaticFields*)il2cpp_codegen_static_fields_for(SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05_il2cpp_TypeInfo_var))->set_U3CInstanceU3Ek__BackingField_4(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * SDKCallBack_get_ShareCallback_mD0B0A6149244D3A617FC69C029C0AE6292965399_inline (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public System.Action ShareCallback { get; set; }
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_0 = __this->get_U3CShareCallbackU3Ek__BackingField_6();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* WXData_get_AccessToken_m1D9D9484435D7DB985E996772FB85595E5BC5EC4_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (WXData_get_AccessToken_m1D9D9484435D7DB985E996772FB85595E5BC5EC4AssemblyU2DCSharp16_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return _accessToken;
|
|
String_t* L_0 = ((WXData_tDC505A838952A3360267DE4854C3941CFFB83C12_StaticFields*)il2cpp_codegen_static_fields_for(WXData_tDC505A838952A3360267DE4854C3941CFFB83C12_il2cpp_TypeInfo_var))->get__accessToken_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* WXData_get_OpenID_mD893A234F01447EB6154CC8EC14C33DB85D2E384_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (WXData_get_OpenID_mD893A234F01447EB6154CC8EC14C33DB85D2E384AssemblyU2DCSharp16_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return _openid;
|
|
String_t* L_0 = ((WXData_tDC505A838952A3360267DE4854C3941CFFB83C12_StaticFields*)il2cpp_codegen_static_fields_for(WXData_tDC505A838952A3360267DE4854C3941CFFB83C12_il2cpp_TypeInfo_var))->get__openid_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * SDKCallBack_get_AuthCallback_mD01F34311D9ECBCA1920659A10FC3EE888452C7F_inline (SDKCallBack_tF5C1484874940A03C125EE1EF3754EBF0081FA05 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public System.Action<int, string> AuthCallback { get; set; }
|
|
Action_2_t3DE7FA14577DE01568F76D409273F315827CAA36 * L_0 = __this->get_U3CAuthCallbackU3Ek__BackingField_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_EnableTimoutForStreaming_mB0ABA04A7C7237B6AC690892E2C3394BB67EA13D_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CEnableTimoutForStreamingU3Ek__BackingField_27(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void WXData_set_RefreshToken_m8ADABCD0B1FD217F176E8C32EE1F5367A62C15E0_inline (String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (WXData_set_RefreshToken_m8ADABCD0B1FD217F176E8C32EE1F5367A62C15E0AssemblyU2DCSharp16_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// _refreshToken = value;
|
|
String_t* L_0 = ___value0;
|
|
((WXData_tDC505A838952A3360267DE4854C3941CFFB83C12_StaticFields*)il2cpp_codegen_static_fields_for(WXData_tDC505A838952A3360267DE4854C3941CFFB83C12_il2cpp_TypeInfo_var))->set__refreshToken_3(L_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* WXData_get_RefreshToken_m30C0DC9C22217344E1E37460614674D94BD35C88_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (WXData_get_RefreshToken_m30C0DC9C22217344E1E37460614674D94BD35C88AssemblyU2DCSharp16_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return _refreshToken;
|
|
String_t* L_0 = ((WXData_tDC505A838952A3360267DE4854C3941CFFB83C12_StaticFields*)il2cpp_codegen_static_fields_for(WXData_tDC505A838952A3360267DE4854C3941CFFB83C12_il2cpp_TypeInfo_var))->get__refreshToken_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void WXData_set_AccessToken_m9067024E21D7F42BF3333A214A7716FE368D8E7A_inline (String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (WXData_set_AccessToken_m9067024E21D7F42BF3333A214A7716FE368D8E7AAssemblyU2DCSharp16_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// _accessToken = value;
|
|
String_t* L_0 = ___value0;
|
|
((WXData_tDC505A838952A3360267DE4854C3941CFFB83C12_StaticFields*)il2cpp_codegen_static_fields_for(WXData_tDC505A838952A3360267DE4854C3941CFFB83C12_il2cpp_TypeInfo_var))->set__accessToken_2(L_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void WXData_set_OpenID_m8F29B7B5F0675B6884A19969BC34E310766CDA69_inline (String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (WXData_set_OpenID_m8F29B7B5F0675B6884A19969BC34E310766CDA69AssemblyU2DCSharp16_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// _openid = value;
|
|
String_t* L_0 = ___value0;
|
|
((WXData_tDC505A838952A3360267DE4854C3941CFFB83C12_StaticFields*)il2cpp_codegen_static_fields_for(WXData_tDC505A838952A3360267DE4854C3941CFFB83C12_il2cpp_TypeInfo_var))->set__openid_4(L_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Exception_t * HTTPRequest_get_Exception_mFC2068FA4BCB8AAF7EB804A76FD5AC369A82BF4B_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Exception_t * L_0 = __this->get_U3CExceptionU3Ek__BackingField_17();
|
|
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;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void BarcodeWriterGeneric_1_set_Format_m777A1D82396BE5D0213BFC3D9108F9B4B49FF13F_gshared_inline (BarcodeWriterGeneric_1_t642803242029408D9EB38406A299D5B31E486AFC * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CFormatU3Ek__BackingField_1(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void BarcodeWriterGeneric_1_set_Options_m97B1F49892EEA600BEFA02AF045F9840208B96BB_gshared_inline (BarcodeWriterGeneric_1_t642803242029408D9EB38406A299D5B31E486AFC * __this, EncodingOptions_t750D4B405BAB1C5515EAC6C7E0FC66C6A4DC547B * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
EncodingOptions_t750D4B405BAB1C5515EAC6C7E0FC66C6A4DC547B * L_0 = ___value0;
|
|
__this->set_options_0(L_0);
|
|
return;
|
|
}
|
|
}
|