annotate QueueSupport/ATSW.lua @ 155:802abe9b0b4c

Added tag Release 2010-12-09 for changeset 090e466fd956
author Asa Ayers <Asa.Ayers@Gmail.com>
date Thu, 09 Dec 2010 22:04:32 -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)