UO.ScanItems

From OpenEUO
Revision as of 10:55, 8 October 2010 by 76.184.213.234 (Talk)

Jump to: navigation, search
 local nCnt = UO.ScanItems(bVisibleOnly)

Scans all objects in client memory and returns the number of items found. Invisible objects may be excluded using the sole parameter. Once objects are scanned, their parameters are discovered by iterating over the UO.GetItem command, increasing the index from 0 to nCnt - 1.

UO.GetItem