搜索
查看: 156|回复: 2

lua脚本获取对象为空

[复制链接]
发表于 2024-9-24 18:00:55 | 显示全部楼层 |阅读模式
在自定义目录下面UILua目录下,DWBottom.lua中,自定义按钮获取打印为空,求大佬给个思路?


--鼠标移入事件
function Usr_Test_OnMouseEnter(sender)
  local test = c.ui.getCtrl("DWBottom@Usr_Test")
  if (test == nil) then
    c.share.addChat("jjjj",1,2)
  end
  if (test ~= nil) then
    test:setVisible(true)
  end
  return true --返回true代表执行内部事件
end


发表于 2024-9-28 13:54:01 | 显示全部楼层
要多少思路???
 楼主| 发表于 2024-9-29 13:28:39 | 显示全部楼层

已经解决了
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|HGEM2论坛

GMT+8, 2024-11-21 19:47 , Processed in 0.471804 second(s), 13 queries .

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表