| | |
| | | fileFormatVersion: 2 |
| | | guid: 81da11b54b720e642a67d210490f1473 |
| | | folderAsset: yes |
| | | timeCreated: 1540363325 |
| | | timeCreated: 1540557196 |
| | | licenseType: Pro |
| | | DefaultImporter: |
| | | userData: |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 5789d6b86959a5a4cb889dbe30fe0149 |
| | | timeCreated: 1540363331 |
| | | timeCreated: 1540557201 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | System.Type type = typeof(AssetBundleUtility); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 11, 2, 0); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 13, 2, 0); |
| | | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "InitBuiltInAsset", _m_InitBuiltInAsset); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "ReInitBuiltInAsset", _m_ReInitBuiltInAsset); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "Initialize", _m_Initialize); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "InitalizeUIResources", _m_InitalizeUIResources); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetAssetBundleInfo", _m_GetAssetBundleInfo); |
| | |
| | | |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_InitBuiltInAsset(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | AssetBundleUtility gen_to_be_invoked = (AssetBundleUtility)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | |
| | | gen_to_be_invoked.InitBuiltInAsset( ); |
| | | |
| | | |
| | | |
| | | return 0; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_ReInitBuiltInAsset(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | AssetBundleUtility gen_to_be_invoked = (AssetBundleUtility)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | |
| | | gen_to_be_invoked.ReInitBuiltInAsset( ); |
| | | |
| | | |
| | | |
| | | return 0; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_Initialize(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 603b1863f8ca7b14ab7b9f2ee6f86844 |
| | | timeCreated: 1540363331 |
| | | timeCreated: 1540557202 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 5bc1ef752014b4a4a9625b8d966fd336 |
| | | timeCreated: 1540363331 |
| | | timeCreated: 1540557202 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | Utils.EndObjectRegister(type, L, translator, null, null, |
| | | null, null, null); |
| | | |
| | | Utils.BeginClassRegister(type, L, __CreateInstance, 1, 9, 9); |
| | | Utils.BeginClassRegister(type, L, __CreateInstance, 1, 10, 10); |
| | | |
| | | |
| | | |
| | |
| | | Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "sceneFromEditor", _g_get_sceneFromEditor); |
| | | Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "shaderFromEditor", _g_get_shaderFromEditor); |
| | | Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "uiFromEditor", _g_get_uiFromEditor); |
| | | Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "builtInFromEditor", _g_get_builtInFromEditor); |
| | | Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "luaFromEditor", _g_get_luaFromEditor); |
| | | |
| | | Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "allFromEditor", _s_set_allFromEditor); |
| | |
| | | Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "sceneFromEditor", _s_set_sceneFromEditor); |
| | | Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "shaderFromEditor", _s_set_shaderFromEditor); |
| | | Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "uiFromEditor", _s_set_uiFromEditor); |
| | | Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "builtInFromEditor", _s_set_builtInFromEditor); |
| | | Utils.RegisterFunc(L, Utils.CLS_SETTER_IDX, "luaFromEditor", _s_set_luaFromEditor); |
| | | |
| | | |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_builtInFromEditor(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | LuaAPI.lua_pushboolean(L, AssetSource.builtInFromEditor); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_luaFromEditor(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _s_set_builtInFromEditor(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | AssetSource.builtInFromEditor = LuaAPI.lua_toboolean(L, 1); |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 0; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _s_set_luaFromEditor(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 94929e196521c4e4eaa04c069ef5c0fb |
| | | timeCreated: 1540366836 |
| | | timeCreated: 1540557205 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | Utils.EndObjectRegister(type, L, translator, null, null, |
| | | null, null, null); |
| | | |
| | | Utils.BeginClassRegister(type, L, __CreateInstance, 8, 5, 2); |
| | | Utils.BeginClassRegister(type, L, __CreateInstance, 9, 5, 2); |
| | | Utils.RegisterFunc(L, Utils.CLS_IDX, "Init", _m_Init_xlua_st_); |
| | | Utils.RegisterFunc(L, Utils.CLS_IDX, "GetAssetVersionFile", _m_GetAssetVersionFile_xlua_st_); |
| | | Utils.RegisterFunc(L, Utils.CLS_IDX, "BeginDownLoadTask", _m_BeginDownLoadTask_xlua_st_); |
| | | Utils.RegisterFunc(L, Utils.CLS_IDX, "UpdateAssetVersions", _m_UpdateAssetVersions_xlua_st_); |
| | | Utils.RegisterFunc(L, Utils.CLS_IDX, "GetAssetVersion", _m_GetAssetVersion_xlua_st_); |
| | | Utils.RegisterFunc(L, Utils.CLS_IDX, "GetAssetFilePath", _m_GetAssetFilePath_xlua_st_); |
| | | Utils.RegisterFunc(L, Utils.CLS_IDX, "GetBuiltInAssetFilePath", _m_GetBuiltInAssetFilePath_xlua_st_); |
| | | Utils.RegisterFunc(L, Utils.CLS_IDX, "IsUnpriorAssetDownLoadOk", _m_IsUnpriorAssetDownLoadOk_xlua_st_); |
| | | |
| | | |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_GetBuiltInAssetFilePath_xlua_st_(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | |
| | | |
| | | |
| | | { |
| | | string __assetKey = LuaAPI.lua_tostring(L, 1); |
| | | |
| | | string gen_ret = AssetVersionUtility.GetBuiltInAssetFilePath( __assetKey ); |
| | | LuaAPI.lua_pushstring(L, gen_ret); |
| | | |
| | | |
| | | |
| | | return 1; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_IsUnpriorAssetDownLoadOk_xlua_st_(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 632390b0970089c4a88125d64d4dfd06 |
| | | timeCreated: 1540363332 |
| | | timeCreated: 1540557202 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: dd71493f9156c8d4e89359ff0a914eb7 |
| | | timeCreated: 1540363339 |
| | | timeCreated: 1540557208 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 9099c5bee7137e04ca2008a1f329d79d |
| | | timeCreated: 1540363334 |
| | | timeCreated: 1540557204 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 069905dbb4d29a04a9a3f9e287198f80 |
| | | timeCreated: 1540363325 |
| | | timeCreated: 1540557197 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 2f8ad139067aa42479cb05dc7bea4e27 |
| | | timeCreated: 1540363328 |
| | | timeCreated: 1540557199 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 957669ce8c1fd1c419b26918f7eb674d |
| | | timeCreated: 1540363334 |
| | | timeCreated: 1540557205 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: e181b26be16ba3d4ca189c45946d4ecf |
| | | timeCreated: 1540363339 |
| | | timeCreated: 1540557209 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 09eb6359353f4eb4e8119e6adcd3c9cb |
| | | timeCreated: 1540363326 |
| | | timeCreated: 1540557197 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 33939fd9a047a0e4dae50d984e1ba3e8 |
| | | timeCreated: 1540363329 |
| | | timeCreated: 1540557199 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: d8071b5e0c7ba5441a6eb41e7b99e006 |
| | | timeCreated: 1540363339 |
| | | timeCreated: 1540557208 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: a3c658a0f18fdef49b07e6be215fd829 |
| | | timeCreated: 1540363335 |
| | | timeCreated: 1540557205 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: b8bd5aacf0ef1fd4b8e1cd9652faff7a |
| | | timeCreated: 1540363337 |
| | | timeCreated: 1540557207 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 8cbe69e9bafd844418a6d146c677d315 |
| | | timeCreated: 1540363334 |
| | | timeCreated: 1540557204 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 0f6639b6504a10f41a0eff6fdcdb9483 |
| | | timeCreated: 1540363326 |
| | | timeCreated: 1540557197 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: cbb2120be77d4664ca08b91a86d6dc7d |
| | | timeCreated: 1540363338 |
| | | timeCreated: 1540557208 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: ac60ee32d43fdc94ca493405efdb5f42 |
| | | timeCreated: 1540363336 |
| | | timeCreated: 1540557206 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: ace508be6677ae04082b59d3c80cf7c1 |
| | | timeCreated: 1540363336 |
| | | timeCreated: 1540557206 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 527d5ebc94e382e479f96dd838ae3cb6 |
| | | timeCreated: 1540363331 |
| | | timeCreated: 1540557201 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: c9ea1ea84f1c8e144b5d24965eaf4233 |
| | | timeCreated: 1540363338 |
| | | timeCreated: 1540557207 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | System.Type type = typeof(DownLoadAndDiscompressTask); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 3, 7, 1); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 3, 8, 1); |
| | | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "Prepare", _m_Prepare); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "StartDownLoad", _m_StartDownLoad); |
| | |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "totalCount", _g_get_totalCount); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "okCount", _g_get_okCount); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "restartApp", _g_get_restartApp); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "reinitedBuiltInAsset", _g_get_reinitedBuiltInAsset); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "step", _g_get_step); |
| | | |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "step", _s_set_step); |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_reinitedBuiltInAsset(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | DownLoadAndDiscompressTask gen_to_be_invoked = (DownLoadAndDiscompressTask)translator.FastGetCSObj(L, 1); |
| | | LuaAPI.lua_pushboolean(L, gen_to_be_invoked.reinitedBuiltInAsset); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_step(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 759143245c07c5f45ab16fe09a651482 |
| | | timeCreated: 1540363333 |
| | | timeCreated: 1540557203 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 91bf676ddb9a15546a7280d1de945364 |
| | | timeCreated: 1540363334 |
| | | timeCreated: 1540557204 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 1c923c4ad7b7a3b49a8cb0c94a595510 |
| | | timeCreated: 1540363327 |
| | | timeCreated: 1540557198 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 5bc22728dd411244d8d6054c562bb5d3 |
| | | timeCreated: 1540363331 |
| | | timeCreated: 1540557202 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: ea9c93f8ca8988a4594ce7af51a831d6 |
| | | timeCreated: 1540363340 |
| | | timeCreated: 1540557209 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 4d0533c7024ac47429b69b003f7c9b05 |
| | | timeCreated: 1540363330 |
| | | timeCreated: 1540557201 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: bf877793f90832f488e33c3a25ae2e4b |
| | | timeCreated: 1540363337 |
| | | timeCreated: 1540557207 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: e592e2bee3cdcbe4f9f77f25892ec623 |
| | | timeCreated: 1540363339 |
| | | timeCreated: 1540557209 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: d6d3095e0d67a7b43bf05e1183395976 |
| | | timeCreated: 1540363338 |
| | | timeCreated: 1540557208 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 793c23bd473c6034dbae497c086b3c53 |
| | | timeCreated: 1540363333 |
| | | timeCreated: 1540557203 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 1fe87635b95b6ba43af8fb379501657c |
| | | timeCreated: 1540363327 |
| | | timeCreated: 1540557198 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 830e8201303b2b5408286b35021e5b1c |
| | | timeCreated: 1540363334 |
| | | timeCreated: 1540557204 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 55f1b612a91401b47be598564b6e18ea |
| | | timeCreated: 1540363331 |
| | | timeCreated: 1540557201 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 5291b0a4b868dbd448ae12575896a50f |
| | | timeCreated: 1540363331 |
| | | timeCreated: 1540557201 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 38c021dd2da0a5547bc4283198c61760 |
| | | timeCreated: 1540363329 |
| | | timeCreated: 1540557200 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 34aebb4b612e1da43b09132daec13f61 |
| | | timeCreated: 1540363329 |
| | | timeCreated: 1540557200 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 826f6d6d44450a2478239b8a325c338b |
| | | timeCreated: 1540363333 |
| | | timeCreated: 1540557204 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 24abf70562d91c84989d81221fea4882 |
| | | timeCreated: 1540363328 |
| | | timeCreated: 1540557199 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 3d8274239e39a4546b5c0c8d42f6a09f |
| | | timeCreated: 1540363330 |
| | | timeCreated: 1540557200 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 9624d77ac905651428ce66c582ae225d |
| | | timeCreated: 1540363334 |
| | | timeCreated: 1540557205 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: f820a09530fb62d47b63c8b28d5a5fca |
| | | timeCreated: 1540363341 |
| | | timeCreated: 1540557210 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: cfe4cbdbac595eb4cb3dd26d945ef940 |
| | | timeCreated: 1540363338 |
| | | timeCreated: 1540557208 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 70a401039d33997469ee89d9a5e8ec8c |
| | | timeCreated: 1540363333 |
| | | timeCreated: 1540557203 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 8efcf50e1afdd7045bd466270403b754 |
| | | timeCreated: 1540363334 |
| | | timeCreated: 1540557204 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 5f9ea9a52cbb2df4c97256be4409e3d8 |
| | | timeCreated: 1540363331 |
| | | timeCreated: 1540557202 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: cb500781d731efe4fba5ddf56eae7ef3 |
| | | timeCreated: 1540363338 |
| | | timeCreated: 1540557208 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 1a88e9701576e8e4db0b3073effe0458 |
| | | timeCreated: 1540363327 |
| | | timeCreated: 1540557198 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 3b26270d4bb42d543b83a3b567fc7569 |
| | | timeCreated: 1540363330 |
| | | timeCreated: 1540557200 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 75132ab85c0494d4397a6142c6d345fa |
| | | timeCreated: 1540363333 |
| | | timeCreated: 1540557203 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: f368811bb8933204fa1870ecf70b5a97 |
| | | timeCreated: 1540363340 |
| | | timeCreated: 1540557210 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: df4a81bd887bf654aad97f2499c2a419 |
| | | timeCreated: 1540363339 |
| | | timeCreated: 1540557209 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 591f3dfb0a3d61c44a1f672ef9653055 |
| | | timeCreated: 1540363331 |
| | | timeCreated: 1540557201 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: deb6d898096ef9c44a33708dbcede1e6 |
| | | timeCreated: 1540363339 |
| | | timeCreated: 1540557209 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: dc287fd21f08b794889b534e5ef3d6a4 |
| | | timeCreated: 1540363339 |
| | | timeCreated: 1540557208 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 6134f6fe1fd916f45bf31353c87933f0 |
| | | timeCreated: 1540363332 |
| | | timeCreated: 1540557202 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: c219408d208a0e64fa3b397348a0b5e5 |
| | | timeCreated: 1540363337 |
| | | timeCreated: 1540557207 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 900a46c6a6220d741a0435b974505659 |
| | | timeCreated: 1540363334 |
| | | timeCreated: 1540557204 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: fb2af968f739e1b4ca9730d48a4af45e |
| | | timeCreated: 1540363341 |
| | | timeCreated: 1540557210 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 9a0eb45e21af8c74395cdf1a5a029962 |
| | | timeCreated: 1540363335 |
| | | timeCreated: 1540557205 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 8ca74f47db9d1d44e8c094d697f8571d |
| | | timeCreated: 1540363334 |
| | | timeCreated: 1540557204 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 4841a9a437fafa5459595f6727257df9 |
| | | timeCreated: 1540363330 |
| | | timeCreated: 1540557201 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: f48978db994da04459e4ccb650f36704 |
| | | timeCreated: 1540363340 |
| | | timeCreated: 1540557210 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: d28ddd57a20469645a4c50c02114597c |
| | | timeCreated: 1540363338 |
| | | timeCreated: 1540557208 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 947b31a3c6a69914a93291c07a8bba91 |
| | | timeCreated: 1540363334 |
| | | timeCreated: 1540557205 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: a32bb324c79740a40b224f75a7808f1c |
| | | timeCreated: 1540363335 |
| | | timeCreated: 1540557205 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 0c2abf247eb0f89438330d4ee1b3ec7b |
| | | timeCreated: 1540363326 |
| | | timeCreated: 1540557197 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: fb4782c21718d5344a878afa3b3af73c |
| | | timeCreated: 1540363341 |
| | | timeCreated: 1540557210 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 7e12291f2a79e844d93ced41c956eba7 |
| | | timeCreated: 1540363333 |
| | | timeCreated: 1540557204 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 62e0dfaf91cd32740b7d5f7619de734c |
| | | timeCreated: 1540363332 |
| | | timeCreated: 1540557202 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 43d8f7cf3c0809648a83782f88989acb |
| | | timeCreated: 1540363330 |
| | | timeCreated: 1540557200 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 1e6bac3c452101048922d80826c0b698 |
| | | timeCreated: 1540363327 |
| | | timeCreated: 1540557198 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 03f41b11e9a7f9f4d929256d95fa410f |
| | | timeCreated: 1540363325 |
| | | timeCreated: 1540557197 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 60c923e1dc53bc74eb1adee91f5943b9 |
| | | timeCreated: 1540363332 |
| | | timeCreated: 1540557202 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 0a9efdf43a0765c438441f99b3f8047f |
| | | timeCreated: 1540363326 |
| | | timeCreated: 1540557197 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 378d62c80a607b14c899613d178666c1 |
| | | timeCreated: 1540363329 |
| | | timeCreated: 1540557200 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 5770e7f41697a6445b2a59b5901b8aa8 |
| | | timeCreated: 1540363331 |
| | | timeCreated: 1540557201 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 077cd0a37fdeca14abc6341db01b29d0 |
| | | timeCreated: 1540363325 |
| | | timeCreated: 1540557197 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: cc6c58ef15b76424ebaf1b449630b352 |
| | | timeCreated: 1540363338 |
| | | timeCreated: 1540557208 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 6a45b4844d1227148902be8b4e9c075c |
| | | timeCreated: 1540363332 |
| | | timeCreated: 1540557202 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: ae133ce5ce1bee04b97ba20009ac7ef5 |
| | | timeCreated: 1540363336 |
| | | timeCreated: 1540557206 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 0937570edd5a7854e8d0a27d01e8c6b0 |
| | | timeCreated: 1540363326 |
| | | timeCreated: 1540557197 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: e28848b8cc54bf348946a247726d014b |
| | | timeCreated: 1540363339 |
| | | timeCreated: 1540557209 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 1e27d042e5efcd249abc3fc6844625a2 |
| | | timeCreated: 1540363327 |
| | | timeCreated: 1540557198 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | System.Type type = typeof(SDKUtility); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 23, 29, 20); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 24, 29, 20); |
| | | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "Init", _m_Init); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "InstallAPK", _m_InstallAPK); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "CopyAsset", _m_CopyAsset); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "CopyOneAsset", _m_CopyOneAsset); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "CopyContent", _m_CopyContent); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "RestartApp", _m_RestartApp); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "OpenUrl", _m_OpenUrl); |
| | |
| | | Utils.EndObjectRegister(type, L, translator, null, null, |
| | | null, null, null); |
| | | |
| | | Utils.BeginClassRegister(type, L, __CreateInstance, 2, 0, 0); |
| | | Utils.BeginClassRegister(type, L, __CreateInstance, 2, 1, 0); |
| | | Utils.RegisterFunc(L, Utils.CLS_IDX, "GetApplicationContext", _m_GetApplicationContext_xlua_st_); |
| | | |
| | | |
| | | |
| | | |
| | | Utils.RegisterFunc(L, Utils.CLS_GETTER_IDX, "builtinAssetCopyFinished", _g_get_builtinAssetCopyFinished); |
| | | |
| | | |
| | | |
| | | Utils.EndClassRegister(type, L, translator); |
| | |
| | | { |
| | | |
| | | gen_to_be_invoked.CopyAsset( ); |
| | | |
| | | |
| | | |
| | | return 0; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_CopyOneAsset(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | SDKUtility gen_to_be_invoked = (SDKUtility)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | string _relationPath = LuaAPI.lua_tostring(L, 2); |
| | | |
| | | gen_to_be_invoked.CopyOneAsset( _relationPath ); |
| | | |
| | | |
| | | |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_builtinAssetCopyFinished(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | LuaAPI.lua_pushboolean(L, SDKUtility.builtinAssetCopyFinished); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_AssetCopyFinished(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 55691b6cea6aa904a937ff1c1831765d |
| | | timeCreated: 1540363331 |
| | | timeCreated: 1540557201 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: a49b3015dfaf833429b8ef3dc23fbf4c |
| | | timeCreated: 1540363336 |
| | | timeCreated: 1540557205 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 03507e24fabbc9a47b63c10ec6d99677 |
| | | timeCreated: 1540363325 |
| | | timeCreated: 1540557197 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 087c4d987f6018b4a8b370be9767c1d8 |
| | | timeCreated: 1540363326 |
| | | timeCreated: 1540557197 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: c41c0d6075930744fa3dc68e2e3a25e3 |
| | | timeCreated: 1540363337 |
| | | timeCreated: 1540557207 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: bfaaed0f073fedb4aa2273ca246191de |
| | | timeCreated: 1540363337 |
| | | timeCreated: 1540557207 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 6902535480631c24996f5b263c215457 |
| | | timeCreated: 1540363332 |
| | | timeCreated: 1540557202 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: bbb42263160c0784c860694ad8fd9283 |
| | | timeCreated: 1540363337 |
| | | timeCreated: 1540557207 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 20ee8ca1ad0dd2e47834e574ccaf055b |
| | | timeCreated: 1540363328 |
| | | timeCreated: 1540557198 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 24e17b0c6c183ed43b3e055c3c5d5bd2 |
| | | timeCreated: 1540363328 |
| | | timeCreated: 1540557199 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 6b8fe7ba1c9cc1740b17cc27b2419536 |
| | | timeCreated: 1540363332 |
| | | timeCreated: 1540557203 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: b76e94c6c52d71f41866c348ba887445 |
| | | timeCreated: 1540363337 |
| | | timeCreated: 1540557207 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | System.Type type = typeof(Snxxz.UI.BatchUseModel); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 5, 4, 0); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 6, 5, 0); |
| | | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetBatchModel", _m_SetBatchModel); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetExtraInfo", _m_SetExtraInfo); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetBatchBuyModel", _m_SetBatchBuyModel); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "CheckIsBuy", _m_CheckIsBuy); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "ClearBatchBuyModel", _m_ClearBatchBuyModel); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetOfflineUseModel", _m_SetOfflineUseModel); |
| | | |
| | | |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "guid", _g_get_guid); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "extraPrams", _g_get_extraPrams); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "maxValue", _g_get_maxValue); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "storeConfig", _g_get_storeConfig); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "offlineGuid", _g_get_offlineGuid); |
| | | |
| | | |
| | | |
| | |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_SetOfflineUseModel(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.BatchUseModel gen_to_be_invoked = (Snxxz.UI.BatchUseModel)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | string _guid = LuaAPI.lua_tostring(L, 2); |
| | | |
| | | gen_to_be_invoked.SetOfflineUseModel( _guid ); |
| | | |
| | | |
| | | |
| | | return 0; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_offlineGuid(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.BatchUseModel gen_to_be_invoked = (Snxxz.UI.BatchUseModel)translator.FastGetCSObj(L, 1); |
| | | LuaAPI.lua_pushstring(L, gen_to_be_invoked.offlineGuid); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | |
| | | fileFormatVersion: 2 |
| | | guid: c7fbdd2d0768eec418c1df368f537bf6 |
| | | timeCreated: 1540363338 |
| | | timeCreated: 1540557207 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: a929bb17c77e5c249896c24156010506 |
| | | timeCreated: 1540363336 |
| | | timeCreated: 1540557206 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 76112a3f9ee308c43952a6d69e6d1c0a |
| | | timeCreated: 1540363333 |
| | | timeCreated: 1540557203 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 8f2296f2e5a5dd348a643f1f019cc13d |
| | | timeCreated: 1540363334 |
| | | timeCreated: 1540557204 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 3a14249d023ffb7489e0ee3a6a119214 |
| | | timeCreated: 1540363329 |
| | | timeCreated: 1540557200 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 25d058683d393f9428020d7574210afc |
| | | timeCreated: 1540363328 |
| | | timeCreated: 1540557199 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 0a015cafcbde5044bb54f4381d746512 |
| | | timeCreated: 1540363326 |
| | | timeCreated: 1540557197 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 468835f4f0cb56f42a9cc15b38c80379 |
| | | timeCreated: 1540363330 |
| | | timeCreated: 1540557201 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 33e289980f5f23748987e51f1c14074f |
| | | timeCreated: 1540363329 |
| | | timeCreated: 1540557199 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 2fa10b6b0a4feb2458a78796356b28b3 |
| | | timeCreated: 1540363328 |
| | | timeCreated: 1540557199 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: d63f0582b70acb14085d908ebe8f7bbe |
| | | timeCreated: 1540363338 |
| | | timeCreated: 1540557208 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 62f4d21cb7d2b8647a366edddb816d2d |
| | | timeCreated: 1540363332 |
| | | timeCreated: 1540557202 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 4accb696d05e69f409437dfd205d412e |
| | | timeCreated: 1540363330 |
| | | timeCreated: 1540557201 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 6ef3fc0355e6c5044b0851e49d0aa18d |
| | | timeCreated: 1540363332 |
| | | timeCreated: 1540557203 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: f8f11d68dee49e047b6498245a639056 |
| | | timeCreated: 1540363341 |
| | | timeCreated: 1540557210 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 4b07cebdb99d9a543b966af705ccb7cb |
| | | timeCreated: 1540363330 |
| | | timeCreated: 1540557201 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: e565828749e49224b8fc8ff4c217b655 |
| | | timeCreated: 1540363339 |
| | | timeCreated: 1540557209 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 749e6fe53c7847f41b65f2a919887207 |
| | | timeCreated: 1540363333 |
| | | timeCreated: 1540557203 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | System.Type type = typeof(Snxxz.UI.ElderGodAreaModel); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 12, 2, 1); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 13, 2, 1); |
| | | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "Init", _m_Init); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "UnInit", _m_UnInit); |
| | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "IsElderGodAreaNPC", _m_IsElderGodAreaNPC); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetElderGodAreaNPCAnger", _m_GetElderGodAreaNPCAnger); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "IsBossUnLocked", _m_IsBossUnLocked); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetElderGodNpces", _m_GetElderGodNpces); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetElderGodBosses", _m_GetElderGodBosses); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetRecommendNpc", _m_GetRecommendNpc); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetRecommendEliteNpc", _m_GetRecommendEliteNpc); |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_GetElderGodNpces(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.ElderGodAreaModel gen_to_be_invoked = (Snxxz.UI.ElderGodAreaModel)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | |
| | | System.Collections.Generic.List<int> gen_ret = gen_to_be_invoked.GetElderGodNpces( ); |
| | | translator.Push(L, gen_ret); |
| | | |
| | | |
| | | |
| | | return 1; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_GetElderGodBosses(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | fileFormatVersion: 2 |
| | | guid: b185893a150fc5d4baf8ec43a617855f |
| | | timeCreated: 1540363336 |
| | | timeCreated: 1540557206 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 13d878d5431e56948a2746e2bdb73e89 |
| | | timeCreated: 1540363326 |
| | | timeCreated: 1540557198 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | System.Type type = typeof(Snxxz.UI.FairyGrabBossModel); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 29, 15, 3); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 31, 16, 3); |
| | | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "Init", _m_Init); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnBeforePlayerDataInitialize", _m_OnBeforePlayerDataInitialize); |
| | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "TryGetBossProgress", _m_TryGetBossProgress); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "TryGetBossHurt", _m_TryGetBossHurt); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "TryGetFairyGrabBossLine", _m_TryGetFairyGrabBossLine); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "IsBossKilled", _m_IsBossKilled); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "TestEnterDungeon", _m_TestEnterDungeon); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "DisplayErrorTip", _m_DisplayErrorTip); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "IsBossAlive", _m_IsBossAlive); |
| | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "bossProgressUpdate", _e_bossProgressUpdate); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "bossAllProgressUpdate", _e_bossAllProgressUpdate); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "bossGrabHintEvent", _e_bossGrabHintEvent); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "gotoBossStateUpdate", _e_gotoBossStateUpdate); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "fairyGrabBossHelpUpdate", _e_fairyGrabBossHelpUpdate); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "onStateUpate", _e_onStateUpate); |
| | | |
| | |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "callMemberSeconds", _g_get_callMemberSeconds); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "noticeShowPet", _g_get_noticeShowPet); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "noticeShowHorse", _g_get_noticeShowHorse); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "cacheGotoBossId", _g_get_cacheGotoBossId); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "helpCoolDown", _g_get_helpCoolDown); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "IsOpen", _g_get_IsOpen); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "IsAdvance", _g_get_IsAdvance); |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_IsBossKilled(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.FairyGrabBossModel gen_to_be_invoked = (Snxxz.UI.FairyGrabBossModel)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | int _bossId = LuaAPI.xlua_tointeger(L, 2); |
| | | |
| | | bool gen_ret = gen_to_be_invoked.IsBossKilled( _bossId ); |
| | | LuaAPI.lua_pushboolean(L, gen_ret); |
| | | |
| | | |
| | | |
| | | return 1; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_TestEnterDungeon(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_cacheGotoBossId(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.FairyGrabBossModel gen_to_be_invoked = (Snxxz.UI.FairyGrabBossModel)translator.FastGetCSObj(L, 1); |
| | | LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.cacheGotoBossId); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_helpCoolDown(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _e_gotoBossStateUpdate(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | int gen_param_count = LuaAPI.lua_gettop(L); |
| | | Snxxz.UI.FairyGrabBossModel gen_to_be_invoked = (Snxxz.UI.FairyGrabBossModel)translator.FastGetCSObj(L, 1); |
| | | System.Action gen_delegate = translator.GetDelegate<System.Action>(L, 3); |
| | | if (gen_delegate == null) { |
| | | return LuaAPI.luaL_error(L, "#3 need System.Action!"); |
| | | } |
| | | |
| | | if (gen_param_count == 3) |
| | | { |
| | | |
| | | if (LuaAPI.xlua_is_eq_str(L, 2, "+")) { |
| | | gen_to_be_invoked.gotoBossStateUpdate += gen_delegate; |
| | | return 0; |
| | | } |
| | | |
| | | |
| | | if (LuaAPI.xlua_is_eq_str(L, 2, "-")) { |
| | | gen_to_be_invoked.gotoBossStateUpdate -= gen_delegate; |
| | | return 0; |
| | | } |
| | | |
| | | } |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.FairyGrabBossModel.gotoBossStateUpdate!"); |
| | | return 0; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _e_fairyGrabBossHelpUpdate(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 9320de26e80107a41bcf408bedbac598 |
| | | timeCreated: 1540363334 |
| | | timeCreated: 1540557205 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: f102c01afddcdfb448ac9fea52505b08 |
| | | timeCreated: 1540363340 |
| | | timeCreated: 1540557210 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: b01955e2308154346a9a6301d0691a8a |
| | | timeCreated: 1540363336 |
| | | timeCreated: 1540557206 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 52a07f69b920feb48943eccbac8594b5 |
| | | timeCreated: 1540363331 |
| | | timeCreated: 1540557201 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 7c435df9252a72b498e32a6ad91588e0 |
| | | timeCreated: 1540363333 |
| | | timeCreated: 1540557203 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: df6b96593fe372b439968fded6471618 |
| | | timeCreated: 1540363339 |
| | | timeCreated: 1540557209 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: a7f5127771c6d2e48adef500c1b46bda |
| | | timeCreated: 1540363336 |
| | | timeCreated: 1540557206 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 6703ab05bf458d24a9e972d7aa89a047 |
| | | timeCreated: 1540363332 |
| | | timeCreated: 1540557202 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: a4b4553f8fc38e346a74f232c6039b7f |
| | | timeCreated: 1540363336 |
| | | timeCreated: 1540557206 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 30fd62a7fce5ade4c9b0093382f7a2f5 |
| | | timeCreated: 1540363329 |
| | | timeCreated: 1540557199 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 4e3a18f64f393024ca32accfa80c8e26 |
| | | timeCreated: 1540363330 |
| | | timeCreated: 1540557201 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 0dfe9b69c9e4e9a418de921361f2273b |
| | | timeCreated: 1540363326 |
| | | timeCreated: 1540557197 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 8c700f12a61a4384e891de5a34ae4abc |
| | | timeCreated: 1540363334 |
| | | timeCreated: 1540557204 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 0a42bd992c131ef4dbbc439ef3d98671 |
| | | timeCreated: 1540363326 |
| | | timeCreated: 1540557197 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 7f232477cb132014cbdd220b127ec0c9 |
| | | timeCreated: 1540363333 |
| | | timeCreated: 1540557204 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: e3da464eeea98fd48b548bfb425c98b3 |
| | | timeCreated: 1540363339 |
| | | timeCreated: 1540557209 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 237076aa8fab365489cc65047c33728c |
| | | timeCreated: 1540363328 |
| | | timeCreated: 1540557199 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | System.Type type = typeof(Snxxz.UI.ItemOverdueModel); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 15, 5, 1); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 15, 4, 0); |
| | | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "Init", _m_Init); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnBeforePlayerDataInitialize", _m_OnBeforePlayerDataInitialize); |
| | |
| | | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "showItemRefreshEvent", _e_showItemRefreshEvent); |
| | | |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "guardOverdueIndex", _g_get_guardOverdueIndex); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "guardOverdueIconDict", _g_get_guardOverdueIconDict); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "guardOverdueIconDict", _g_get_guardOverdueIconDict); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "currentShowItem", _g_get_currentShowItem); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "VipExperirnceID", _g_get_VipExperirnceID); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "VipCardID", _g_get_VipCardID); |
| | | |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "guardOverdueIndex", _s_set_guardOverdueIndex); |
| | | |
| | | |
| | | |
| | | Utils.EndObjectRegister(type, L, translator, null, null, |
| | | null, null, null); |
| | |
| | | |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_guardOverdueIndex(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.ItemOverdueModel gen_to_be_invoked = (Snxxz.UI.ItemOverdueModel)translator.FastGetCSObj(L, 1); |
| | | LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.guardOverdueIndex); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_guardOverdueIconDict(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _s_set_guardOverdueIndex(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.ItemOverdueModel gen_to_be_invoked = (Snxxz.UI.ItemOverdueModel)translator.FastGetCSObj(L, 1); |
| | | gen_to_be_invoked.guardOverdueIndex = LuaAPI.xlua_tointeger(L, 2); |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 0; |
| | | } |
| | | |
| | | |
| | | |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 72d6c4488354e424fb9372b3e088fa48 |
| | | timeCreated: 1540363333 |
| | | timeCreated: 1540557203 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | System.Type type = typeof(Snxxz.UI.ItemTipsModel); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 37, 33, 2); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 38, 34, 3); |
| | | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "Init", _m_Init); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnBeforePlayerDataInitialize", _m_OnBeforePlayerDataInitialize); |
| | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetExtendGirdModel", _m_SetExtendGirdModel); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetAddExpValue", _m_GetAddExpValue); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetPetSkillDict", _m_GetPetSkillDict); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetQualityName", _m_GetQualityName); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetMountSkillDict", _m_GetMountSkillDict); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetPetAttrStr", _m_SetPetAttrStr); |
| | | |
| | |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "OpenCount", _g_get_OpenCount); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "packType", _g_get_packType); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "Index", _g_get_Index); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "petAndMountQualityDict", _g_get_petAndMountQualityDict); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "expValueFormula", _g_get_expValueFormula); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "guardAutoDrops", _g_get_guardAutoDrops); |
| | | |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "expValueFormula", _s_set_expValueFormula); |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "petAndMountQualityDict", _s_set_petAndMountQualityDict); |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "expValueFormula", _s_set_expValueFormula); |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "guardAutoDrops", _s_set_guardAutoDrops); |
| | | |
| | | |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_GetQualityName(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.ItemTipsModel gen_to_be_invoked = (Snxxz.UI.ItemTipsModel)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | int _quality = LuaAPI.xlua_tointeger(L, 2); |
| | | |
| | | string gen_ret = gen_to_be_invoked.GetQualityName( _quality ); |
| | | LuaAPI.lua_pushstring(L, gen_ret); |
| | | |
| | | |
| | | |
| | | return 1; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_GetMountSkillDict(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_petAndMountQualityDict(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.ItemTipsModel gen_to_be_invoked = (Snxxz.UI.ItemTipsModel)translator.FastGetCSObj(L, 1); |
| | | translator.Push(L, gen_to_be_invoked.petAndMountQualityDict); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_expValueFormula(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _s_set_petAndMountQualityDict(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.ItemTipsModel gen_to_be_invoked = (Snxxz.UI.ItemTipsModel)translator.FastGetCSObj(L, 1); |
| | | gen_to_be_invoked.petAndMountQualityDict = (System.Collections.Generic.Dictionary<int, string>)translator.GetObject(L, 2, typeof(System.Collections.Generic.Dictionary<int, string>)); |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 0; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _s_set_expValueFormula(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 1d1b2dc9a25ab3b49bd9bee14b449742 |
| | | timeCreated: 1540363327 |
| | | timeCreated: 1540557198 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: b960c7b3e9cae6e49906888a80bd6d6d |
| | | timeCreated: 1540363337 |
| | | timeCreated: 1540557207 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 6aeeae94c65e243489a2c4d0337306d4 |
| | | timeCreated: 1540363332 |
| | | timeCreated: 1540557203 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 17b55cfa8df2a9a4493ad3e64621361e |
| | | timeCreated: 1540363327 |
| | | timeCreated: 1540557198 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 124469cdcef6ef74fa6e42b8ebd57d1c |
| | | timeCreated: 1540363326 |
| | | timeCreated: 1540557198 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 4192d19e835ff6c449ba8f21700aacc7 |
| | | timeCreated: 1540363330 |
| | | timeCreated: 1540557200 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: b1563f99d6476384d80776e345afbd53 |
| | | timeCreated: 1540363336 |
| | | timeCreated: 1540557206 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: ca130df9a416ebb49b577e036fda9c6a |
| | | timeCreated: 1540363338 |
| | | timeCreated: 1540557208 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 0d6b9211c7055c94fafb2903392a33f2 |
| | | timeCreated: 1540363326 |
| | | timeCreated: 1540557197 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 84954baaca7196042b5c8e5e58dcf89d |
| | | timeCreated: 1540363334 |
| | | timeCreated: 1540557204 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 3e01f53eeb856a34893e2c1c7f920c15 |
| | | timeCreated: 1540363330 |
| | | timeCreated: 1540557200 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 14591dace9140144d85057629bc6b84d |
| | | timeCreated: 1540363326 |
| | | timeCreated: 1540557198 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: d149c5794bd60174491a9d42fe52df87 |
| | | timeCreated: 1540363338 |
| | | timeCreated: 1540557208 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: d26608eea2ed5a14c88be985a9210b2b |
| | | timeCreated: 1540363338 |
| | | timeCreated: 1540557208 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: b4eb01e05e4f7454382a376d4742b282 |
| | | timeCreated: 1540363337 |
| | | timeCreated: 1540557207 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 374e8e13a16ff68438ba061255f5368c |
| | | timeCreated: 1540363329 |
| | | timeCreated: 1540557200 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | System.Type type = typeof(Snxxz.UI.OSGiftModel); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 11, 7, 2); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 13, 8, 2); |
| | | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "Init", _m_Init); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "UnInit", _m_UnInit); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnBeforePlayerDataInitialize", _m_OnBeforePlayerDataInitialize); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnPlayerLoginOk", _m_OnPlayerLoginOk); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateTime", _m_UpdateTime); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "CheckActivate", _m_CheckActivate); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "IsGiftOverdue", _m_IsGiftOverdue); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "IsExist", _m_IsExist); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "IsGiftExist", _m_IsGiftExist); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "IsGiftBuy", _m_IsGiftBuy); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnBeforePlayerDataInitialize", _m_OnBeforePlayerDataInitialize); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetAreadyOpens", _m_SetAreadyOpens); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetDefaultSelect", _m_GetDefaultSelect); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetDayRemind", _m_SetDayRemind); |
| | | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "onStateUpate", _e_onStateUpate); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "timeLimitUpdate", _e_timeLimitUpdate); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "onSelectUpdate", _e_onSelectUpdate); |
| | | |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "activate", _g_get_activate); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "IsOpen", _g_get_IsOpen); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "IsOpen", _g_get_IsOpen); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "priorityOpen", _g_get_priorityOpen); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "timeOverdueGiftId", _g_get_timeOverdueGiftId); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "IsAdvance", _g_get_IsAdvance); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "overDueTime", _g_get_overDueTime); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "OSGiftRedpoint", _g_get_OSGiftRedpoint); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "selectIndex", _g_get_selectIndex); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "jumpGiftId", _g_get_jumpGiftId); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "gifts", _g_get_gifts); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "alreadyOpens", _g_get_alreadyOpens); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "startSeconds", _g_get_startSeconds); |
| | | |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "overDueTime", _s_set_overDueTime); |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "OSGiftRedpoint", _s_set_OSGiftRedpoint); |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "selectIndex", _s_set_selectIndex); |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "jumpGiftId", _s_set_jumpGiftId); |
| | | |
| | | |
| | | Utils.EndObjectRegister(type, L, translator, null, null, |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_OnBeforePlayerDataInitialize(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.OSGiftModel gen_to_be_invoked = (Snxxz.UI.OSGiftModel)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | |
| | | gen_to_be_invoked.OnBeforePlayerDataInitialize( ); |
| | | |
| | | |
| | | |
| | | return 0; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_OnPlayerLoginOk(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_CheckActivate(RealStatePtr L) |
| | | static int _m_IsExist(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | |
| | | |
| | | { |
| | | |
| | | bool gen_ret = gen_to_be_invoked.CheckActivate( ); |
| | | bool gen_ret = gen_to_be_invoked.IsExist( ); |
| | | LuaAPI.lua_pushboolean(L, gen_ret); |
| | | |
| | | |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_IsGiftOverdue(RealStatePtr L) |
| | | static int _m_IsGiftExist(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | |
| | | { |
| | | int __id = LuaAPI.xlua_tointeger(L, 2); |
| | | |
| | | bool gen_ret = gen_to_be_invoked.IsGiftOverdue( __id ); |
| | | bool gen_ret = gen_to_be_invoked.IsGiftExist( __id ); |
| | | LuaAPI.lua_pushboolean(L, gen_ret); |
| | | |
| | | |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_OnBeforePlayerDataInitialize(RealStatePtr L) |
| | | static int _m_SetAreadyOpens(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | |
| | | |
| | | { |
| | | |
| | | gen_to_be_invoked.OnBeforePlayerDataInitialize( ); |
| | | gen_to_be_invoked.SetAreadyOpens( ); |
| | | |
| | | |
| | | |
| | | return 0; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_GetDefaultSelect(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.OSGiftModel gen_to_be_invoked = (Snxxz.UI.OSGiftModel)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | |
| | | int gen_ret = gen_to_be_invoked.GetDefaultSelect( ); |
| | | LuaAPI.xlua_pushinteger(L, gen_ret); |
| | | |
| | | |
| | | |
| | | return 1; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | |
| | | |
| | | |
| | | { |
| | | int _index = LuaAPI.xlua_tointeger(L, 2); |
| | | |
| | | gen_to_be_invoked.SetDayRemind( ); |
| | | gen_to_be_invoked.SetDayRemind( _index ); |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_activate(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.OSGiftModel gen_to_be_invoked = (Snxxz.UI.OSGiftModel)translator.FastGetCSObj(L, 1); |
| | | LuaAPI.lua_pushboolean(L, gen_to_be_invoked.activate); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_IsOpen(RealStatePtr L) |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_timeOverdueGiftId(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.OSGiftModel gen_to_be_invoked = (Snxxz.UI.OSGiftModel)translator.FastGetCSObj(L, 1); |
| | | LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.timeOverdueGiftId); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_IsAdvance(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_overDueTime(RealStatePtr L) |
| | | static int _g_get_selectIndex(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.OSGiftModel gen_to_be_invoked = (Snxxz.UI.OSGiftModel)translator.FastGetCSObj(L, 1); |
| | | translator.Push(L, gen_to_be_invoked.overDueTime); |
| | | LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.selectIndex); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_OSGiftRedpoint(RealStatePtr L) |
| | | static int _g_get_jumpGiftId(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.OSGiftModel gen_to_be_invoked = (Snxxz.UI.OSGiftModel)translator.FastGetCSObj(L, 1); |
| | | translator.Push(L, gen_to_be_invoked.OSGiftRedpoint); |
| | | LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.jumpGiftId); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_gifts(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.OSGiftModel gen_to_be_invoked = (Snxxz.UI.OSGiftModel)translator.FastGetCSObj(L, 1); |
| | | translator.Push(L, gen_to_be_invoked.gifts); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_alreadyOpens(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.OSGiftModel gen_to_be_invoked = (Snxxz.UI.OSGiftModel)translator.FastGetCSObj(L, 1); |
| | | translator.Push(L, gen_to_be_invoked.alreadyOpens); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_startSeconds(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.OSGiftModel gen_to_be_invoked = (Snxxz.UI.OSGiftModel)translator.FastGetCSObj(L, 1); |
| | | LuaAPI.xlua_pushuint(L, gen_to_be_invoked.startSeconds); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | |
| | | |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _s_set_overDueTime(RealStatePtr L) |
| | | static int _s_set_selectIndex(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.OSGiftModel gen_to_be_invoked = (Snxxz.UI.OSGiftModel)translator.FastGetCSObj(L, 1); |
| | | System.DateTime gen_value;translator.Get(L, 2, out gen_value); |
| | | gen_to_be_invoked.overDueTime = gen_value; |
| | | gen_to_be_invoked.selectIndex = LuaAPI.xlua_tointeger(L, 2); |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _s_set_OSGiftRedpoint(RealStatePtr L) |
| | | static int _s_set_jumpGiftId(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.OSGiftModel gen_to_be_invoked = (Snxxz.UI.OSGiftModel)translator.FastGetCSObj(L, 1); |
| | | gen_to_be_invoked.OSGiftRedpoint = (Snxxz.UI.Redpoint)translator.GetObject(L, 2, typeof(Snxxz.UI.Redpoint)); |
| | | gen_to_be_invoked.jumpGiftId = LuaAPI.xlua_tointeger(L, 2); |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _e_timeLimitUpdate(RealStatePtr L) |
| | | static int _e_onSelectUpdate(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | |
| | | { |
| | | |
| | | if (LuaAPI.xlua_is_eq_str(L, 2, "+")) { |
| | | gen_to_be_invoked.timeLimitUpdate += gen_delegate; |
| | | gen_to_be_invoked.onSelectUpdate += gen_delegate; |
| | | return 0; |
| | | } |
| | | |
| | | |
| | | if (LuaAPI.xlua_is_eq_str(L, 2, "-")) { |
| | | gen_to_be_invoked.timeLimitUpdate -= gen_delegate; |
| | | gen_to_be_invoked.onSelectUpdate -= gen_delegate; |
| | | return 0; |
| | | } |
| | | |
| | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.OSGiftModel.timeLimitUpdate!"); |
| | | LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.OSGiftModel.onSelectUpdate!"); |
| | | return 0; |
| | | } |
| | | |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 0f4b5a5949384264a89e170f5e57b9a2 |
| | | timeCreated: 1540363326 |
| | | timeCreated: 1540557197 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: eeb9df224aed2434283963f3b7612c82 |
| | | timeCreated: 1540363340 |
| | | timeCreated: 1540557210 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 31bc2210d8c272040b27855fa1812de1 |
| | | timeCreated: 1540363329 |
| | | timeCreated: 1540557199 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 54b637c975635c64c83e276ef8278d36 |
| | | timeCreated: 1540363331 |
| | | timeCreated: 1540557201 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: d51861e63d378594fb7efe1dd24df7dd |
| | | timeCreated: 1540363338 |
| | | timeCreated: 1540557208 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 906b14cf032290e4baf5d7c7cce84caa |
| | | timeCreated: 1540363334 |
| | | timeCreated: 1540557204 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 88f6576b62c818b49baf49546d6a503c |
| | | timeCreated: 1540363334 |
| | | timeCreated: 1540557204 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 5e413bc6c94528a44822d3da0c6a2bc2 |
| | | timeCreated: 1540363331 |
| | | timeCreated: 1540557202 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 059abad65b3872b468b155eb8d0b14d2 |
| | | timeCreated: 1540363325 |
| | | timeCreated: 1540557197 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | System.Type type = typeof(Snxxz.UI.PackModelInterface); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 36, 7, 3); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 37, 7, 3); |
| | | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "Init", _m_Init); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnBeforePlayerDataInitialize", _m_OnBeforePlayerDataInitialize); |
| | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SendPackResetQuest", _m_SendPackResetQuest); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetLookIndex", _m_SetLookIndex); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "CheckBetterEquip", _m_CheckBetterEquip); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetHighestScoreEquipByPlace", _m_GetHighestScoreEquipByPlace); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetBagSortBetterEquipList", _m_SetBagSortBetterEquipList); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetBagSortBetterEquip", _m_GetBagSortBetterEquip); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "IsCanPutOn", _m_IsCanPutOn); |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_GetHighestScoreEquipByPlace(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.PackModelInterface gen_to_be_invoked = (Snxxz.UI.PackModelInterface)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | int _equipPlace = LuaAPI.xlua_tointeger(L, 2); |
| | | |
| | | string gen_ret = gen_to_be_invoked.GetHighestScoreEquipByPlace( _equipPlace ); |
| | | LuaAPI.lua_pushstring(L, gen_ret); |
| | | |
| | | |
| | | |
| | | return 1; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_SetBagSortBetterEquipList(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | fileFormatVersion: 2 |
| | | guid: e23926034b142c444b67e1ebebd0bf72 |
| | | timeCreated: 1540363339 |
| | | timeCreated: 1540557209 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | System.Type type = typeof(Snxxz.UI.PackSendQuestMgr); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 20, 5, 2); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 22, 5, 2); |
| | | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SendPutOnQuest", _m_SendPutOnQuest); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "CheckEquipUselimit", _m_CheckEquipUselimit); |
| | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SendUseItemQuest", _m_SendUseItemQuest); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "CheckItemUselimit", _m_CheckItemUselimit); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "CheckUseCondition", _m_CheckUseCondition); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetOfflineMaxNum", _m_GetOfflineMaxNum); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "CheckIsMaxOfflineTime", _m_CheckIsMaxOfflineTime); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SendMakeUseQuest", _m_SendMakeUseQuest); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnClickSplitBtn", _m_OnClickSplitBtn); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SendSplitQuest", _m_SendSplitQuest); |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_GetOfflineMaxNum(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.PackSendQuestMgr gen_to_be_invoked = (Snxxz.UI.PackSendQuestMgr)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | Snxxz.UI.ItemModel _itemModel = (Snxxz.UI.ItemModel)translator.GetObject(L, 2, typeof(Snxxz.UI.ItemModel)); |
| | | |
| | | int gen_ret = gen_to_be_invoked.GetOfflineMaxNum( _itemModel ); |
| | | LuaAPI.xlua_pushinteger(L, gen_ret); |
| | | |
| | | |
| | | |
| | | return 1; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_CheckIsMaxOfflineTime(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.PackSendQuestMgr gen_to_be_invoked = (Snxxz.UI.PackSendQuestMgr)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | int _useNum = LuaAPI.xlua_tointeger(L, 2); |
| | | Snxxz.UI.ItemModel _itemModel = (Snxxz.UI.ItemModel)translator.GetObject(L, 3, typeof(Snxxz.UI.ItemModel)); |
| | | |
| | | bool gen_ret = gen_to_be_invoked.CheckIsMaxOfflineTime( _useNum, _itemModel ); |
| | | LuaAPI.lua_pushboolean(L, gen_ret); |
| | | |
| | | |
| | | |
| | | return 1; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_SendMakeUseQuest(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | |
| | | { |
| | | ItemWinBtnType _btnType;translator.Get(L, 2, out _btnType); |
| | | int _index = LuaAPI.xlua_tointeger(L, 3); |
| | | string _guid = LuaAPI.lua_tostring(L, 3); |
| | | |
| | | gen_to_be_invoked.SendRenewalQuest( _btnType, _index ); |
| | | gen_to_be_invoked.SendRenewalQuest( _btnType, _guid ); |
| | | |
| | | |
| | | |
| | |
| | | fileFormatVersion: 2 |
| | | guid: d05c677a9edb57842ab868ca131da95d |
| | | timeCreated: 1540363338 |
| | | timeCreated: 1540557208 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: f35878d60b07cb540b40091d9161f651 |
| | | timeCreated: 1540363340 |
| | | timeCreated: 1540557210 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | System.Type type = typeof(Snxxz.UI.PlayerPackModel); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 87, 31, 7); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 96, 37, 8); |
| | | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "Init", _m_Init); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnBeforePlayerDataInitialize", _m_OnBeforePlayerDataInitialize); |
| | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SendActiveAttrQuest", _m_SendActiveAttrQuest); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetActiveCntByType", _m_GetActiveCntByType); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetAddAttrIdByStars", _m_GetAddAttrIdByStars); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "ParseConfig", _m_ParseConfig); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetRoleEquipPathId", _m_GetRoleEquipPathId); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "IsShowAddEquipByPlace", _m_IsShowAddEquipByPlace); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "CheckRoleEquipByPlace", _m_CheckRoleEquipByPlace); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetRoleEquipLocalSave", _m_SetRoleEquipLocalSave); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetSinglePackModel", _m_GetSinglePackModel); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetItemModelByGUID", _m_GetItemModelByGUID); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetItemModelByIndex", _m_GetItemModelByIndex); |
| | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetDayUseCntByID", _m_GetDayUseCntByID); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetSumUseCntByID", _m_GetSumUseCntByID); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetWashAttrPointModel", _m_SetWashAttrPointModel); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetRoleEquipRedpoint", _m_SetRoleEquipRedpoint); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateRoleEquipRed", _m_UpdateRoleEquipRed); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetPlayerAttrActiveRedPoint", _m_SetPlayerAttrActiveRedPoint); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "IsActiveStarAttr", _m_IsActiveStarAttr); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "IsActiveSTRAttr", _m_IsActiveSTRAttr); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "EquipDecomRedCtrl", _m_EquipDecomRedCtrl); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetLookIndex", _m_SetLookIndex); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "RefreshBagInfo", _m_RefreshBagInfo); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetJumpToOneKeySell", _m_SetJumpToOneKeySell); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetSkillConfig", _m_GetSkillConfig); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetDungeonIDByDrugID", _m_GetDungeonIDByDrugID); |
| | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "RefreshActiveAttrAct", _e_RefreshActiveAttrAct); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "RefreshAttrActiveAct", _e_RefreshAttrActiveAct); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "lookEquipEvent", _e_lookEquipEvent); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "RefreshBagEvent", _e_RefreshBagEvent); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "itemUseAct", _e_itemUseAct); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "RefreshColorSelectAct", _e_RefreshColorSelectAct); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "RefreshLvSelectAct", _e_RefreshLvSelectAct); |
| | |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "InitBagGridCnt", _g_get_InitBagGridCnt); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "MaxDepotGridCnt", _g_get_MaxDepotGridCnt); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "InitDepotGridCnt", _g_get_InitDepotGridCnt); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "LocalSavePlaceArray", _g_get_LocalSavePlaceArray); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "isPlayBetterEquipEffect", _g_get_isPlayBetterEquipEffect); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "showDropItem", _g_get_showDropItem); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "fairyRedPointLvlimt", _g_get_fairyRedPointLvlimt); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "wingsRedpointLvlimt", _g_get_wingsRedpointLvlimt); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "fairyGetPathId", _g_get_fairyGetPathId); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "wingsGetPathIdDict", _g_get_wingsGetPathIdDict); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "lookLineIndex", _g_get_lookLineIndex); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "lookItemGUID", _g_get_lookItemGUID); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "colorType", _g_get_colorType); |
| | |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "recordAutoDecomNum", _g_get_recordAutoDecomNum); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "getItems", _g_get_getItems); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "decomposeAttrDict", _g_get_decomposeAttrDict); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "RoleEquipLocalSave", _g_get_RoleEquipLocalSave); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "redpointItemPack", _g_get_redpointItemPack); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "redpointSTAR", _g_get_redpointSTAR); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "redpointEquipDecom", _g_get_redpointEquipDecom); |
| | |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "isPlayBetterEquipEffect", _s_set_isPlayBetterEquipEffect); |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "isAutoDecompose", _s_set_isAutoDecompose); |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "decomposeAttrDict", _s_set_decomposeAttrDict); |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "RoleEquipLocalSave", _s_set_RoleEquipLocalSave); |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "redpointItemPack", _s_set_redpointItemPack); |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "redpointSTAR", _s_set_redpointSTAR); |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "redpointEquipDecom", _s_set_redpointEquipDecom); |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_ParseConfig(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.PlayerPackModel gen_to_be_invoked = (Snxxz.UI.PlayerPackModel)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | |
| | | gen_to_be_invoked.ParseConfig( ); |
| | | |
| | | |
| | | |
| | | return 0; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_GetRoleEquipPathId(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.PlayerPackModel gen_to_be_invoked = (Snxxz.UI.PlayerPackModel)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | int _equipPlace = LuaAPI.xlua_tointeger(L, 2); |
| | | |
| | | int gen_ret = gen_to_be_invoked.GetRoleEquipPathId( _equipPlace ); |
| | | LuaAPI.xlua_pushinteger(L, gen_ret); |
| | | |
| | | |
| | | |
| | | return 1; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_IsShowAddEquipByPlace(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.PlayerPackModel gen_to_be_invoked = (Snxxz.UI.PlayerPackModel)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | int _equipPlace = LuaAPI.xlua_tointeger(L, 2); |
| | | |
| | | bool gen_ret = gen_to_be_invoked.IsShowAddEquipByPlace( _equipPlace ); |
| | | LuaAPI.lua_pushboolean(L, gen_ret); |
| | | |
| | | |
| | | |
| | | return 1; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_CheckRoleEquipByPlace(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.PlayerPackModel gen_to_be_invoked = (Snxxz.UI.PlayerPackModel)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | RoleEquipType _equipType;translator.Get(L, 2, out _equipType); |
| | | |
| | | gen_to_be_invoked.CheckRoleEquipByPlace( _equipType ); |
| | | |
| | | |
| | | |
| | | return 0; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_SetRoleEquipLocalSave(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.PlayerPackModel gen_to_be_invoked = (Snxxz.UI.PlayerPackModel)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | int gen_param_count = LuaAPI.lua_gettop(L); |
| | | |
| | | if(gen_param_count == 3&& LuaTypes.LUA_TNUMBER == LuaAPI.lua_type(L, 2)&& LuaTypes.LUA_TBOOLEAN == LuaAPI.lua_type(L, 3)) |
| | | { |
| | | int _equipPlace = LuaAPI.xlua_tointeger(L, 2); |
| | | bool _isRedState = LuaAPI.lua_toboolean(L, 3); |
| | | |
| | | gen_to_be_invoked.SetRoleEquipLocalSave( _equipPlace, _isRedState ); |
| | | |
| | | |
| | | |
| | | return 0; |
| | | } |
| | | if(gen_param_count == 2&& LuaTypes.LUA_TNUMBER == LuaAPI.lua_type(L, 2)) |
| | | { |
| | | int _equipPlace = LuaAPI.xlua_tointeger(L, 2); |
| | | |
| | | gen_to_be_invoked.SetRoleEquipLocalSave( _equipPlace ); |
| | | |
| | | |
| | | |
| | | return 0; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | return LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.PlayerPackModel.SetRoleEquipLocalSave!"); |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_GetSinglePackModel(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_SetRoleEquipRedpoint(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.PlayerPackModel gen_to_be_invoked = (Snxxz.UI.PlayerPackModel)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | |
| | | gen_to_be_invoked.SetRoleEquipRedpoint( ); |
| | | |
| | | |
| | | |
| | | return 0; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_UpdateRoleEquipRed(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.PlayerPackModel gen_to_be_invoked = (Snxxz.UI.PlayerPackModel)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | |
| | | gen_to_be_invoked.UpdateRoleEquipRed( ); |
| | | |
| | | |
| | | |
| | | return 0; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_SetPlayerAttrActiveRedPoint(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | } |
| | | |
| | | return LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.PlayerPackModel.SetLookIndex!"); |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_RefreshBagInfo(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.PlayerPackModel gen_to_be_invoked = (Snxxz.UI.PlayerPackModel)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | |
| | | gen_to_be_invoked.RefreshBagInfo( ); |
| | | |
| | | |
| | | |
| | | return 0; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_LocalSavePlaceArray(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.PlayerPackModel gen_to_be_invoked = (Snxxz.UI.PlayerPackModel)translator.FastGetCSObj(L, 1); |
| | | translator.Push(L, gen_to_be_invoked.LocalSavePlaceArray); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_isPlayBetterEquipEffect(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | |
| | | Snxxz.UI.PlayerPackModel gen_to_be_invoked = (Snxxz.UI.PlayerPackModel)translator.FastGetCSObj(L, 1); |
| | | LuaAPI.lua_pushboolean(L, gen_to_be_invoked.showDropItem); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_fairyRedPointLvlimt(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.PlayerPackModel gen_to_be_invoked = (Snxxz.UI.PlayerPackModel)translator.FastGetCSObj(L, 1); |
| | | LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.fairyRedPointLvlimt); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_wingsRedpointLvlimt(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.PlayerPackModel gen_to_be_invoked = (Snxxz.UI.PlayerPackModel)translator.FastGetCSObj(L, 1); |
| | | LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.wingsRedpointLvlimt); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_fairyGetPathId(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.PlayerPackModel gen_to_be_invoked = (Snxxz.UI.PlayerPackModel)translator.FastGetCSObj(L, 1); |
| | | LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.fairyGetPathId); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_wingsGetPathIdDict(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.PlayerPackModel gen_to_be_invoked = (Snxxz.UI.PlayerPackModel)translator.FastGetCSObj(L, 1); |
| | | translator.Push(L, gen_to_be_invoked.wingsGetPathIdDict); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_RoleEquipLocalSave(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.PlayerPackModel gen_to_be_invoked = (Snxxz.UI.PlayerPackModel)translator.FastGetCSObj(L, 1); |
| | | LuaAPI.lua_pushstring(L, gen_to_be_invoked.RoleEquipLocalSave); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_redpointItemPack(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | try { |
| | | |
| | | Snxxz.UI.PlayerPackModel.StrengthAttrShift_RecordKey = LuaAPI.lua_tostring(L, 1); |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 0; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _s_set_RoleEquipLocalSave(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.PlayerPackModel gen_to_be_invoked = (Snxxz.UI.PlayerPackModel)translator.FastGetCSObj(L, 1); |
| | | gen_to_be_invoked.RoleEquipLocalSave = LuaAPI.lua_tostring(L, 2); |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _e_RefreshBagEvent(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | int gen_param_count = LuaAPI.lua_gettop(L); |
| | | Snxxz.UI.PlayerPackModel gen_to_be_invoked = (Snxxz.UI.PlayerPackModel)translator.FastGetCSObj(L, 1); |
| | | System.Action gen_delegate = translator.GetDelegate<System.Action>(L, 3); |
| | | if (gen_delegate == null) { |
| | | return LuaAPI.luaL_error(L, "#3 need System.Action!"); |
| | | } |
| | | |
| | | if (gen_param_count == 3) |
| | | { |
| | | |
| | | if (LuaAPI.xlua_is_eq_str(L, 2, "+")) { |
| | | gen_to_be_invoked.RefreshBagEvent += gen_delegate; |
| | | return 0; |
| | | } |
| | | |
| | | |
| | | if (LuaAPI.xlua_is_eq_str(L, 2, "-")) { |
| | | gen_to_be_invoked.RefreshBagEvent -= gen_delegate; |
| | | return 0; |
| | | } |
| | | |
| | | } |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.PlayerPackModel.RefreshBagEvent!"); |
| | | return 0; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _e_itemUseAct(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 3fa938fe057e88b4b92ec0a76791e7e6 |
| | | timeCreated: 1540363330 |
| | | timeCreated: 1540557200 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | System.Type type = typeof(Snxxz.UI.PlayerSuitModel); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 40, 8, 2); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 41, 8, 2); |
| | | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "Init", _m_Init); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnBeforePlayerDataInitialize", _m_OnBeforePlayerDataInitialize); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnAfterPlayerDataInitialize", _m_OnAfterPlayerDataInitialize); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnPlayerLoginOk", _m_OnPlayerLoginOk); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetJumpModel", _m_SetJumpModel); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "UnInit", _m_UnInit); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetEquipOrderlist", _m_GetEquipOrderlist); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetServerSuitModel", _m_GetServerSuitModel); |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_SetJumpModel(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.PlayerSuitModel gen_to_be_invoked = (Snxxz.UI.PlayerSuitModel)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | int _suitType = LuaAPI.xlua_tointeger(L, 2); |
| | | |
| | | gen_to_be_invoked.SetJumpModel( _suitType ); |
| | | |
| | | |
| | | |
| | | return 0; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_UnInit(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 09cb234a845ee9947b9e9b0425f5a888 |
| | | timeCreated: 1540363326 |
| | | timeCreated: 1540557197 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 9749253765e353a479ddb326a20c1650 |
| | | timeCreated: 1540363335 |
| | | timeCreated: 1540557205 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 98044351e4db23c4283e56f2e2ad72c4 |
| | | timeCreated: 1540363335 |
| | | timeCreated: 1540557205 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 3ae7ed5affce46e49ba5c3bcfe30e8f6 |
| | | timeCreated: 1540363329 |
| | | timeCreated: 1540557200 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: fa641fd5e7a27bf43aa47a6bac18e392 |
| | | timeCreated: 1540363341 |
| | | timeCreated: 1540557210 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 489e2344e2bed7b408f59ca17fe68bc6 |
| | | timeCreated: 1540363330 |
| | | timeCreated: 1540557201 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 116028dfcfcb3e849ba924b367d621c8 |
| | | timeCreated: 1540363326 |
| | | timeCreated: 1540557198 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 2a48c0aacccb1344cab9fd40fce95098 |
| | | timeCreated: 1540363328 |
| | | timeCreated: 1540557199 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: b3800310946a5da4ea138182cb11754f |
| | | timeCreated: 1540363337 |
| | | timeCreated: 1540557206 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: e87e263d5922647498d8092766fbdad9 |
| | | timeCreated: 1540363340 |
| | | timeCreated: 1540557209 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: e2813122bc70c4b46a7980398a35287f |
| | | timeCreated: 1540363339 |
| | | timeCreated: 1540557209 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 3af7e7d6985c7774380c3dcfffaf13e6 |
| | | timeCreated: 1540363329 |
| | | timeCreated: 1540557200 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 2f1d7eb3bf0c540458985b0cfb50e0cd |
| | | timeCreated: 1540363328 |
| | | timeCreated: 1540557199 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 335a3151a1bc13147bdb8542204c408e |
| | | timeCreated: 1540363329 |
| | | timeCreated: 1540557199 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 805b509afcc10524fbc8646e95cdad0c |
| | | timeCreated: 1540363333 |
| | | timeCreated: 1540557204 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: afd2660eb1e075a40847cf45d854faa2 |
| | | timeCreated: 1540363336 |
| | | timeCreated: 1540557206 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: fbbfc1edabdeb76408b54f55951798b2 |
| | | timeCreated: 1540363341 |
| | | timeCreated: 1540557210 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 52eb23e60f547254cb100bccac74786d |
| | | timeCreated: 1540363331 |
| | | timeCreated: 1540557201 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: d17d2916847026246b5aefebdf448e02 |
| | | timeCreated: 1540363338 |
| | | timeCreated: 1540557208 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 523d285b4232d414cbadf683f29e0db6 |
| | | timeCreated: 1540363331 |
| | | timeCreated: 1540557201 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 27496be7d03b2114b937f9207f7d57a5 |
| | | timeCreated: 1540363328 |
| | | timeCreated: 1540557199 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: d8aa3ba36e2b13f42b42dd7fa7176d45 |
| | | timeCreated: 1540363339 |
| | | timeCreated: 1540557208 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 0f8a7aaf578abf34e8dd9158db807593 |
| | | timeCreated: 1540363326 |
| | | timeCreated: 1540557197 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: f79e33b9df7e634428b9751c4894b4ad |
| | | timeCreated: 1540363341 |
| | | timeCreated: 1540557210 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: f18778ceb0b8be94eafdc8f080b017fc |
| | | timeCreated: 1540363340 |
| | | timeCreated: 1540557210 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 18b460884c0d27b4bb61412e045f58b5 |
| | | timeCreated: 1540363327 |
| | | timeCreated: 1540557198 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: a789bdc6a81016f49b0f0c8ce1462959 |
| | | timeCreated: 1540363336 |
| | | timeCreated: 1540557206 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: d9f34f4d2b205c545a449150c7ba987c |
| | | timeCreated: 1540363339 |
| | | timeCreated: 1540557208 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: f829bde941e9b1641b56ce9017951a91 |
| | | timeCreated: 1540363341 |
| | | timeCreated: 1540557210 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 453e74fad94a8474db441fafed17fffe |
| | | timeCreated: 1540363330 |
| | | timeCreated: 1540557200 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 6c25a2a306220cb478fef2fac94ebc60 |
| | | timeCreated: 1540363332 |
| | | timeCreated: 1540557203 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 86fbf1ddcbf974d4da6d597eda65ab23 |
| | | timeCreated: 1540363334 |
| | | timeCreated: 1540557204 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: ae8a499ba65cba140b22a603fba6d0bf |
| | | timeCreated: 1540363336 |
| | | timeCreated: 1540557206 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: e8a3b54868481e44b8a50da83a665670 |
| | | timeCreated: 1540363340 |
| | | timeCreated: 1540557209 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 0d9c9fd8c707c6a479bfa15df275b233 |
| | | timeCreated: 1540363326 |
| | | timeCreated: 1540557197 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 9de8b76e68d50be4a9bf9c7b242e7d05 |
| | | timeCreated: 1540363335 |
| | | timeCreated: 1540557205 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 6f2efe75941ba1f4b99c85d10aadd140 |
| | | timeCreated: 1540363333 |
| | | timeCreated: 1540557203 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: a0ca1cad176735f4abea564cdc8c476f |
| | | timeCreated: 1540363335 |
| | | timeCreated: 1540557205 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | System.Type type = typeof(Snxxz.UI.WishingPoolModel); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 22, 10, 5); |
| | | Utils.BeginObjectRegister(type, L, translator, 0, 30, 16, 6); |
| | | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "Init", _m_Init); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnBeforePlayerDataInitialize", _m_OnBeforePlayerDataInitialize); |
| | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "UnInit", _m_UnInit); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetOperationWishing", _m_GetOperationWishing); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "TryGetFreeWishCoolTime", _m_TryGetFreeWishCoolTime); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "IsBestItem", _m_IsBestItem); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetHandMovePos", _m_SetHandMovePos); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "ResetDragData", _m_ResetDragData); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "ParseConfig", _m_ParseConfig); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetWishingWellPlayerInfo", _m_SetWishingWellPlayerInfo); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "GetWishingPrice", _m_GetWishingPrice); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetWishingResultInfo", _m_SetWishingResultInfo); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetWishingPoolData", _m_SetWishingPoolData); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "RemovetWishingPoolData", _m_RemovetWishingPoolData); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetWishingData", _m_SetWishingData); |
| | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "TryGetPoolDataByIndex", _m_TryGetPoolDataByIndex); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "TryGetWishDataByIndex", _m_TryGetWishDataByIndex); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SendRefreshPoolInfo", _m_SendRefreshPoolInfo); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SendGetAwardQuest", _m_SendGetAwardQuest); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SendRefreshWishInfo", _m_SendRefreshWishInfo); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "SetWishRedpoint", _m_SetWishRedpoint); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "ResetPoolData", _m_ResetPoolData); |
| | | |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateWishingDataEvent", _e_UpdateWishingDataEvent); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdatePoolDataEvent", _e_UpdatePoolDataEvent); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateWishAwardEvent", _e_UpdateWishAwardEvent); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "onStateUpate", _e_onStateUpate); |
| | | Utils.RegisterFunc(L, Utils.METHOD_IDX, "UpdateHandMoveEvent", _e_UpdateHandMoveEvent); |
| | | |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "IsOpen", _g_get_IsOpen); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "priorityOpen", _g_get_priorityOpen); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "IsAdvance", _g_get_IsAdvance); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "handStartIndex", _g_get_handStartIndex); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "handEndIndex", _g_get_handEndIndex); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "isDraging", _g_get_isDraging); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "dragIndex", _g_get_dragIndex); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "freeRefreshCoolTime", _g_get_freeRefreshCoolTime); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "wishingPriceFormula", _g_get_wishingPriceFormula); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "freeStartTime", _g_get_freeStartTime); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "alreadyWishNum", _g_get_alreadyWishNum); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "wishingPrice", _g_get_wishingPrice); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "wishingAwardDict", _g_get_wishingAwardDict); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "wishPoolRedpoint", _g_get_wishPoolRedpoint); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "freeWishRedpoint", _g_get_freeWishRedpoint); |
| | | Utils.RegisterFunc(L, Utils.GETTER_IDX, "wishPointlist", _g_get_wishPointlist); |
| | | |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "isDraging", _s_set_isDraging); |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "dragIndex", _s_set_dragIndex); |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "wishingAwardDict", _s_set_wishingAwardDict); |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "wishPoolRedpoint", _s_set_wishPoolRedpoint); |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "freeWishRedpoint", _s_set_freeWishRedpoint); |
| | | Utils.RegisterFunc(L, Utils.SETTER_IDX, "wishPointlist", _s_set_wishPointlist); |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_IsBestItem(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.WishingPoolModel gen_to_be_invoked = (Snxxz.UI.WishingPoolModel)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | |
| | | bool gen_ret = gen_to_be_invoked.IsBestItem( ); |
| | | LuaAPI.lua_pushboolean(L, gen_ret); |
| | | |
| | | |
| | | |
| | | return 1; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_SetHandMovePos(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.WishingPoolModel gen_to_be_invoked = (Snxxz.UI.WishingPoolModel)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | int _wishIndex = LuaAPI.xlua_tointeger(L, 2); |
| | | |
| | | gen_to_be_invoked.SetHandMovePos( _wishIndex ); |
| | | |
| | | |
| | | |
| | | return 0; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_ResetDragData(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | { |
| | | |
| | | gen_to_be_invoked.ResetDragData( ); |
| | | |
| | | |
| | | |
| | | return 0; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_ParseConfig(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.WishingPoolModel gen_to_be_invoked = (Snxxz.UI.WishingPoolModel)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | |
| | | gen_to_be_invoked.ParseConfig( ); |
| | | |
| | | |
| | | |
| | |
| | | HAA1A_tagMCActWishingWellPlayerInfo _wishInfo = (HAA1A_tagMCActWishingWellPlayerInfo)translator.GetObject(L, 2, typeof(HAA1A_tagMCActWishingWellPlayerInfo)); |
| | | |
| | | gen_to_be_invoked.SetWishingWellPlayerInfo( _wishInfo ); |
| | | |
| | | |
| | | |
| | | return 0; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_GetWishingPrice(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.WishingPoolModel gen_to_be_invoked = (Snxxz.UI.WishingPoolModel)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | int _wishNum = LuaAPI.xlua_tointeger(L, 2); |
| | | |
| | | int gen_ret = gen_to_be_invoked.GetWishingPrice( _wishNum ); |
| | | LuaAPI.xlua_pushinteger(L, gen_ret); |
| | | |
| | | |
| | | |
| | | return 1; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_SetWishingResultInfo(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.WishingPoolModel gen_to_be_invoked = (Snxxz.UI.WishingPoolModel)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | HAA1B_tagMCActWishingDragResult _result = (HAA1B_tagMCActWishingDragResult)translator.GetObject(L, 2, typeof(HAA1B_tagMCActWishingDragResult)); |
| | | |
| | | gen_to_be_invoked.SetWishingResultInfo( _result ); |
| | | |
| | | |
| | | |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_SendGetAwardQuest(RealStatePtr L) |
| | | { |
| | | try { |
| | | |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | |
| | | Snxxz.UI.WishingPoolModel gen_to_be_invoked = (Snxxz.UI.WishingPoolModel)translator.FastGetCSObj(L, 1); |
| | | |
| | | |
| | | |
| | | { |
| | | |
| | | gen_to_be_invoked.SendGetAwardQuest( ); |
| | | |
| | | |
| | | |
| | | return 0; |
| | | } |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _m_SendRefreshWishInfo(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_handStartIndex(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.WishingPoolModel gen_to_be_invoked = (Snxxz.UI.WishingPoolModel)translator.FastGetCSObj(L, 1); |
| | | LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.handStartIndex); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_handEndIndex(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.WishingPoolModel gen_to_be_invoked = (Snxxz.UI.WishingPoolModel)translator.FastGetCSObj(L, 1); |
| | | LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.handEndIndex); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_isDraging(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_freeRefreshCoolTime(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.WishingPoolModel gen_to_be_invoked = (Snxxz.UI.WishingPoolModel)translator.FastGetCSObj(L, 1); |
| | | LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.freeRefreshCoolTime); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_wishingPriceFormula(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.WishingPoolModel gen_to_be_invoked = (Snxxz.UI.WishingPoolModel)translator.FastGetCSObj(L, 1); |
| | | LuaAPI.lua_pushstring(L, gen_to_be_invoked.wishingPriceFormula); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_freeStartTime(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | |
| | | Snxxz.UI.WishingPoolModel gen_to_be_invoked = (Snxxz.UI.WishingPoolModel)translator.FastGetCSObj(L, 1); |
| | | LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.alreadyWishNum); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_wishingPrice(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.WishingPoolModel gen_to_be_invoked = (Snxxz.UI.WishingPoolModel)translator.FastGetCSObj(L, 1); |
| | | LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.wishingPrice); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 1; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _g_get_wishingAwardDict(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.WishingPoolModel gen_to_be_invoked = (Snxxz.UI.WishingPoolModel)translator.FastGetCSObj(L, 1); |
| | | translator.Push(L, gen_to_be_invoked.wishingAwardDict); |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | |
| | | |
| | | Snxxz.UI.WishingPoolModel gen_to_be_invoked = (Snxxz.UI.WishingPoolModel)translator.FastGetCSObj(L, 1); |
| | | gen_to_be_invoked.dragIndex = LuaAPI.xlua_tointeger(L, 2); |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | return 0; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _s_set_wishingAwardDict(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | |
| | | Snxxz.UI.WishingPoolModel gen_to_be_invoked = (Snxxz.UI.WishingPoolModel)translator.FastGetCSObj(L, 1); |
| | | gen_to_be_invoked.wishingAwardDict = (System.Collections.Generic.Dictionary<int, Snxxz.UI.WishingPoolModel.WishingWellItem>)translator.GetObject(L, 2, typeof(System.Collections.Generic.Dictionary<int, Snxxz.UI.WishingPoolModel.WishingWellItem>)); |
| | | |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _e_UpdateWishAwardEvent(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | int gen_param_count = LuaAPI.lua_gettop(L); |
| | | Snxxz.UI.WishingPoolModel gen_to_be_invoked = (Snxxz.UI.WishingPoolModel)translator.FastGetCSObj(L, 1); |
| | | System.Action gen_delegate = translator.GetDelegate<System.Action>(L, 3); |
| | | if (gen_delegate == null) { |
| | | return LuaAPI.luaL_error(L, "#3 need System.Action!"); |
| | | } |
| | | |
| | | if (gen_param_count == 3) |
| | | { |
| | | |
| | | if (LuaAPI.xlua_is_eq_str(L, 2, "+")) { |
| | | gen_to_be_invoked.UpdateWishAwardEvent += gen_delegate; |
| | | return 0; |
| | | } |
| | | |
| | | |
| | | if (LuaAPI.xlua_is_eq_str(L, 2, "-")) { |
| | | gen_to_be_invoked.UpdateWishAwardEvent -= gen_delegate; |
| | | return 0; |
| | | } |
| | | |
| | | } |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.WishingPoolModel.UpdateWishAwardEvent!"); |
| | | return 0; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _e_onStateUpate(RealStatePtr L) |
| | | { |
| | | try { |
| | |
| | | return 0; |
| | | } |
| | | |
| | | [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] |
| | | static int _e_UpdateHandMoveEvent(RealStatePtr L) |
| | | { |
| | | try { |
| | | ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); |
| | | int gen_param_count = LuaAPI.lua_gettop(L); |
| | | Snxxz.UI.WishingPoolModel gen_to_be_invoked = (Snxxz.UI.WishingPoolModel)translator.FastGetCSObj(L, 1); |
| | | System.Action gen_delegate = translator.GetDelegate<System.Action>(L, 3); |
| | | if (gen_delegate == null) { |
| | | return LuaAPI.luaL_error(L, "#3 need System.Action!"); |
| | | } |
| | | |
| | | if (gen_param_count == 3) |
| | | { |
| | | |
| | | if (LuaAPI.xlua_is_eq_str(L, 2, "+")) { |
| | | gen_to_be_invoked.UpdateHandMoveEvent += gen_delegate; |
| | | return 0; |
| | | } |
| | | |
| | | |
| | | if (LuaAPI.xlua_is_eq_str(L, 2, "-")) { |
| | | gen_to_be_invoked.UpdateHandMoveEvent -= gen_delegate; |
| | | return 0; |
| | | } |
| | | |
| | | } |
| | | } catch(System.Exception gen_e) { |
| | | return LuaAPI.luaL_error(L, "c# exception:" + gen_e); |
| | | } |
| | | LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.WishingPoolModel.UpdateHandMoveEvent!"); |
| | | return 0; |
| | | } |
| | | |
| | | |
| | | |
| | | } |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 1ca00f2d1644f444d8bd2ff858c4633d |
| | | timeCreated: 1540363327 |
| | | timeCreated: 1540557198 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 5a5aa5ca9f7f0d947b9418e6ff947aa9 |
| | | timeCreated: 1540363331 |
| | | timeCreated: 1540557202 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: b0e94bde79e83a843a0283aff1ed0eeb |
| | | timeCreated: 1540363336 |
| | | timeCreated: 1540557206 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 3eb58aa29c5ba6e418a59dac494f0ec8 |
| | | timeCreated: 1540363330 |
| | | timeCreated: 1540557200 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: bd3a4b3c2a6d12e4f94960c188cca8b0 |
| | | timeCreated: 1540363337 |
| | | timeCreated: 1540557207 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 989352a4fc6332845a49e4063eefc3fa |
| | | timeCreated: 1540363335 |
| | | timeCreated: 1540557205 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 0cd3bc067755b1c49871a512491131ca |
| | | timeCreated: 1540363326 |
| | | timeCreated: 1540557197 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: b533aa3a5c2d6494996b27e046402f9a |
| | | timeCreated: 1540363337 |
| | | timeCreated: 1540557207 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 7d3103a64ea766b4c96a001115058c6b |
| | | timeCreated: 1540363333 |
| | | timeCreated: 1540557204 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 2b5fbf45547ae194480aaa41e4c38730 |
| | | timeCreated: 1540363328 |
| | | timeCreated: 1540557199 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: f147d8d78c2492c409b12d90cd3c8167 |
| | | timeCreated: 1540363340 |
| | | timeCreated: 1540557210 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 61db421bc0476c24788bf788f2bf1df6 |
| | | timeCreated: 1540363332 |
| | | timeCreated: 1540557202 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: e5402400e1b50f44e99efff92ba4bcd8 |
| | | timeCreated: 1540363339 |
| | | timeCreated: 1540557209 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 795f2fb5265644c41bc1212a33fd08bd |
| | | timeCreated: 1540363333 |
| | | timeCreated: 1540557203 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: eb8d0d3cd811fb444b5afaa5c3485f4b |
| | | timeCreated: 1540363340 |
| | | timeCreated: 1540557209 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 29abafd7f57230b40812b01c51124d0b |
| | | timeCreated: 1540363328 |
| | | timeCreated: 1540557199 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 780059e884574cf47a0cb26a29fbb109 |
| | | timeCreated: 1540363333 |
| | | timeCreated: 1540557203 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 65294812aef5ee145b9df10c3936008a |
| | | timeCreated: 1540363332 |
| | | timeCreated: 1540557202 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: b2a4bb141a32d13468b68f8154cd8c40 |
| | | timeCreated: 1540363337 |
| | | timeCreated: 1540557206 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: c63d0a668305e064ab1b2f44fcb599d1 |
| | | timeCreated: 1540363337 |
| | | timeCreated: 1540557207 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 5bfaf63a6f5a55e4b9446792cc0d473b |
| | | timeCreated: 1540363331 |
| | | timeCreated: 1540557202 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 29361f7a016c4ac42909fe5e3d44abd1 |
| | | timeCreated: 1540363328 |
| | | timeCreated: 1540557199 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 2a27cb42908afbf41afb7c93d32d53b2 |
| | | timeCreated: 1540363328 |
| | | timeCreated: 1540557199 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 88bcd93da2d9373478bc15bdbd0e7b12 |
| | | timeCreated: 1540363334 |
| | | timeCreated: 1540557204 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: b0ed9865af0081544b463e1b3e4e38fc |
| | | timeCreated: 1540363336 |
| | | timeCreated: 1540557206 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 398375c388e51f14da18bb4b22774781 |
| | | timeCreated: 1540363329 |
| | | timeCreated: 1540557200 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: ead2e1bc9eea11b46b7f932519d59bb1 |
| | | timeCreated: 1540363340 |
| | | timeCreated: 1540557209 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: b126750b3d0662644bfd8b45ae74fcb1 |
| | | timeCreated: 1540363336 |
| | | timeCreated: 1540557206 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: a9874f77a7518a94ca6d98ddfb9e60ac |
| | | timeCreated: 1540363336 |
| | | timeCreated: 1540557206 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: b4e22cc7d4f85a141a73cd779dfbac16 |
| | | timeCreated: 1540363337 |
| | | timeCreated: 1540557207 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 79a51bc2967a658419785be4dc381fdc |
| | | timeCreated: 1540363333 |
| | | timeCreated: 1540557203 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: e2f97bb17fa1fd0468f8e68e5e858e68 |
| | | timeCreated: 1540363339 |
| | | timeCreated: 1540557209 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 5a7027ccdfba9d040a8d69e29d55a0dc |
| | | timeCreated: 1540363331 |
| | | timeCreated: 1540557202 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: d337957115a67ec4d9fab9dee996100a |
| | | timeCreated: 1540363338 |
| | | timeCreated: 1540557208 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 651c17c172cdcc24687ff5e27edc736b |
| | | timeCreated: 1540363332 |
| | | timeCreated: 1540557202 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 847e0f1c12dcb494caf9d77c968769dd |
| | | timeCreated: 1540363334 |
| | | timeCreated: 1540557204 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 0a21a8f97ccb8a642ae5c24b54a1d947 |
| | | timeCreated: 1540363326 |
| | | timeCreated: 1540557197 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 3308366168ca38b4b94d557561f3b8b4 |
| | | timeCreated: 1540363329 |
| | | timeCreated: 1540557199 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 1393ae6d5075591409a71a54536e63a7 |
| | | timeCreated: 1540363326 |
| | | timeCreated: 1540557198 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 462b1c7f8144c9244a982c62f0a6fd50 |
| | | timeCreated: 1540363330 |
| | | timeCreated: 1540557201 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 9682ff66da3f3ef4dbf00681fabc5882 |
| | | timeCreated: 1540363335 |
| | | timeCreated: 1540557205 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 1ffa5eec575d1b24cbe4a73fb9d26af5 |
| | | timeCreated: 1540363327 |
| | | timeCreated: 1540557198 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 43f8ea4863d6fa14180745a7e35e0a1e |
| | | timeCreated: 1540363330 |
| | | timeCreated: 1540557200 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: be8bcbac1a0d9f842a2789441fd508e2 |
| | | timeCreated: 1540363337 |
| | | timeCreated: 1540557207 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 7ad647b5b342d4d41b467e9a444420cb |
| | | timeCreated: 1540363333 |
| | | timeCreated: 1540557203 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 43e2c8ac85e11ef48a17f2ebcb149b7b |
| | | timeCreated: 1540363330 |
| | | timeCreated: 1540557200 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: f07cd1428ad6e7444bacd35ff3ebbfd1 |
| | | timeCreated: 1540363340 |
| | | timeCreated: 1540557210 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: c623c142e6649254bb8ae1e7aad5caee |
| | | timeCreated: 1540363337 |
| | | timeCreated: 1540557207 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: a25b6e7b38fb58a4090546d99854ef40 |
| | | timeCreated: 1540363335 |
| | | timeCreated: 1540557205 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 97ed12a2205b2034e86dd386c1495474 |
| | | timeCreated: 1540363335 |
| | | timeCreated: 1540557205 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 1624096edfdc40c428ce43b8ea252e47 |
| | | timeCreated: 1540363327 |
| | | timeCreated: 1540557198 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: f4df3831fc7eca24c80e693ce21c60ca |
| | | timeCreated: 1540363340 |
| | | timeCreated: 1540557210 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 163d986df23949d469ba9c15b74e3a4c |
| | | timeCreated: 1540363327 |
| | | timeCreated: 1540557198 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 6ad283f36941baf4093a7c5ed05fd3a0 |
| | | timeCreated: 1540363332 |
| | | timeCreated: 1540557202 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: ec3e31df19638ce4fb761a04c93f88a5 |
| | | timeCreated: 1540363340 |
| | | timeCreated: 1540557209 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: f62cc05ea5332da489eadd6274e7e145 |
| | | timeCreated: 1540363340 |
| | | timeCreated: 1540557210 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 6c12b3ad613697a4dae4174a8db5de30 |
| | | timeCreated: 1540363332 |
| | | timeCreated: 1540557203 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: ee6f23c18d66d2d4bbbdba4f71e42870 |
| | | timeCreated: 1540363340 |
| | | timeCreated: 1540557209 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 658e762a2c99b6a43a4a88c0df3cdb5e |
| | | timeCreated: 1540363332 |
| | | timeCreated: 1540557202 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 15eaa540466092a449286617844ddee6 |
| | | timeCreated: 1540363327 |
| | | timeCreated: 1540557198 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 36b33957b0483034bb265bb318d993a8 |
| | | timeCreated: 1540363329 |
| | | timeCreated: 1540557200 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 1fa95ebe8ae94f44eb666266a9023786 |
| | | timeCreated: 1540363327 |
| | | timeCreated: 1540557198 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 9f842444e7917ed448b8473a206566f3 |
| | | timeCreated: 1540363335 |
| | | timeCreated: 1540557205 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 02288f0ae28fac646b5952253c2478d4 |
| | | timeCreated: 1540363325 |
| | | timeCreated: 1540557196 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: 9c222a144893d1344825a3962e2e2747 |
| | | timeCreated: 1540363335 |
| | | timeCreated: 1540557205 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: e97b133674b9b5b479af15b07de05aad |
| | | timeCreated: 1540363340 |
| | | timeCreated: 1540557209 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: d076adbb936a8e44fa476da75b6fc59c |
| | | timeCreated: 1540363338 |
| | | timeCreated: 1540557208 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | fileFormatVersion: 2 |
| | | guid: b89b30e875594e84f81fcc3d5f6550e8 |
| | | timeCreated: 1540363341 |
| | | timeCreated: 1540557211 |
| | | licenseType: Pro |
| | | TextScriptImporter: |
| | | userData: |