View Single Post
04/15/14, 09:03 AM   #3
Sharlikran
 
Sharlikran's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 655
I received a nice PM from ins as well. Thanks ins. He suggested the same thing that that it may have changed since beta. I have a question though. The above code snipit suggests using text, color, zo_strsplit(':', data) The original routine has "_, _, _, itemId = ZO_LinkHandler_ParseLink( objectName )"

To me, not understanding lua all that much, means that ZO_LinkHandler_ParseLink (onjectname) is assigining 4 variables. The first three are "_, _, _," and the fourth is itemID. I have seen some routines that say things like, 'for _, node in pairs( nodes ) do'. What does '_' that mean? Nil?
  Reply With Quote