瀏覽代碼

event handler regression

tags/2.1^2
SabinDeus 15 年之前
父節點
當前提交
43ff4d9aa0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      TurnIn.lua

+ 1
- 1
TurnIn.lua 查看文件

end end




function TI_OnEvent(event)
function TI_OnEvent(self, event, ...)
if(event == "VARIABLES_LOADED") then if(event == "VARIABLES_LOADED") then
TI_VarInit(); TI_VarInit();
if(TI_status.state) then if(TI_status.state) then

Loading…
取消
儲存