UO.ScanItems

From OpenEUO
Revision as of 10:55, 8 October 2010 by 76.184.213.234 (Talk) (Created page with " 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. ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.GetItems