Difference between revisions of "UO.GetShop"
From OpenEUO
(Created page with " local bRes,nPos,nCnt,nID,nType,nMax,nPrice,sName = GetShop()") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | local bRes,nPos,nCnt,nID,nType,nMax,nPrice,sName = GetShop() | + | local bRes,nPos,nCnt,nID,nType,nMax,nPrice,sName = UO.GetShop() |
+ | This command retrieves information about the currently shown top entry on an open shopping gump. | ||
+ | |||
+ | |||
+ | Note: Every time you scroll to a new entry, you have to call UO.GetShop. | ||
+ | |||
+ | [[UO.SetShop]] |
Latest revision as of 13:24, 8 October 2010
local bRes,nPos,nCnt,nID,nType,nMax,nPrice,sName = UO.GetShop()
This command retrieves information about the currently shown top entry on an open shopping gump.
Note: Every time you scroll to a new entry, you have to call UO.GetShop.