Appearance
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)| Name | Kind | Nested |
|---|---|---|
item | msg | AppearanceTypeUpgradeable |
depot_count | u32 | — |
depot_items | rep | AppearanceInstance |
inbox_count | u32 | — |
inbox_items | rep | AppearanceInstance |
appearance_type_and_counts | rep | AppearanceTypeAndCount |