前端Lua
全部技术档案
前端Lua
获取装备表里面的ITEMPAEAM1字段的值
前端Lua
获取装备表里面的某个字段
前端Lua
local pos = GUI:getPosition(ui.ItemShow_..i) 哪里错了
前端Lua
local attrDescs = GUIFunction:GetParseItemDesc(suitConfig.equipAttStr) if attrDescs and attrDescs.desc and next(attrDescs.desc) then --这里不支持top bottom string.gsub(attrDescs.desc[1].text, "250", "13") string.gsub(attrDescs.desc[2].
前端Lua
local attrDescs = GUIFunction:GetParseItemDesc(suitConfig.equipAttStr) if attrDescs and attrDescs.desc and next(attrDescs.desc) then --这里不支持top bottom for i, v in pairs(attrDescs.desc) do if v.text then index
前端Lua
local attrDescs = GUIFunction:GetParseItemDesc(suitConfig.equipAttStr) if attrDescs and attrDescs.desc and next(attrDescs.desc) then --这里不支持top bottom for i, v in pairs(attrDescs.desc) do if v.text then index = index + 1 local la
前端Lua
local attrDescs = GUIFunction:GetParseItemDesc(suitConfig.equipAttStr) if attrDescs and attrDescs.desc and next(attrDescs.desc) then --这里不支持top bottom for i, v in pairs(attrDescs.desc) do if v.text then index = index + 1
前端Lua
local attrDescs = GUIFunction:GetParseItemDesc(suitConfig.equipAttStr) if attrDescs and attrDescs.desc and next(attrDescs.desc) then --这里不支持top bottom for i, v in pairs(attrDescs.desc) do if v.text then index
前端Lua
我已经创建了gui界面 我怎么去修改我物品框的物品
前端Lua
我在界面文件已经创建了这ID了 我怎么直接去修改这个物品id
前端Lua
前端怎么修改我物品框里面的物品ID
后端Lua
LoadMapDataCompleted [0150 23 27 1104 864] DONE download scene begin: scene/uiminimap/005572.png 0 download scene begin: scene/uiminimap/005572.png 1 download scene begin: scene/uiminimap/005572.png 2 download scene failed: scene/uiminimap/005572.png
前端Lua
for i, v in pairs(attrDescs.desc) do if v.text then index = index + 1 local label_posName = GUI:RichTextFCOLOR_Create(panel, "desc_text_" .. index, 0, 0, v.text or "", suitWidth - 20, _setFontSize or _Defau
前端Lua