Not signed in (Sign In)
  1.  
    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.



    function Auctioneer_DoHSP(link)
            local items = Auctioneer_GetItems(param);
        local itemLinks = Auctioneer_GetItemHyperlinks(param);


    Any help in understanding this would be appreciated.
  2.  
    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.

    Yeah, I noticed this when I was re-organizing Auctioneer. It is now fixed, thanks for the heads-up tho.

    PS: As part of the reorganization, those two functions are now in AucStatistic.lua
World of Warcraft™ and Blizzard Entertainment™ are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.