Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
function Auctioneer_DoHSP(link)
local items = Auctioneer_GetItems(param);
local itemLinks = Auctioneer_GetItemHyperlinks(param);
Posted by: Japh on Jan 5 2006, 02:54 PM
I'm new to LUA, but there are two functions in the "Version: 3.3.0.0669 (Platypus)" version of AucCommand.lua that don't make sense to me.
The two functions are Auctioneer_DoLow and Auctioneer_DoHSP.
The argument name is link in each, but this name is not used in the body of the function. The body is expecting param.
[pre]
function Auctioneer_DoHSP(link)
local items = Auctioneer_GetItems(param);
local itemLinks = Auctioneer_GetItemHyperlinks(param);
[/pre]
Any help in understanding this would be appreciated.
1 to 2 of 2