Skip to content

Taskboard ​

GameclientMessageTaskboard · outbound · 64 bytes

Send scalars/strings with Packet.send. Print the live usage block with Packet.help("Taskboard").

lua
local Packet = require("sdk.packet")

Packet.send("Taskboard", {
  action = 0,
  slot = 0,
  race_id = 0,
  option = 0,
  extra = 0,
  count = 0,
})
NameKindNested
actionu32—
slotu32—
race_idu32—
optionu32—
extrau32—
countu32—
upgradeu32—
rerollu32—
confirmu32—

Arcane SDK catalog generated from scripts/sdk