Module:InventorySlot: Difference between revisions

Jump to navigation Jump to search
(v 0.1)
 
No edit summary
Line 19: Line 19:
function UISlot.Item(item)
function UISlot.Item(item)
return UISlot:new(item):GenerateHTML()
return UISlot:new(item):GenerateHTML()
end
function UISlot.Call(frame)
return UISlot.Item(frame.args[0] or frame.args.item)
end
end