Skip to content

TutorialHint ​

GameserverMessageTutorialHint · inbound · 32 bytes

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

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

Engine.on("TutorialHint", function(ev)
  print(ev.hint_id)
end)
NameKindNested
hint_idu32—

Arcane SDK catalog generated from scripts/sdk