|
|
条件表49行:<U1> < 500
代码:
local hcBtn1 = GUI:Button_Create(top,"hsButton1", 300, 180, "res/tp/res/public/jjts/a0.png")
--GUI:removeAllChildren(hcBtn1)
local hd = GUI:RedDot_Create(hcBtn1, 1, 60, 60, 0, "res/tp/res/public/btn_npcfh_04.png")
GUI:RedDot_setGID(hd, 49)--设置红点唯一id
GUI:RedDot_setBindConditionID(hd,49) -- 开启自动绑定,引擎自动管控显隐
SL:ScheduleOnce(function()
local bool = SL:Get_CONDITION(49)
SL rint("红点===",bool,type(SL:GetMetaValue("SERVER_VALUE","U1")),SL:GetMetaValue("SERVER_VALUE","U1"))
end, 1)--1秒后加载,不能加载页面就加载变量,变量还没过来 |
|