Skip to content

DepotSearchResult ​

GameserverMessageDepotSearchResult · inbound · 40 bytes

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

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

Engine.on("DepotSearchResult", function(ev)
  print(ev.name)
end)
NameKindNested
resultsrepUpgradeableAppearanceTypeAndCount

Arcane SDK catalog generated from scripts/sdk