Skip to content

Instantly share code, notes, and snippets.

local RV = LibStub:NewLibrary("libRaidVoice-1.0", 1)
if not RV then return end -- No upgrade needed
-----------------------------------------------------------------------------------------------------
-- use RV.RegisterCallback(self, "eventName"[, method, [arg]])
-- to register recieve voice events
-- example:
-- local RV = LibStub:GetLibrary("libRaidVoice-1.0")