|
马上注册 立即下载
您需要 登录 才可以下载或查看,没有账号?立即注册
x
引擎版本:
问题描述:问题描述:我在qmanage.txt的 login里写了一个全局定时器[@LOGIN]
#IF
#ACT
calllua lua\systemEvent @helloWorld,22222
SetOnTimerEx 77 10
[@OnTimerEx77]
#IF
#ACT
calllua lua\systemEvent @helloWorld,1111
sendmsg 1 1111122222333333
方法内容是
rgbhelloWorld(self,aaa)
release_print("hello world"..aaa)
end
可是方法执行不了。我把调用lua的方法 写在login里就可以。写在全局定时器里就不会执行..可是全局定时器的 sendmsg 是被执行到了
对了 引擎不是纯lua版本的 |
|