LibGroupUIReload (2.0.0)

Change Log:
——————–
v2.0.0
– api bump

Description:
——————–
LibGroupResources provides a simple API for other addons to get notified when a group members triggers a UI reload on their end.

It depends on LibGroupBroadcast for the actual data transmission.

A simple example for listening to UI reloads:
LibGroupBroadcast:RegisterForCustomEvent(“UIReload”, function(unitTag)
d(“Received UIReload event from ” .. GetUnitName(unitTag))
end)

Leave a Reply

Your email address will not be published. Required fields are marked *

For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.