Difference between revisions of "UO.Property"
From OpenEUO
(Created page with " local name, info = UO.Property(id) This command returns name and info strings for the given item id. Each line in the returned info is separated by an '$' symbol. Note: *UO.P...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
local name, info = UO.Property(id) | local name, info = UO.Property(id) | ||
− | This command returns name and info strings for the given item id. | + | This command returns name and info strings for the given item id. Newlines in the returned info are replaced with '$' symbols. |
Note: | Note: | ||
*UO.Property doesn't work for pre-AoS (Age of Shadow) freeshards. | *UO.Property doesn't work for pre-AoS (Age of Shadow) freeshards. | ||
− | *Gathering numerous properties appears to corrupt the client (OpenEUO 0.9s and earlier). Malformed info will be randomly returned. | + | *Gathering numerous properties appears to corrupt the client (OpenEUO 0.9s and earlier) on EA/Mythic shards. Malformed info will be randomly returned. |
+ | |||
+ | [[UO.GetItem]] | ||
+ | |||
+ | [[UO.ScanItems]] |
Latest revision as of 13:33, 9 October 2010
local name, info = UO.Property(id)
This command returns name and info strings for the given item id. Newlines in the returned info are replaced with '$' symbols.
Note:
- UO.Property doesn't work for pre-AoS (Age of Shadow) freeshards.
- Gathering numerous properties appears to corrupt the client (OpenEUO 0.9s and earlier) on EA/Mythic shards. Malformed info will be randomly returned.