Skip to content

CyclopediaMapAction ​

GameclientMessageCyclopediaMapAction · outbound · 48 bytes

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

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

Packet.send("CyclopediaMapAction", {
  action = 0,
  area = 0,
  marker = 0,
  extra = 0,
})
NameKindNested
actionu32—
areau32—
markeru64—
extrau32—

Arcane SDK catalog generated from scripts/sdk