annotate QueueSupport/ATSW.lua @ 159:fbfd9dfa6d2b tip

[mq]: minorStuff
author Asa Ayers <Asa.Ayers@Gmail.com>
date Sun, 09 Jan 2011 07:38:22 -0800
parents 47885ba83d38
children
rev   line source
Asa@150 1 local function ATSWQueue(data)
Asa@150 2 if ATSW_AddJobLL then
Asa@150 3 ATSW_AddJobLL(data.skillName, data.queue)
Asa@150 4 else
Asa@150 5 print("Unable to find ATSW")
Asa@150 6 end
Asa@150 7 end
Asa@150 8 IAapi.RegisterQueueDestination('ATSW', ATSWQueue)