in lua, althought doesn't seem to be properly documented on the wiki, you can pass 2 arguments to getItemDetail(); the slot number and a boolean to determine if the function should return simple or detailed item information.
in python trying to pass 2 arguments will raise "TypeError: getItemDetail() takes 1 positional argument but 2 were given"
in lua, althought doesn't seem to be properly documented on the wiki, you can pass 2 arguments to
getItemDetail()
; the slot number and a boolean to determine if the function should return simple or detailed item information.in python trying to pass 2 arguments will raise "TypeError: getItemDetail() takes 1 positional argument but 2 were given"