Skip to content

UpdateExivaOptions ​

GameserverMessageUpdateExivaOptions · inbound · 32 bytes

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

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

Engine.on("UpdateExivaOptions", function(ev)
  print(ev.name)
end)
NameKindNested
optionsmsgExivaOptionsUpdate

Arcane SDK catalog generated from scripts/sdk