方法介绍 点击指定节点
方法名称:
nodeLib.click
语法:
local node = nodeLib.click(node)
参数:
node 是一个节点表格
返回值:布尔类型
方法例子
local ret = nodeLib.findByIndex("0|1|2") if ret ~= nil then nodeLib.click(ret) end