Appearance
CyclopediaHouseAction ​
GameclientMessageCyclopediaHouseAction · outbound · 64 bytes
Send scalars/strings with Packet.send. Print the live usage block with Packet.help("CyclopediaHouseAction").
lua
local Packet = require("sdk.packet")
Packet.send("CyclopediaHouseAction", {
action = 0,
town = "",
house_id = 0,
bid = 0,
days = 0,
owner = "",
})| Name | Kind | Nested |
|---|---|---|
action | u32 | — |
town | str | — |
house_id | u32 | — |
bid | u64 | — |
days | u32 | — |
owner | str | — |