前端Lua
前端Lua
前端Lua
1900000666
前端Lua
F9 有PC端 分辨率
前端Lua
f9
前端Lua
PC端分辨率调整 UI路径
前端Lua
分辨率调整 素材在哪里
前端Lua
[2026/3/29 17:29:50] >>加载Lua文件有误,请检查.[2] E:\996\项目\demo\引擎\Mir200\Envir\Market_Def\QFunction-0.luacannot resume dead coroutine
前端Lua
[2026/3/29 17:27:08] >>加载Lua文件有误,请检查.[2] E:\996\项目\demo\引擎\Mir200\Envir\Market_Def\QFunction-0.lua...6\项目\demo\引擎\Mir200\Envir\Market_Def\QFunction-0.lua:2: module 'Market_Def.model.Event' not found: no field package.preload['Market_Def.model.Event'
前端Lua
-- 注册 NPC 事件 SL:RegisterLUAEvent(LUA_EVENT_TALKTONPC, "点击npc触发", function(data) if not data or not data.index then SL:Print("错误:无效的 NPC 数据") return end local npcID = data.index local name = data.name local mod
前端Lua
---@diagnostic disable: undefined-global local function main() --创建界面 local parent = GUI:Win_Create("Layout", 0, 0, 0, 0) if not parent then SL:release_print("Error: Failed to create window") return end GUI:LoadExp
前端Lua
---@diagnostic disable: undefined-global local ui = {} function ui.init(parent) -- Create Layout local Layout = GUI:Layout_Create(parent, "Layout", 471.53, 335.04, 500.00, 200.00, false) GUI:Layout_setBackGroundColorType(Layout, 1) GUI:Layout_set
前端Lua
通过物品名字获取MAKEINDEX
前端Lua
根据物品的唯一ID 更新物品框数据
前端Lua
ITEM_INDEX_BY_NAME
前端Lua