Code format

This commit is contained in:
2025-05-04 14:32:03 +02:00
parent c0337ef97f
commit 93b45ac12e
3012 changed files with 8372 additions and 9301 deletions

View File

@@ -1,8 +1,8 @@
---@diagnostic disable: missing-return, lowercase-global
---@param list owner
---@param bidder
---@param list
---@param owner
---@param list owner
---@param bidder
---@param list
---@param owner
---Applies a set of auction listing sort criteria set via SortAuctionSetSort. Sort criteria are applied server-side, affecting not only the order of items within one "page" of listings but the order in which items are collected into pages. Any currently displayed listings are re-sorted server-side: the AUCTION_ITEM_LIST_UPDATE, AUCTION_BIDDER_LIST_UPDATE, or AUCTION_OWNED_LIST_UPDATE event fires once the re-sorted data is available to the client; listing information can then be retrieved using GetAuctionItemInfo() or other Auction APIs.
function SortAuctionApplySort(list, bidder, list, owner) end
function SortAuctionApplySort(list, bidder, list, owner) end