annotate QueueSupport/ATSW.lua @ 151:e06bf0b64caa

Added tag Release 2010-10-30 for changeset 47885ba83d38
author Asa Ayers <Asa.Ayers@Gmail.com>
date Sat, 30 Oct 2010 15:14:55 -0700
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)