LibGroupCombatStats (0.0.1)

LibGroupCombatStats

Overview
LibGroupCombatStats is a library designed for Elder Scrolls Online (ESO) addons to provide group combat statistics such as damage per second (DPS), healing per second (HPS), and ultimate (ULT) status updates. It enables developers to register their addons to receive combat data, broadcast statistics, and interact with group and player-specific stats.

Key Features
– Observable Data: Automatically tracks changes in combat stats and triggers callbacks when updates occur.
– Event Broadcasting: Sends and receives periodic updates for group DPS, HPS, and ULT stats.
– Custom Callbacks: Allows addons to register and unregister for library-provided events.
– Efficient Encoding: Encodes and decodes combat data for network-efficient communication.
– Addon Registration: Addons can register to use specific features (DPS, HPS, ULT).

For Addon Devs who want to use this Library, have a look here: https://github.com/m00nyONE/LibGroupCombatStats

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.