1 2 3 4 5 6 7 8 9 10 11 12 |
local title , _ , _ , bookId = GetLoreBookInfo ( categoryIndex , collectionIndex , bookIndex )
local body , medium , showTitle = ReadLoreBook ( categoryIndex , collectionIndex , bookIndex )
LORE_READER : Show ( title , body , medium , showTitle , overrideImage , overrideImageTitlePosition )
end
local SHOW_TITLE = false
LORE_READER : Show ( subject , message , BOOK_MEDIUM_LETTER , SHOW_TITLE )
end
|