View Single Post
04/18/14, 04:20 AM   #1
BadVolt
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 74
Get formated item name

Hi guys. Found some helpful tool, that can make our life easier.

Lua Code:
  1. zo_strformat(SI_TOOLTIP_ITEM_NAME, GetItemName(bagId, slotIndex))

This consctruction will format item names from standart "sanded oak" to "Sanded Oak"

Hope it will be useful.
  Reply With Quote