ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Lua/XML Help (https://www.esoui.com/forums/forumdisplay.php?f=175)
-   -   Timer or event ... need help... (https://www.esoui.com/forums/showthread.php?t=819)

SkOODaT 04/12/14 06:38 PM

Timer or event ... need help...
 
i tried acetimer port but i cant get it working right is thier another timer or an event that say fires every 5 secs or so ?

thelegendaryof 04/12/14 06:42 PM

See WarLegendHUD for a proper implementation and port of AceTimer.

Otherwise you might want to use OnUpdate with Wy's Buffer
(which isn't a Timer by itself but pretty nice as well!):

http://wiki.esoui.com/Event_%26_Update_Buffering

SkOODaT 04/12/14 07:12 PM

Quote:

Originally Posted by thelegendaryof (Post 4018)
See WarLegendHUD for a proper implementation and port of AceTimer.

Otherwise you might want to use OnUpdate with Wy's Buffer
(which isn't a Timer by itself but pretty nice as well!):

http://wiki.esoui.com/Event_%26_Update_Buffering

use acetimer from warlegendhud and looked to see how he got it working its going perfect now thank you

Garkin 04/13/14 10:01 AM

Quote:

Originally Posted by SkOODaT (Post 4017)
i tried acetimer port but i cant get it working right is thier another timer or an event that say fires every 5 secs or so ?

You can use:
EVENT_MANAGER:RegisterForUpdate(name, time_in_ms, function)

SkOODaT 04/13/14 09:46 PM

Quote:

Originally Posted by Garkin (Post 4084)
You can use:
EVENT_MANAGER:RegisterForUpdate(name, time_in_ms, function)

thank you so much for this info


All times are GMT -6. The time now is 05:26 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI