Skip to content

LoginAdvice ​

GameserverMessageLoginAdvice · inbound · 32 bytes

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

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

Engine.on("LoginAdvice", function(ev)
  print(ev.text)
end)
NameKindNested
textstr—

Arcane SDK catalog generated from scripts/sdk