后端Lua
全部技术档案
TXT语法专家
UPGRIDEVARCACHE
TXT语法专家
批量使用道具只能做成按钮还是双击使用
前端Lua
-- 判断是否为手机端 local isMobile = SL:GetMetaValue("IS_MOBILE", 0) or 0 -- 显示物品需求 if GUI:Win_IsNull(ui.itemroom) == false and next_data then GUI:removeAllChildren(ui.itemroom) local item_name = next_data.name2 or "称号卷轴" local itemCount =
前端Lua
-- 显示物品需求 if GUI:Win_IsNotNull(ui.itemroom) and next_data then GUI:removeAllChildren(ui.itemroom) local item_name = next_data.name2 or "称号卷轴" local itemCount = tonumber(SL:GetMetaValue("ITEM_COUNT", item_name)) o
后端Lua
编写一个函数deepCopy,使用table.move实现表的深度复制。验证修改原表不会影响新表。
后端Lua
StartTimerTimer Error :应急地图没有配置请注意!!!!!
前端Lua
-- 显示物品需求 if GUI:Win_IsNotNull(ui.itemroom) and next_data then GUI:removeAllChildren(ui.itemroom) local item_name = next_data.name2 or "称号卷轴" local itemCount = tonumber(SL:GetMetaValue("ITEM_COUNT", item_name)) o
功能策划
提供一个转盘抽奖的玩法思路和参数,不用你出代码
后端Lua
生成一个转盘抽奖的玩法
后端Lua
bad argument #2 to 'insert' (position out of bounds)
后端Lua
如何设置自定义输入框输入任意数字
后端Lua
输入框
后端Lua
function player:addtitle(name) confertitle(self.actor,name) return self end me:addtitle(config[zslv].name) 是这样调用的吗
后端Lua