Skip to content

DepotSearchDetailList ​

GameserverMessageDepotSearchDetailList · inbound · 88 bytes

Subscribe with Engine.on("DepotSearchDetailList", fn). Print the live usage block with Engine.help("DepotSearchDetailList").

lua
local Engine = require("sdk.engine")

Engine.on("DepotSearchDetailList", function(ev)
  print(ev.depot_count, ev.inbox_count)
end)
NameKindNested
itemmsgAppearanceTypeUpgradeable
depot_countu32—
depot_itemsrepAppearanceInstance
inbox_countu32—
inbox_itemsrepAppearanceInstance
appearance_type_and_countsrepAppearanceTypeAndCount

Arcane SDK catalog generated from scripts/sdk