Stanzilla / WoWUIBugs

World of Warcraft UI Bug Tracker
166 stars 7 forks source link

Pings: Allow querying of ping types and cooldowns from insecure code #475

Closed Meorawr closed 10 months ago

Meorawr commented 1 year ago

Late in the development cycle of patch 10.1.7 many C_Ping functions were moved to a secure namespace. Among these are a handful of functions that don't perform any form of restricted interaction with the ping system, but instead either just query static data or access information like ping cooldowns.

Having these functions hidden away in the secure namespace makes it difficult for addons to provide any custom UIs that integrate with the system, such as custom ping wheels. It'd be helpful if the following functions could be moved back to the public C_Ping namespace and their restrictions removed.

Meorawr commented 10 months ago

Implemented in 10.2.5.52206.