1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
end
local SENT_TYPE = 1
self : AddSupportedGiftState ( GIFT_STATE_SENT , SENT_TYPE , "ZO_GiftInventorySent_Keyboard_Row" , 52 , function ( control , data ) self : SetupSent ( control , data ) end )
self : SetSortFunction ( function ( leftEntry , rightEntry ) return ZO_GiftInventory_Manager . CompareSent ( leftEntry . data , rightEntry . data , self . currentSortKey , self . currentSortOrder ) end )
end
-- Override default ZO_SortFilterList default color with quality color for name
end
end
end
end
end |