Skip to content

LoginError ​

GameserverMessageLoginError · inbound · 40 bytes

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

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

Engine.on("LoginError", function(ev)
  print(ev.text, ev.code)
end)
NameKindNested
textstr—
codeu32—

Arcane SDK catalog generated from scripts/sdk