Skip to content

BugReportsAllowed ​

GameserverMessageBugReportsAllowed · inbound · 32 bytes

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

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

Engine.on("BugReportsAllowed", function(ev)
  print(ev.allowed)
end)
NameKindNested
allowedu32—

Arcane SDK catalog generated from scripts/sdk