Thread Tools Display Modes
Prev Previous Post   Next Post Next
07/19/22, 01:54 AM   #1
Masteroshi430
 
Masteroshi430's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2020
Posts: 185
[notabug] Is EVENT_MANAGER:RegisterForUpdate still working?

Hi all,
Since yesterday's (18/07) patch I have function calls through EVENT_MANAGER:RegisterForUpdate not working anymore, replacing them by direct function calls or zo_callLater works.

Lua Code:
  1. local function DelayedPOIPins() -- WORKAROUND 18/07/2022
  2.        zo_callLater(FyrMM.POIPins, 300)
  3.     --EVENT_MANAGER:RegisterForUpdate("FyrMiniMapPOIPinsD", 300,  FyrMM.POIPins)
  4. end

Can any other dev confirm/disconfirm ?
  Reply With Quote
 

ESOUI » Developer Discussions » Bug Reports » [notabug] Is EVENT_MANAGER:RegisterForUpdate still working?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off