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 |
return entryData
end
end
end
-- Instead of using ZO_ScrollList_CreateDataEntry, which creates another table,
-- this will allow the ZO_EntryData to serve all of the functionality a scroll list would need,
-- as a ZO_EntryData is already the wrapper around the real underlying data that said table exists to wrap
end |