View Single Post
12-03-06, 12:27 AM   #1
VgerAN
A Cyclonian
 
VgerAN's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 40
API to get stats from a given item

This seems like it would be a frequently requested feature, but I didn't see it with a search... I'd love APIs for easily getting stat information from a given item. For example, given Drillborer Disk, I'd like to know its stamina value, armor value, block value, etc. without having to actually parse the tooltip text to get it. So many different equipment-related mods would be able to take advantage of functionality like this, without having to build, maintain, and localize a library of regular expressions for parsing a tooltip.
  Reply With Quote