Skip to content

displayitem

Holds members that can control and return status on item display windows. This datatype inherits all members from the item datatype.

Members

string Info

Returns details from the item. Note that this is different from the "Information" member.

string WindowTitle

Returns the title of the window

string AdvancedLore

Displays lore text

string MadeBy

Displays the maker of the crafted item

bool Collected

bool CollectedReceived

bool Scribed

bool ScribedReceived

string Information

Returns the "item information" text from the item window.

int DisplayIndex

Shows the index number of the item window

window Window

Gives access to the window datatype, allowing you to do things like /invoke ${DisplayItem[5].Window.DoClose}

item Item

Gives access to the item datatype, although its members are already inherited. e.g. /echo ${DisplayItem[2].Item.HP}

DisplayItem Next