Advertisement
Guest User

Untitled

a guest
Nov 14th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. function wt_global_information.OnUpdate( event, tickcount )
  2. wt_global_information.Now = tickcount
  3. --gGW2MiniondeltaT = tostring(tickcount - wt_global_information.lastrun)
  4. if (tickcount - wt_global_information.lastrun > 10) then
  5. wt_global_information.lastrun = tickcount
  6. wt_core_controller.Run()
  7. --GUI_RefreshWindow(wt_global_information.MainWindow.Name)
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement