コード例 #1
0
        static int _m_update(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);


                Casinos.ParseStreamingAssetsDataInfo gen_to_be_invoked = (Casinos.ParseStreamingAssetsDataInfo)translator.FastGetCSObj(L, 1);



                {
                    float _tm = (float)LuaAPI.lua_tonumber(L, 2);

                    gen_to_be_invoked.update(_tm);



                    return(0);
                }
            } catch (System.Exception gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + gen_e));
            }
        }