Skip to content

CyclopediaCurrentHouseData ​

GameserverMessageCyclopediaCurrentHouseData · inbound · 40 bytes

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

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

Engine.on("CyclopediaCurrentHouseData", function(ev)
  print(ev.name)
end)
NameKindNested
house_datarepHouseData

Arcane SDK catalog generated from scripts/sdk