Skip to content

ShowGameNews ​

GameserverMessageShowGameNews · inbound · 32 bytes

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

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

Engine.on("ShowGameNews", function(ev)
  print(ev.category, ev.category_extra)
end)
NameKindNested
categoryu32—
category_extrau8—

Arcane SDK catalog generated from scripts/sdk