View Single Post
04/23/14, 02:52 AM   #2
archpoet
Cunning Linguist
 
archpoet's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 19
Afaik when you provide a callback to that event, *that* function gets the following args passed along:

(integer eventCode, integer messageType, string fromName, string text)

messageType *should* actually be the channelId
and eventCode is actually unique* for that specific channel (messageType)

...hence the discrepancy between 10 vs 12 for category vs. event.


Last edited by archpoet : 04/23/14 at 02:53 AM. Reason: omitted word.
  Reply With Quote