Allow Macros to be shared ingame via the comm channel.
TimothyLuke opened this issue ยท 1 comments
Share with Raid and Guild
There is a 256 character limit and the addon needs to register
RegisterAddonMessagePrefix( <string> )
Returns a boolean if successful (could fail if it hits the client side limit of 512 prefixes).
IsAddonMessagePrefixRegistered( <string> )
Returns a Boolean if the prefix has been registered.
<table> GetRegisteredAddonMessagePrefixes( <table> )
Returns a table (or you can pass in a table), that will be filled in with all prefixes that were registered.
See https://www.wowace.com/addons/libcompress/#c1 for the transmission and compression.
WIll need LibCompress, AceComm and AceSerializer