View Single Post
04-28-18, 11:58 AM   #1
Platine
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Dec 2010
Posts: 72
Post How to get a book-object ID

In the Royal Library at Stormwind Keep, there are books on the table.
You can not pick them up and take them with you.
But you can open them and read them in the window ItemTextFrame.



We can retrieve title of book, text and page number from functions:
ItemTextGetItem()
ItemTextGetText()
ItemTextGetPage()

How to get this object ID ?

Last edited by Platine : 04-28-18 at 03:12 PM.
  Reply With Quote