Hi there,
Already asked the question on IRC, but I remain uncertain.
Is an AuctionItem always updated ?
For exemple :
will the output be:
Name1
Me
?
Thanks !
Already asked the question on IRC, but I remain uncertain.
Is an AuctionItem always updated ?
For exemple :
Code:
Log(item.bidderName)
item.MakeAuctionBid(10)
Log(item.bidderName)
will the output be:
Name1
Me
?
Thanks !