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)

