91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

C#可變參數的使用

發布時間:2020-06-28 04:39:57 來源:網絡 閱讀:546 作者:螞蟻雄心 欄目:開發技術

 public List<object> call(string func, params object[] list)

    {

        int top1 = LuaDLL.lua_gettop(LuaState.getInstance.L);

        LuaDLL.lua_getglobal(LuaState.getInstance.L, func);

        foreach(object o in list)

        {

            if(o.GetType() == typeof(string))

            {

                LuaDLL.lua_pushstring(LuaState.getInstance.L, (string)o);

            }else if(o.GetType() == typeof(Int64))

            {

                LuaDLL.lua_pushnumber(LuaState.getInstance.L, (Int64)o);

            }else if(o.GetType() == typeof(double))

            {

                LuaDLL.lua_pushnumber(LuaState.getInstance.L, (double)o);

            }

            else if (o.GetType() == typeof(bool))

            {

                LuaDLL.lua_pushboolean(LuaState.getInstance.L, (bool)o);

            }

            else if (o.GetType() == typeof(Dictionary<object,object>))

            {

                pushMapParams(LuaState.getInstance.L, (Dictionary<object, object>)o);

            }

            else

            {

                LuaDLL.lua_pushlightuserdata(LuaState.getInstance.L,(IntPtr)o);

            }

        }

。。。。

}

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

垣曲县| 张家界市| 惠州市| 个旧市| 巨野县| 都匀市| 鹤壁市| 同江市| 大厂| 东乡| 开江县| 泰宁县| 斗六市| 唐河县| 加查县| 嘉兴市| 文昌市| 三门县| 宁陵县| 三都| 常山县| 淅川县| 邓州市| 文登市| 务川| 靖西县| 芜湖市| 高雄市| 曲水县| 盘锦市| 东平县| 五华县| 无为县| 集贤县| 台湾省| 合作市| 北流市| 民权县| 通河县| 乌苏市| 石屏县|