- function wt_global_information.OnUpdate( event, tickcount )
- wt_global_information.Now = tickcount
- --gGW2MiniondeltaT = tostring(tickcount - wt_global_information.lastrun)
- if (tickcount - wt_global_information.lastrun > 10) then
- wt_global_information.lastrun = tickcount
- wt_core_controller.Run()
- --GUI_RefreshWindow(wt_global_information.MainWindow.Name)
- end
- end